﻿*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: theme-color("primary");
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

body:before {
    display: none;
    content: "sm:600px,md:1025px,lg:1441px,xl:1921px"
}

@media screen and (max-width: 599px) {
    .hidden-xs {
        display: none !important
    }
}

@media screen and (min-width: 600px) {
    .hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 1025px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width: 1441px) {
    .hidden-lg {
        display: none !important
    }
}

@media screen and (max-width: 599px) {
    .visible-sm {
        display: none !important
    }
}

@media screen and (max-width: 1024px) {
    .visible-md {
        display: none !important
    }
}

@media screen and (max-width: 1440px) {
    .visible-lg {
        display: none !important
    }
}

.flex {
    display: flex;
    flex-wrap: wrap
}

    .flex.horizontal {
        flex-direction: row
    }

    .flex.horizontal-reverse {
        flex-direction: row-reverse
    }

    .flex.vertical {
        flex-direction: column
    }

    .flex.inline {
        display: inline-flex
    }

    .flex.no-wrap {
        flex-wrap: nowrap
    }

.row {
    display: flex;
    margin-left: 0;
    margin-right: 0
}

.items-center {
    align-items: center
}

.items-start {
    align-items: flex-start
}

.items-inital {
    align-items: initial
}

.items-end {
    align-items: flex-end
}

.items-baseline {
    align-items: baseline
}

.justify-center {
    justify-content: center
}

.justify-start {
    justify-content: flex-start
}

.justify-between {
    justify-content: space-between
}

.justify-end {
    justify-content: flex-end
}

.row, .column {
    display: flex;
    flex-wrap: wrap
}

    .row.inline, .column.inline {
        display: inline-flex
    }

    .row.reverse {
        flex-direction: row-reverse
    }

.column {
    flex-direction: column
}

    .column.reverse {
        flex-direction: column-reverse
    }

.wrap {
    flex-wrap: wrap
}

.no-wrap {
    flex-wrap: nowrap
}

.reverse-wrap {
    flex-wrap: wrap-reverse
}

.icon-sm {
    height: 20px;
    width: 20px
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-hidden-important {
    overflow: hidden !important
}

.box-shd-none {
    box-shadow: none !important
}

.fill {
    flex: 1
}

.grid {
    display: grid !important
}

.fill-static {
    flex: 1 0 auto
}

.full-width {
    width: 100%
}

.full-window-width {
    width: 100vw
}

.full-height {
    height: 100%
}

.half-height {
    height: 50%
}

.fill-parent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.grab {
    cursor: grab !important
}

    .grab.cdk-mouse-focused {
        cursor: grabbing !important
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.clickable {
    cursor: pointer
}

.disable-pointer-events {
    pointer-events: none
}

.block {
    display: block
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden !important
}

.disabled-text {
    opacity: .5
}

.rotate-90 {
    transform: rotate(90deg)
}

.rotate-180 {
    transform: rotate(180deg)
}

.rotate-270 {
    transform: rotate(270deg)
}

.rotate-0 {
    transform: rotate(0deg)
}

.text-no-wrap {
    white-space: nowrap
}

.invisible {
    visibility: hidden !important
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html, body {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html, body {
    height: 100%;
    height: -webkit-fill-available;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0
}

body {
    overscroll-behavior-x: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

:root {
    --color-light: #fff;
    --color-label: #707070;
    --color-dark: black;
    --color-placeholder: rgb(214, 208, 208);
    --color-selected: #3ba0dd
}

.text-light {
    color: var(--color-light)
}

.background-light {
    background: var(--color-light)
}

.text-dark {
    color: var(--color-dark)
}

    .text-dark:hover {
        text-decoration: none;
        color: #000
    }

.text-center {
    text-align: center
}

.font-bold {
    font-weight: bold
}

.z-1 {
    z-index: 1
}

.success-icon {
    min-height: 200px
}

    .success-icon .success-icon-img {
        width: 50px;
        height: 50px
    }

.success-icon-animated {
    height: 200px
}

    .success-icon-animated .success-icon-img {
        transform-origin: center;
        -webkit-animation: animateCircleSize .5s ease forwards;
        animation: animateCircleSize .5s ease forwards
    }

@keyframes animateCircleSize {
    0% {
        transform: scale(0.2)
    }

    90% {
        transform: scale(1)
    }
}

@keyframes animateCheckMark {
    40% {
        stroke-dashoffset: -30
    }

    100% {
        stroke-dashoffset: 0
    }
}

body:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-onboarding-bgImgUrlOrColor);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    filter: var(--theme-onboarding-bgEffect, none)
}

.zenegy-button {
    user-select: none;
    cursor: pointer;
    outline: none !important;
    border: none;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: .1px;
    position: relative;
    overflow: hidden;
    padding: 6.5px 10px;
    transition: background-color .2s cubic-bezier(0.35, 0, 0.25, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: var(--theme-button-text-case, none);
}

.scan-image {
    height: 168px;
    width: 168px;
    margin: 20px auto
}

.highlighted-text {
    color: var(--color-selected);
}

.link-button:hover, .link-button:focus {
    text-decoration: none;
    color: var(--color-selected)
}

.link-text {
    color: var(--color-selected)
}

    .link-text:hover, .link-text:focus {
        text-decoration: none;
        color: var(--color-selected)
    }

.separator {
    height: 15px;
    color: var(--color-label);
    font-size: 1.4rem;
    line-height: 1.5
}

    .separator::after {
        border-bottom: 1px solid var(--color-label);
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        margin-top: 2px
    }

    .separator span {
        display: inline-block;
        line-height: 1
    }

@media(max-width: 400px) {
    .verify-email {
        padding: 4rem 3.5rem 6rem
    }
}

@media(max-width: 386px) {
    .zenegy-button.zenegy-primary-button.zenegy-solid-button {
        margin-top: 0
    }

    .buttons .reset-button {
        width: 139px;
        padding: 0
    }
}

@media(max-width: 600px) {
    .zenegy-form-field .zenegy-form-field-wrapper {
        flex-direction: column;
        margin-bottom: 10px;
        align-items: start
    }

        .zenegy-form-field .zenegy-form-field-wrapper .zenegy-form-field-element-wrapper {
            border: 1px solid #ddd;
            width: 100%;
            max-width: 100%
        }

            .zenegy-form-field .zenegy-form-field-wrapper .zenegy-form-field-element-wrapper:hover, .zenegy-form-field .zenegy-form-field-wrapper .zenegy-form-field-element-wrapper:focus, .zenegy-form-field .zenegy-form-field-wrapper .zenegy-form-field-element-wrapper.is-active {
                max-width: 100%
            }

            .zenegy-form-field .zenegy-form-field-wrapper .zenegy-form-field-element-wrapper .zenegy-form-field-element {
                flex: 1
            }

    .new-user .email-wrapper {
        padding-bottom: 8px
    }
}

.site-footer span {
    color: var(--color-label)
}

.zenegy-form-field .zenegy-form-field-label {
    color: var(--color-label)
}

.zenegy-form-field .zenegy-form-field-element-wrapper {
    font-size: 1.4rem;
    margin-top: 2px;
    border-radius: 5px;
    line-height: 1;
    border: 1px solid transparent
}

    .zenegy-form-field .zenegy-form-field-element-wrapper:hover {
        border: 1px dotted #0af;
        flex: 1 1 auto;
        max-width: 60%;
        font-size: 1.4rem;
        border-radius: 5px;
        line-height: 1
    }

    .zenegy-form-field .zenegy-form-field-element-wrapper.is-active {
        border: 1px solid #0af
    }

    .zenegy-form-field .zenegy-form-field-element-wrapper.has-error {
        border: 1px solid #cf4e95
    }

    .zenegy-form-field .zenegy-form-field-element-wrapper .zenegy-form-field-element input {
        max-width: 100%;
        min-width: 0;
        font-size: 1.4rem;
        background: none;
        border-radius: 5px;
        border-width: 1px;
        line-height: normal;
        border-style: solid;
        border: 0;
        padding: 6px 10px 7px;
        box-shadow: none;
        outline: 0
    }

        .zenegy-form-field .zenegy-form-field-element-wrapper .zenegy-form-field-element input::placeholder {
            color: var(--color-placeholder)
        }

.country-dropdown-prefix {
    width: 55px;
    height: 30px
}

    .country-dropdown-prefix .choices {
        height: 100%;
        width: 100%;
        border: 0;
        border-radius: 5px 0 0 5px;
        padding-left: 5px
    }

    .country-dropdown-prefix .has-no-results:not(.custom-no-results) {
        display: none !important;
    }

        .country-dropdown-prefix .choices:hover, .country-dropdown-prefix .choices:focus, .country-dropdown-prefix .choices.is-open {
            background: #e3f1fa
        }

    .country-dropdown-prefix .is-selected .country-name, .country-dropdown-prefix .is-selected .country-code {
        color: inherit !important
    }

    .country-dropdown-prefix .country-name {
        color: var(--color-label);
        vertical-align: middle;
        min-width: 35px;
        width: 90%
    }

    .country-dropdown-prefix .country-code {
        width: 55px
    }

    .country-dropdown-prefix .choices__item {
        color: var(--color-dark);
        display: flex
    }

        .country-dropdown-prefix .choices__item:after {
            display: none
        }

    .country-dropdown-prefix .choices__list.choices__list--dropdown {
        width: 276px !important;
        margin-top: 2px
    }

    .country-dropdown-prefix .choices__inner {
        border: 0;
        font-size: 1.4rem;
        height: 100%;
        padding: 0 !important;
        min-height: 0;
        background: none;
        display: flex;
        align-items: center
    }

    .country-dropdown-prefix .choices:after {
        display: none
    }

    .country-dropdown-prefix .choices__item.choices__item--choice.choices__item--selectable {
        white-space: nowrap;
        overflow: hidden;
        padding: 5px 10px !important;
        text-overflow: ellipsis;
        border-bottom: 1px solid #ddd;
        line-height: 22px
    }

    .country-dropdown-prefix .choices__list.choices__list--single {
        z-index: 10
    }

@media screen and (max-width: 500px) {
    .country-dropdown-prefix .choices__list.choices__list--dropdown {
        width: 237px !important;
        right: -182px !important
    }
}

@media screen and (max-width: 463px) {
    .country-dropdown-prefix .choices__list.choices__list--dropdown {
        right: -108px !important
    }
}

body {
    overflow-y: auto
}

.onboarding-layout-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0
}

    .onboarding-layout-container h1 {
        font-weight: var(--theme-onboarding-heading-font-weight, 500);
        font-style: var(--theme-onboarding-heading-font-style, normal);
        font-size: 2.4rem
    }

.content-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw
}

    .content-container .content-box-wrapper {
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        padding: 40px 10px
    }

@media screen and (min-width: 600px) {
    .content-container .content-box-wrapper {
        padding: 40px 0
    }
}

.site-footer a {
    color: var(--theme-primary)
}

.icon-status {
    display: block;
    width: 16px;
    height: 16px;
    position: relative
}

    .icon-status:before {
        content: "";
        display: block;
        height: 6px;
        width: 6px;
        background: #51b03b;
        border-radius: 100%;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) scale(1);
        box-shadow: 0 0 0 0 rgba(81, 176, 59, .5);
        animation: pulse 2s infinite;
        position: relative
    }

.icon_status_normal::before {
    box-shadow: 0 0 0 0 rgba(81, 176, 59, .5);
    background: #51b03b;
    animation-name: pulseNormalStatus
}

@keyframes pulseNormalStatus {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(0.95);
        box-shadow: 0 0 0 0 rgba(81, 176, 59, .5)
    }

    70% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        box-shadow: 0 0 0 10px rgba(81, 176, 59, 0)
    }

    100% {
        transform: translate3d(-50%, -50%, 0) scale(0.95);
        box-shadow: 0 0 0 0 rgba(81, 176, 59, 0)
    }
}

.icon_status_error::before {
    box-shadow: 0 0 0 0 rgba(207, 78, 149, .5);
    background: #cf4e95;
    animation-name: pulseErrorStatus
}

@keyframes pulseErrorStatus {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(0.95);
        box-shadow: 0 0 0 0 rgba(207, 78, 149, .5)
    }

    70% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        box-shadow: 0 0 0 10px rgba(207, 78, 149, 0)
    }

    100% {
        transform: translate3d(-50%, -50%, 0) scale(0.95);
        box-shadow: 0 0 0 0 rgba(81, 176, 59, 0)
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 5px !important
}

.mt-1, .my-1 {
    margin-top: 5px !important
}

.mr-1, .mx-1 {
    margin-right: 5px !important
}

.mb-1, .my-1 {
    margin-bottom: 5px !important
}

.ml-1, .mx-1 {
    margin-left: 5px !important
}

.m-2 {
    margin: 10px !important
}

.mt-2, .my-2 {
    margin-top: 10px !important
}

.mr-2, .mx-2 {
    margin-right: 10px !important
}

.mb-2, .my-2 {
    margin-bottom: 10px !important
}

.ml-2, .mx-2 {
    margin-left: 10px !important
}

.m-3 {
    margin: 15px !important
}

.mt-3, .my-3 {
    margin-top: 15px !important
}

.mr-3, .mx-3 {
    margin-right: 15px !important
}

.mb-3, .my-3 {
    margin-bottom: 15px !important
}

.ml-3, .mx-3 {
    margin-left: 15px !important
}

.m-4 {
    margin: 20px !important
}

.mt-4, .my-4 {
    margin-top: 20px !important
}

.mr-4, .mx-4 {
    margin-right: 20px !important
}

.mb-4, .my-4 {
    margin-bottom: 20px !important
}

.ml-4, .mx-4 {
    margin-left: 20px !important
}

.m-5 {
    margin: 25px !important
}

.mt-5, .my-5 {
    margin-top: 25px !important
}

.mr-5, .mx-5 {
    margin-right: 25px !important
}

.mb-5, .my-5 {
    margin-bottom: 25px !important
}

.ml-5, .mx-5 {
    margin-left: 25px !important
}

.m-6 {
    margin: 30px !important
}

.mt-6, .my-6 {
    margin-top: 30px !important
}

.mr-6, .mx-6 {
    margin-right: 30px !important
}

.mb-6, .my-6 {
    margin-bottom: 30px !important
}

.ml-6, .mx-6 {
    margin-left: 30px !important
}

.m-7 {
    margin: 35px !important
}

.mt-7, .my-7 {
    margin-top: 35px !important
}

.mr-7, .mx-7 {
    margin-right: 35px !important
}

.mb-7, .my-7 {
    margin-bottom: 35px !important
}

.ml-7, .mx-7 {
    margin-left: 35px !important
}

.m-8 {
    margin: 40px !important
}

.mt-8, .my-8 {
    margin-top: 40px !important
}

.mr-8, .mx-8 {
    margin-right: 40px !important
}

.mb-8, .my-8 {
    margin-bottom: 40px !important
}

.ml-8, .mx-8 {
    margin-left: 40px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 5px !important
}

.pt-1, .py-1 {
    padding-top: 5px !important
}

.pr-1, .px-1 {
    padding-right: 5px !important
}

.pb-1, .py-1 {
    padding-bottom: 5px !important
}

.pl-1, .px-1 {
    padding-left: 5px !important
}

.p-2 {
    padding: 10px !important
}

.pt-2, .py-2 {
    padding-top: 10px !important
}

.pr-2, .px-2 {
    padding-right: 10px !important
}

.pb-2, .py-2 {
    padding-bottom: 10px !important
}

.pl-2, .px-2 {
    padding-left: 10px !important
}

.p-3 {
    padding: 15px !important
}

.pt-3, .py-3 {
    padding-top: 15px !important
}

.pr-3, .px-3 {
    padding-right: 15px !important
}

.pb-3, .py-3 {
    padding-bottom: 15px !important
}

.pl-3, .px-3 {
    padding-left: 15px !important
}

.p-4 {
    padding: 20px !important
}

.pt-4, .py-4 {
    padding-top: 20px !important
}

.pr-4, .px-4 {
    padding-right: 20px !important
}

.pb-4, .py-4 {
    padding-bottom: 20px !important
}

.pl-4, .px-4 {
    padding-left: 20px !important
}

.p-5 {
    padding: 25px !important
}

.pt-5, .py-5 {
    padding-top: 25px !important
}

.pr-5, .px-5 {
    padding-right: 25px !important
}

.pb-5, .py-5 {
    padding-bottom: 25px !important
}

.pl-5, .px-5 {
    padding-left: 25px !important
}

.p-6 {
    padding: 30px !important
}

.pt-6, .py-6 {
    padding-top: 30px !important
}

.pr-6, .px-6 {
    padding-right: 30px !important
}

.pb-6, .py-6 {
    padding-bottom: 30px !important
}

.pl-6, .px-6 {
    padding-left: 30px !important
}

.p-7 {
    padding: 35px !important
}

.pt-7, .py-7 {
    padding-top: 35px !important
}

.pr-7, .px-7 {
    padding-right: 35px !important
}

.pb-7, .py-7 {
    padding-bottom: 35px !important
}

.pl-7, .px-7 {
    padding-left: 35px !important
}

.p-8 {
    padding: 40px !important
}

.pt-8, .py-8 {
    padding-top: 40px !important
}

.pr-8, .px-8 {
    padding-right: 40px !important
}

.pb-8, .py-8 {
    padding-bottom: 40px !important
}

.pl-8, .px-8 {
    padding-left: 40px !important
}

.m-xs-0 {
    margin: 0 !important
}

.mt-xs-0, .my-xs-0 {
    margin-top: 0 !important
}

.mr-xs-0, .mx-xs-0 {
    margin-right: 0 !important
}

.mb-xs-0, .my-xs-0 {
    margin-bottom: 0 !important
}

.ml-xs-0, .mx-xs-0 {
    margin-left: 0 !important
}

.m-xs-1 {
    margin: 5px !important
}

.mt-xs-1, .my-xs-1 {
    margin-top: 5px !important
}

.mr-xs-1, .mx-xs-1 {
    margin-right: 5px !important
}

.mb-xs-1, .my-xs-1 {
    margin-bottom: 5px !important
}

.ml-xs-1, .mx-xs-1 {
    margin-left: 5px !important
}

.m-xs-2 {
    margin: 10px !important
}

.mt-xs-2, .my-xs-2 {
    margin-top: 10px !important
}

.mr-xs-2, .mx-xs-2 {
    margin-right: 10px !important
}

.mb-xs-2, .my-xs-2 {
    margin-bottom: 10px !important
}

.ml-xs-2, .mx-xs-2 {
    margin-left: 10px !important
}

.m-xs-3 {
    margin: 15px !important
}

.mt-xs-3, .my-xs-3 {
    margin-top: 15px !important
}

.mr-xs-3, .mx-xs-3 {
    margin-right: 15px !important
}

.mb-xs-3, .my-xs-3 {
    margin-bottom: 15px !important
}

.ml-xs-3, .mx-xs-3 {
    margin-left: 15px !important
}

.m-xs-4 {
    margin: 20px !important
}

.mt-xs-4, .my-xs-4 {
    margin-top: 20px !important
}

.mr-xs-4, .mx-xs-4 {
    margin-right: 20px !important
}

.mb-xs-4, .my-xs-4 {
    margin-bottom: 20px !important
}

.ml-xs-4, .mx-xs-4 {
    margin-left: 20px !important
}

.m-xs-5 {
    margin: 25px !important
}

.mt-xs-5, .my-xs-5 {
    margin-top: 25px !important
}

.mr-xs-5, .mx-xs-5 {
    margin-right: 25px !important
}

.mb-xs-5, .my-xs-5 {
    margin-bottom: 25px !important
}

.ml-xs-5, .mx-xs-5 {
    margin-left: 25px !important
}

.m-xs-6 {
    margin: 30px !important
}

.mt-xs-6, .my-xs-6 {
    margin-top: 30px !important
}

.mr-xs-6, .mx-xs-6 {
    margin-right: 30px !important
}

.mb-xs-6, .my-xs-6 {
    margin-bottom: 30px !important
}

.ml-xs-6, .mx-xs-6 {
    margin-left: 30px !important
}

.m-xs-7 {
    margin: 35px !important
}

.mt-xs-7, .my-xs-7 {
    margin-top: 35px !important
}

.mr-xs-7, .mx-xs-7 {
    margin-right: 35px !important
}

.mb-xs-7, .my-xs-7 {
    margin-bottom: 35px !important
}

.ml-xs-7, .mx-xs-7 {
    margin-left: 35px !important
}

.m-xs-8 {
    margin: 40px !important
}

.mt-xs-8, .my-xs-8 {
    margin-top: 40px !important
}

.mr-xs-8, .mx-xs-8 {
    margin-right: 40px !important
}

.mb-xs-8, .my-xs-8 {
    margin-bottom: 40px !important
}

.ml-xs-8, .mx-xs-8 {
    margin-left: 40px !important
}

.p-xs-0 {
    padding: 0 !important
}

.pt-xs-0, .py-xs-0 {
    padding-top: 0 !important
}

.pr-xs-0, .px-xs-0 {
    padding-right: 0 !important
}

.pb-xs-0, .py-xs-0 {
    padding-bottom: 0 !important
}

.pl-xs-0, .px-xs-0 {
    padding-left: 0 !important
}

.p-xs-1 {
    padding: 5px !important
}

.pt-xs-1, .py-xs-1 {
    padding-top: 5px !important
}

.pr-xs-1, .px-xs-1 {
    padding-right: 5px !important
}

.pb-xs-1, .py-xs-1 {
    padding-bottom: 5px !important
}

.pl-xs-1, .px-xs-1 {
    padding-left: 5px !important
}

.p-xs-2 {
    padding: 10px !important
}

.pt-xs-2, .py-xs-2 {
    padding-top: 10px !important
}

.pr-xs-2, .px-xs-2 {
    padding-right: 10px !important
}

.pb-xs-2, .py-xs-2 {
    padding-bottom: 10px !important
}

.pl-xs-2, .px-xs-2 {
    padding-left: 10px !important
}

.p-xs-3 {
    padding: 15px !important
}

.pt-xs-3, .py-xs-3 {
    padding-top: 15px !important
}

.pr-xs-3, .px-xs-3 {
    padding-right: 15px !important
}

.pb-xs-3, .py-xs-3 {
    padding-bottom: 15px !important
}

.pl-xs-3, .px-xs-3 {
    padding-left: 15px !important
}

.p-xs-4 {
    padding: 20px !important
}

.pt-xs-4, .py-xs-4 {
    padding-top: 20px !important
}

.pr-xs-4, .px-xs-4 {
    padding-right: 20px !important
}

.pb-xs-4, .py-xs-4 {
    padding-bottom: 20px !important
}

.pl-xs-4, .px-xs-4 {
    padding-left: 20px !important
}

.p-xs-5 {
    padding: 25px !important
}

.pt-xs-5, .py-xs-5 {
    padding-top: 25px !important
}

.pr-xs-5, .px-xs-5 {
    padding-right: 25px !important
}

.pb-xs-5, .py-xs-5 {
    padding-bottom: 25px !important
}

.pl-xs-5, .px-xs-5 {
    padding-left: 25px !important
}

.p-xs-6 {
    padding: 30px !important
}

.pt-xs-6, .py-xs-6 {
    padding-top: 30px !important
}

.pr-xs-6, .px-xs-6 {
    padding-right: 30px !important
}

.pb-xs-6, .py-xs-6 {
    padding-bottom: 30px !important
}

.pl-xs-6, .px-xs-6 {
    padding-left: 30px !important
}

.p-xs-7 {
    padding: 35px !important
}

.pt-xs-7, .py-xs-7 {
    padding-top: 35px !important
}

.pr-xs-7, .px-xs-7 {
    padding-right: 35px !important
}

.pb-xs-7, .py-xs-7 {
    padding-bottom: 35px !important
}

.pl-xs-7, .px-xs-7 {
    padding-left: 35px !important
}

.p-xs-8 {
    padding: 40px !important
}

.pt-xs-8, .py-xs-8 {
    padding-top: 40px !important
}

.pr-xs-8, .px-xs-8 {
    padding-right: 40px !important
}

.pb-xs-8, .py-xs-8 {
    padding-bottom: 40px !important
}

.pl-xs-8, .px-xs-8 {
    padding-left: 40px !important
}

.m-sm-0 {
    margin: 0 !important
}

.mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
}

.mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
}

.mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
}

.ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
}

.m-sm-1 {
    margin: 5px !important
}

.mt-sm-1, .my-sm-1 {
    margin-top: 5px !important
}

.mr-sm-1, .mx-sm-1 {
    margin-right: 5px !important
}

.mb-sm-1, .my-sm-1 {
    margin-bottom: 5px !important
}

.ml-sm-1, .mx-sm-1 {
    margin-left: 5px !important
}

.m-sm-2 {
    margin: 10px !important
}

.mt-sm-2, .my-sm-2 {
    margin-top: 10px !important
}

.mr-sm-2, .mx-sm-2 {
    margin-right: 10px !important
}

.mb-sm-2, .my-sm-2 {
    margin-bottom: 10px !important
}

.ml-sm-2, .mx-sm-2 {
    margin-left: 10px !important
}

.m-sm-3 {
    margin: 15px !important
}

.mt-sm-3, .my-sm-3 {
    margin-top: 15px !important
}

.mr-sm-3, .mx-sm-3 {
    margin-right: 15px !important
}

.mb-sm-3, .my-sm-3 {
    margin-bottom: 15px !important
}

.ml-sm-3, .mx-sm-3 {
    margin-left: 15px !important
}

.m-sm-4 {
    margin: 20px !important
}

.mt-sm-4, .my-sm-4 {
    margin-top: 20px !important
}

.mr-sm-4, .mx-sm-4 {
    margin-right: 20px !important
}

.mb-sm-4, .my-sm-4 {
    margin-bottom: 20px !important
}

.ml-sm-4, .mx-sm-4 {
    margin-left: 20px !important
}

.m-sm-5 {
    margin: 25px !important
}

.mt-sm-5, .my-sm-5 {
    margin-top: 25px !important
}

.mr-sm-5, .mx-sm-5 {
    margin-right: 25px !important
}

.mb-sm-5, .my-sm-5 {
    margin-bottom: 25px !important
}

.ml-sm-5, .mx-sm-5 {
    margin-left: 25px !important
}

.m-sm-6 {
    margin: 30px !important
}

.mt-sm-6, .my-sm-6 {
    margin-top: 30px !important
}

.mr-sm-6, .mx-sm-6 {
    margin-right: 30px !important
}

.mb-sm-6, .my-sm-6 {
    margin-bottom: 30px !important
}

.ml-sm-6, .mx-sm-6 {
    margin-left: 30px !important
}

.m-sm-7 {
    margin: 35px !important
}

.mt-sm-7, .my-sm-7 {
    margin-top: 35px !important
}

.mr-sm-7, .mx-sm-7 {
    margin-right: 35px !important
}

.mb-sm-7, .my-sm-7 {
    margin-bottom: 35px !important
}

.ml-sm-7, .mx-sm-7 {
    margin-left: 35px !important
}

.m-sm-8 {
    margin: 40px !important
}

.mt-sm-8, .my-sm-8 {
    margin-top: 40px !important
}

.mr-sm-8, .mx-sm-8 {
    margin-right: 40px !important
}

.mb-sm-8, .my-sm-8 {
    margin-bottom: 40px !important
}

.ml-sm-8, .mx-sm-8 {
    margin-left: 40px !important
}

.p-sm-0 {
    padding: 0 !important
}

.pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
}

.pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
}

.pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
}

.pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
}

.p-sm-1 {
    padding: 5px !important
}

.pt-sm-1, .py-sm-1 {
    padding-top: 5px !important
}

.pr-sm-1, .px-sm-1 {
    padding-right: 5px !important
}

.pb-sm-1, .py-sm-1 {
    padding-bottom: 5px !important
}

.pl-sm-1, .px-sm-1 {
    padding-left: 5px !important
}

.p-sm-2 {
    padding: 10px !important
}

.pt-sm-2, .py-sm-2 {
    padding-top: 10px !important
}

.pr-sm-2, .px-sm-2 {
    padding-right: 10px !important
}

.pb-sm-2, .py-sm-2 {
    padding-bottom: 10px !important
}

.pl-sm-2, .px-sm-2 {
    padding-left: 10px !important
}

.p-sm-3 {
    padding: 15px !important
}

.pt-sm-3, .py-sm-3 {
    padding-top: 15px !important
}

.pr-sm-3, .px-sm-3 {
    padding-right: 15px !important
}

.pb-sm-3, .py-sm-3 {
    padding-bottom: 15px !important
}

.pl-sm-3, .px-sm-3 {
    padding-left: 15px !important
}

.p-sm-4 {
    padding: 20px !important
}

.pt-sm-4, .py-sm-4 {
    padding-top: 20px !important
}

.pr-sm-4, .px-sm-4 {
    padding-right: 20px !important
}

.pb-sm-4, .py-sm-4 {
    padding-bottom: 20px !important
}

.pl-sm-4, .px-sm-4 {
    padding-left: 20px !important
}

.p-sm-5 {
    padding: 25px !important
}

.pt-sm-5, .py-sm-5 {
    padding-top: 25px !important
}

.pr-sm-5, .px-sm-5 {
    padding-right: 25px !important
}

.pb-sm-5, .py-sm-5 {
    padding-bottom: 25px !important
}

.pl-sm-5, .px-sm-5 {
    padding-left: 25px !important
}

.p-sm-6 {
    padding: 30px !important
}

.pt-sm-6, .py-sm-6 {
    padding-top: 30px !important
}

.pr-sm-6, .px-sm-6 {
    padding-right: 30px !important
}

.pb-sm-6, .py-sm-6 {
    padding-bottom: 30px !important
}

.pl-sm-6, .px-sm-6 {
    padding-left: 30px !important
}

.p-sm-7 {
    padding: 35px !important
}

.pt-sm-7, .py-sm-7 {
    padding-top: 35px !important
}

.pr-sm-7, .px-sm-7 {
    padding-right: 35px !important
}

.pb-sm-7, .py-sm-7 {
    padding-bottom: 35px !important
}

.pl-sm-7, .px-sm-7 {
    padding-left: 35px !important
}

.p-sm-8 {
    padding: 40px !important
}

.pt-sm-8, .py-sm-8 {
    padding-top: 40px !important
}

.pr-sm-8, .px-sm-8 {
    padding-right: 40px !important
}

.pb-sm-8, .py-sm-8 {
    padding-bottom: 40px !important
}

.pl-sm-8, .px-sm-8 {
    padding-left: 40px !important
}

.m-md-0 {
    margin: 0 !important
}

.mt-md-0, .my-md-0 {
    margin-top: 0 !important
}

.mr-md-0, .mx-md-0 {
    margin-right: 0 !important
}

.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
}

.ml-md-0, .mx-md-0 {
    margin-left: 0 !important
}

.m-md-1 {
    margin: 5px !important
}

.mt-md-1, .my-md-1 {
    margin-top: 5px !important
}

.mr-md-1, .mx-md-1 {
    margin-right: 5px !important
}

.mb-md-1, .my-md-1 {
    margin-bottom: 5px !important
}

.ml-md-1, .mx-md-1 {
    margin-left: 5px !important
}

.m-md-2 {
    margin: 10px !important
}

.mt-md-2, .my-md-2 {
    margin-top: 10px !important
}

.mr-md-2, .mx-md-2 {
    margin-right: 10px !important
}

.mb-md-2, .my-md-2 {
    margin-bottom: 10px !important
}

.ml-md-2, .mx-md-2 {
    margin-left: 10px !important
}

.m-md-3 {
    margin: 15px !important
}

.mt-md-3, .my-md-3 {
    margin-top: 15px !important
}

.mr-md-3, .mx-md-3 {
    margin-right: 15px !important
}

.mb-md-3, .my-md-3 {
    margin-bottom: 15px !important
}

.ml-md-3, .mx-md-3 {
    margin-left: 15px !important
}

.m-md-4 {
    margin: 20px !important
}

.mt-md-4, .my-md-4 {
    margin-top: 20px !important
}

.mr-md-4, .mx-md-4 {
    margin-right: 20px !important
}

.mb-md-4, .my-md-4 {
    margin-bottom: 20px !important
}

.ml-md-4, .mx-md-4 {
    margin-left: 20px !important
}

.m-md-5 {
    margin: 25px !important
}

.mt-md-5, .my-md-5 {
    margin-top: 25px !important
}

.mr-md-5, .mx-md-5 {
    margin-right: 25px !important
}

.mb-md-5, .my-md-5 {
    margin-bottom: 25px !important
}

.ml-md-5, .mx-md-5 {
    margin-left: 25px !important
}

.m-md-6 {
    margin: 30px !important
}

.mt-md-6, .my-md-6 {
    margin-top: 30px !important
}

.mr-md-6, .mx-md-6 {
    margin-right: 30px !important
}

.mb-md-6, .my-md-6 {
    margin-bottom: 30px !important
}

.ml-md-6, .mx-md-6 {
    margin-left: 30px !important
}

.m-md-7 {
    margin: 35px !important
}

.mt-md-7, .my-md-7 {
    margin-top: 35px !important
}

.mr-md-7, .mx-md-7 {
    margin-right: 35px !important
}

.mb-md-7, .my-md-7 {
    margin-bottom: 35px !important
}

.ml-md-7, .mx-md-7 {
    margin-left: 35px !important
}

.m-md-8 {
    margin: 40px !important
}

.mt-md-8, .my-md-8 {
    margin-top: 40px !important
}

.mr-md-8, .mx-md-8 {
    margin-right: 40px !important
}

.mb-md-8, .my-md-8 {
    margin-bottom: 40px !important
}

.ml-md-8, .mx-md-8 {
    margin-left: 40px !important
}

.p-md-0 {
    padding: 0 !important
}

.pt-md-0, .py-md-0 {
    padding-top: 0 !important
}

.pr-md-0, .px-md-0 {
    padding-right: 0 !important
}

.pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
}

.pl-md-0, .px-md-0 {
    padding-left: 0 !important
}

.p-md-1 {
    padding: 5px !important
}

.pt-md-1, .py-md-1 {
    padding-top: 5px !important
}

.pr-md-1, .px-md-1 {
    padding-right: 5px !important
}

.pb-md-1, .py-md-1 {
    padding-bottom: 5px !important
}

.pl-md-1, .px-md-1 {
    padding-left: 5px !important
}

.p-md-2 {
    padding: 10px !important
}

.pt-md-2, .py-md-2 {
    padding-top: 10px !important
}

.pr-md-2, .px-md-2 {
    padding-right: 10px !important
}

.pb-md-2, .py-md-2 {
    padding-bottom: 10px !important
}

.pl-md-2, .px-md-2 {
    padding-left: 10px !important
}

.p-md-3 {
    padding: 15px !important
}

.pt-md-3, .py-md-3 {
    padding-top: 15px !important
}

.pr-md-3, .px-md-3 {
    padding-right: 15px !important
}

.pb-md-3, .py-md-3 {
    padding-bottom: 15px !important
}

.pl-md-3, .px-md-3 {
    padding-left: 15px !important
}

.p-md-4 {
    padding: 20px !important
}

.pt-md-4, .py-md-4 {
    padding-top: 20px !important
}

.pr-md-4, .px-md-4 {
    padding-right: 20px !important
}

.pb-md-4, .py-md-4 {
    padding-bottom: 20px !important
}

.pl-md-4, .px-md-4 {
    padding-left: 20px !important
}

.p-md-5 {
    padding: 25px !important
}

.pt-md-5, .py-md-5 {
    padding-top: 25px !important
}

.pr-md-5, .px-md-5 {
    padding-right: 25px !important
}

.pb-md-5, .py-md-5 {
    padding-bottom: 25px !important
}

.pl-md-5, .px-md-5 {
    padding-left: 25px !important
}

.p-md-6 {
    padding: 30px !important
}

.pt-md-6, .py-md-6 {
    padding-top: 30px !important
}

.pr-md-6, .px-md-6 {
    padding-right: 30px !important
}

.pb-md-6, .py-md-6 {
    padding-bottom: 30px !important
}

.pl-md-6, .px-md-6 {
    padding-left: 30px !important
}

.p-md-7 {
    padding: 35px !important
}

.pt-md-7, .py-md-7 {
    padding-top: 35px !important
}

.pr-md-7, .px-md-7 {
    padding-right: 35px !important
}

.pb-md-7, .py-md-7 {
    padding-bottom: 35px !important
}

.pl-md-7, .px-md-7 {
    padding-left: 35px !important
}

.p-md-8 {
    padding: 40px !important
}

.pt-md-8, .py-md-8 {
    padding-top: 40px !important
}

.pr-md-8, .px-md-8 {
    padding-right: 40px !important
}

.pb-md-8, .py-md-8 {
    padding-bottom: 40px !important
}

.pl-md-8, .px-md-8 {
    padding-left: 40px !important
}

.m-lg-0 {
    margin: 0 !important
}

.mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
}

.mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
}

.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
}

.ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
}

.m-lg-1 {
    margin: 5px !important
}

.mt-lg-1, .my-lg-1 {
    margin-top: 5px !important
}

.mr-lg-1, .mx-lg-1 {
    margin-right: 5px !important
}

.mb-lg-1, .my-lg-1 {
    margin-bottom: 5px !important
}

.ml-lg-1, .mx-lg-1 {
    margin-left: 5px !important
}

.m-lg-2 {
    margin: 10px !important
}

.mt-lg-2, .my-lg-2 {
    margin-top: 10px !important
}

.mr-lg-2, .mx-lg-2 {
    margin-right: 10px !important
}

.mb-lg-2, .my-lg-2 {
    margin-bottom: 10px !important
}

.ml-lg-2, .mx-lg-2 {
    margin-left: 10px !important
}

.m-lg-3 {
    margin: 15px !important
}

.mt-lg-3, .my-lg-3 {
    margin-top: 15px !important
}

.mr-lg-3, .mx-lg-3 {
    margin-right: 15px !important
}

.mb-lg-3, .my-lg-3 {
    margin-bottom: 15px !important
}

.ml-lg-3, .mx-lg-3 {
    margin-left: 15px !important
}

.m-lg-4 {
    margin: 20px !important
}

.mt-lg-4, .my-lg-4 {
    margin-top: 20px !important
}

.mr-lg-4, .mx-lg-4 {
    margin-right: 20px !important
}

.mb-lg-4, .my-lg-4 {
    margin-bottom: 20px !important
}

.ml-lg-4, .mx-lg-4 {
    margin-left: 20px !important
}

.m-lg-5 {
    margin: 25px !important
}

.mt-lg-5, .my-lg-5 {
    margin-top: 25px !important
}

.mr-lg-5, .mx-lg-5 {
    margin-right: 25px !important
}

.mb-lg-5, .my-lg-5 {
    margin-bottom: 25px !important
}

.ml-lg-5, .mx-lg-5 {
    margin-left: 25px !important
}

.m-lg-6 {
    margin: 30px !important
}

.mt-lg-6, .my-lg-6 {
    margin-top: 30px !important
}

.mr-lg-6, .mx-lg-6 {
    margin-right: 30px !important
}

.mb-lg-6, .my-lg-6 {
    margin-bottom: 30px !important
}

.ml-lg-6, .mx-lg-6 {
    margin-left: 30px !important
}

.m-lg-7 {
    margin: 35px !important
}

.mt-lg-7, .my-lg-7 {
    margin-top: 35px !important
}

.mr-lg-7, .mx-lg-7 {
    margin-right: 35px !important
}

.mb-lg-7, .my-lg-7 {
    margin-bottom: 35px !important
}

.ml-lg-7, .mx-lg-7 {
    margin-left: 35px !important
}

.m-lg-8 {
    margin: 40px !important
}

.mt-lg-8, .my-lg-8 {
    margin-top: 40px !important
}

.mr-lg-8, .mx-lg-8 {
    margin-right: 40px !important
}

.mb-lg-8, .my-lg-8 {
    margin-bottom: 40px !important
}

.ml-lg-8, .mx-lg-8 {
    margin-left: 40px !important
}

.p-lg-0 {
    padding: 0 !important
}

.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
}

.pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
}

.pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
}

.pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
}

.p-lg-1 {
    padding: 5px !important
}

.pt-lg-1, .py-lg-1 {
    padding-top: 5px !important
}

.pr-lg-1, .px-lg-1 {
    padding-right: 5px !important
}

.pb-lg-1, .py-lg-1 {
    padding-bottom: 5px !important
}

.pl-lg-1, .px-lg-1 {
    padding-left: 5px !important
}

.p-lg-2 {
    padding: 10px !important
}

.pt-lg-2, .py-lg-2 {
    padding-top: 10px !important
}

.pr-lg-2, .px-lg-2 {
    padding-right: 10px !important
}

.pb-lg-2, .py-lg-2 {
    padding-bottom: 10px !important
}

.pl-lg-2, .px-lg-2 {
    padding-left: 10px !important
}

.p-lg-3 {
    padding: 15px !important
}

.pt-lg-3, .py-lg-3 {
    padding-top: 15px !important
}

.pr-lg-3, .px-lg-3 {
    padding-right: 15px !important
}

.pb-lg-3, .py-lg-3 {
    padding-bottom: 15px !important
}

.pl-lg-3, .px-lg-3 {
    padding-left: 15px !important
}

.p-lg-4 {
    padding: 20px !important
}

.pt-lg-4, .py-lg-4 {
    padding-top: 20px !important
}

.pr-lg-4, .px-lg-4 {
    padding-right: 20px !important
}

.pb-lg-4, .py-lg-4 {
    padding-bottom: 20px !important
}

.pl-lg-4, .px-lg-4 {
    padding-left: 20px !important
}

.p-lg-5 {
    padding: 25px !important
}

.pt-lg-5, .py-lg-5 {
    padding-top: 25px !important
}

.pr-lg-5, .px-lg-5 {
    padding-right: 25px !important
}

.pb-lg-5, .py-lg-5 {
    padding-bottom: 25px !important
}

.pl-lg-5, .px-lg-5 {
    padding-left: 25px !important
}

.p-lg-6 {
    padding: 30px !important
}

.pt-lg-6, .py-lg-6 {
    padding-top: 30px !important
}

.pr-lg-6, .px-lg-6 {
    padding-right: 30px !important
}

.pb-lg-6, .py-lg-6 {
    padding-bottom: 30px !important
}

.pl-lg-6, .px-lg-6 {
    padding-left: 30px !important
}

.p-lg-7 {
    padding: 35px !important
}

.pt-lg-7, .py-lg-7 {
    padding-top: 35px !important
}

.pr-lg-7, .px-lg-7 {
    padding-right: 35px !important
}

.pb-lg-7, .py-lg-7 {
    padding-bottom: 35px !important
}

.pl-lg-7, .px-lg-7 {
    padding-left: 35px !important
}

.p-lg-8 {
    padding: 40px !important
}

.pt-lg-8, .py-lg-8 {
    padding-top: 40px !important
}

.pr-lg-8, .px-lg-8 {
    padding-right: 40px !important
}

.pb-lg-8, .py-lg-8 {
    padding-bottom: 40px !important
}

.pl-lg-8, .px-lg-8 {
    padding-left: 40px !important
}

.m-xl-0 {
    margin: 0 !important
}

.mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
}

.mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
}

.mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
}

.ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
}

.m-xl-1 {
    margin: 5px !important
}

.mt-xl-1, .my-xl-1 {
    margin-top: 5px !important
}

.mr-xl-1, .mx-xl-1 {
    margin-right: 5px !important
}

.mb-xl-1, .my-xl-1 {
    margin-bottom: 5px !important
}

.ml-xl-1, .mx-xl-1 {
    margin-left: 5px !important
}

.m-xl-2 {
    margin: 10px !important
}

.mt-xl-2, .my-xl-2 {
    margin-top: 10px !important
}

.mr-xl-2, .mx-xl-2 {
    margin-right: 10px !important
}

.mb-xl-2, .my-xl-2 {
    margin-bottom: 10px !important
}

.ml-xl-2, .mx-xl-2 {
    margin-left: 10px !important
}

.m-xl-3 {
    margin: 15px !important
}

.mt-xl-3, .my-xl-3 {
    margin-top: 15px !important
}

.mr-xl-3, .mx-xl-3 {
    margin-right: 15px !important
}

.mb-xl-3, .my-xl-3 {
    margin-bottom: 15px !important
}

.ml-xl-3, .mx-xl-3 {
    margin-left: 15px !important
}

.m-xl-4 {
    margin: 20px !important
}

.mt-xl-4, .my-xl-4 {
    margin-top: 20px !important
}

.mr-xl-4, .mx-xl-4 {
    margin-right: 20px !important
}

.mb-xl-4, .my-xl-4 {
    margin-bottom: 20px !important
}

.ml-xl-4, .mx-xl-4 {
    margin-left: 20px !important
}

.m-xl-5 {
    margin: 25px !important
}

.mt-xl-5, .my-xl-5 {
    margin-top: 25px !important
}

.mr-xl-5, .mx-xl-5 {
    margin-right: 25px !important
}

.mb-xl-5, .my-xl-5 {
    margin-bottom: 25px !important
}

.ml-xl-5, .mx-xl-5 {
    margin-left: 25px !important
}

.m-xl-6 {
    margin: 30px !important
}

.mt-xl-6, .my-xl-6 {
    margin-top: 30px !important
}

.mr-xl-6, .mx-xl-6 {
    margin-right: 30px !important
}

.mb-xl-6, .my-xl-6 {
    margin-bottom: 30px !important
}

.ml-xl-6, .mx-xl-6 {
    margin-left: 30px !important
}

.m-xl-7 {
    margin: 35px !important
}

.mt-xl-7, .my-xl-7 {
    margin-top: 35px !important
}

.mr-xl-7, .mx-xl-7 {
    margin-right: 35px !important
}

.mb-xl-7, .my-xl-7 {
    margin-bottom: 35px !important
}

.ml-xl-7, .mx-xl-7 {
    margin-left: 35px !important
}

.m-xl-8 {
    margin: 40px !important
}

.mt-xl-8, .my-xl-8 {
    margin-top: 40px !important
}

.mr-xl-8, .mx-xl-8 {
    margin-right: 40px !important
}

.mb-xl-8, .my-xl-8 {
    margin-bottom: 40px !important
}

.ml-xl-8, .mx-xl-8 {
    margin-left: 40px !important
}

.p-xl-0 {
    padding: 0 !important
}

.pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
}

.pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
}

.pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
}

.pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
}

.p-xl-1 {
    padding: 5px !important
}

.pt-xl-1, .py-xl-1 {
    padding-top: 5px !important
}

.pr-xl-1, .px-xl-1 {
    padding-right: 5px !important
}

.pb-xl-1, .py-xl-1 {
    padding-bottom: 5px !important
}

.pl-xl-1, .px-xl-1 {
    padding-left: 5px !important
}

.p-xl-2 {
    padding: 10px !important
}

.pt-xl-2, .py-xl-2 {
    padding-top: 10px !important
}

.pr-xl-2, .px-xl-2 {
    padding-right: 10px !important
}

.pb-xl-2, .py-xl-2 {
    padding-bottom: 10px !important
}

.pl-xl-2, .px-xl-2 {
    padding-left: 10px !important
}

.p-xl-3 {
    padding: 15px !important
}

.pt-xl-3, .py-xl-3 {
    padding-top: 15px !important
}

.pr-xl-3, .px-xl-3 {
    padding-right: 15px !important
}

.pb-xl-3, .py-xl-3 {
    padding-bottom: 15px !important
}

.pl-xl-3, .px-xl-3 {
    padding-left: 15px !important
}

.p-xl-4 {
    padding: 20px !important
}

.pt-xl-4, .py-xl-4 {
    padding-top: 20px !important
}

.pr-xl-4, .px-xl-4 {
    padding-right: 20px !important
}

.pb-xl-4, .py-xl-4 {
    padding-bottom: 20px !important
}

.pl-xl-4, .px-xl-4 {
    padding-left: 20px !important
}

.p-xl-5 {
    padding: 25px !important
}

.pt-xl-5, .py-xl-5 {
    padding-top: 25px !important
}

.pr-xl-5, .px-xl-5 {
    padding-right: 25px !important
}

.pb-xl-5, .py-xl-5 {
    padding-bottom: 25px !important
}

.pl-xl-5, .px-xl-5 {
    padding-left: 25px !important
}

.p-xl-6 {
    padding: 30px !important
}

.pt-xl-6, .py-xl-6 {
    padding-top: 30px !important
}

.pr-xl-6, .px-xl-6 {
    padding-right: 30px !important
}

.pb-xl-6, .py-xl-6 {
    padding-bottom: 30px !important
}

.pl-xl-6, .px-xl-6 {
    padding-left: 30px !important
}

.p-xl-7 {
    padding: 35px !important
}

.pt-xl-7, .py-xl-7 {
    padding-top: 35px !important
}

.pr-xl-7, .px-xl-7 {
    padding-right: 35px !important
}

.pb-xl-7, .py-xl-7 {
    padding-bottom: 35px !important
}

.pl-xl-7, .px-xl-7 {
    padding-left: 35px !important
}

.p-xl-8 {
    padding: 40px !important
}

.pt-xl-8, .py-xl-8 {
    padding-top: 40px !important
}

.pr-xl-8, .px-xl-8 {
    padding-right: 40px !important
}

.pb-xl-8, .py-xl-8 {
    padding-bottom: 40px !important
}

.pl-xl-8, .px-xl-8 {
    padding-left: 40px !important
}

.card {
    background: var(--theme-bright-light);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    padding: 2rem 1.5rem 3rem;
    min-height: 390px;
    width: 90vw;
    max-width: 530px;
    min-width: 300px;
    border-radius: 20px
}

.card-xl {
    padding: 4rem 4.5rem 6rem
}

    .card-xl h1 {
        line-height: 28px
    }

    .card-xl h2 {
        font-style: italic;
        font-weight: bold;
        line-height: 19px
    }

@media(max-width: 400px) {
    .card-xl {
        padding: 4rem 2.5rem 6rem
    }

    .site-footer .content-left, .site-footer .content-right {
        margin-bottom: 6px
    }
}

.zenegy-button {
    outline: none !important;
    color: var(--color-light);
    border-radius: 50px;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    height: 35px;
    min-width: 100px
}

    .zenegy-button .login-arrow {
        width: 20px;
        transform: rotate(270deg)
    }

.bold-txt {
    font-weight: bold;
    font-style: italic
}

.footer-buttons-wrapper {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between
}

.footer-buttons-left {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start
}

    .footer-buttons-left .border-button + .border-button {
        margin-left: 20px
    }

@media screen and (max-width: 400px) {
    .footer-buttons-wrapper {
        flex-direction: column;
        align-items: center
    }

        .footer-buttons-wrapper .border-button {
            margin-bottom: 20px
        }

            .footer-buttons-wrapper .border-button + .border-button {
                margin-left: 0
            }
}

.buttons {
    width: 100%
}

    .buttons .border-button {
        border: 1px solid var(--color-selected);
        color: var(--color-selected);
        border-radius: 20px;
        display: inline-block;
        background: var(--color-light);
        font-size: 1.4rem;
        line-height: 1.6rem;
        text-align: center;
        outline: none
    }

    .buttons .back-button {
        width: 85px
    }

    .buttons .reset-button {
        width: 160px
    }

    .buttons .continue-button {
        width: 160px
    }

.border-button {
    color: var(--color-selected);
    padding: .8rem 2.2rem;
    background: transparent;
    border: 1px solid var(--color-selected);
    border-radius: 50px
}

::-webkit-scrollbar-track {
    display: none
}

::-webkit-scrollbar {
    width: 14px
}

::-webkit-scrollbar-thumb {
    background: rgba(127, 127, 127, .9);
    border-radius: 10px;
    border: 3px solid transparent;
    background-clip: content-box
}

.site-header {
    width: 100vw;
    flex: 0;
    position: relative;
    z-index: 1
}

    .site-header .header-link {
        outline: none !important
    }

.site-header {
    display: flex;
    flex-direction: column;
    position: relative
}

    .site-header::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--theme-onboarding-header-background)
    }

    .site-header .logo {
        width: var(--theme-onboarding-header-logo-width);
        height: 60px;
        background-image: var(--theme-onboarding-logoUrl);
        background-size: var(--theme-onboarding-logoSize, cover);
        background-repeat: no-repeat;
        background-position: 50%;
        border-radius: 0;
        margin-left: 0;
        cursor: pointer;
        border: none;
        background-color: transparent
    }

    .site-header .language-selector-dropdown-wrapper {
        color: var(--theme-onboarding-language-color)
    }

        .site-header .language-selector-dropdown-wrapper .language-icon {
            transform: translate3d(4px, 0, 0)
        }

        .site-header .language-selector-dropdown-wrapper .choices__inner {
            background: transparent;
            border-color: transparent;
            display: flex;
            align-items: center
        }

        .site-header .language-selector-dropdown-wrapper .choices[data-type*=select-one]:after {
            border-color: var(--theme-onboarding-language-color) transparent transparent;
            margin-top: -1px;
            right: 8px
        }

        .site-header .language-selector-dropdown-wrapper .choices .choices__item {
            white-space: nowrap
        }

        .site-header .language-selector-dropdown-wrapper .choices .choices__list--dropdown {
            right: 0;
            width: auto;
            border-radius: 4px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
            min-width: 150px;
            max-width: 250px;
            padding-top: 5px;
            padding-bottom: 5px
        }

            .site-header .language-selector-dropdown-wrapper .choices .choices__list--dropdown .choices__item--selectable {
                padding: 5px 16px;
                color: rgba(0, 0, 0, .87)
            }

.login-button {
    background: var(--theme-action-button-background)
}

.otp-input {
    width: 55px;
    height: 55px;
    background: transparent;
    font-size: 2rem;
    margin-right: 5px;
    border: 1px solid #979797;
    border-radius: 10px
}

    .otp-input:last-child {
        margin-right: 0
    }

    .otp-input::-webkit-inner-spin-button, .otp-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0
    }

    .otp-input:focus, .otp-input.focus {
        border: 1px solid #7fd3ff;
        box-shadow: 0 0 3px #7fd3ff;
        outline: none
    }

.otp-input-wrapper .invalid-otp {
    animation: shake .3s ease-in-out
}

@keyframes shake {
    0% {
        transform: translate(0)
    }

    16.667% {
        transform: translate(1rem)
    }

    33.33% {
        transform: translate(-1rem)
    }

    50% {
        transform: translate(1rem)
    }

    66.67% {
        transform: translate(1rem)
    }

    83.3% {
        transform: translate(-1rem)
    }

    100% {
        transform: translate(0)
    }
}

@media(max-width: 600px) {
    .otp-input {
        width: 13%;
        height: 54px
    }
}

@media(max-width: 575px) {
    .otp-input {
        width: 13%;
        height: 52px;
        margin: 0
    }
}

@media(max-width: 550px) {
    .otp-input {
        width: 13%;
        height: 49px;
        margin: 0
    }
}

@media(max-width: 525px) {
    .otp-input {
        width: 13.10%;
        height: 46px;
        margin: 0
    }
}

@media(max-width: 500px) {
    .otp-input {
        width: 13.25%;
        height: 45px;
        margin: 0
    }
}

@media(max-width: 485px) {
    .otp-input {
        width: 13.25%;
        height: 43px;
        margin: 0
    }
}

@media(max-width: 470px) {
    .otp-input {
        width: 13.5%;
        height: 41px;
        margin: 0
    }
}

@media(max-width: 440px) {
    .otp-input {
        width: 13.75%;
        height: 40px;
        margin: 0
    }
}

@media(max-width: 420px) {
    .otp-input {
        width: 39px;
        height: 39px;
        margin: 0
    }
}

@media(max-width: 400px) {
    .otp-input {
        width: 14%;
        height: 41px;
        margin: 0
    }
}

@media(max-width: 390px) {
    .otp-input {
        width: 14.55%;
        height: 41px;
        margin: 0
    }
}

@media(max-width: 375px) {
    .otp-input {
        width: 14.65%;
        height: 40px;
        margin: 0
    }
}

@media(max-width: 360px) {
    .otp-input {
        width: 14.75%;
        height: 39px;
        margin: 0
    }
}

@media(max-width: 345px) {
    .otp-input {
        width: 15%;
        height: 38px;
        margin: 0
    }
}

.mat-slide-toggle {
    display: inline-block;
    height: 24px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-bottom: 5px;
    max-width: 100%;
    line-height: 24px;
    white-space: nowrap;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

.active-toggle {
    cursor: auto !important
}

    .active-toggle .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
        transform: translate3d(16px, 0, 0)
    }

    .active-toggle .mat-slide-toggle-thumb {
        background: #0af !important
    }

.mat-slide-toggle-label {
    height: inherit
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar, .mat-slide-toggle .mat-slide-toggle-bar {
    background-color: var(--color-label);
    transition: all 80ms linear;
    transition-property: background-color;
    position: relative;
    width: 36px;
    height: 14px;
    flex-shrink: 0;
    border-radius: 8px;
    transition-delay: 50ms;
    height: 2px;
    width: 30px
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
    transform: translate3d(0px, 0, 0);
    top: -6px !important;
    height: 14px;
    width: 14px;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    top: -3px;
    left: 0;
    transition: all 80ms linear;
    transition-property: transform
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: var(--color-light);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .2);
    height: 14px;
    transition: all 80ms linear;
    transition-property: background-color;
    transition-delay: 50ms;
    border-radius: 50%;
    width: 14px
}

.onboarding-hero-image-wrapper {
    background-image: var(--theme-onboarding-modalBgUrl, var(--theme-onboarding-bgImgUrlOrColor));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: var(--theme-onboarding-modalBgPosition, center);
    width: 160px;
    flex-basis: 160px;
    border-radius: 0px 17px 17px 0px;
}

.content-box-split {
    padding: 0 0 0 3rem
}

    .content-box-split .form-wrapper {
        padding: 3rem 3rem 3rem 0
    }

.login-msg-wrapper {
    min-height: 26px;
    letter-spacing: 0;
    line-height: 21px;
}

    .login-msg-wrapper .forgot-password {
        margin-bottom: 8px
    }

    .login-msg-wrapper a {
        color: var(--color-selected)
    }

        .login-msg-wrapper a:hover {
            text-decoration: none
        }

@media(max-width: 600px) {
    .login-msg-wrapper.signup-wrapper {
        display: none;
    }
} 

.container-button .login-azure-link {
    width: 120px;
    height: 15px;
    color: #49abf4;
    text-decoration: none
}

.container-button span {
    font-size: 12px
}

.forgot-password-wrapper {
    height: 9px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 26px
}

    .forgot-password-wrapper a {
        color: var(--color-selected);
        text-decoration: underline;
        margin-right: 1px
    }

.error-message {
    color: #cf4e95
}

@media(max-width: 600px) {
    .onboarding-hero-image-wrapper {
        display: none
    }
}

@media(max-width: 463px) {
    .login-msg-wrapper {
        height: 30px;
        line-height: 16px
    }

    .forgot-password-wrapper {
        line-height: 14px
    }
}

.hidden {
    display: none !important;
}

.new-user {
    min-height: 510px;
    max-width: 480px;
    padding: 2.5rem 4.5rem 4.5rem;
}

    .new-user .cdk-visually-hidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        position: absolute;
        width: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .new-user .password-input {
        border-top: 1px dotted #ddd
    }

    .new-user .repeat-password-input {
        border-bottom: 1px dotted #ddd
    }

    .new-user .new-user-subtext {
        font-style: italic;
        letter-spacing: 0;
        line-height: 17px;
    }

    .new-user form .zenegy-form-field-label {
        min-width: 80px;
    }

    .new-user .js-selection-toggle-button {
        margin-left: -9px;
    }

    .new-user .border-button {
        width: 100px;
    }

    .new-user .permission-checkbox {
        margin-top: 2px;
    }

        .new-user .permission-checkbox label {
            font-size: 10px;
            line-height: 11px;
        }

    .new-user #popoverWrapper::before,
    .confirm-password #popoverWrapper::before {
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        height: 15px;
        background: #fff;
        transform: rotate(-135deg);
    }

    .new-user #popoverWrapper .popover,
    .confirm-password #popoverWrapper .popover {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
        width: 280px;
        height: 181px;
    }

@media (min-width: 600px) {
    .new-user #popoverWrapper,
    .confirm-password #popoverWrapper {
        top: 44px;
        left: -83px;
    }

        .new-user #popoverWrapper::before,
        .confirm-password #popoverWrapper::before {
            box-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
            top: -7px;
            left: calc(50% - 7.5px);
        }
}

@media (max-width: 600px) {
    .new-user #popoverWrapper,
    .confirm-password #popoverWrapper {
        bottom: 45px;
        right: 47px;
        z-index: 10;
        left: 36px;
    }

    #popoverWrapper {
        margin-left: -90px;
    }

    .new-user #popoverWrapper::before,
    .confirm-password #popoverWrapper::before {
        box-shadow: none;
        left: 89px !important;
        top: 172px;
    }
}

@media (max-width: 400px) {
    .new-user #popoverWrapper,
    .confirm-password #popoverWrapper {
        right: -13px;
        left: -10px;
    }
}

@media (pointer: coarse) {
    .hide-on-mobile {
        display: none !important;
    }

    .disable-actions-on-mobile {
        pointer-events: none;
    }
}

.reset-password #work-email-label {
    width: 23%
}

.select-setup-card {
    padding: 4rem 4.5rem 4rem
}

    .select-setup-card .list-item {
        border-bottom: 1px solid #d8d8d8
    }

        .select-setup-card .list-item .toggle-content-button {
            transform-origin: center;
            background: none;
            border: 0
        }

            .select-setup-card .list-item .toggle-content-button:focus, .select-setup-card .list-item .toggle-content-button:active {
                outline: 0
            }

            .select-setup-card .list-item .toggle-content-button .expand-icon {
                transition: transform .3s;
                width: 20px;
                height: 20px;
                opacity: .5;
                color: #c5c5c5;
                transform-origin: center
            }

                .select-setup-card .list-item .toggle-content-button .expand-icon:hover, .select-setup-card .list-item .toggle-content-button .expand-icon:focus {
                    opacity: 1
                }

        .select-setup-card .list-item .item-text h3 {
            line-height: 1.4;
            color: rgba(0, 0, 0, .82)
        }

        .select-setup-card .list-item .item-text p {
            margin-top: 4px !important;
            font-size: 1.2rem;
            color: var(--color-label);
            line-height: 1.4
        }

    .select-setup-card .hide-list {
        transition: all .3s;
        padding-bottom: 0 !important
    }

        .select-setup-card .hide-list p {
            display: none
        }

    .select-setup-card .collapse .expand-icon {
        transform: rotate(-88deg)
    }

.create-account {
    min-height: 340px
}

    .create-account h2 {
        font-weight: normal
    }

    .create-account .container-wrapper .user-icon {
        width: 75px;
        margin-right: -8px
    }

    .create-account .container-wrapper .no-data-icon {
        width: 48px;
        filter: grayscale(100%)
    }

@media(max-width: 360px) {
    .create-account .container-wrapper {
        flex-direction: column
    }

        .create-account .container-wrapper .icon-container-wrapper {
            margin-left: 36px
        }

        .create-account .container-wrapper .create-user {
            margin-top: 40px
        }

            .create-account .container-wrapper .create-user a {
                margin-left: 0px !important
            }

    .create-account .footer-link {
        margin-top: 10px
    }
}

html {
    font-size: 62.5%
}

    html.fs-xs {
        font-size: 53.5715%
    }

    html.fs-sm {
        font-size: 58.0355%
    }

    html.fs-md {
        font-size: 62.5%
    }

    html.fs-lg {
        font-size: 66.9645%
    }

    html.fs-xl {
        font-size: 71.4285%
    }

@media screen and (max-width: 599px) {
    html {
        font-size: 71.4285% !important
    }
}

body {
    font-size: 1.4rem;
    line-height: 1.5rem
}

h1 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5
}

h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5
}

h3 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5
}

h4 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

h6 {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.5
}

subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5
}

body {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5rem
}

body-bold {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5rem
}

body-sm {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5
}

body-sm-bold {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5
}

body-xs {
    font-size: 1rem;
    line-height: 1.1
}

caption {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: .03333em
}

.text-h1 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5
}

.text-h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5
}

.text-h3 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5
}

.text-h4 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5
}

.text-h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

.text-h6 {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.5
}

.text-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5
}

.text-body {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5rem
}

.text-body-bold {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5rem
}

.text-body-sm {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5
}

.text-body-sm-bold {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5
}

.text-body-xs {
    font-size: 1rem;
    line-height: 1.1
}

.text-caption {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: .03333em
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify;
    hyphens: auto
}

.text-italic {
    font-style: italic
}

.text-bold {
    font-weight: bold
}

.text-no-wrap {
    white-space: nowrap
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.text-weight-thin {
    font-weight: 100
}

.text-weight-light {
    font-weight: 300
}

.text-weight-regular {
    font-weight: 400
}

.text-weight-medium {
    font-weight: 500
}

.text-weight-bold {
    font-weight: 700
}

.text-weight-bolder {
    font-weight: 900
}

.inline-form .form-section-heading {
    margin-bottom: 15px;
    display: inline-block
}

.inline-form zenegy-form-field {
    padding-top: 2px;
    margin-top: 0;
    width: 100%;
    min-height: 34px
}

    .inline-form zenegy-form-field + .form-section-heading {
        margin-top: 15px
    }

.inline-form a {
    cursor: pointer
}

    .inline-form a label {
        cursor: pointer
    }

.inline-form .zenegy-form-field-wrapper {
    display: flex;
    flex: 1;
    max-width: 100%
}

.inline-form .zenegy-form-field-label {
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: none;
    width: 40%;
    padding-right: 10px;
    min-width: 95px;
    flex-shrink: 0
}

    .inline-form .zenegy-form-field-label label {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%
    }

        .inline-form .zenegy-form-field-label label zenegy-icon {
            margin-right: 15px;
            flex-shrink: 0
        }

.inline-form .required-indicator {
    display: none
}

.inline-form .zenegy-form-field-element-wrapper {
    flex: 1 1 auto;
    max-width: 60%
}

.inline-form fieldset {
    border: 0;
    padding: 0
}

    .inline-form fieldset legend {
        font-size: 1.2rem;
        color: #1c222a;
        font-weight: 600;
        margin-bottom: 16px
    }

/* Custom CSS, not copied from auth templates */

.confirm-password h2 {
    font-style: initial;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.otp-submit-button {
    display: none;
}

.success-icon-img {
    height: 50px;
    width: 50px;
    transform-origin: center;
    -webkit-animation: animateCircleSize .5s ease forwards;
    animation: animateCircleSize .5s ease forwards
}

.expand-icon {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}

    .expand-icon:hover, expand-icon:focus {
        opacity: 1;
    }

.link-underline {
    color: var(--theme-darkest);
    text-decoration: underline;
    font-size: 12px;
    line-height: 26px;
}

    .link-underline:hover {
        color: var(--theme-darkest);
    }

.new-user-no-marketing {
    min-height: 410px;
}

.button-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #49abf4;
    cursor: pointer;
}

#resend-sms-code-link {
    text-decoration: none;
    color: #49abf4;
}

#resend-sms-code-link:hover {
    cursor: pointer;
}

.two-fa-dropdown .choices__inner {
    min-height: 100%;
    background: #fff !important;
    border: none;
    border-radius: 5px;
}

.choices.is-disabled::after {
    display: none;
}

.choices.is-disabled .choices__inner {
    color: #707070;
}

.two-fa-dropdown .choices__item.choices__item--choice {
    padding-right: 0;
}

    .two-fa-dropdown .choices__item.choices__item--choice:hover {
        background: #f6f7f9;
    }

.two-fa-dropdown .choices__list.choices__list--dropdown {
    border-radius: 5px;
}

.is-selected {
    color: var(--color-selected) !important;
}

.two-fa-dropdown {
    max-width: 100% !important
}
