﻿@font-face {
    font-family: sf_pro_displayregular;
    src: url(../fonts/sf-pro-display-regular-webfont.woff2) format("woff2"),url(../fonts/sf-pro-display-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sf_pro_displaylight;
    src: url(../fonts/sf-pro-display-light-webfont.woff2) format("woff2"),url(../fonts/sf-pro-display-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sf_pro_displaybold;
    src: url(../fonts/sf-pro-display-bold-webfont.woff2) format("woff2"),url(../fonts/sf-pro-display-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sf_pro_displaymedium;
    src: url(../fonts/sf-pro-display-medium-webfont.woff2) format("woff2"),url(../fonts/sf-pro-display-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sf_pro_displaysemibold;
    src: url(../fonts/sf-pro-display-semibold-webfont.woff2) format("woff2"),url(../fonts/sf-pro-display-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sf_pro_displayblack;
    src: url(../fonts/sf-pro-display-black-webfont.woff2) format("woff2"),url(../fonts/sf-pro-display-black-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.cs-login-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:1055px) {
    .cs-login-wrapper {
        flex-direction: column;
        height: auto;
        min-height: 100%
    }
}

.cs-login-wrapper .login-side-nav {
    width: 40%;
    height: 100%;
    max-width: 546px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom,#3cb09f,#3bb88f 38%,#3ab790 64%,#38b691);
    position: fixed;
    right: 0;
    top: 0
}

@media screen and (min-width:1312px) {
    .cs-login-wrapper .login-side-nav {
        max-width: initial
    }
}

@media screen and (max-width:1055px) {
    .cs-login-wrapper .login-side-nav {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        min-height: 220px;
        max-width: inherit;
        max-width: initial;
        z-index: 0
    }
}

@media screen and (min-width:768px) and (max-width:1055px) {
    .cs-login-wrapper .login-side-nav {
        min-height: 390px
    }
}

.cs-login-wrapper .login-side-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4dd3a9 url(../images/login-bg.svg) no-repeat left top;
    background-size: cover;
    z-index: -1
}

@media screen and (max-width:1055px) {
    .cs-login-wrapper .login-side-nav::before {
        background-position: bottom left
    }
}

.cs-login-wrapper .cs-login-block {
    flex: 1;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    padding-right: 40%;
    background: #fff;
    max-width: 100%
}

@media screen and (max-width:1055px) {
    .cs-login-wrapper .cs-login-block {
        width: 100%;
        padding: 20px
    }
}

.cs-login-wrapper .cs-login-block > div {
    width: 100%
}

.cs-login-wrapper .back-btn {
    position: absolute;
    left: 0;
    top: 0;
    margin: 30px;
    z-index: 9
}

    .cs-login-wrapper .back-btn.back-btn-grn {
        margin: 30px
    }

@media screen and (max-width:1055px) {
    .cs-login-wrapper .back-btn.back-btn-grn .bx--btn {
        background: url(../images/back-btn.svg) no-repeat
    }
}

.cs-login-wrapper .back-btn svg {
    fill: #4dd3a9
}

.login-sidebar-container {
    font-family: sf_pro_displaybold,sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    max-width: 342px
}

@media screen and (min-width:768px) and (max-width:1055px) {
    .login-sidebar-container {
        max-width: 345px
    }
}

@media screen and (max-width:671px) {
    .login-sidebar-container {
        max-width: 275px
    }
}

.login-sidebar-container h2 {
    font-size: 2.875rem;
    margin-bottom: 12px;
    line-height: normal;
    font-family: sf_pro_displaybold,sans-serif
}

@media screen and (max-width:1055px) {
    .login-sidebar-container h2 {
        font-size: 2.8125rem;
        line-height: normal
    }
}

@media screen and (max-width:671px) {
    .login-sidebar-container h2 {
        font-size: 1.875rem;
        line-height: normal
    }
}

.login-sidebar-container p {
    font-size: 1.125rem;
    line-height: 1.56;
    font-family: sf_pro_displayregular,sans-serif
}

@media screen and (max-width:671px) {
    .login-sidebar-container p {
        font-size: .875rem;
        line-height: 2
    }
}

.cs-title {
    position: relative;
    padding-top: 82px;
    text-align: center;
    margin-bottom: 50px
}

@media screen and (max-width:1055px) {
    .cs-title {
        padding-top: 74px;
        margin-bottom: 23px
    }
}

.cs-title h1 {
    font-size: 2.25rem;
    font-family: sf_pro_displaybold,sans-serif;
    line-height: normal;
    color: #4c4c4c
}

@media screen and (max-width:1055px) {
    .cs-title h1 {
        font-size: 1.5rem
    }
}

.cs-title::before {
    content: "";
    width: 54px;
    height: 64px;
    background: url(../images/login-icon.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media screen and (max-width:1055px) {
    .cs-title::before {
        width: 50px;
        height: 59px;
        background-size: 100%
    }
}

.cs-title.forgot-title {
    padding-top: 70px
}

    .cs-title.forgot-title::before {
        content: "";
        width: 74px;
        height: 40px;
        background: url(../images/key.svg) no-repeat
    }

.cs-title.reset-title {
    padding-top: 70px
}

    .cs-title.reset-title::before {
        content: "";
        width: 74px;
        height: 49px;
        background: url(../images/key_2.svg) no-repeat
    }

.login-info-wrap {
    max-width: 372px;
    margin: auto
}

    .login-info-wrap .bx--btn {
        width: 100%;
        justify-content: center;
        max-width: initial;
        font-size: 16px;
        font-family: sf_pro_displaymedium,sans-serif;
        line-height: normal;
        letter-spacing: normal;
        color: #fff
    }

        .login-info-wrap .bx--btn:focus {
            border-color: #4dd3a9;
            box-shadow: 0 0 0 1px #4dd3a9,inset 0 0 0 2px #fff
        }

@media screen and (max-width:1055px) {
    .login-info-wrap .bx--form-item .bx--text-input--password__visibility__toggle.bx--tooltip__trigger::before {
        display: none
    }
}

@media screen and (max-width:1055px) {
    .login-info-wrap .bx--form-item .bx--text-input--password__visibility__toggle.bx--tooltip__trigger .bx--assistive-text {
        display: none
    }
}

.form-requirement-msg {
    font-size: 13px;
    font-family: sf_pro_displayregular,sans-serif;
    letter-spacing: .2px;
    line-height: normal;
    padding-left: 20px;
    margin: 7px 0;
    position: relative
}

    .form-requirement-msg::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: red;
        position: absolute;
        left: 0;
        top: 3px
    }

    .form-requirement-msg.success-msg {
        color: #4dd3a9
    }

        .form-requirement-msg.success-msg::before {
            content: "";
            background: url(../images/right_tick.svg) no-repeat left top
        }

        .form-requirement-msg.success-msg.has-no-icon {
            padding-left: 0
        }

            .form-requirement-msg.success-msg.has-no-icon:before {
                display: none
            }

    .form-requirement-msg.error-msg {
        color: #d42f2f
    }

        .form-requirement-msg.error-msg::before {
            content: "";
            background: url(../images/cross.svg) no-repeat left top
        }

        .form-requirement-msg.error-msg.has-no-icon {
            padding-left: 0
        }

            .form-requirement-msg.error-msg.has-no-icon:before {
                display: none
            }

.notification-wrapper.has-no-icon .error-msg {
    padding-left: 0
}

    .notification-wrapper.has-no-icon .error-msg:before {
        display: none
    }

.notification-wrapper.has-no-icon .success-msg {
    padding-left: 0
}

    .notification-wrapper.has-no-icon .success-msg:before {
        display: none
    }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0
}

button, input, select, textarea {
    font-family: inherit;
    border-radius: 0
}

    input[type=text]::-ms-clear {
        display: none
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote::after, blockquote::before, q::after, q::before {
        content: ''
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

button {
    margin: 0
}

html {
    font-size: 100%
}

body {
    font-weight: 400;
    font-family: 'IBM Plex Sans','Helvetica Neue',Arial,sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: 'IBM Plex Mono',Menlo,'DejaVu Sans Mono','Bitstream Vera Sans Mono',Courier,monospace
}

strong {
    font-weight: 600
}

@media screen and (-ms-high-contrast:active) {
    svg {
        fill: ButtonText
    }
}

h1 {
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 1.199;
    letter-spacing: 0
}

h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0
}

h3 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0
}

h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0
}

h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    letter-spacing: 0
}

h6 {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.29;
    letter-spacing: .16px
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0
}

a {
    color: #0f62fe
}

em {
    font-style: italic
}

@keyframes skeleton {
    0% {
        right: auto;
        left: 0;
        width: 0%;
        opacity: .3
    }

    20% {
        right: auto;
        left: 0;
        width: 100%;
        opacity: 1
    }

    28% {
        right: 0;
        left: auto;
        width: 100%
    }

    51% {
        right: 0;
        left: auto;
        width: 0%
    }

    58% {
        right: 0;
        left: auto;
        width: 0%
    }

    82% {
        right: 0;
        left: auto;
        width: 100%
    }

    83% {
        right: auto;
        left: 0;
        width: 100%
    }

    96% {
        right: auto;
        left: 0;
        width: 0%
    }

    100% {
        right: auto;
        left: 0;
        width: 0%;
        opacity: .3
    }
}

.bx--fieldset {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: 0;
    margin-bottom: 2rem
}

    .bx--fieldset *, .bx--fieldset ::after, .bx--fieldset ::before {
        box-sizing: inherit
    }

.bx--form-item {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: .16px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start
}

.bx--label {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: .32px;
    display: inline-block;
    margin-bottom: .5rem;
    color: #525252;
    font-weight: 400;
    line-height: 1rem;
    vertical-align: baseline
}

    .bx--label *, .bx--label ::after, .bx--label ::before {
        box-sizing: inherit
    }

    .bx--label .bx--tooltip__trigger {
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.34;
        letter-spacing: .32px
    }

    .bx--label.bx--skeleton {
        position: relative;
        padding: 0;
        background: #e5e5e5;
        border: none;
        box-shadow: none;
        pointer-events: none;
        width: 4.6875rem;
        height: .875rem
    }

        .bx--label.bx--skeleton:active, .bx--label.bx--skeleton:focus, .bx--label.bx--skeleton:hover {
            border: none;
            outline: 0;
            cursor: default
        }

        .bx--label.bx--skeleton::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background: #c6c6c6;
            animation: 3s ease-in-out skeleton infinite;
            content: ''
        }

@media (prefers-reduced-motion:reduce) {
    .bx--label.bx--skeleton::before {
        animation: none
    }
}

input[type=number] {
    font-family: 'IBM Plex Mono',Menlo,'DejaVu Sans Mono','Bitstream Vera Sans Mono',Courier,monospace
}

.bx--combo-box[data-invalid] .bx--data-table-header .bx--btn:not(:focus), .bx--combo-box[data-invalid] .bx--search-input:not(:focus), .bx--combo-box[data-invalid] .bx--select-input:not(:focus), .bx--combo-box[data-invalid] .bx--text-input:not(:focus), .bx--data-table-header .bx--combo-box[data-invalid] .bx--btn:not(:focus), .bx--data-table-header .bx--select-input__wrapper[data-invalid] .bx--btn:not(:focus), .bx--list-box[data-invalid]:not(:focus), .bx--number[data-invalid] input[type=number]:not(:focus), .bx--select-input__wrapper[data-invalid] .bx--data-table-header .bx--btn:not(:focus), .bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus), .bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus), .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus), input[data-invalid]:not(:focus) {
    outline: 2px solid #da1e28;
    outline-offset: -2px
}

@media screen and (prefers-contrast) {
    .bx--combo-box[data-invalid] .bx--data-table-header .bx--btn:not(:focus), .bx--combo-box[data-invalid] .bx--search-input:not(:focus), .bx--combo-box[data-invalid] .bx--select-input:not(:focus), .bx--combo-box[data-invalid] .bx--text-input:not(:focus), .bx--data-table-header .bx--combo-box[data-invalid] .bx--btn:not(:focus), .bx--data-table-header .bx--select-input__wrapper[data-invalid] .bx--btn:not(:focus), .bx--list-box[data-invalid]:not(:focus), .bx--number[data-invalid] input[type=number]:not(:focus), .bx--select-input__wrapper[data-invalid] .bx--data-table-header .bx--btn:not(:focus), .bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus), .bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus), .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus), input[data-invalid]:not(:focus) {
        outline-style: dotted
    }
}

.bx--data-table-header .bx--text-input__field-wrapper--warning > .bx--btn ~ .bx--form-requirement, .bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement, .bx--date-picker-input__wrapper--warn ~ .bx--form-requirement, .bx--date-picker-input__wrapper ~ .bx--form-requirement, .bx--list-box--warning ~ .bx--form-requirement, .bx--list-box[data-invalid] ~ .bx--form-requirement, .bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement, .bx--number__input-wrapper--warning ~ .bx--form-requirement, .bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement, .bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement, .bx--text-input__field-wrapper--warning > .bx--search-input ~ .bx--form-requirement, .bx--text-input__field-wrapper--warning > .bx--select-input ~ .bx--form-requirement, .bx--text-input__field-wrapper--warning > .bx--text-input ~ .bx--form-requirement, .bx--text-input__field-wrapper--warning ~ .bx--form-requirement, .bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement, .bx--time-picker--invalid ~ .bx--form-requirement, .bx--time-picker[data-invalid] ~ .bx--form-requirement, input[data-invalid] ~ .bx--form-requirement {
    display: block;
    max-height: 12.5rem;
    overflow: visible;
    font-weight: 400
}

.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement, .bx--date-picker-input__wrapper ~ .bx--form-requirement, .bx--list-box[data-invalid] ~ .bx--form-requirement, .bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement, .bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement, .bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement, .bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement, .bx--time-picker--invalid ~ .bx--form-requirement, .bx--time-picker[data-invalid] ~ .bx--form-requirement, input[data-invalid] ~ .bx--form-requirement {
    color: #da1e28
}

.bx--form--fluid .bx--text-input__field-wrapper--warning, .bx--form--fluid .bx--text-input__field-wrapper[data-invalid] {
    display: block
}

.bx--form--fluid .bx--fieldset {
    margin: 0
}

.bx--form--fluid input[data-invalid] {
    outline: 0
}

.bx--form--fluid .bx--form-requirement {
    margin: 0;
    padding: .5rem 2.5rem .5rem 1rem
}

input:not(output):not([data-invalid]):-moz-ui-invalid {
    box-shadow: none
}

.bx--form-requirement {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: .32px;
    display: none;
    max-height: 0;
    margin: .25rem 0 0;
    overflow: hidden
}

    .bx--form-requirement *, .bx--form-requirement ::after, .bx--form-requirement ::before {
        box-sizing: inherit
    }

.bx--select--inline .bx--form__helper-text {
    margin-top: 0
}

.bx--form__helper-text {
    font-size: .75rem;
    line-height: 1.34;
    letter-spacing: .32px;
    z-index: 0;
    width: 100%;
    margin-top: .25rem;
    color: #525252;
    opacity: 1
}

.bx--form__helper-text--disabled, .bx--label--disabled {
    color: #c6c6c6
}

.bx--form-item.bx--checkbox-wrapper {
    margin-bottom: .25rem
}

    .bx--form-item.bx--checkbox-wrapper:first-of-type {
        margin-top: .1875rem
    }

.bx--label + .bx--form-item.bx--checkbox-wrapper {
    margin-top: -.125rem
}

.bx--form-item.bx--checkbox-wrapper:last-of-type {
    margin-bottom: .1875rem
}

.bx--checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0,0,0,0)
}

.bx--checkbox-label {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: .16px;
    position: relative;
    display: flex;
    min-height: 1.5rem;
    padding-top: .1875rem;
    padding-left: 1.25rem;
    cursor: pointer;
    user-select: none
}

    .bx--checkbox-label *, .bx--checkbox-label ::after, .bx--checkbox-label ::before {
        box-sizing: inherit
    }

.bx--checkbox-label-text {
    padding-left: .375rem
}

.bx--checkbox-label::after, .bx--checkbox-label::before {
    box-sizing: border-box
}

.bx--checkbox-label::before {
    position: absolute;
    top: .125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: .125rem;
    background-color: transparent;
    border: 1px solid #161616;
    border-radius: 1px;
    content: ''
}

.bx--checkbox-label::after {
    position: absolute;
    top: .5rem;
    left: .375rem;
    width: .5625rem;
    height: .3125rem;
    margin-top: -.1875rem;
    background: 0 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: scale(0) rotate(-45deg);
    transform-origin: bottom right;
    content: ''
}

.bx--checkbox-label[data-contained-checkbox-state=mixed]::before, .bx--checkbox-label[data-contained-checkbox-state=true]::before, .bx--checkbox:checked + .bx--checkbox-label::before, .bx--checkbox:indeterminate + .bx--checkbox-label::before {
    background-color: #161616;
    border-color: #161616;
    border-width: 1px
}

.bx--checkbox-label[data-contained-checkbox-state=true]::after, .bx--checkbox:checked + .bx--checkbox-label::after {
    transform: scale(1) rotate(-45deg)
}

.bx--checkbox-label[data-contained-checkbox-state=mixed]::after, .bx--checkbox:indeterminate + .bx--checkbox-label::after {
    top: .6875rem;
    width: .5rem;
    border-bottom: 2px solid #fff;
    border-left: 0 solid #fff;
    transform: scale(1) rotate(0)
}

.bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before, .bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before, .bx--checkbox-label__focus::before, .bx--checkbox:checked:focus + .bx--checkbox-label::before, .bx--checkbox:focus + .bx--checkbox-label::before, .bx--checkbox:indeterminate:focus + .bx--checkbox-label::before {
    box-shadow: 0 0 0 2px #fff,0 0 0 4px #0f62fe
}

@media screen and (-ms-high-contrast:active),screen and (prefers-contrast) {
    .bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before, .bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before, .bx--checkbox-label__focus::before, .bx--checkbox:checked:focus + .bx--checkbox-label::before, .bx--checkbox:focus + .bx--checkbox-label::before, .bx--checkbox:indeterminate:focus + .bx--checkbox-label::before {
        outline: 1px solid highlightText;
        outline-offset: 2px
    }
}

.bx--checkbox-label[data-contained-checkbox-disabled=true], .bx--checkbox:disabled + .bx--checkbox-label {
    color: #c6c6c6;
    cursor: not-allowed
}

    .bx--checkbox-label[data-contained-checkbox-disabled=true]::before, .bx--checkbox:disabled + .bx--checkbox-label::before {
        border-color: #c6c6c6
    }

.bx--checkbox-label[data-contained-checkbox-state=mixed][data-contained-checkbox-disabled=true]::before, .bx--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before, .bx--checkbox:checked:disabled + .bx--checkbox-label::before, .bx--checkbox:indeterminate:disabled + .bx--checkbox-label::before {
    background-color: #c6c6c6
}

.bx--checkbox-label-text.bx--skeleton {
    position: relative;
    padding: 0;
    background: #e5e5e5;
    border: none;
    box-shadow: none;
    pointer-events: none;
    width: 6.25rem;
    height: 1rem;
    margin: auto 0 auto .375rem
}

    .bx--checkbox-label-text.bx--skeleton:active, .bx--checkbox-label-text.bx--skeleton:focus, .bx--checkbox-label-text.bx--skeleton:hover {
        border: none;
        outline: 0;
        cursor: default
    }

    .bx--checkbox-label-text.bx--skeleton::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: #c6c6c6;
        animation: 3s ease-in-out skeleton infinite;
        content: ''
    }

@media (prefers-reduced-motion:reduce) {
    .bx--checkbox-label-text.bx--skeleton::before {
        animation: none
    }
}

.bx--header {
    height: 6.9375rem;
    background: #fff;
    color: #414347;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 0 none
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .bx--header {
        height: 10.3125rem
    }
}

.bx--header .top-header {
    box-shadow: 2px 0 4px 0 rgba(157,156,156,.2);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .75rem 1rem;
    position: relative
}

@media screen and (max-width:671px) {
    .bx--header .top-header {
        height: 4.0625rem
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .bx--header .top-header {
        height: 5.75rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.bx--header .top-header .top-left-header {
    display: flex
}

.bx--header .btm-header {
    order: 1;
    flex: 0 0 100%;
    height: 2.6875rem;
    margin-top: 1px;
    box-shadow: 1px 2px 4px 0 rgba(84,82,82,.2)
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .bx--header .btm-header {
        height: 4.4375rem
    }
}

@media screen and (min-width:1056px) {
    .bx--header .bx--header__nav {
        order: 1;
        flex: 0 0 100%;
        transform: none;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        background: 0 0;
        box-shadow: none;
        border-radius: inherit;
        padding: 0;
        overflow: initial
    }
}

.bx--header .bx--header__global {
    height: auto;
    align-items: center
}

    .bx--header .bx--header__global .bx--header__action + .bx--header__action {
        margin-left: 20px
    }

@media screen and (max-width:1055px) {
    .bx--header .bx--header__global .bx--header__action + .bx--header__action {
        margin-left: .9375rem
    }
}

.bx--header ~ .bx--content {
    margin-top: 0
}

.bx--header .bx--header__name {
    height: auto;
    padding-left: 2.625rem;
    padding-right: 3.4375rem
}

@media screen and (max-width:1055px) {
    .bx--header .bx--header__name {
        height: auto;
        padding-left: 2.625rem;
        padding-right: 3.4375rem;
        position: absolute;
        left: 0;
        padding: 0;
        right: 0;
        margin: auto;
        z-index: -1
    }

        .bx--header .bx--header__name img {
            margin: auto
        }
}

.bx--header .header-search-btn {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    min-height: inherit;
    height: 100%;
    min-width: inherit;
    width: 4.375rem;
    border-radius: 1.34375rem
}

@media screen and (max-width:1055px) {
    .bx--header .header-search-btn {
        width: 2.8125rem;
        padding: 2px
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .bx--header .header-search-btn {
        width: 4rem;
        border-radius: 3.125rem
    }
}

.bx--header .header-search-btn svg {
    fill: #fff;
    margin: auto
}

.bx--header .bx--header__action {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 none
}

    .bx--header .bx--header__action:hover {
        background: 0 0
    }

    .bx--header .bx--header__action.bx--header__action--active {
        background: #efefef
    }

@media screen and (max-width:1055px) {
    .bx--header .bx--header__action.bx--header__action--active.hamburger-icon-wrapper {
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 1px 6px rgba(0,0,0,.2);
        transform: translate3d(223px,0,0);
        min-width: 1.875rem;
        min-height: 1.875rem
    }
}

@media screen and (max-width:671px) {
    .bx--header .bx--header__action.bx--header__action--active.hamburger-icon-wrapper {
        transform: translate3d(238px,0,0)
    }
}

.bx--header .bx--header__action img {
    width: auto;
    height: auto;
    max-width: 100%
}

.bx--header .bx--header__action svg {
    fill: #4dd3a9
}

.bx--header .bx--header__action--active .bx--navigation-menu-panel-expand-icon {
    display: none
}

.bx--header .profile-image-wrapper {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    overflow: hidden;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:1055px) {
    .bx--header .profile-image-wrapper {
        margin-left: 10px
    }
}

.bx--header .profile-image-wrapper:hover {
    background: #efefef
}

.bx--header .profile-image-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%
}

.bx--header .profile-image-wrapper svg {
    fill: #4dd3a9
}

.bx--header .hamburger-icon-wrapper {
    display: none
}

@media screen and (max-width:1055px) {
    .bx--header .hamburger-icon-wrapper {
        position: absolute;
        left: 1rem;
        display: flex;
        align-items: center;
        width: auto;
        height: auto
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .bx--header .hamburger-icon-wrapper {
        left: 1.875rem
    }
}

.bx--content {
    margin: 0;
    padding: .9375rem;
    padding-top: 7.875rem;
    min-height: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: 0 0
}

    .bx--content.no-scroll {
        overflow: initial;
        padding-left: 0;
        padding-right: 0;
        height: auto
    }

        .bx--content.no-scroll.bx--grid {
            padding-left: 1rem;
            padding-right: 1rem
        }

@media screen and (max-width:671px) {
    .bx--content.no-scroll.bx--grid {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .bx--content {
        padding-top: 11.25rem
    }
}

.bx--content .main-content-wrapper {
    background: #fff;
    padding: 2rem;
    height: 100%;
    border-radius: 10px;
    overflow-y: auto
}

@media screen and (max-width:1055px) {
    .bx--content .main-content-wrapper {
        padding: 1rem
    }
}

.bx--header__nav::before {
    display: none
}

@media screen and (max-width:1055px) {
    .top-left-header {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

.top-left-header .header-search-bar {
    position: relative
}

@media screen and (min-width:1056px) {
    .top-left-header .header-search-bar {
        padding-left: 2rem
    }

        .top-left-header .header-search-bar::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 1.875rem;
            width: .0625rem;
            background-color: #e8e7e7
        }
}

.top-left-header .header-search-bar .bx--form-item {
    margin-bottom: 0
}

@media screen and (max-width:1055px) {
    .top-left-header .header-search-bar {
        position: absolute;
        bottom: -39px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 1rem;
        max-width: 510px
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .top-left-header .header-search-bar {
        padding: 0 1.875rem;
        bottom: -63px;
        max-width: initial
    }
}

.top-left-header .bx--search-input {
    height: 2.6875rem;
    padding-left: 1.75rem;
    padding-right: 5rem;
    border-radius: 1.34375rem;
    border: 0 none
}

@media screen and (min-width:1200px) {
    .top-left-header .bx--search-input {
        width: 26.9375rem
    }
}

@media screen and (max-width:671px) {
    .top-left-header .bx--search-input {
        height: 1.875rem;
        padding-left: 1.5625rem;
        padding-right: 3.4375rem
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .top-left-header .bx--search-input {
        height: 3.125rem;
        border-radius: 3.125rem
    }
}

.top-left-header .bx--search-input:focus ~ .bx--search-close {
    outline: 0
}

.top-left-header .bx--search-close {
    height: 2.6875rem;
    width: 1.875rem;
    right: auto;
    outline: 0;
    background: 0 0
}

@media screen and (max-width:1055px) {
    .top-left-header .bx--search-close {
        height: auto;
        width: auto;
        top: 50%;
        margin-top: -11px
    }
}

.top-left-header .bx--search-close::before {
    left: 2px;
    display: none
}

.top-left-header .bx--search-close:active::before, .top-left-header .bx--search-close:focus::before {
    background: 0 0
}

.top-left-header .bx--search-close:hover {
    border: none
}

a.bx--header__menu-item {
    color: #414347
}

    a.bx--header__menu-item.bx--header__menu-item--current {
        color: #4dd3a9
    }

    a.bx--header__menu-item:active, a.bx--header__menu-item:hover {
        background: 0 0;
        color: #4dd3a9
    }

.bx--header__menu-title[aria-expanded=true] {
    background: 0 0;
    color: #414347
}

    .bx--header__menu-title[aria-expanded=true] + .bx--header__menu {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 2px 5px 0 rgba(196,195,195,.5)
    }

@media screen and (max-width:1055px) {
    .bx--header__menu-title[aria-expanded=true] + .bx--header__menu {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        box-shadow: none
    }
}

.bx--header__menu-title[aria-expanded=true] + .bx--header__menu > li {
    border-bottom: 1px solid #dddde1
}

    .bx--header__menu-title[aria-expanded=true] + .bx--header__menu > li:last-child {
        border-bottom: 0 none
    }

    .bx--header__menu-title[aria-expanded=true] + .bx--header__menu > li .bx--header__menu-arrow {
        transform: rotate(-90deg)
    }

.bx--header__menu-title[aria-expanded=true] + .bx--header__menu .bx--header__menu-item {
    height: 2.4375rem;
    font-size: .75rem;
    padding: .625rem;
    border-radius: 4px
}

    .bx--header__menu-title[aria-expanded=true] + .bx--header__menu .bx--header__menu-item:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #dedee2;
        margin-right: .625rem
    }

    .bx--header__menu-title[aria-expanded=true] + .bx--header__menu .bx--header__menu-item:hover {
        background: #fff;
        color: #4dd3a9
    }

        .bx--header__menu-title[aria-expanded=true] + .bx--header__menu .bx--header__menu-item:hover::before {
            background: #4dd3a9
        }

.bx--header__menu-title[aria-expanded=true] + .bx--header__menu .bx--header__menu {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translateX(100%)
}

@media screen and (max-width:1055px) {
    .bx--header__menu-title[aria-expanded=true] + .bx--header__menu .bx--header__menu {
        position: relative;
        transform: none;
        box-shadow: none
    }
}

.bx--modal {
    z-index: 99999
}

.bx--panel--overlay {
    top: 4.25rem;
    background: #fff;
    padding: 11px 11px 20px 13px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 #e3e3e3;
    width: 18.0625rem;
    outline: 0;
    z-index: 9999
}

a.bx--tabs__nav-link {
    border-width: 1px
}

.bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--selected):not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
    border-width: 1px;
    color: #414347
}

.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link, .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active, .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus {
    border-color: #4dd3a9;
    border-width: 1px;
    color: #414347
}

a.bx--tabs__nav-link:active, a.bx--tabs__nav-link:focus {
    outline: 0
}

#switcher-notification .bx--tabs__nav {
    width: 100%
}

    #switcher-notification .bx--tabs__nav a.bx--tabs__nav-link {
        width: 100%
    }

#switcher-notification .bx--tab-content {
    padding: 10px 0;
    position: relative
}

#switcher-notification .bx--tabs {
    margin-top: -11px
}

.bx--header__menu-trigger {
    position: relative
}

    .bx--header__menu-trigger.bx--header__action--active .notification-header-icon:after {
        display: none
    }

    .bx--header__menu-trigger .notify-red:after {
        content: "";
        top: 2px;
        right: 2px;
        margin: 0;
        width: 6px;
        height: 6px
    }

    .bx--header__menu-trigger .notify-green:after {
        content: "";
        top: 6px;
        right: 6px;
        margin: 0;
        width: 6px;
        height: 6px
    }

.notify-red {
    position: relative
}

    .notify-red:after {
        content: "";
        width: 4px;
        height: 4px;
        background: #d42f2f;
        display: inline-block;
        border-radius: 50%;
        margin-left: 2px;
        margin-top: -3px;
        position: absolute
    }

.notify-green {
    position: relative
}

    .notify-green:after {
        content: "";
        width: 4px;
        height: 4px;
        background: #4dd3a9;
        display: inline-block;
        border-radius: 50%;
        margin-left: 2px;
        margin-top: -3px;
        position: absolute
    }

.bx--tabs__nav-item .bx--tabs__nav-link {
    font-size: 12px;
    font-family: sf_pro_displaymedium,sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #92908c
}

.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link, .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active, .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus {
    font-size: 12px;
    font-family: sf_pro_displaymedium,sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #414347
}

.notification-list-wrapper .bx--product-link {
    padding: .75rem 1rem
}

.notification-list-wrapper .bx--product-list__item {
    align-items: center
}

.notification-list-wrapper .notification-list {
    padding: 12px 10px 12px 16px;
    box-shadow: none
}

    .notification-list-wrapper .notification-list .unread-notify {
        position: relative
    }

        .notification-list-wrapper .notification-list .unread-notify::before {
            content: "";
            top: 50%;
            left: -20px;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            display: inline-block;
            border-radius: 50%;
            position: absolute;
            background: #d42f2f
        }

    .notification-list-wrapper .notification-list .read-notify {
        position: relative
    }

        .notification-list-wrapper .notification-list .read-notify::before {
            content: "";
            top: 50%;
            left: -20px;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            display: inline-block;
            border-radius: 50%;
            position: absolute;
            background: #00dca3
        }

.notification-list-wrapper .notification-icon {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    margin: 0 12px 0 0;
    padding: 11px 5px 10px 6px;
    background-color: #65adf2;
    border-radius: 50%;
    font-size: 8px;
    font-family: sf_pro_displaymedium,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center
}

.notification-list-wrapper .bx--product-link__name {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #5c5e62;
    margin-right: 15px
}

.notification-list-wrapper .bx--product-switcher__subheader {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #00dca3;
    padding-left: 0
}

.notification-list-wrapper .bx--checkbox-wrapper {
    overflow: hidden
}

.notification-list-wrapper .bx--checkbox-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 12px 12px 35px;
    width: 100%
}

    .notification-list-wrapper .bx--checkbox-label::before {
        border-radius: 50%;
        top: 0;
        bottom: 0;
        left: 6px;
        margin: auto;
        background-color: #fff;
        border-color: #dddde1
    }

    .notification-list-wrapper .bx--checkbox-label::after {
        top: .875rem;
        margin: 0;
        left: .6875rem
    }

    .notification-list-wrapper .bx--checkbox-label[data-contained-checkbox-state=mixed]::before, .notification-list-wrapper .bx--checkbox-label[data-contained-checkbox-state=true]::before, .notification-list-wrapper .bx--checkbox:checked + .bx--checkbox-label::before, .notification-list-wrapper .bx--checkbox:indeterminate + .bx--checkbox-label::before {
        background-color: #4dd3a9;
        border-color: #4dd3a9
    }

    .notification-list-wrapper .bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before, .notification-list-wrapper .bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before, .notification-list-wrapper .bx--checkbox-label__focus::before, .notification-list-wrapper .bx--checkbox:checked:focus + .bx--checkbox-label::before, .notification-list-wrapper .bx--checkbox:focus + .bx--checkbox-label::before, .notification-list-wrapper .bx--checkbox:indeterminate:focus + .bx--checkbox-label::before {
        box-shadow: 0 0 0 2px #fff,0 0 0 4px #4dd3a9
    }

.notification-action-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px
}

    .notification-action-wrapper a {
        color: #00dca3;
        font-size: .75rem;
        text-decoration: none
    }

    .notification-action-wrapper .back-btn {
        margin: 0;
        display: flex
    }

        .notification-action-wrapper .back-btn .bx--btn {
            background: url(../images/sprite.svg) no-repeat;
            background-position: -128px -442px;
            width: 13px;
            height: 10px
        }

    .notification-action-wrapper > div {
        flex: 1
    }

        .notification-action-wrapper > div.notify-right-wrapper {
            display: flex;
            justify-content: flex-end;
            align-items: center
        }

            .notification-action-wrapper > div.notify-right-wrapper a {
                margin-right: .75rem
            }

                .notification-action-wrapper > div.notify-right-wrapper a:last-child {
                    margin-right: 0
                }

.notification-time {
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #92908c;
    min-width: 40px
}

.notification-detail-wrapper .back-btn {
    margin: 12px 0
}

    .notification-detail-wrapper .back-btn .bx--btn {
        background: url(../images/sprite.svg) no-repeat;
        background-position: -128px -442px;
        width: 13px;
        height: 10px
    }

.notification-detail-wrapper .notification-list {
    cursor: initial
}

.notification-detail-wrapper .bx--product-link {
    cursor: initial;
    padding-left: 0
}

.notification-detail-wrapper .bx--product-list__item {
    align-items: flex-start;
    cursor: initial
}

    .notification-detail-wrapper .bx--product-list__item:hover {
        background: 0 0
    }

.notification-detail-wrapper .notification-time {
    margin: 12px 0
}

#switcher-profile {
    text-align: center;
    height: auto;
    bottom: auto
}

@media screen and (orientation:landscape) and (max-height:480px) {
    #switcher-profile {
        height: 72%
    }
}

#switcher-profile .profile-section-wrapper {
    margin: 30px auto;
    width: 5.8125rem;
    height: 5.8125rem;
    position: relative;
    cursor: pointer
}

    #switcher-profile .profile-section-wrapper .change-profile-icon .change-icon {
        position: absolute;
        bottom: 10px;
        right: 0;
        text-indent: -9999em;
        background: url(../images/upload_camera.svg) no-repeat left top;
        display: inline-block;
        width: 26px;
        height: 26px
    }

#switcher-profile .profile-image-wrapper {
    width: 5.8125rem;
    height: 5.8125rem;
    border-radius: 50%;
    background: #efefef;
    overflow: hidden;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

    #switcher-profile .profile-image-wrapper img {
        width: 100%;
        height: auto
    }

    #switcher-profile .profile-image-wrapper .user-image-alt {
        font-size: 1.875rem
    }

#switcher-profile .profile-name {
    font-size: 16px;
    font-family: sf_pro_displaymedium,sans-serif;
    line-height: normal;
    color: #00dca3;
    margin-bottom: .5625rem
}

#switcher-profile .profile-email {
    font-size: 16px;
    font-family: sf_pro_displaylight,sans-serif;
    line-height: normal;
    color: #323232
}

#switcher-profile .action-wrapper {
    margin-top: 1.875rem
}

    #switcher-profile .action-wrapper .bx--btn {
        width: 100%;
        height: 40px;
        line-height: normal;
        min-width: initial;
        padding: 5px 15px;
        min-height: initial;
        justify-content: flex-start;
        font-size: .875rem;
        font-family: sf_pro_displayregular,sans-serif
    }

        #switcher-profile .action-wrapper .bx--btn + .bx--btn {
            margin-top: 1rem
        }

#add-image-modal .bx--file__drop-container, .change-image-profile-wrapper .bx--file__drop-container {
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative
}

    #add-image-modal .bx--file__drop-container .file-upload-field-wrapper, .change-image-profile-wrapper .bx--file__drop-container .file-upload-field-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.3125rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: normal;
        color: #323232
    }

@media screen and (max-width:671px) {
    #add-image-modal .bx--file__drop-container .file-upload-field-wrapper, .change-image-profile-wrapper .bx--file__drop-container .file-upload-field-wrapper {
        font-size: .875rem
    }
}

#add-image-modal .bx--file__drop-container .file-upload-field-wrapper:hover, .change-image-profile-wrapper .bx--file__drop-container .file-upload-field-wrapper:hover {
    text-decoration: none
}

#add-image-modal .bx--file__drop-container .file-upload-field-wrapper span, .change-image-profile-wrapper .bx--file__drop-container .file-upload-field-wrapper span {
    color: #00dca3
}

#add-image-modal .bx--file__drop-container .file-upload-field-wrapper::before, .change-image-profile-wrapper .bx--file__drop-container .file-upload-field-wrapper::before {
    content: "";
    display: block;
    width: 58px;
    height: 70px;
    background: url(../images/upload_icon.svg) no-repeat center top;
    margin: 0 auto 24px
}

#add-image-modal .bx--file-browse-btn, .change-image-profile-wrapper .bx--file-browse-btn {
    max-width: initial;
    height: 330px;
    margin-bottom: 0;
    color: #00dca3
}

.bx--modal-content {
    margin-bottom: 0
}

    .bx--modal-content:focus {
        outline: 0
    }

.bx--file-browse-btn:focus, .bx--file-browse-btn:hover {
    outline-color: #00dca3
}

.bx--modal-container {
    overflow: initial
}

@media screen and (max-width:671px) {
    .bx--modal-container {
        width: 94%;
        height: 94%;
        top: 3%
    }
}

.bx--modal-header {
    margin: 0;
    padding: 0
}

.bx--modal-container {
    background: #fff
}

.bx--modal-close, .close-btn {
    border: 0 none;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #00dca3;
    box-shadow: 0 2px 4px 0 rgba(163,154,154,.5);
    width: 26px;
    height: 26px;
    top: -13px;
    right: -13px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

    .bx--modal-close svg, .close-btn svg {
        fill: #00dca3;
        width: 15px
    }

    .bx--modal-close:focus, .close-btn:focus {
        outline: 0;
        border: none
    }

.bx--modal-container {
    border-radius: 1.3125rem
}

    .bx--modal-container.bx--modal-container--sm {
        border-radius: .875rem
    }

.bx--modal-container--sm {
    border-radius: .875rem
}

@media screen and (min-width:1056px) {
    .bx--modal-container--sm {
        max-width: 450px
    }
}

.bx--modal-content--overflow-indicator {
    background: 0 0
}

@media screen and (min-width:82rem) {
    .bx--modal-container--sm .bx--modal-content, .bx--modal-container--sm .bx--modal-content__regular-content, .bx--modal-container--sm .bx--modal-header {
        padding-right: 1rem
    }
}

@media screen and (max-width:1055px) {
    #menu-res {
        display: none;
        right: auto;
        left: 0;
        transform: translate3d(-100%,0,0);
        width: 255px
    }

        #menu-res.bx--panel--expanded {
            display: block;
            transform: translate3d(0,0,0);
            top: 0
        }

        #menu-res .bx--header__menu-bar {
            flex-direction: column
        }

            #menu-res .bx--header__menu-bar > li {
                border-bottom: 1px solid #dddde1;
                height: auto
            }

                #menu-res .bx--header__menu-bar > li > a {
                    justify-content: space-between
                }

            #menu-res .bx--header__menu-bar li a {
                line-height: normal;
                height: auto;
                padding: .75rem 0
            }
}

::-webkit-input-placeholder {
    color: silver !important;
    font-family: sf_pro_displayregular,sans-serif
}

::-moz-placeholder {
    color: silver !important;
    font-family: sf_pro_displayregular,sans-serif
}

:-ms-input-placeholder {
    color: silver !important;
    font-family: sf_pro_displayregular,sans-serif
}

:-moz-placeholder {
    color: silver !important;
    font-family: sf_pro_displayregular,sans-serif
}

.bx--header__menu-item--current::after, a.bx--header__menu-item[aria-current=page]::after {
    display: none
}

.bx--header__action--active .user-image-alt {
    display: none;
    text-transform: uppercase
}

.user-image-alt {
    text-transform: uppercase;
    font-size: .875rem;
    font-family: sf_pro_displaymedium,sans-serif;
    color: #1a6697
}

.bx--search {
    outline: 0
}

    .bx--search .bx--search-close {
        position: absolute;
        left: 0;
        right: auto
    }

    .bx--search .search-btn-abs svg {
        fill: #fff;
        margin: auto
    }

    .bx--search .search-btn-abs .bx--btn {
        min-width: initial;
        border-radius: 0;
        position: absolute;
        left: auto;
        top: auto;
        bottom: 0;
        right: 0;
        width: 4.25rem;
        height: 3.125rem
    }

h2.form-title {
    font-size: 1.125rem;
    font-family: sf_pro_displaybold,sans-serif;
    color: #414347;
    line-height: normal;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    color: #4dd3a9
}

@media screen and (max-width:1055px) {
    h2.form-title {
        font-size: .875rem;
        padding-top: .875rem
    }
}

@media screen and (max-width:671px) {
    h2.form-title {
        padding-top: 1rem
    }
}

.form-title {
    font-family: sf_pro_displaymedium,sans-serif;
    color: #414347;
    line-height: normal;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.bx--label {
    font-size: .875rem;
    line-height: normal;
    color: #5c5e62;
    margin-bottom: .4375rem;
    letter-spacing: .2px;
    font-family: sf_pro_displayregular,sans-serif
}

    .bx--label.required {
        padding-right: .375rem
    }

@media screen and (min-width:768px) and (max-width:1055px) {
    .bx--label {
        font-size: 1rem
    }
}

.bx--form-item {
    margin-bottom: 1.25rem;
    position: relative
}

    .bx--form-item:last-child {
        margin-bottom: 0
    }

    .bx--form-item.d-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row
    }

    .bx--form-item a {
        font-family: sf_pro_displaymedium,sans-serif;
        font-size: .875rem;
        letter-spacing: .2px
    }

    .bx--form-item.bx--checkbox-wrapper:last-of-type {
        margin-bottom: 0
    }

    .bx--form-item.bx--checkbox-wrapper:first-of-type {
        margin-top: 0
    }

    .bx--form-item.action-wrapper {
        margin-top: 2.8125rem
    }

        .bx--form-item.action-wrapper.mt-82 {
            margin-top: 5.125rem
        }

        .bx--form-item.action-wrapper.mt-175 {
            margin-top: 10.9375rem
        }

.bx--data-table-header .bx--btn, .bx--search-input, .bx--select-input, .bx--text-input {
    background: #f9f9f9;
    border: none;
    height: 3.125rem;
    color: #323232;
    font-size: .875rem;
    font-family: sf_pro_displaymedium,sans-serif
}

    .bx--data-table-header .bx--btn:active, .bx--data-table-header .bx--btn:focus, .bx--search-input:active, .bx--search-input:focus, .bx--select-input:active, .bx--select-input:focus, .bx--text-input:active, .bx--text-input:focus {
        outline: 2px solid #4dd3a9
    }

@media screen and (max-width:671px) {
    .bx--data-table-header .bx--btn, .bx--search-input, .bx--select-input, .bx--text-input {
        height: 2.5rem;
        font-size: .625rem
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .bx--data-table-header .bx--btn, .bx--search-input, .bx--select-input, .bx--text-input {
        font-size: .75rem
    }
}

.bx--search-input {
    height: 3.125rem
}

.bx--select-input__wrapper {
    position: relative
}

    .bx--select-input__wrapper .dropdown-icon {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 1rem;
        height: auto;
        pointer-events: none
    }

.bx--checkbox-label {
    padding-left: 1.8125rem;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .2px;
    color: #494848;
    padding-top: 0;
    min-height: 18px;
    line-height: 1.125rem;
    font-family: sf_pro_displaymedium,sans-serif;
    border-radius: 50%
}

    .bx--checkbox-label::before {
        width: 1.375rem;
        height: 1.375rem;
        background-color: #fff;
        margin: 0;
        top: 0;
        left: 0;
        border-color: #dddde1;
        border-radius: 50%
    }

    .bx--checkbox-label.bx--checkbox-label__focus {
        border-color: #4dd3a9
    }

        .bx--checkbox-label.bx--checkbox-label__focus::before {
            box-shadow: none
        }

        .bx--checkbox-label.bx--checkbox-label__focus[data-contained-checkbox-state=true]::before {
            background: #4dd3a9;
            border-color: #4dd3a9;
            box-shadow: none
        }

    .bx--checkbox-label:after {
        top: .3125rem;
        left: .375rem;
        width: .75rem;
        height: .375rem
    }

    .bx--checkbox-label[data-contained-checkbox-state=mixed]::before, .bx--checkbox-label[data-contained-checkbox-state=true]::before, .bx--checkbox:checked + .bx--checkbox-label::before, .bx--checkbox:indeterminate + .bx--checkbox-label::before {
        background: #4dd3a9;
        border-color: #4dd3a9
    }

.login-info-wrap .bx--checkbox-label::before {
    border-radius: 0;
    width: 1.125rem;
    height: 1.125rem
}

.login-info-wrap .bx--checkbox-label.bx--checkbox-label__focus {
    border-color: #4dd3a9
}

    .login-info-wrap .bx--checkbox-label.bx--checkbox-label__focus::before {
        box-shadow: none
    }

    .login-info-wrap .bx--checkbox-label.bx--checkbox-label__focus[data-contained-checkbox-state=true]::before {
        background: #1a6697;
        border-color: #1a6697;
        box-shadow: none
    }

.login-info-wrap .bx--checkbox-label:after {
    top: .3125rem;
    left: .3125rem;
    width: .5625rem;
    height: .3125rem
}

.login-info-wrap .bx--checkbox-label[data-contained-checkbox-state=mixed]::before, .login-info-wrap .bx--checkbox-label[data-contained-checkbox-state=true]::before, .login-info-wrap .bx--checkbox:checked + .bx--checkbox-label::before, .login-info-wrap .bx--checkbox:indeterminate + .bx--checkbox-label::before {
    background: #1a6697;
    border-color: #1a6697
}

.bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
    outline-color: #4dd3a9
}

.bx--btn {
    height: 3.125rem;
    padding: 11px 15px;
    min-width: 162px;
    justify-content: center;
    font-size: 1rem;
    font-family: sf_pro_displaymedium,sans-serif
}

@media screen and (min-width:1056px) {
    .bx--btn {
        max-width: 23.25rem
    }
}

@media screen and (min-width:1056px) {
    .bx--btn.btn-xl {
        font-size: 1rem
    }
}

@media screen and (max-width:671px) {
    .bx--btn {
        min-width: 90px;
        font-size: .875rem;
        height: 2.5rem;
        line-height: normal;
        min-height: initial
    }
}

@media screen and (max-width:374px) {
    .bx--btn {
        min-width: 65px
    }
}

.bx--btn--primary {
    background-color: #4dd3a9;
    border-radius: 5px
}

    .bx--btn--primary:hover {
        background-color: #4dd3a9
    }

    .bx--btn--primary:focus {
        box-shadow: inset 0 0 0 1px #4dd3a9,inset 0 0 0 2px #fff;
        border-color: #4dd3a9
    }

.bx--btn--secondary {
    background: #f9f9f9;
    border-radius: 5px;
    color: #333
}

    .bx--btn--secondary:active, .bx--btn--secondary:focus, .bx--btn--secondary:hover {
        background: #dedee2;
        color: #1a6697
    }

    .bx--btn--secondary:focus {
        box-shadow: inset 0 0 0 1px #4dd3a9,inset 0 0 0 2px #fff;
        border-color: #4dd3a9
    }

.bx--btn--tertiary {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    font-family: sf_pro_displaymedium,sans-serif;
    text-align: center;
    height: 2.5rem;
    padding: 10px 38px;
    background: 0 0;
    border-radius: 3px;
    min-width: 128px;
    min-height: initial
}

    .bx--btn--tertiary.disabled {
        opacity: .5
    }

.btn-bordered {
    border: 1px solid #4dd3a9;
    background: #fff
}

.btn-full .bx--btn {
    width: 100%;
    padding: 15px;
    justify-content: center
}

.bx--search-input:focus {
    outline: 0
}

.notification-wrapper {
    margin: .9375rem 0
}

.required .required-icon {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #d22424;
    position: absolute;
    top: 0;
    right: 0
}

.bx--tag {
    height: 33px;
    margin: 8px 28px 28px 0;
    padding: 8px 13px 8px 14px;
    border-radius: 4px;
    border: solid 1px #00e19f;
    background-color: #f9f9f9
}

@media screen and (max-width:671px) {
    .bx--tag {
        margin: 8px 15px 8px 0
    }
}

.bx--tag--filter .bx--tag__close-icon {
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(163,154,154,.5);
    border: solid 1px #00dca3;
    background-color: #fff;
    position: absolute;
    right: -8px;
    top: -8px;
    fill: #00dca3
}

.filter-tags-wrapper {
    display: flex;
    flex-wrap: wrap
}

    .filter-tags-wrapper .bx--tag {
        position: relative
    }

.bx--modal-container .bx--modal-content, .bx--modal-container .bx--modal-content__regular-content, .bx--modal-container .bx--modal-header {
    padding-right: 0
}

.bx--modal-container .bx--modal-header {
    padding: 40px 40px 15px;
    text-align: center
}

    .bx--modal-container .bx--modal-header h2 {
        margin-bottom: 0
    }

.bx--modal-container .bx--modal-content {
    padding: 0 40px;
    text-align: center
}

    .bx--modal-container .bx--modal-content h3 {
        font-family: sf_pro_displaymedium,sans-serif;
        margin-bottom: 10px
    }

.bx--modal-container .bx--modal-footer {
    justify-content: center
}

.bx--modal-footer {
    margin: 23px auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .bx--modal-footer {
        justify-content: center
    }
}

.bx--modal-footer button.bx--btn {
    padding: 14px 23px 14px;
    border-radius: 6px;
    height: 3.5625rem;
    flex: initial;
    align-items: center;
    min-width: 170px;
    justify-content: center;
    font-size: 21px
}

@media screen and (max-width:671px) {
    .bx--modal-footer button.bx--btn {
        font-size: 1rem;
        min-width: initial;
        padding: 10px 15px;
        height: 2.5rem
    }
}

.bx--modal-footer button.bx--btn:disabled {
    background-color: #c0c1c1;
    color: #fff
}

.bx--modal-footer button.bx--btn + .bx--btn {
    margin-left: 15px
}

.bx--modal-footer button.bx--btn--secondary {
    background: #c0c1c1;
    color: #fff
}

.bx--file-browse-btn.file-added {
    display: none
}

.bx--file-container {
    padding: 1rem;
    overflow: hidden;
    border: 1px dashed #e5e5e5;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bx--data-table-header .bx--select-input__wrapper[data-invalid] .bx--btn, .bx--select-input__wrapper[data-invalid] .bx--data-table-header .bx--btn, .bx--select-input__wrapper[data-invalid] .bx--select-input {
    padding-right: 3rem
}

.bx--radio-button__appearance {
    width: 1.375rem;
    height: 1.375rem;
    border: 1px solid #dedee2
}

.bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance {
    border-color: #4dd3a9;
    outline: 0;
    box-shadow: none
}

    .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
        background: #4dd3a9
    }

.bx--radio-button-wrapper .bx--radio-button__label {
    justify-content: flex-start
}

.bx--data-table tbody th, .bx--data-table td {
    background: #fff;
    border-radius: 0;
    border-width: 2px;
    border-color: #f2f3f7;
    padding: 14px 20px
}

    .bx--data-table tbody th:hover, .bx--data-table td:hover {
        border-width: 2px;
        border-color: #f2f3f7
    }

.bx--data-table th {
    font-size: 14px;
    font-weight: 400;
    font-family: sf_pro_displaymedium,sans-serif;
    height: 3.625rem;
    text-transform: uppercase;
    background: #fff
}

.bx--data-table td {
    font-size: 12px;
    font-family: sf_pro_displaymedium,sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #92908c
}

.bx--data-table h5 {
    font-size: .875rem;
    font-family: sf_pro_displaymedium,sans-serif;
    color: #5d5e60;
    font-weight: 400
}

.bx--data-table tbody tr:hover td, .bx--data-table tbody tr:hover th {
    border-width: 2px;
    border-color: #f2f3f7
}

.bx--data-table-header {
    background: #fff;
    border-radius: 0;
    border-width: 2px;
    border-color: #f2f3f7;
    padding: 14px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .bx--data-table-header:hover {
        border-width: 2px;
        border-color: #f2f3f7
    }

.bx--data-table-header__title {
    font-size: .875rem;
    text-transform: uppercase;
    color: #414347;
    font-family: sf_pro_displaymedium,sans-serif
}

.bx--btn.bx--btn--disabled, .bx--btn.bx--btn--disabled:focus, .bx--btn.bx--btn--disabled:hover, .bx--btn:disabled, .bx--btn:focus:disabled, .bx--btn:hover:disabled {
    color: #fff
}

.bx--pagination {
    background: #fff;
    font-size: .75rem;
    color: #323232;
    padding: .625rem 1rem;
    border-radius: 5px;
    justify-content: flex-end
}

    .bx--pagination .bx--select {
        width: auto
    }

    .bx--pagination .bx--form-item {
        margin-bottom: 0
    }

    .bx--data-table-header .bx--pagination .bx--select__page-number .bx--btn, .bx--pagination .bx--select__page-number .bx--data-table-header .bx--btn, .bx--pagination .bx--select__page-number .bx--select-input {
        border: 0 none
    }

    .bx--data-table-header .bx--pagination .bx--btn, .bx--pagination .bx--data-table-header .bx--btn, .bx--pagination .bx--select-input {
        color: #4dd3a9;
        font-size: .75rem
    }

    .bx--pagination .bx--pagination__right {
        border: solid 1px #e0e0e0;
        background-color: #fafafa
    }

    .bx--pagination .bx--pagination__button {
        outline: 0;
        border-left: 1px solid #e0e0e0
    }

        .bx--pagination .bx--pagination__button:hover {
            background: #fff;
            color: #4dd3a9
        }

            .bx--pagination .bx--pagination__button:hover svg {
                fill: #4dd3a9
            }

@media screen and (max-width:671px) {
    .bx--data-table-header .bx--pagination .bx--btn, .bx--pagination .bx--data-table-header .bx--btn, .bx--pagination .bx--select-input {
        height: 1.75rem
    }
}

@media screen and (max-width:671px) {
    .bx--pagination .bx--pagination__left > *, .bx--pagination .bx--pagination__right > * {
        display: block
    }
}

@media screen and (max-width:671px) {
    .bx--btn--ghost.bx--pagination__button, .bx--pagination__button {
        width: 1.75rem
    }
}

@media screen and (max-width:671px) {
    .bx--pagination__left, .bx--pagination__right {
        height: 1.75rem
    }
}

[class^=bx--col-] .bx--pagination .bx--form-item {
    margin-bottom: 0
}

.bx--file-input {
    height: 100%;
    width: 100%;
    margin: auto;
    clip: auto;
    opacity: 0
}

.delete-btn-wrapper {
    position: absolute;
    top: 1.125rem;
    right: 0
}

.delete-btn {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block
}

    .delete-btn:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url(../images/delete.svg) no-repeat left top;
        position: absolute;
        right: 0;
        top: 0
    }

    .delete-btn span {
        text-indent: -9999em;
        display: inline-block
    }

.af-typeahead {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px
}

    .af-typeahead.valid.modified {
        outline: 0 !important;
        border: 1px solid #26b050
    }

    .af-typeahead.invalid {
        outline: 0 !important;
        border: 1px solid red
    }

.af-typeahead__controls {
    position: relative;
    cursor: text;
    display: flex
}

.af-typeahead__input {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: .5rem;
    border-radius: 5px
}

.af-typeahead:focus-within {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.af-typeahead__input:focus {
    outline: 0
}

.af-typeahead__input-multi:focus {
    outline: 0;
    box-shadow: none
}

.af-typeahead__input-hidden {
    display: none
}

.invalid {
    border-color: red !important
}

.af-typeahead__input-mask-wrapper {
    display: flex;
    width: 100%
}

.af-typeahead__input-multiselect-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap
}

.af-typeahead__input-mask-wrapper--disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
    border-radius: 5px 0 0 5px;
    color: grey;
    min-height: 40px
}

    .af-typeahead__input-mask-wrapper--disabled:focus {
        border: none
    }

.af-typeahead__input-mask {
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 5px 0 0 5px;
    padding: .5rem
}

    .af-typeahead__input-mask:focus {
        outline: 0
    }

.af-typeahead__clear {
    width: 40px;
    display: flex;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #dbdbdb
}

    .af-typeahead__clear:hover {
        color: #333
    }

.af-typeahead__down-arrow path {
    fill: #dbdbdb
}

.af-typeahead__input-icon {
    width: 40px;
    display: flex;
    border-radius: 0 5px 5px 0;
    padding: .5rem;
    cursor: pointer;
    background: 0 0
}

    .af-typeahead__input-icon:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .af-typeahead__input-icon:hover {
        background-color: #f5f5f5
    }

        .af-typeahead__input-icon:hover .af-typeahead__down-arrow path {
            fill: #333
        }

.af-typeahead__input-icon--disabled, .af-typeahead__input-icon--disabled:hover {
    background-color: #e9ecef;
    cursor: not-allowed
}

    .af-typeahead__input-icon--disabled .af-typeahead__down-arrow path, .af-typeahead__input-icon--disabled:hover .af-typeahead__down-arrow path {
        fill: #9c9c9c
    }

.af-typeahead__multi-value {
    background-color: #dbdbdb;
    display: flex;
    align-items: center;
    min-width: 0;
    box-sizing: border-box;
    border-radius: 2px;
    margin: .4rem 0 .4rem .4rem
}

.af-typeahead__multi-value-label {
    color: #333;
    font-size: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    padding: 3px 3px 3px 6px
}

.af-typeahead__multi-value-clear {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    border: 0;
    outline: 0
}

    .af-typeahead__multi-value-clear:focus {
        outline: 0
    }

    .af-typeahead__multi-value-clear:hover {
        background-color: #d4d4d4;
        color: #de350b
    }

.af-typeahead__results {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 30rem;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: #fff
}

.af-typeahead__notfound, .af-typeahead__result, .af-typeahead__results-footer, .af-typeahead__results-header, .af-typeahead__results-help-template {
    padding: .5rem;
    border-top: 1px solid #dddde1;
    border-bottom: 1px solid #fff;
    font-size: .75rem;
    color: #414347;
    font-family: sf_pro_displaylight,sans-serif;
    position: relative;
    padding-left: 25px
}

    .af-typeahead__notfound::before, .af-typeahead__result::before, .af-typeahead__results-footer::before, .af-typeahead__results-header::before, .af-typeahead__results-help-template::before {
        content: "";
        top: 50%;
        left: 10px;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        background: #00dca3
    }

.af-typeahead__selected-item {
    background-color: #dbdbdb
}

.af-typeahead__selected-item-highlighted {
    background-color: #d3e2f2
}

.af-typeahead__active-item, .af-typeahead__result:focus, .af-typeahead__result:hover {
    background-color: transparent;
    border-top: 1px solid #4dd3a9;
    border-bottom: 1px solid #4dd3a9;
    color: #414347;
    cursor: pointer
}

    .af-typeahead__active-item::before, .af-typeahead__result:focus::before, .af-typeahead__result:hover::before {
        content: "";
        display: inline-block;
        background: url(../images/right_tick.svg) no-repeat left top;
        width: 10px;
        height: 8px;
        position: absolute;
        right: 14px;
        top: 12px
    }

.af-typeahead__loader {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.bx--accordion__item {
    border: 0 none;
    border-radius: 9px;
    outline: 0
}

    .bx--accordion__item .bx--accordion__heading {
        position: relative;
        transition: all .3s
    }

        .bx--accordion__item .bx--accordion__heading::after {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url(../images/forward_icon.svg) no-repeat center center;
            position: absolute;
            right: 10px;
            top: 8px;
            transition: all .3s
        }

    .bx--accordion__item.bx--accordion__item--active .bx--accordion__heading:after {
        transform: rotate(90deg)
    }

.bx--accordion__heading {
    border-radius: 9px;
    background: 0 0
}

.bx--accordion__title {
    font-family: sf_pro_displaymedium,sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #414347;
    padding-left: 12px;
    line-height: 1.57
}

.bx--list-box--expanded .bx--list-box__menu {
    max-height: initial
}

.bx--list-box__menu {
    width: 224px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.16),0 2px 4px 0 rgba(40,41,61,.04);
    margin-top: 10px;
    overflow: initial
}

    .bx--list-box__menu .bx--list-box__menu-item > div.bx--checkbox-wrapper.bx--form-item {
        position: absolute;
        left: 0;
        top: 0;
        min-height: 2.5rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 9;
        max-width: initial;
        margin: 0;
        width: 100%;
        border-top: 1px solid #dddde1;
        padding: 10px
    }

    .bx--list-box__menu .bx--list-box__menu-item:hover {
        background-color: inherit;
        border-color: #4dd3a9
    }

        .bx--list-box__menu .bx--list-box__menu-item:hover + .bx--list-box__menu-item .bx--list-box__menu-item__option {
            border-top-color: #4dd3a9
        }

    .bx--list-box__menu .bx--checkbox-label {
        width: 100%
    }

    .bx--list-box__menu .bx--list-box__menu-item-wrapper {
        overflow-y: auto;
        max-height: 12.875rem
    }

        .bx--list-box__menu .bx--list-box__menu-item-wrapper::-webkit-scrollbar {
            width: 8px;
            height: 8px
        }

        .bx--list-box__menu .bx--list-box__menu-item-wrapper::-webkit-scrollbar-thumb {
            background: #dddde1
        }

        .bx--list-box__menu .bx--list-box__menu-item-wrapper::-webkit-scrollbar-track {
            background: #f9f9f9
        }

    .bx--list-box__menu .bx--list-box__menu-item-wrapper {
        scrollbar-face-color: #dddde1;
        scrollbar-track-color: #f9f9f9
    }

.fw-list .bx--list-box__menu .bx--checkbox-label {
    width: 80%
}

.bx--select-input__wrapper .bx--list-box__menu-item__option {
    margin: 0
}

    .bx--select-input__wrapper .bx--list-box__menu-item__option:hover {
        border-color: #4dd3a9
    }

.bx--select-input__wrapper .bx--list-box__menu-item {
    min-height: 2.5rem;
    height: auto
}

.bx--select-input__wrapper .bx--accordion__content {
    padding: 0
}

.bx--select-input__wrapper .bx--accordion__item--active .bx--accordion__content {
    padding: 0
}

.bx--select-input__wrapper .bx--multi-select .bx--list-box__menu::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.bx--select-input__wrapper .bx--multi-select .bx--list-box__menu::-webkit-scrollbar-thumb {
    background: #dddde1
}

.bx--select-input__wrapper .bx--multi-select .bx--list-box__menu::-webkit-scrollbar-track {
    background: #f9f9f9
}

.bx--select-input__wrapper .bx--multi-select .bx--list-box__menu {
    scrollbar-face-color: #dddde1;
    scrollbar-track-color: #f9f9f9
}

.bx--select-input__wrapper .bx--list-box__menu-item:first-of-type .bx--list-box__menu-item__option {
    border-top-color: #dddde1
}

.search-wrapper {
    padding: 10px
}

    .search-wrapper .bx--search .bx--label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        border: 0;
        visibility: inherit;
        clip: rect(0,0,0,0);
        display: none
    }

    .search-wrapper .bx--search .bx--search-close {
        height: 100%
    }

    .search-wrapper .bx--btn {
        min-width: inherit;
        background: #4dd3a9;
        width: 2.5625rem;
        border-radius: 1.34375rem;
        height: 100%;
        outline: 0;
        min-height: initial;
        padding: 0;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        min-height: inherit;
        height: 100%
    }

@media screen and (max-width:1055px) {
    .search-wrapper .bx--btn {
        width: 2.5625rem;
        padding: 2px
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .search-wrapper .bx--btn {
        width: 2.5625rem
    }
}

.search-wrapper .bx--btn svg {
    fill: #fff;
    margin: auto
}

.bx--content .search-wrapper .bx--search .bx--search-input {
    width: 100%;
    height: 30px;
    padding-right: 60px;
    padding-left: 30px;
    border-radius: 21.5px;
    background-color: #f9fafb;
    min-width: inherit
}

.bx--content .search-wrapper .bx--search .bx--btn svg {
    width: 14px;
    height: 14px
}

.bx--list-box__wrapper {
    width: 100%
}

    .bx--list-box__wrapper .bx--list-box {
        height: 3.125rem;
        max-height: initial;
        padding: 0;
        background-color: #f9fafb;
        border: 0 none;
        color: #505d6f;
        font-size: 12px;
        font-family: sf_pro_displaylight,sans-serif;
        width: 100%
    }

        .bx--data-table-header .bx--list-box__wrapper .bx--list-box.bx--multi-select .bx--list-box__field .bx--btn, .bx--list-box__wrapper .bx--list-box.bx--multi-select .bx--list-box__field .bx--data-table-header .bx--btn, .bx--list-box__wrapper .bx--list-box.bx--multi-select .bx--list-box__field .bx--search-input, .bx--list-box__wrapper .bx--list-box.bx--multi-select .bx--list-box__field .bx--select-input, .bx--list-box__wrapper .bx--list-box.bx--multi-select .bx--list-box__field .bx--text-input {
            cursor: pointer;
            display: none
        }

    .bx--list-box__wrapper .bx--list-box__field:focus {
        outline-color: #4dd3a9
    }

.btm-btm-wrapper {
    padding: 9px
}

    .btm-btm-wrapper .bx--btn {
        width: 100%;
        max-width: initial;
        height: 2rem;
        min-height: initial;
        padding: 8px;
        font-size: .75rem
    }

.bx--tooltip__trigger:not(.bx--btn--icon-only):focus {
    outline: 0
}

body, html {
    height: 100%
}

@media screen and (min-width:1056px) {
    body, html {
        height: 100%
    }
}

body {
    font-family: sf_pro_displayregular,sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f2f3f7
}

    body::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    body::-webkit-scrollbar-thumb {
        background: #dddde1
    }

    body::-webkit-scrollbar-track {
        background: #f9f9f9
    }

body {
    scrollbar-face-color: #dddde1;
    scrollbar-track-color: #f9f9f9
}

a {
    color: #494848
}

h1 {
    font-size: 2.25rem;
    font-family: sf_pro_displaybold,sans-serif
}

h2 {
    font-size: 1.3125rem;
    font-family: sf_pro_displayregular,sans-serif
}

h3 {
    font-size: 1.125rem;
    font-family: sf_pro_displayregular,sans-serif
}

h4 {
    font-size: 14px;
    font-family: sf_pro_displayregular,sans-serif
}

h5 {
    font-size: 12px;
    font-family: sf_pro_displayregular,sans-serif
}

h6 {
    font-size: 12px;
    font-family: sf_pro_displaymedium,sans-serif
}

.bx--product-link {
    outline: 0;
    box-shadow: none
}

    .bx--product-link:focus, .bx--product-link:hover {
        box-shadow: none
    }

.mt-82 {
    margin-top: 82px
}

.selected {
    animation: slide-in .5s forwards;
    -webkit-animation: slide-in .5s forwards
}

.dismiss {
    animation: slide-out .5s forwards;
    -webkit-animation: slide-out .5s forwards
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slide-out {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%)
    }
}

.bx--content .bx--search .bx--label {
    width: auto;
    height: auto;
    position: relative;
    clip: auto;
    overflow: auto;
    visibility: initial;
    margin: initial;
    margin-bottom: .4375rem;
    padding: initial
}

.bx--content .bx--search .search-btn-abs {
    top: auto;
    bottom: 0
}

.bx--content .bx--search .bx--search-input {
    padding-right: 5.1875rem;
    padding-left: 2rem;
    height: 3.125rem
}

    .bx--content .bx--search .bx--search-input:focus ~ .bx--search-close {
        outline: 0
    }

.bx--content .bx--search .bx--search-close {
    top: auto;
    bottom: 0;
    right: auto;
    outline: 0;
    background: 0 0;
    width: 2rem
}

    .bx--content .bx--search .bx--search-close::before {
        left: 2px;
        display: none
    }

    .bx--content .bx--search .bx--search-close:active::before, .bx--content .bx--search .bx--search-close:focus::before {
        background: 0 0
    }

    .bx--content .bx--search .bx--search-close:hover {
        border: none
    }

.add-new-vehicle-form.inner-options-wrapper .bx--form-item {
    max-width: 14.0625rem
}

.add-new-vehicle-form .bx--form-item {
    max-width: 25.9375rem
}

.add-new-vehicle-form .action-wrapper {
    margin-top: 3.125rem;
    text-align: center
}

.user-option-radio {
    display: flex;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem
}

    .user-option-radio > div {
        min-width: 125px
    }

    .user-option-radio .bx--radio-button__appearance {
        margin-left: 0;
        margin-right: .9375rem;
        width: 1.5625rem;
        height: 1.5625rem
    }

    .user-option-radio .bx--radio-button__label-text {
        font-size: .875rem;
        font-family: sf_pro_displaymedium,sans-serif;
        color: #323232
    }

.error-msg-page, .error-msg-page-public {
    display: flex;
    align-items: center;
    justify-content: center
}

.error-msg-page-public {
    height: 100%
}

.error-msg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

    .error-msg-wrapper .error-msg-content {
        font-size: 1.025rem;
        font-family: sf_pro_displayregular,sans-serif;
        line-height: normal;
        letter-spacing: .02px;
        color: #181b1a
    }

        .error-msg-wrapper .error-msg-content span {
            font-size: 1.68125rem;
            font-family: sf_pro_displaysemibold,sans-serif;
            line-height: normal;
            letter-spacing: .01px;
            color: #181b1a;
            margin-right: .3125rem
        }

.error-page-public .error-msg-wrapper .error-msg-content {
    font-size: 24px;
    font-family: sf_pro_displaymedium,sans-serif;
    line-height: 1.71;
    letter-spacing: .03px;
    text-align: center;
    color: #181b1a;
    max-width: 808px;
    margin: 25px auto
}

.link-btn {
    display: block;
    margin: 35px auto 15px
}

    .link-btn .bx--btn {
        border-radius: 5px;
        box-shadow: 0 2px 4px 0 rgba(96,97,112,.16),0 0 1px 0 #20775c;
        background-color: #4dd3a9;
        font-size: 1rem;
        text-transform: capitalize
    }

@media screen and (min-width:672px) {
    .link-btn .bx--btn {
        min-width: 252px
    }
}

.error-media img {
    max-width: 100%
}

#app {
    height: 100%
}

.o-viewport {
    height: 100%
}

#main-content {
    height: 100%
}

@media screen and (max-width:1055px) {
    .bx--grid {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.two-column-grid {
    margin: -2rem;
    position: relative;
    min-height: calc(100% + 4rem);
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

@media screen and (max-width:1055px) {
    .two-column-grid {
        margin: -1rem;
        padding: 1rem;
        min-height: calc(100% + 2rem)
    }
}

@media screen and (max-width:671px) {
    .two-column-grid {
        padding: 0
    }
}

.btn-toggle-sidepanel {
    display: none
}

@media screen and (max-width:1055px) {
    .btn-toggle-sidepanel {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -33px;
        width: 15px;
        height: 66px;
        padding: 1px 2px 1px 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        background-color: #38b493;
        text-indent: -99999em;
        background-image: url(../images/forward_double_icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 9;
        transition: transform .11s cubic-bezier(.2,0,.38,.9),-webkit-transform .11s cubic-bezier(.2,0,.38,.9)
    }

        .btn-toggle-sidepanel.bx--header__action--active {
            transform: translate3d(286px,0,0)
        }

        .btn-toggle-sidepanel:active, .btn-toggle-sidepanel:focus, .btn-toggle-sidepanel:hover {
            background-color: #38b493;
            border: 0 none
        }
}

.left-panel-wrapper {
    background: linear-gradient(to bottom,#38b691,#3cb09f);
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    max-width: 446px;
    padding: 0 1.625rem 1.625rem;
    transform: none;
    border-radius: 0;
    box-shadow: none
}

@media screen and (max-width:1055px) {
    .left-panel-wrapper {
        right: auto;
        left: 0;
        transform: translate3d(-100%,0,0);
        width: 287px;
        position: absolute;
        z-index: 9;
        height: auto;
        min-height: 75%;
        padding-bottom: 30px
    }

        .left-panel-wrapper.bx--panel--expanded {
            display: block;
            transform: translate3d(0,0,0);
            top: 0
        }
}

.left-panel-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/left-panel-bg.svg) no-repeat right 47px;
    left: 0;
    bottom: 0
}

.left-panel-wrapper h2 {
    font-size: 21px;
    font-family: sf_pro_displaybold,sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 1.875rem
}

.left-panel-wrapper .action-wrapper {
    margin-top: 2.375rem;
    margin-bottom: 1.875rem
}

.right-panel-wrapper {
    padding-left: 40%;
    overflow: auto;
    height: 100%;
    width: 100%
}

@media screen and (min-width:1200px) {
    .right-panel-wrapper {
        padding-left: 446px
    }
}

@media screen and (max-width:1055px) {
    .right-panel-wrapper {
        padding-left: 0
    }
}

@media screen and (min-width:1200px) {
    .bx--data-table-header .right-panel-wrapper .bx--btn, .right-panel-wrapper .bx--data-table-header .bx--btn, .right-panel-wrapper .bx--search-input, .right-panel-wrapper .bx--select-input, .right-panel-wrapper .bx--text-input {
        max-width: 225px
    }
}

.right-panel-wrapper .action-wrapper {
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto
}

    .right-panel-wrapper .action-wrapper .bx--btn {
        padding: 16px 15px 15px;
        border-radius: 5px;
        background-color: #4dd3a9;
        justify-content: center;
        font-size: 16px;
        font-family: sf_pro_displaymedium,sans-serif
    }

@media screen and (min-width:1056px) {
    .right-panel-wrapper .action-wrapper .bx--btn {
        min-width: 370px
    }
}

@media screen and (max-width:1055px) {
    .right-panel-wrapper .action-wrapper .bx--btn {
        min-width: 186px;
        margin: auto
    }
}

.back-btn {
    margin: 3.25rem 0
}

    .back-btn .bx--btn {
        background: url(../images/back-btn.svg) no-repeat center center;
        width: 1.375rem;
        height: 1.0625rem;
        padding: 0;
        border: none;
        outline: 0;
        box-shadow: none;
        min-height: initial;
        min-width: initial
    }

    .back-btn.back-btn-grn {
        margin: 0
    }

        .back-btn.back-btn-grn .bx--btn {
            background: url(../images/sprite.svg) no-repeat;
            background-position: -128px -368px
        }

.bx--progress--vertical .bx--progress-step, .bx--progress--vertical .bx--progress-step-button {
    min-height: initial;
    margin: 1.125rem 0
}

    .bx--progress--vertical .bx--progress-step-button:first-child, .bx--progress--vertical .bx--progress-step:first-child {
        margin-top: 0
    }

    .bx--progress--vertical .bx--progress-step-button:last-child, .bx--progress--vertical .bx--progress-step:last-child {
        margin-bottom: 0
    }

[class^=bx--col-] .bx--form-item {
    margin-bottom: 1.6875rem
}

    [class^=bx--col-] .bx--form-item:last-child {
        margin-bottom: 1.6875rem
    }

.bx--progress--vertical .bx--progress-label {
    max-width: 88%
}

.bx--progress--vertical .bx--progress-step svg {
    margin-top: .1875rem
}

.bx--progress--vertical .bx--progress-step.bx--progress-step--complete .bx--progress-label {
    color: #fff;
    opacity: 1
}

    .bx--progress--vertical .bx--progress-step.bx--progress-step--complete .bx--progress-label::before {
        background-position: -10px -160px
    }

.bx--progress-step svg {
    fill: #fff
}

.bx--progress-label {
    opacity: .5;
    font-family: sf_pro_displaymedium,sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-left: 27px
}

    .bx--progress-label:active, .bx--progress-label:focus, .bx--progress-label:hover {
        color: #fff;
        box-shadow: none;
        opacity: 1
    }

    .bx--progress-label::before {
        content: "";
        display: inline-block;
        background: url(../images/sprite.svg) no-repeat left top;
        background-position: -10px -187px;
        width: 17px;
        height: 17px;
        position: absolute;
        left: 0;
        top: 2px
    }

#blazor-error-ui {
    background: #ffffe0;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem
    }

.hide {
    display: none
}

.add-image-btn {
    position: absolute;
    right: 0;
    top: -42px;
    font-size: 1rem;
    line-height: normal;
    font-family: sf_pro_displaymedium,sans-serif;
    color: #4dd3a9
}

@media screen and (max-width:1055px) {
    .add-image-btn {
        font-size: .875rem
    }
}

#add-image-modal .bx--file__drop-container {
    height: auto;
    min-height: 10.75rem
}

#add-image-modal .bx--modal-header {
    padding-right: 1rem;
    padding-top: 0
}

@media screen and (max-width:671px) {
    #add-image-modal .bx--modal-header {
        text-align: center;
        padding-right: 0
    }
}

#add-image-modal .bx--modal-content {
    padding-right: 1rem;
    padding: 2.0625rem 6.25rem 1rem
}

@media screen and (max-width:671px) {
    #add-image-modal .bx--modal-content {
        padding: 15px
    }
}

#add-image-modal .bx--modal-footer {
    padding: 1rem 6.25rem;
    justify-content: center
}

@media screen and (max-width:671px) {
    #add-image-modal .bx--modal-footer {
        padding: 15px
    }
}

#add-image-modal .bx--modal-footer .bx--btn + .bx--btn {
    margin-left: 20px
}

#add-image-modal .bx--file-browse-btn {
    height: auto
}

#add-image-modal .bx--modal-container {
    width: 98%;
    border-radius: 1.3125rem
}

@media screen and (max-width:671px) {
    #add-image-modal .bx--modal-container {
        height: 94%;
        top: 3%
    }
}

#add-image-modal .bx--form-item + h4 {
    margin-bottom: 10px
}

#add-image-modal h4 {
    font-size: 16px;
    font-family: sf_pro_displaymedium,sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color: #414347;
    margin-bottom: 25px;
    text-transform: uppercase
}

@media screen and (max-width:671px) {
    #add-image-modal h4 {
        font-size: .75rem;
        margin-bottom: 15px;
        font-family: sf_pro_displaybold,sans-serif
    }
}

.media-wrapper-list {
    width: 234px;
    height: 152px;
    flex: 0 0 234px;
    margin: 15px 15px 30px;
    padding: 5px 3px 4px 4px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(180,173,173,.5);
    background-color: #f9f9f9;
    position: relative
}

    .media-wrapper-list.img-placeholder {
        padding: 0;
        margin: 0;
        box-shadow: none;
        background: #fff;
        height: 8.5625rem;
        border: 4px solid #f1f0f0;
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }

@media screen and (max-width:671px) {
    .media-wrapper-list.img-placeholder {
        height: auto;
        min-height: 70px
    }
}

@media screen and (min-width:672px) and (max-width:1055px) {
    .media-wrapper-list.img-placeholder {
        height: auto;
        min-height: 86px
    }
}

.media-wrapper-list.img-placeholder.empty-placeholder::before {
    content: "";
    display: block;
    background: url(../images/sprite.svg) no-repeat left top;
    background-position: -10px -340px;
    width: 82px;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin: auto
}

@media screen and (max-width:671px) {
    .media-wrapper-list.img-placeholder.empty-placeholder::before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        margin: auto
    }
}

.media-wrapper-list.img-placeholder .add-more-slots {
    font-size: 18px;
    text-decoration: none;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    position: relative
}

@media screen and (max-width:1055px) {
    .media-wrapper-list.img-placeholder .add-more-slots {
        font-size: 14px
    }
}

.media-wrapper-list.img-placeholder .add-more-slots::before {
    content: "";
    display: block;
    background: url(../images/plus.svg) no-repeat left top;
    width: 25px;
    height: 25px;
    margin: auto;
    margin-bottom: 5px
}

.media-wrapper-list img {
    width: 100%;
    max-height: 100%;
    position: relative
}

.media-wrapper-list .close-btn {
    position: absolute;
    right: -10px;
    top: -10px
}

.media-library-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto
}

    .media-library-wrapper.glider-modal-carousel {
        overflow: hidden
    }

        .media-library-wrapper.glider-modal-carousel .media-wrapper-list {
            width: auto;
            height: auto;
            flex-basis: auto;
            margin: 10px
        }

.modal-notification {
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    margin: auto;
    max-width: 532px
}

.bx--inline-notification {
    font-size: 1rem;
    line-height: normal;
    color: #050505;
    border-radius: 6px;
    box-shadow: 0 3px 7px 0 #cccbcb;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 12px;
    z-index: 9;
    border: 0 none
}

    .bx--inline-notification.bx--inline-notification--low-contrast {
        background: #fff;
        border: 0 none
    }

@media screen and (min-width:1200px) {
    .bx--inline-notification {
        padding: 0 30px
    }
}

@media screen and (max-width:1055px) {
    .bx--inline-notification {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin: 15px auto
    }
}

@media screen and (max-width:671px) {
    .bx--inline-notification {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin: 15px;
        font-size: .75rem
    }
}

.bx--inline-notification::before {
    display: none
}

.bx--inline-notification .bx--inline-notification__text-wrapper {
    padding: 12px 0;
    margin: 0 auto
}

.bx--inline-notification .bx--inline-notification__details {
    text-align: center
}

body .glider-next, body .glider-prev {
    left: 0;
    background: url(../images/sprite.svg);
    background-position: -128px -218px;
    width: 10px;
    height: 20px;
    text-indent: -999em;
    top: 50%;
    margin-top: -10px
}

body .glider-next {
    right: 0;
    left: auto;
    background-position: -148px -218px
}

.glider-contain {
    padding: 0 15px
}

.bx--grid--narrow .bx--row {
    margin-left: 0
}

.mt-23 {
    margin-top: 1.4375rem
}

.bx--content {
    transform: none
}

    .bx--content.no-scroll .bx--grid {
        padding-left: 1rem;
        padding-right: 1rem
    }

.sidebar {
    background: #fff;
    border-radius: 5px;
    padding: 0
}

    .sidebar .bx--radio-button__appearance {
        margin-left: 0;
        margin-right: .5625rem;
        width: 1.375rem;
        height: 1.375rem;
        border: 1px solid #dedee2
    }

    .sidebar .action-wrapper {
        margin-top: 20px;
        display: flex;
        flex-direction: column
    }

        .sidebar .action-wrapper .bx--btn {
            text-align: center;
            padding: 15px;
            display: block
        }

            .sidebar .action-wrapper .bx--btn + .btn-full {
                margin-top: 5px
            }

.filter-title-wrapper {
    background: #4dd3a9;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sf_pro_displaymedium,sans-serif;
    font-size: .875rem;
    text-transform: uppercase
}

    .filter-title-wrapper > a {
        color: #fff;
        font-family: sf_pro_displayregular,sans-serif;
        text-decoration: none;
        font-size: 12px
    }

.filter-content-wrapper {
    max-height: 100vh;
    overflow-y: auto;
    padding: 15px 0
}

    .filter-content-wrapper::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    .filter-content-wrapper::-webkit-scrollbar-thumb {
        background: #dddde1
    }

    .filter-content-wrapper::-webkit-scrollbar-track {
        background: #f9f9f9
    }

.filter-content-wrapper {
    scrollbar-face-color: #dddde1;
    scrollbar-track-color: #f9f9f9
}

    .filter-content-wrapper > div {
        padding: 0 16px
    }

    .filter-content-wrapper [class^=bx--col-] {
        margin-bottom: 20px
    }

        .filter-content-wrapper [class^=bx--col-] .bx--form-item {
            margin-bottom: 0
        }

    .filter-content-wrapper .filter-bottom-section [class^=bx--col-] {
        margin-bottom: 10px
    }

        .filter-content-wrapper .filter-bottom-section [class^=bx--col-] .bx--form-item {
            margin-bottom: 0
        }

    .filter-content-wrapper .filter-top-section {
        border-bottom: 1px solid #dedee2;
        margin-bottom: 20px
    }

.bx--data-table-header .table-filter-option-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

    .bx--data-table-header .table-filter-option-wrapper .ft-lt-section .bx--form-item {
        margin-left: 1.25rem
    }

.bx--data-table-header .bx--form-item {
    margin-bottom: 0
}

    .bx--data-table-header .bx--form-item:last-child {
        margin-bottom: 0
    }

.bx--data-table-header .ft-lt-section .bx--form-item {
    max-width: 130px
}

.bx--data-table-header .ft-rt-section {
    flex: 1
}

.bx--data-table-header .multi-ft-wrapper {
    position: relative
}

.bx--data-table-header .multi-ft-dropdown-wrapper {
    display: none;
    display: flex;
    align-items: center;
    position: absolute;
    right: 80px;
    top: -10px
}

.bx--data-table-header .bx--btn, .bx--data-table-header .bx--select-input {
    height: 1.9375rem;
    padding: 0 30px 0 10px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    background-color: #f9fafb;
    color: #505d6f;
    font-size: 12px;
    font-family: sf_pro_displaylight,sans-serif
}

.bx--data-table-header .bx--btn {
    min-height: initial;
    padding: .625rem;
    line-height: 1
}

.toolbar-products {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .toolbar-products > div {
        margin-left: .9375rem
    }

        .toolbar-products > div .bx--btn {
            background: 0 0;
            border: 0 none;
            padding: 0;
            height: auto;
            width: auto;
            min-width: inherit;
            outline: 0;
            text-indent: -99999em;
            z-index: 1
        }

            .toolbar-products > div .bx--btn:active, .toolbar-products > div .bx--btn:focus, .toolbar-products > div .bx--btn:hover {
                outline: 0;
                box-shadow: none
            }

    .toolbar-products .filter-icons-bg {
        text-decoration: none;
        border: 0 none;
        width: 16px;
        height: 16px;
        position: relative
    }

        .toolbar-products .filter-icons-bg svg {
            display: none;
            height: auto;
            width: 28px;
            height: 28px;
            margin-top: -7px;
            position: absolute;
            left: 0;
            top: 0
        }

            .toolbar-products .filter-icons-bg svg path {
                width: 100%
            }

        .toolbar-products .filter-icons-bg .bx--header__action--active .bx--btn:after {
            display: none
        }

        .toolbar-products .filter-icons-bg .bx--header__action--active svg {
            fill: #4dd3a9;
            display: block
        }

        .toolbar-products .filter-icons-bg span {
            text-indent: -9999em;
            display: none
        }

        .toolbar-products .filter-icons-bg .bx--btn:after {
            content: "";
            display: block;
            background: url(../images/sprite.svg) no-repeat;
            width: 14px;
            height: 14px;
            transition: all .3s;
            position: absolute;
            left: 0;
            top: 0
        }

        .toolbar-products .filter-icons-bg.table-ft-icon {
            width: 16px;
            height: 16px
        }

            .toolbar-products .filter-icons-bg.table-ft-icon .bx--btn:after {
                width: 16px;
                background-position: -10px -518px
            }

            .toolbar-products .filter-icons-bg.table-ft-icon .bx--btn:hover:after {
                background-position: -36px -518px
            }

            .toolbar-products .filter-icons-bg.table-ft-icon .bx--btn.bx--header__action--active:after {
                display: none
            }

            .toolbar-products .filter-icons-bg.table-ft-icon.active .bx--btn:after {
                background-position: -36px -518px
            }

        .toolbar-products .filter-icons-bg.sorting-icon .bx--btn:after {
            background-position: -10px -542px
        }

        .toolbar-products .filter-icons-bg.sorting-icon .bx--btn.active:after, .toolbar-products .filter-icons-bg.sorting-icon .bx--btn:hover:after {
            background-position: -34px -542px
        }

        .toolbar-products .filter-icons-bg.sorting-icon.active .bx--btn:after {
            background-position: -34px -542px
        }

        .toolbar-products .filter-icons-bg.list-icon {
            width: 16px;
            height: 16px
        }

            .toolbar-products .filter-icons-bg.list-icon .bx--btn:after {
                width: 16px;
                background-position: -10px -590px
            }

            .toolbar-products .filter-icons-bg.list-icon .bx--btn.active:after, .toolbar-products .filter-icons-bg.list-icon .bx--btn:hover:after {
                background-position: -34px -590px
            }

            .toolbar-products .filter-icons-bg.list-icon.active .bx--btn:after {
                background-position: -34px -590px
            }

        .toolbar-products .filter-icons-bg.grid-icon .bx--btn:after {
            background-position: -10px -566px
        }

        .toolbar-products .filter-icons-bg.grid-icon .bx--btn.active:after, .toolbar-products .filter-icons-bg.grid-icon .bx--btn:hover:after {
            background-position: -34px -566px
        }

        .toolbar-products .filter-icons-bg.grid-icon.active .bx--btn:after {
            background-position: -34px -566px
        }

.watchlist-icon-wrapper {
    display: flex;
    position: relative;
    padding-left: 40px
}

    .watchlist-icon-wrapper .watch-list-icon::before {
        content: "";
        display: inline-block;
        background: url(../images/sprite.svg) no-repeat;
        width: 12px;
        height: 18px;
        background-position: -128px -10px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px
    }

    .watchlist-icon-wrapper .watch-list-icon span {
        display: inline-block;
        text-indent: -9999em
    }

#filter-table-options {
    position: absolute;
    top: 0;
    right: -30px;
    display: flex;
    width: 96%;
    overflow: initial;
    padding: 0;
    height: auto;
    background: 0 0;
    box-shadow: none
}

    #filter-table-options::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0
    }

    #filter-table-options.bx--panel--expanded {
        transform: translate3d(-150px,0,0)
    }

    #filter-table-options .bx--form-item {
        margin-right: 10px
    }

        #filter-table-options .bx--form-item:last-child {
            margin-right: 0
        }

    #filter-table-options .bx--header__action--active {
        border: 0 none
    }

@media screen and (max-width:1055px) {
    #slide-left-panel {
        transform: translate3d(-100%,0,0);
        max-width: 297px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        height: 96vh;
        max-height: 700px;
        overflow-y: auto;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

@media screen and (max-width:1055px) {
    #slide-left-panel.bx--panel--expanded {
        transform: translate3d(0,0,0);
        padding: 0
    }
}

@media screen and (max-width:1055px) {
    .stock-list-right-panel .btn-toggle-sidepanel.bx--header__action--active {
        transform: translate3d(297px,0,0)
    }
}

.stock-grid-container {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 2px
}

@media screen and (max-width:671px) {
    .stock-grid-container {
        background: 0 0;
        padding: 0;
        margin-top: 5px
    }
}

.stock-tilte-wrapper {
    margin-bottom: .75rem
}

.stock-card {
    padding: 12px 12px 12px 14px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 #e5e5e5;
    border: solid .7px #e7e7e7;
    background-color: #fff;
    margin-bottom: 2rem;
    position: relative
}

@media screen and (max-width:671px) {
    .stock-card {
        margin-bottom: 5px
    }
}

.stock-card::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 60%;
    background: #4dd3a9;
    position: absolute;
    left: 0;
    top: 20%
}

.stock-card h5 {
    font-size: 12px;
    font-family: sf_pro_displaymedium,sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.stock-card .bx--overflow-menu {
    width: auto;
    height: auto;
    background: 0 0;
    outline: 0
}

    .stock-card .bx--overflow-menu.bx--overflow-menu--open {
        box-shadow: none
    }

    .stock-card .bx--overflow-menu:hover {
        background: 0 0;
        outline: 0;
        box-shadow: none
    }

        .stock-card .bx--overflow-menu:hover .bx--overflow-menu__icon {
            fill: #4dd3a9
        }

.stock-card .bx--overflow-menu__icon {
    transform: rotate(90deg)
}

.stock-card .product-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

    .stock-card .product-info-wrapper .product-image {
        flex: 0 0 60px;
        border-radius: 5px;
        overflow: hidden
    }

        .stock-card .product-info-wrapper .product-image img {
            max-width: 100%;
            display: block
        }

    .stock-card .product-info-wrapper .product-info {
        margin-left: 10px;
        flex: 1
    }

        .stock-card .product-info-wrapper .product-info h5 {
            margin-bottom: 9px
        }

        .stock-card .product-info-wrapper .product-info .product-registration {
            display: flex;
            flex-wrap: wrap;
            font-size: .6875rem;
            font-family: sf_pro_displaylight,sans-serif;
            color: #92908c;
            position: relative;
            padding-left: 13px
        }

            .stock-card .product-info-wrapper .product-info .product-registration:before {
                content: "";
                display: inline-block;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #4dd3a9;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2px
            }

            .stock-card .product-info-wrapper .product-info .product-registration .prod-label {
                font-size: .75rem;
                font-family: sf_pro_displayregular,sans-serif;
                color: #5d5e60
            }

.stock-card .product-additional-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .stock-card .product-additional-detail > div {
        flex-basis: 33.33%;
        font-size: 12px;
        color: #5d5e60;
        position: relative;
        padding-left: 13px;
        margin-top: 15px
    }

        .stock-card .product-additional-detail > div:before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #4dd3a9;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px
        }

.stock-tilte-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.empty-page-wrapper {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

    .empty-page-wrapper .empty-page-text {
        font-size: 1.3125rem;
        color: #414347;
        margin-top: 30px
    }

#cropper-preview, .croppie-container {
    height: 80%
}

#add-image-modal .bx--file-container, .change-image-profile-wrapper .bx--file-container {
    align-items: flex-start
}

#change-profile-image .bx--file-label {
    display: none
}

#change-profile-image .bx--label-description {
    display: none
}

#add-new-vehicle-modal .bx--modal-container {
    max-width: 560px;
    border-radius: 15px
}

#add-new-vehicle-modal h2 {
    font-family: sf_pro_displaymedium,sans-serif;
    text-align: center;
    margin-bottom: 1.875rem;
    line-height: 1.67;
    color: #050505
}

#add-new-vehicle-modal .bx--modal-content {
    padding: 0 50px 0
}

#add-new-vehicle-modal a {
    color: #00e19f;
    text-decoration: none
}

#add-new-vehicle-modal .bx--modal-footer {
    justify-content: center
}

#add-new-vehicle-modal .modal-vh-option-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 10px
}

#add-new-vehicle-modal .bx--radio-button__label {
    font-family: sf_pro_displaymedium,sans-serif;
    font-size: 1.125rem;
    color: #323232
}

#add-new-vehicle-modal .bx--radio-button__appearance {
    width: 2.125rem;
    height: 2.125rem;
    margin-right: .9375rem
}

#notification-confirmation-modal .bx--modal-container {
    max-width: 600px;
    border-radius: 15px
}

#notification-confirmation-modal h2 {
    font-family: sf_pro_displaymedium,sans-serif;
    text-align: center;
    margin-bottom: 1.875rem;
    line-height: 1.67;
    color: #050505
}

#notification-confirmation-modal .bx--modal-content {
    padding: 0 40px 0
}

#notification-confirmation-modal a {
    color: #00e19f;
    text-decoration: none
}

@media screen and (max-width:1055px) {
    .table-responsive table {
        display: block;
        position: relative;
        width: 100%
    }

    .table-responsive thead {
        display: block
    }

        .table-responsive thead tr {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            height: auto;
            justify-content: flex-start;
            background: #fff;
            margin: 2px;
            width: 100%;
            position: relative
        }

    .table-responsive tbody {
        display: block
    }

        .table-responsive tbody tr {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            height: auto;
            justify-content: flex-start;
            background: #fff;
            margin: 2px;
            width: 100%;
            position: relative
        }
}

@media screen and (max-width:1055px) and (min-width:672px) and (max-width:1055px) {
    .table-responsive tbody tr {
        min-height: 101px
    }
}

@media screen and (max-width:1055px) {
    .table-responsive tbody tr:hover td {
        border: 0 none
    }

    .table-responsive tbody tr td {
        display: inline-block;
        vertical-align: top;
        min-height: 1.25em;
        text-align: left;
        flex: 0 0 50%;
        padding: 5px;
        position: relative;
        border: 0 none
    }
}

@media screen and (max-width:1055px) and (min-width:672px) and (max-width:1055px) {
    .table-responsive tbody tr td {
        padding: .75rem
    }
}

@media screen and (max-width:1055px) {
    .table-responsive.stock-list-table table tbody tr {
        padding-left: 205px;
        padding-right: 50px;
        height: auto
    }
}

@media screen and (max-width:1055px) and (min-width:672px) and (max-width:1055px) {
    .table-responsive.stock-list-table table tbody tr {
        min-height: 101px
    }
}

@media screen and (max-width:1055px) and (max-width:671px) {
    .table-responsive.stock-list-table table tbody tr {
        padding-left: 6.375rem;
        padding-right: 2.1875rem
    }
}

@media screen and (max-width:1055px) and (max-width:671px) {
    .table-responsive.stock-list-table table tbody td {
        font-size: 8px
    }
}

@media screen and (max-width:1055px) and (max-width:671px) {
    .table-responsive.stock-list-table table tbody td h5 {
        font-size: 8px
    }
}

@media screen and (max-width:1055px) {
    .table-responsive.stock-list-table table tbody td:first-child {
        position: absolute;
        left: 0;
        top: 0
    }

    .table-responsive.stock-list-table table tbody td.bx--table-column-menu {
        position: absolute;
        right: 0;
        top: 0
    }

    .table-responsive.stock-list-table .watchlist-icon-wrapper {
        padding-left: 3.75rem
    }
}

@media screen and (max-width:1055px) and (max-width:671px) {
    .table-responsive.stock-list-table .watchlist-icon-wrapper {
        padding-left: 2.5rem
    }
}

@media screen and (max-width:1055px) {
    .table-responsive.stock-list-table .watchlist-icon-wrapper .watch-list-icon::before {
        content: "";
        left: 15px
    }
}

@media screen and (max-width:1055px) and (max-width:671px) {
    .table-responsive.stock-list-table .watchlist-icon-wrapper .watch-list-icon::before {
        content: "";
        left: 15px
    }
}

@media screen and (max-width:1055px) and (min-width:672px) and (max-width:1055px) {
    .table-responsive.stock-list-table .watchlist-icon-wrapper img {
        min-width: 116px
    }
}

@media screen and (max-width:1055px) and (max-width:767px) {
    .table-responsive.stock-list-table .watchlist-icon-wrapper img {
        max-width: 48px
    }
}

@media screen and (min-width:1056px) {
    .vehicle-detail-content-wrapper {
        padding-right: 15.75rem;
        position: relative
    }
}

.vehicle-detail-content-wrapper h4 {
    font-family: sf_pro_displaymedium,sans-serif;
    margin: 24px 0;
    text-transform: uppercase
}

@media screen and (max-width:671px) {
    h4 {
        font-size: .75rem
    }
}

h4.accent-color {
    color: #4dd3a9
}

.vehicle-detail-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 183px;
    border-radius: 9px;
    box-shadow: 0 5px 4px 0 #dadcde;
    background-color: #fafafa
}

@media screen and (max-width:1055px) {
    .vehicle-detail-sidebar {
        right: auto;
        left: 0;
        transform: translate3d(-100%,0,0);
        width: 231px;
        position: absolute;
        z-index: 9;
        height: auto;
        min-height: 75vh;
        padding-bottom: 30px
    }

        .vehicle-detail-sidebar.bx--panel--expanded {
            display: block;
            transform: translate3d(0,0,0);
            top: 0
        }
}

.vehicle-detail-sidebar .bx--accordion__title {
    position: relative;
    padding-right: 35px;
    text-transform: uppercase
}

    .vehicle-detail-sidebar .bx--accordion__title::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background: #b6b6b6;
        position: absolute;
        left: 0;
        top: 10px
    }

.vehicle-detail-sidebar .step-number {
    width: 84px;
    height: 53px;
    margin: 0 auto;
    padding: 10px;
    background: url(../images/sprite.svg) no-repeat;
    background-position: -128px -585px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #fff;
    font-family: sf_pro_displayregular,sans-serif
}

.vehicle-detail-sidebar > ul {
    margin-top: .625rem
}

.vehicle-detail-sidebar .bx--accordion__content {
    padding: 0 14px
}

.custom-stepper {
    margin-left: 15px;
    text-transform: uppercase;
    position: relative
}

    .custom-stepper:before {
        content: "";
        width: 2px;
        height: 100%;
        background: url(../images/dot.svg) repeat;
        position: absolute;
        left: 6px;
        top: 32px;
        height: calc(100% - 84px)
    }

    .custom-stepper .custom-stepper-list {
        font-size: .875rem;
        line-height: 1.57;
        color: #d3d3d4;
        padding: 22px 0;
        outline: 0
    }

        .custom-stepper .custom-stepper-list a {
            color: #d3d3d4;
            text-decoration: none;
            position: relative;
            padding-left: 30px;
            display: block
        }

            .custom-stepper .custom-stepper-list a::before {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                background: #fff;
                border: 1px solid #dadcde;
                position: absolute;
                left: 0;
                top: 3px;
                box-sizing: border-box;
                border-radius: 50%
            }

            .custom-stepper .custom-stepper-list a::after {
                content: "";
                display: block;
                width: 9px;
                height: 9px;
                background: #dadcde;
                position: absolute;
                left: 3px;
                top: 6px;
                border-radius: 50%
            }

.vd-ct-top-section {
    display: flex;
    justify-content: space-between
}

    .vd-ct-top-section .vd-ct-icon-wrapper {
        display: flex;
        align-items: center
    }

        .vd-ct-top-section .vd-ct-icon-wrapper > a {
            display: block;
            width: 40px;
            height: 40px;
            margin-left: 30px;
            background: url(../images/sprite.svg) no-repeat
        }

@media screen and (max-width:671px) {
    .vd-ct-top-section .vd-ct-icon-wrapper > a {
        margin-left: 15px
    }
}

.vd-ct-top-section .vd-ct-icon-wrapper > a span {
    display: block;
    text-indent: -99999em
}

.vd-ct-top-section .vd-ct-icon-wrapper > a.bookmark-icon {
    background-position: -10px -40px;
    background-position: -127px -469px;
    width: 14px;
    height: 19px
}

.vd-ct-top-section .vd-ct-icon-wrapper > a.delete-icon {
    background-position: -10px -40px;
    background-position: -127px -498px;
    width: 24px;
    height: 20px
}

.vd-ct-top-section .back-btn.back-btn-grn {
    margin-right: .9375rem
}

.vd-ct-title-section {
    display: flex
}

@media screen and (max-width:671px) {
    .vd-ct-title-section {
        align-items: center
    }
}

.vd-ct-title-section .title-list {
    position: relative;
    padding-left: 15px;
    margin-right: 20px;
    font-family: sf_pro_displaymedium,sans-serif;
    font-size: .875rem;
    color: #414347
}

@media screen and (max-width:671px) {
    .vd-ct-title-section .title-list {
        margin-right: 15px;
        font-size: .625rem
    }
}

.vd-ct-title-section .title-list:last-child {
    margin-right: 0
}

.vd-ct-title-section .title-list::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #4dd3a9;
    position: absolute;
    left: 0;
    top: 4px
}

.vehicle-desc-form .action-wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: initial;
    flex-direction: row
}

    .vehicle-desc-form .action-wrapper .bx--btn + .bx--btn {
        margin-left: 20px
    }

@media screen and (max-width:671px) {
    .vehicle-desc-form .action-wrapper .bx--btn + .bx--btn {
        margin-left: 15px
    }
}

@media screen and (max-width:374px) {
    .vehicle-desc-form .action-wrapper .bx--btn + .bx--btn {
        margin-left: 10px
    }
}

.vehicle-desc-form h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: .4375rem;
    margin-bottom: 2.125rem;
    font-family: sf_pro_displaymedium,sans-serif;
    color: #323232
}

.vd-ct-vehicle-image-section .media-library-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto
}

.group-al-icons {
    width: 137px;
    height: 119px;
    margin: 0 0 17px;
    padding: 10px 9px;
    border-radius: 5px;
    border: dashed 1px #dddde1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:671px) {
    .group-al-icons {
        width: 73px;
        height: 64px;
        padding: 0;
        margin-bottom: .4375rem
    }
}

@media screen and (max-width:374px) {
    .group-al-icons {
        width: 66px
    }
}

.group-al-icons:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fafafa
}

.group-al-icons:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/sprite.svg) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media screen and (max-width:671px) {
    .group-al-icons:after {
        transform: scale(.6);
        left: auto;
        right: auto
    }
}

.group-al-icons.loan-icon-container:after {
    content: "";
    width: 65px;
    height: 65px;
    background-position: -240px -10px
}

.group-al-icons.loan-icon-container.active:after, .group-al-icons.loan-icon-container:hover:after {
    content: "";
    width: 65px;
    height: 65px;
    background-position: -352px -10px
}

.group-al-icons.wholesale-icon-container:after {
    content: "";
    width: 54px;
    height: 54px;
    background-position: -240px -83px
}

.group-al-icons.wholesale-icon-container.active:after, .group-al-icons.wholesale-icon-container:hover:after {
    content: "";
    width: 54px;
    height: 54px;
    background-position: -240px -83px
}

.group-al-icons.retail-icon-container:after {
    content: "";
    width: 54px;
    height: 54px;
    background-position: -240px -147px
}

.group-al-icons.retail-icon-container.active:after, .group-al-icons.retail-icon-container:hover:after {
    content: "";
    width: 54px;
    height: 54px;
    background-position: -240px -147px
}

.group-al-icons.fleet-icon-container:after {
    content: "";
    width: 88px;
    height: 30px;
    background-position: -240px -211px
}

.group-al-icons.fleet-icon-container.active:after, .group-al-icons.fleet-icon-container:hover:after {
    content: "";
    width: 88px;
    height: 30px;
    background-position: -240px -211px
}

.group-al-label {
    max-width: 137px;
    text-align: center;
    font-size: .75rem;
    color: #323232;
    text-transform: uppercase
}

@media screen and (max-width:671px) {
    .group-al-label {
        font-size: .625rem;
        max-width: 100%;
        color: #d3d3d4
    }
}

.gp-alc-row {
    padding: 0 12px
}

@media screen and (max-width:671px) {
    .gp-alc-row .bx--col {
        padding-left: 4px;
        padding-right: 4px;
        flex: 0 0 73px
    }
}

@media screen and (max-width:374px) {
    .gp-alc-row .bx--col {
        padding-left: 2px;
        padding-right: 2px;
        flex: 0 0 71px
    }
}

.mt-40 {
    margin-top: 40px
}

.vd-ct-desc-section .bx--checkbox-label[data-contained-checkbox-state=mixed]::before, .vd-ct-desc-section .bx--checkbox-label[data-contained-checkbox-state=true]::before, .vd-ct-desc-section .bx--checkbox:checked + .bx--checkbox-label::before, .vd-ct-desc-section .bx--checkbox:indeterminate + .bx--checkbox-label::before {
    background-color: #fff;
    border-color: #dddde1
}

.vd-ct-desc-section .bx--checkbox-label {
    padding-left: 2.375rem;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #494848
}

    .vd-ct-desc-section .bx--checkbox-label::before {
        background-color: #fff;
        border-color: #dddde1;
        width: 24px;
        height: 24px
    }

    .vd-ct-desc-section .bx--checkbox-label::after {
        border-left-color: #323232;
        border-bottom-color: #323232;
        width: 14px;
        height: 7px;
        top: 4px;
        left: 5px
    }

.form-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .form-title-wrapper .edit-icon {
        background: url(../images/sprite.svg) no-repeat;
        background-position: -127px -393px;
        display: inline-block;
        width: 24px;
        height: 24px
    }

.cs-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.cs-scroll::-webkit-scrollbar-thumb {
    background: #dddde1
}

.cs-scroll::-webkit-scrollbar-track {
    background: #f9f9f9
}

.cs-scroll {
    scrollbar-face-color: #dddde1;
    scrollbar-track-color: #f9f9f9
}

.bx--loading-overlay {
    z-index: 999999
}

.us-mng-item {
    display: flex;
    align-items: center
}

    .us-mng-item .bx--form-item {
        margin: 0;
        flex: 0 0 auto
    }

        .us-mng-item .bx--form-item .bx--radio-button-group {
            margin-top: 0
        }

        .us-mng-item .bx--form-item .bx--radio-button__appearance {
            margin-left: 0;
            margin-right: 1.1875rem
        }

.us-mng-table .first-name {
    padding-left: 2.5rem
}

.us-mng-toolbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 15px 12px 16px;
    box-shadow: 2px 1px 4px 0 rgba(84,82,82,.2);
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 6.9375rem;
    width: 100%;
    z-index: 99
}

    .us-mng-toolbar-wrapper + div {
        margin-top: 4.875rem
    }

.bx--content .us-mng-table-search .bx--label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0,0,0,0)
}

.permission-dt-wrapper {
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
    margin-bottom: 1rem
}

.access-card-wrapper {
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
    margin-bottom: 1rem
}

    .access-card-wrapper h4 {
        margin-bottom: 1.25rem;
        font-family: sf_pro_displaymedium,sans-serif
    }

.tag-ui-container {
    display: flex;
    align-items: center
}

    .tag-ui-container .tag-ui {
        background: #e5e8e9;
        color: #050505;
        padding: 15px 18px;
        font-size: 1rem;
        font-family: sf_pro_displaymedium,sans-serif;
        border-radius: 5px;
        margin-right: 1.25rem;
        text-transform: uppercase
    }

        .tag-ui-container .tag-ui:last-child {
            margin-right: 0
        }

.card-title-wrapper {
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    margin-bottom: 2px
}

    .card-title-wrapper h4 {
        font-size: .875rem;
        font-family: sf_pro_displaymedium,sans-serif;
        color: #414347;
        font-weight: 400;
        text-transform: uppercase
    }

.user-permission-wrapper {
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
    margin-bottom: 1rem
}

    .user-permission-wrapper h4 {
        font-family: sf_pro_displayregular,sans-serif;
        color: #9a9a9a;
        margin-bottom: 1.125rem
    }

.user-count-section {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem
}

    .user-count-section .decrement-btn .bx--btn, .user-count-section .increment-btn .bx--btn {
        width: 50px;
        height: 50px;
        border: solid 1px #4dd3a9;
        background-color: #f1f0f0;
        min-width: initial;
        border-radius: 0
    }

        .user-count-section .decrement-btn .bx--btn:after, .user-count-section .increment-btn .bx--btn:after {
            content: "";
            display: block;
            width: 17px;
            height: 1px;
            background-color: #4dd3a9;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto
        }

    .user-count-section .increment-btn .bx--btn {
        background-color: #4dd3a9
    }

        .user-count-section .increment-btn .bx--btn:after {
            content: "";
            background: url(../images/inc-wht.svg) no-repeat left top;
            width: 18px;
            height: 18px
        }

    .bx--data-table-header .user-count-section .bx--btn, .user-count-section .bx--data-table-header .bx--btn, .user-count-section .bx--search-input, .user-count-section .bx--select-input, .user-count-section .bx--text-input {
        max-width: 151px;
        height: 50px;
        margin: 0 15px;
        background-color: #f9f9f9
    }

.user-permission-profile {
    display: flex;
    align-items: flex-start
}

    .user-permission-profile .profile-wrapper {
        width: 116px;
        height: auto;
        margin: 0 20px 0 0;
        padding: 17px 12px;
        border-radius: 6px;
        border: solid 1px rgba(103,129,140,.2);
        background-color: rgba(255,255,255,.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative
    }

        .user-permission-profile .profile-wrapper.active {
            box-shadow: 0 0 10px 2px rgba(106,106,106,.08);
            border: solid 1px #00dca3;
            background-color: #fff
        }

    .user-permission-profile .profile-img {
        position: relative
    }

        .user-permission-profile .profile-img .rights-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border: 1px solid #295868;
            border-radius: 50%;
            position: absolute;
            bottom: 0;
            right: 0
        }

    .user-permission-profile .p-label {
        font-family: sf_pro_displayregular,sans-serif;
        font-size: .75rem;
        color: #345766;
        margin: 12px 0 0
    }

.permission-form {
    max-width: 710px
}

.choose-user-type-wrapper {
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding-top: 36px;
    padding-bottom: 36px
}

    .choose-user-type-wrapper h3 {
        font-family: sf_pro_displaymedium,sans-serif;
        font-size: 1rem;
        color: #012e40;
        margin-bottom: 15px
    }

.fw-action-wrapper {
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 36px
}

    .fw-action-wrapper .bx--btn {
        min-width: 372px;
        border-radius: 5px;
        height: 3rem
    }
