#cuar-dev-nuancier {
    position: relative;
    height: 100%;
    width: 200px;
    top: 0;
    left: 0;
    z-index: 999
}

#cuar-dev-nuancier,
#cuar-dev-nuancier *,
#cuar-dev-nuancier:after,
#cuar-dev-nuancier :after,
#cuar-dev-nuancier:before,
#cuar-dev-nuancier :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#cuar-dev-nuancier #cuar-dev-nuancier-toggle {
    position: absolute;
    background: #ccc;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: -100%;
    top: -100%
}

#cuar-dev-nuancier #cuar-dev-nuancier-toggle+label {
    position: fixed;
    cursor: pointer;
    background: #bdbdbd;
    width: auto;
    padding: 4px 8px;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    bottom: 0;
    left: 0;
    border: 0
}

#cuar-dev-nuancier #cuar-dev-nuancier-toggle+label:after {
    content: "Open"
}

#cuar-dev-nuancier #cuar-dev-nuancier-toggle:checked~.cuar-dev-nuancier {
    left: 0;
    right: auto
}

#cuar-dev-nuancier #cuar-dev-nuancier-toggle:checked+label {
    background: #dd6149;
    left: 200px
}

#cuar-dev-nuancier #cuar-dev-nuancier-toggle:checked+label:after {
    content: "Close"
}

#cuar-dev-nuancier .cuar-dev-nuancier {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 200px;
    top: 0;
    z-index: 999;
    left: auto;
    right: 100%
}

#cuar-dev-nuancier .cuar-dev-nuancier .cuar-dev-nuancier-wrapper {
    top: 32px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: -o-repeating-linear-gradient(45deg, #f1f1f1, #f1f1f1 10px, #e4e4e4 10px, #e4e4e4 20px);
    background: -o-repeating-linear-gradient(45deg, #f1f1f1, #f1f1f1 10px, #e4e4e4 0, #e4e4e4 20px);
    background: repeating-linear-gradient(45deg, #f1f1f1, #f1f1f1 10px, #e4e4e4 0, #e4e4e4 20px)
}

#cuar-dev-nuancier .cuar-dev-nuancier .cuar-dev-nuancier-wrapper>.cuar-dev-nuance {
    display: block;
    padding: 25px 10px 10px;
    margin: 2px;
    min-height: 30px;
    border: 1px solid #d6d6d6;
    position: relative
}

#cuar-dev-nuancier .cuar-dev-nuancier .cuar-dev-nuancier-wrapper>.cuar-dev-nuance:after {
    font-size: 10px;
    top: 100%;
    position: relative;
    font-family: sans-serif;
    background: rgba(0, 0, 0, .85);
    padding: 2px;
    color: #fff
}

#cuar-dev-nuancier .cuar-dev-nuancier .cuar-dev-nuancier-wrapper>.cuar-dev-nuance:before {
    font-size: 10px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 3px;
    display: block;
    background: hsla(0, 0%, 100%, .5);
    color: #38342f;
    padding: 2px;
    font-family: sans-serif;
    opacity: 0
}

#cuar-dev-nuancier .cuar-dev-nuancier .cuar-dev-nuancier-wrapper>.cuar-dev-nuance:hover:before {
    opacity: 1
}

html.cuar-css-shared {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html.cuar-css-shared body {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper,
body.customer-area-active .cuar-css-wrapper.cuar-content-container {
    margin: 0;
    background: #fff;
    border: 1px solid #d6d6d6;
    overflow: visible;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.49;
    color: #38342f;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
    text-align: initial;
    text-decoration: none;
    text-transform: none;
    word-wrap: normal;
    word-spacing: normal;
    white-space: normal;
    vertical-align: baseline;
    z-index: auto;
    cursor: auto
}

body.customer-area-active .cuar-css-wrapper.cuar-content-container:after,
body.customer-area-active .cuar-css-wrapper.cuar-content-container:before,
body.customer-area-active .cuar-css-wrapper:after,
body.customer-area-active .cuar-css-wrapper:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper.cuar-content-container:after,
body.customer-area-active .cuar-css-wrapper:after {
    clear: both
}

@media (max-width:992px) {
    body.customer-area-active .cuar-css-wrapper,
    body.customer-area-active .cuar-css-wrapper.cuar-content-container {
        overflow: hidden
    }
}

body.customer-area-active .cuar-css-resets article,
body.customer-area-active .cuar-css-resets aside,
body.customer-area-active .cuar-css-resets audio,
body.customer-area-active .cuar-css-resets command,
body.customer-area-active .cuar-css-resets datagrid,
body.customer-area-active .cuar-css-resets details,
body.customer-area-active .cuar-css-resets dialog,
body.customer-area-active .cuar-css-resets div,
body.customer-area-active .cuar-css-resets embed,
body.customer-area-active .cuar-css-resets figcaption,
body.customer-area-active .cuar-css-resets figure,
body.customer-area-active .cuar-css-resets footer,
body.customer-area-active .cuar-css-resets header,
body.customer-area-active .cuar-css-resets hgroup,
body.customer-area-active .cuar-css-resets menu,
body.customer-area-active .cuar-css-resets nav,
body.customer-area-active .cuar-css-resets section,
body.customer-area-active .cuar-css-resets summary,
body.customer-area-active .cuar-css-resets video,
body.customer-area-active .cuar-css-resets wbr {
    display: block
}

body.customer-area-active .cuar-css-resets bdi,
body.customer-area-active .cuar-css-resets figcaption,
body.customer-area-active .cuar-css-resets keygen,
body.customer-area-active .cuar-css-resets mark,
body.customer-area-active .cuar-css-resets meter,
body.customer-area-active .cuar-css-resets progress,
body.customer-area-active .cuar-css-resets rp,
body.customer-area-active .cuar-css-resets rt,
body.customer-area-active .cuar-css-resets ruby,
body.customer-area-active .cuar-css-resets time {
    display: inline
}

body.customer-area-active .cuar-css-resets acronym,
body.customer-area-active .cuar-css-resets applet,
body.customer-area-active .cuar-css-resets big,
body.customer-area-active .cuar-css-resets center,
body.customer-area-active .cuar-css-resets dir,
body.customer-area-active .cuar-css-resets font,
body.customer-area-active .cuar-css-resets frame,
body.customer-area-active .cuar-css-resets frameset,
body.customer-area-active .cuar-css-resets noframes,
body.customer-area-active .cuar-css-resets s,
body.customer-area-active .cuar-css-resets strike,
body.customer-area-active .cuar-css-resets tt,
body.customer-area-active .cuar-css-resets u,
body.customer-area-active .cuar-css-resets xmp {
    display: none
}

body.customer-area-active .cuar-css-resets a,
body.customer-area-active .cuar-css-resets abbr,
body.customer-area-active .cuar-css-resets area,
body.customer-area-active .cuar-css-resets article,
body.customer-area-active .cuar-css-resets aside,
body.customer-area-active .cuar-css-resets audio,
body.customer-area-active .cuar-css-resets b,
body.customer-area-active .cuar-css-resets bdo,
body.customer-area-active .cuar-css-resets blockquote,
body.customer-area-active .cuar-css-resets button,
body.customer-area-active .cuar-css-resets canvas,
body.customer-area-active .cuar-css-resets caption,
body.customer-area-active .cuar-css-resets cite,
body.customer-area-active .cuar-css-resets code,
body.customer-area-active .cuar-css-resets col,
body.customer-area-active .cuar-css-resets colgroup,
body.customer-area-active .cuar-css-resets command,
body.customer-area-active .cuar-css-resets datalist,
body.customer-area-active .cuar-css-resets dd,
body.customer-area-active .cuar-css-resets del,
body.customer-area-active .cuar-css-resets details,
body.customer-area-active .cuar-css-resets dfn,
body.customer-area-active .cuar-css-resets dialog,
body.customer-area-active .cuar-css-resets div,
body.customer-area-active .cuar-css-resets dl,
body.customer-area-active .cuar-css-resets dt,
body.customer-area-active .cuar-css-resets em,
body.customer-area-active .cuar-css-resets embed,
body.customer-area-active .cuar-css-resets fieldset,
body.customer-area-active .cuar-css-resets figure,
body.customer-area-active .cuar-css-resets form,
body.customer-area-active .cuar-css-resets h1,
body.customer-area-active .cuar-css-resets h2,
body.customer-area-active .cuar-css-resets h3,
body.customer-area-active .cuar-css-resets h4,
body.customer-area-active .cuar-css-resets h5,
body.customer-area-active .cuar-css-resets h6,
body.customer-area-active .cuar-css-resets head,
body.customer-area-active .cuar-css-resets header,
body.customer-area-active .cuar-css-resets hgroup,
body.customer-area-active .cuar-css-resets hr,
body.customer-area-active .cuar-css-resets i,
body.customer-area-active .cuar-css-resets iframe,
body.customer-area-active .cuar-css-resets img,
body.customer-area-active .cuar-css-resets input,
body.customer-area-active .cuar-css-resets ins,
body.customer-area-active .cuar-css-resets kbd,
body.customer-area-active .cuar-css-resets keygen,
body.customer-area-active .cuar-css-resets label,
body.customer-area-active .cuar-css-resets legend,
body.customer-area-active .cuar-css-resets li,
body.customer-area-active .cuar-css-resets map,
body.customer-area-active .cuar-css-resets mark,
body.customer-area-active .cuar-css-resets menu,
body.customer-area-active .cuar-css-resets meter,
body.customer-area-active .cuar-css-resets nav,
body.customer-area-active .cuar-css-resets noscript,
body.customer-area-active .cuar-css-resets object,
body.customer-area-active .cuar-css-resets ol,
body.customer-area-active .cuar-css-resets optgroup,
body.customer-area-active .cuar-css-resets option,
body.customer-area-active .cuar-css-resets output,
body.customer-area-active .cuar-css-resets p,
body.customer-area-active .cuar-css-resets param,
body.customer-area-active .cuar-css-resets pre,
body.customer-area-active .cuar-css-resets progress,
body.customer-area-active .cuar-css-resets q,
body.customer-area-active .cuar-css-resets rp,
body.customer-area-active .cuar-css-resets rt,
body.customer-area-active .cuar-css-resets ruby,
body.customer-area-active .cuar-css-resets samp,
body.customer-area-active .cuar-css-resets section,
body.customer-area-active .cuar-css-resets select,
body.customer-area-active .cuar-css-resets small,
body.customer-area-active .cuar-css-resets span,
body.customer-area-active .cuar-css-resets strong,
body.customer-area-active .cuar-css-resets sub,
body.customer-area-active .cuar-css-resets sup,
body.customer-area-active .cuar-css-resets table,
body.customer-area-active .cuar-css-resets tbody,
body.customer-area-active .cuar-css-resets td,
body.customer-area-active .cuar-css-resets textarea,
body.customer-area-active .cuar-css-resets tfoot,
body.customer-area-active .cuar-css-resets th,
body.customer-area-active .cuar-css-resets thead,
body.customer-area-active .cuar-css-resets time,
body.customer-area-active .cuar-css-resets tr,
body.customer-area-active .cuar-css-resets ul,
body.customer-area-active .cuar-css-resets var,
body.customer-area-active .cuar-css-resets video {
    font-family: inherit;
    font-size: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    word-wrap: inherit;
    word-spacing: inherit;
    white-space: inherit;
    vertical-align: baseline;
    cursor: inherit;
    position: static;
    float: none;
    clear: none;
    visibility: initial;
    opacity: 1;
    background: transparent;
    background-color: transparent;
    background-attachment: scroll;
    background-clip: initial;
    background-image: none;
    background-repeat: repeat;
    background-origin: initial;
    background-size: initial;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-image-outset: 0;
    border-image-repeat: initial;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border: none;
    border-color: initial;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    outline-color: initial;
    outline-offset: 0;
    outline-style: none;
    outline-width: medium;
    overflow: initial;
    overflow-x: initial;
    overflow-y: initial;
    overflow-wrap: normal;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
    min-width: 0;
    height: auto;
    max-height: none;
    min-height: 0;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    -webkit-box-shadow: initial;
    box-shadow: none;
    table-layout: auto
}

body.customer-area-active .cuar-css-resets a:after,
body.customer-area-active .cuar-css-resets a:before,
body.customer-area-active .cuar-css-resets abbr:after,
body.customer-area-active .cuar-css-resets abbr:before,
body.customer-area-active .cuar-css-resets area:after,
body.customer-area-active .cuar-css-resets area:before,
body.customer-area-active .cuar-css-resets article:after,
body.customer-area-active .cuar-css-resets article:before,
body.customer-area-active .cuar-css-resets aside:after,
body.customer-area-active .cuar-css-resets aside:before,
body.customer-area-active .cuar-css-resets b:after,
body.customer-area-active .cuar-css-resets b:before,
body.customer-area-active .cuar-css-resets bdo:after,
body.customer-area-active .cuar-css-resets bdo:before,
body.customer-area-active .cuar-css-resets blockquote:after,
body.customer-area-active .cuar-css-resets blockquote:before,
body.customer-area-active .cuar-css-resets button:after,
body.customer-area-active .cuar-css-resets button:before,
body.customer-area-active .cuar-css-resets caption:after,
body.customer-area-active .cuar-css-resets caption:before,
body.customer-area-active .cuar-css-resets cite:after,
body.customer-area-active .cuar-css-resets cite:before,
body.customer-area-active .cuar-css-resets code:after,
body.customer-area-active .cuar-css-resets code:before,
body.customer-area-active .cuar-css-resets col:after,
body.customer-area-active .cuar-css-resets col:before,
body.customer-area-active .cuar-css-resets colgroup:after,
body.customer-area-active .cuar-css-resets colgroup:before,
body.customer-area-active .cuar-css-resets command:after,
body.customer-area-active .cuar-css-resets command:before,
body.customer-area-active .cuar-css-resets datalist:after,
body.customer-area-active .cuar-css-resets datalist:before,
body.customer-area-active .cuar-css-resets dd:after,
body.customer-area-active .cuar-css-resets dd:before,
body.customer-area-active .cuar-css-resets del:after,
body.customer-area-active .cuar-css-resets del:before,
body.customer-area-active .cuar-css-resets details:after,
body.customer-area-active .cuar-css-resets details:before,
body.customer-area-active .cuar-css-resets dfn:after,
body.customer-area-active .cuar-css-resets dfn:before,
body.customer-area-active .cuar-css-resets dialog:after,
body.customer-area-active .cuar-css-resets dialog:before,
body.customer-area-active .cuar-css-resets div:after,
body.customer-area-active .cuar-css-resets div:before,
body.customer-area-active .cuar-css-resets dl:after,
body.customer-area-active .cuar-css-resets dl:before,
body.customer-area-active .cuar-css-resets dt:after,
body.customer-area-active .cuar-css-resets dt:before,
body.customer-area-active .cuar-css-resets em:after,
body.customer-area-active .cuar-css-resets em:before,
body.customer-area-active .cuar-css-resets fieldset:after,
body.customer-area-active .cuar-css-resets fieldset:before,
body.customer-area-active .cuar-css-resets figure:after,
body.customer-area-active .cuar-css-resets figure:before,
body.customer-area-active .cuar-css-resets form:after,
body.customer-area-active .cuar-css-resets form:before,
body.customer-area-active .cuar-css-resets h1:after,
body.customer-area-active .cuar-css-resets h1:before,
body.customer-area-active .cuar-css-resets h2:after,
body.customer-area-active .cuar-css-resets h2:before,
body.customer-area-active .cuar-css-resets h3:after,
body.customer-area-active .cuar-css-resets h3:before,
body.customer-area-active .cuar-css-resets h4:after,
body.customer-area-active .cuar-css-resets h4:before,
body.customer-area-active .cuar-css-resets h5:after,
body.customer-area-active .cuar-css-resets h5:before,
body.customer-area-active .cuar-css-resets h6:after,
body.customer-area-active .cuar-css-resets h6:before,
body.customer-area-active .cuar-css-resets head:after,
body.customer-area-active .cuar-css-resets head:before,
body.customer-area-active .cuar-css-resets header:after,
body.customer-area-active .cuar-css-resets header:before,
body.customer-area-active .cuar-css-resets hgroup:after,
body.customer-area-active .cuar-css-resets hgroup:before,
body.customer-area-active .cuar-css-resets hr:after,
body.customer-area-active .cuar-css-resets hr:before,
body.customer-area-active .cuar-css-resets i:after,
body.customer-area-active .cuar-css-resets i:before,
body.customer-area-active .cuar-css-resets input:after,
body.customer-area-active .cuar-css-resets input:before,
body.customer-area-active .cuar-css-resets ins:after,
body.customer-area-active .cuar-css-resets ins:before,
body.customer-area-active .cuar-css-resets kbd:after,
body.customer-area-active .cuar-css-resets kbd:before,
body.customer-area-active .cuar-css-resets keygen:after,
body.customer-area-active .cuar-css-resets keygen:before,
body.customer-area-active .cuar-css-resets label:after,
body.customer-area-active .cuar-css-resets label:before,
body.customer-area-active .cuar-css-resets legend:after,
body.customer-area-active .cuar-css-resets legend:before,
body.customer-area-active .cuar-css-resets li:after,
body.customer-area-active .cuar-css-resets li:before,
body.customer-area-active .cuar-css-resets map:after,
body.customer-area-active .cuar-css-resets map:before,
body.customer-area-active .cuar-css-resets mark:after,
body.customer-area-active .cuar-css-resets mark:before,
body.customer-area-active .cuar-css-resets menu:after,
body.customer-area-active .cuar-css-resets menu:before,
body.customer-area-active .cuar-css-resets meter:after,
body.customer-area-active .cuar-css-resets meter:before,
body.customer-area-active .cuar-css-resets nav:after,
body.customer-area-active .cuar-css-resets nav:before,
body.customer-area-active .cuar-css-resets ol:after,
body.customer-area-active .cuar-css-resets ol:before,
body.customer-area-active .cuar-css-resets optgroup:after,
body.customer-area-active .cuar-css-resets optgroup:before,
body.customer-area-active .cuar-css-resets option:after,
body.customer-area-active .cuar-css-resets option:before,
body.customer-area-active .cuar-css-resets output:after,
body.customer-area-active .cuar-css-resets output:before,
body.customer-area-active .cuar-css-resets p:after,
body.customer-area-active .cuar-css-resets p:before,
body.customer-area-active .cuar-css-resets param:after,
body.customer-area-active .cuar-css-resets param:before,
body.customer-area-active .cuar-css-resets pre:after,
body.customer-area-active .cuar-css-resets pre:before,
body.customer-area-active .cuar-css-resets progress:after,
body.customer-area-active .cuar-css-resets progress:before,
body.customer-area-active .cuar-css-resets q:after,
body.customer-area-active .cuar-css-resets q:before,
body.customer-area-active .cuar-css-resets rp:after,
body.customer-area-active .cuar-css-resets rp:before,
body.customer-area-active .cuar-css-resets rt:after,
body.customer-area-active .cuar-css-resets rt:before,
body.customer-area-active .cuar-css-resets ruby:after,
body.customer-area-active .cuar-css-resets ruby:before,
body.customer-area-active .cuar-css-resets samp:after,
body.customer-area-active .cuar-css-resets samp:before,
body.customer-area-active .cuar-css-resets section:after,
body.customer-area-active .cuar-css-resets section:before,
body.customer-area-active .cuar-css-resets select:after,
body.customer-area-active .cuar-css-resets select:before,
body.customer-area-active .cuar-css-resets small:after,
body.customer-area-active .cuar-css-resets small:before,
body.customer-area-active .cuar-css-resets span:after,
body.customer-area-active .cuar-css-resets span:before,
body.customer-area-active .cuar-css-resets strong:after,
body.customer-area-active .cuar-css-resets strong:before,
body.customer-area-active .cuar-css-resets sub:after,
body.customer-area-active .cuar-css-resets sub:before,
body.customer-area-active .cuar-css-resets sup:after,
body.customer-area-active .cuar-css-resets sup:before,
body.customer-area-active .cuar-css-resets table:after,
body.customer-area-active .cuar-css-resets table:before,
body.customer-area-active .cuar-css-resets tbody:after,
body.customer-area-active .cuar-css-resets tbody:before,
body.customer-area-active .cuar-css-resets td:after,
body.customer-area-active .cuar-css-resets td:before,
body.customer-area-active .cuar-css-resets textarea:after,
body.customer-area-active .cuar-css-resets textarea:before,
body.customer-area-active .cuar-css-resets tfoot:after,
body.customer-area-active .cuar-css-resets tfoot:before,
body.customer-area-active .cuar-css-resets th:after,
body.customer-area-active .cuar-css-resets th:before,
body.customer-area-active .cuar-css-resets thead:after,
body.customer-area-active .cuar-css-resets thead:before,
body.customer-area-active .cuar-css-resets time:after,
body.customer-area-active .cuar-css-resets time:before,
body.customer-area-active .cuar-css-resets tr:after,
body.customer-area-active .cuar-css-resets tr:before,
body.customer-area-active .cuar-css-resets ul:after,
body.customer-area-active .cuar-css-resets ul:before,
body.customer-area-active .cuar-css-resets var:after,
body.customer-area-active .cuar-css-resets var:before {
    content: normal;
    font-family: inherit;
    font-size: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    word-wrap: inherit;
    word-spacing: inherit;
    white-space: inherit;
    vertical-align: baseline;
    cursor: inherit;
    position: static;
    float: none;
    clear: none;
    visibility: initial;
    opacity: 1;
    background: transparent;
    background-color: transparent;
    background-attachment: scroll;
    background-clip: initial;
    background-image: none;
    background-repeat: repeat;
    background-origin: initial;
    background-size: initial;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-image-outset: 0;
    border-image-repeat: initial;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border: none;
    border-color: initial;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    outline-color: initial;
    outline-offset: 0;
    outline-style: none;
    outline-width: medium;
    overflow: initial;
    overflow-x: initial;
    overflow-y: initial;
    overflow-wrap: normal;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
    min-width: 0;
    height: auto;
    max-height: none;
    min-height: 0;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    -webkit-box-shadow: initial;
    box-shadow: none;
    table-layout: auto
}

body.customer-area-active .cuar-css-wrapper,
body.customer-area-active .cuar-css-wrapper *,
body.customer-area-active .cuar-css-wrapper:after,
body.customer-area-active .cuar-css-wrapper :after,
body.customer-area-active .cuar-css-wrapper:before,
body.customer-area-active .cuar-css-wrapper :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper ol,
body.customer-area-active .cuar-css-wrapper ul {
    list-style: none
}

body.customer-area-active .cuar-css-wrapper li {
    list-style: inherit
}

body.customer-area-active .cuar-css-wrapper blockquote,
body.customer-area-active .cuar-css-wrapper q {
    quotes: none
}

body.customer-area-active .cuar-css-wrapper a:not(.btn) {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper a:not(.btn):active,
body.customer-area-active .cuar-css-wrapper a:not(.btn):focus {
    outline: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-decoration: underline
}

body.customer-area-active .cuar-css-wrapper a:not(.btn):hover {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper table,
body.customer-area-active .cuar-css-wrapper table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper td,
body.customer-area-active .cuar-css-wrapper th {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: inherit;
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper th {
    text-transform: uppercase;
    font-size: 11px
}

body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.progress,
body.customer-area-active .cuar-css-wrapper table>thead>tr>td.progress,
body.customer-area-active .cuar-css-wrapper td.progress {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .table tbody>tr:first-child>th+td {
    border-top: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .table-striped>tbody>tr {
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper button:active,
body.customer-area-active .cuar-css-wrapper button:focus,
body.customer-area-active .cuar-css-wrapper button:hover,
body.customer-area-active .cuar-css-wrapper input[type=button]:active,
body.customer-area-active .cuar-css-wrapper input[type=button]:focus,
body.customer-area-active .cuar-css-wrapper input[type=button]:hover,
body.customer-area-active .cuar-css-wrapper input[type=reset]:active,
body.customer-area-active .cuar-css-wrapper input[type=reset]:focus,
body.customer-area-active .cuar-css-wrapper input[type=reset]:hover,
body.customer-area-active .cuar-css-wrapper input[type=submit]:active,
body.customer-area-active .cuar-css-wrapper input[type=submit]:focus,
body.customer-area-active .cuar-css-wrapper input[type=submit]:hover {
    background-image: none;
    outline: 0
}

body.customer-area-active .cuar-css-wrapper select {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    color: rgba(0, 0, 0, .87)
}

body.customer-area-active .cuar-css-wrapper select optgroup:nth-child(2n) {
    background: hsla(0, 1%, 79.8%, .704)
}

body.customer-area-active .cuar-css-wrapper select[multiple] {
    overflow-y: scroll
}

body.customer-area-active .cuar-css-wrapper .animated-delay,
body.customer-area-active .cuar-css-wrapper .animated-waypoint {
    opacity: 0
}

body.customer-area-active .cuar-css-wrapper .sparkline-delay {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 35px;
    line-height: 24px
}

body.customer-area-active .cuar-css-wrapper .animated.animated-short {
    -webkit-animation-duration: .6s !important;
    animation-duration: .6s !important
}

body.customer-area-active .cuar-css-wrapper .animated.animated-shorter {
    -webkit-animation-duration: .3s !important;
    animation-duration: .3s !important
}

body.customer-area-active .cuar-css-wrapper .animated.animated-long {
    -webkit-animation-duration: 1.4s !important;
    animation-duration: 1.4s !important
}

body.customer-area-active .cuar-css-wrapper .animated.animated-longer {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important
}

body.customer-area-active .cuar-css-wrapper .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body.customer-area-active .cuar-css-wrapper .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

body.customer-area-active .cuar-css-wrapper .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body.customer-area-active .cuar-css-wrapper .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body.customer-area-active .cuar-css-wrapper .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body.customer-area-active .cuar-css-wrapper .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body.customer-area-active .cuar-css-wrapper .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body.customer-area-active .cuar-css-wrapper .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.customer-area-active .cuar-css-wrapper .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

body.customer-area-active .cuar-css-wrapper .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

body.customer-area-active .cuar-css-wrapper .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.customer-area-active .cuar-css-wrapper .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

body.customer-area-active .cuar-css-wrapper .fancytree-helper-hidden {
    display: none
}

body.customer-area-active .cuar-css-wrapper .fancytree-helper-indeterminate-cb {
    color: #777
}

body.customer-area-active .cuar-css-wrapper .fancytree-helper-disabled {
    color: #dcd9d6
}

body.customer-area-active .cuar-css-wrapper .fancytree-helper-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    white-space: nowrap;
    padding: 3px;
    margin: 0;
    background-color: #fff;
    border: 1px dotted grey;
    min-height: 0;
    position: relative
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container ul {
    padding: 0 0 0 16px;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container ul>li:before {
    content: none
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-image: none;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container li.fancytree-lastsib {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .ui-fancytree-disabled ul.fancytree-container {
    opacity: .5;
    background-color: silver
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-connectors.fancytree-container li {
    background-image: url(fancytres/skin-material/vline.gif);
    background-position: 0 0
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container li.fancytree-lastsib,
body.customer-area-active .cuar-css-wrapper ul.fancytree-no-connector>li {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper li.fancytree-animating {
    position: relative
}

body.customer-area-active .cuar-css-wrapper #fancytree-drop-marker,
body.customer-area-active .cuar-css-wrapper span.fancytree-checkbox,
body.customer-area-active .cuar-css-wrapper span.fancytree-drag-helper-img,
body.customer-area-active .cuar-css-wrapper span.fancytree-empty,
body.customer-area-active .cuar-css-wrapper span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper span.fancytree-icon,
body.customer-area-active .cuar-css-wrapper span.fancytree-vline {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0
}

body.customer-area-active .cuar-css-wrapper span.fancytree-checkbox,
body.customer-area-active .cuar-css-wrapper span.fancytree-custom-icon,
body.customer-area-active .cuar-css-wrapper span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper span.fancytree-icon {
    margin-top: 2px
}

body.customer-area-active .cuar-css-wrapper span.fancytree-custom-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: .5em;
    background-position: 0 0
}

body.customer-area-active .cuar-css-wrapper img.fancytree-icon {
    width: 1em;
    height: 1em;
    margin-left: .5em;
    margin-top: 2px;
    vertical-align: top;
    border-style: none
}

body.customer-area-active .cuar-css-wrapper span.fancytree-expander {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .fancytree-exp-nl span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-exp-n span.fancytree-expander {
    background-image: none;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .fancytree-connectors .fancytree-exp-nl span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-connectors .fancytree-exp-n span.fancytree-expander {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .fancytree-fade-expander span.fancytree-expander {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0
}

body.customer-area-active .cuar-css-wrapper .fancytree-fade-expander.fancytree-treefocus span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-fade-expander .fancytree-treefocus span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-fade-expander:hover span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-fade-expander [class*=fancytree-statusnode-] span.fancytree-expander {
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper span.fancytree-checkbox {
    margin-left: .5em
}

body.customer-area-active .cuar-css-wrapper .fancytree-unselectable span.fancytree-checkbox {
    opacity: .4;
    filter: alpha(opacity=40)
}

body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-checkbox-auto-hide span.fancytree-checkbox {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-checkbox-auto-hide .fancytree-node.fancytree-selected span.fancytree-checkbox,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-checkbox-auto-hide .fancytree-node:hover span.fancytree-checkbox,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-checkbox-auto-hide.fancytree-treefocus .fancytree-node.fancytree-active span.fancytree-checkbox,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-checkbox-auto-hide.fancytree-treefocus tr.fancytree-active td span.fancytree-checkbox,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-checkbox-auto-hide tr.fancytree-selected td span.fancytree-checkbox,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-checkbox-auto-hide tr:hover td span.fancytree-checkbox {
    visibility: unset
}

body.customer-area-active .cuar-css-wrapper span.fancytree-icon {
    margin-left: .5em
}

body.customer-area-active .cuar-css-wrapper .fancytree-loading span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-loading span.fancytree-expander:hover,
body.customer-area-active .cuar-css-wrapper .fancytree-statusnode-loading span.fancytree-icon,
body.customer-area-active .cuar-css-wrapper .fancytree-statusnode-loading span.fancytree-icon:hover,
body.customer-area-active .cuar-css-wrapper span.fancytree-icon.fancytree-icon-loading {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node {
    display: inherit;
    width: 100%;
    margin-top: 0;
    min-height: 1.49
}

body.customer-area-active .cuar-css-wrapper span.fancytree-title {
    color: #38342f;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    min-height: 1.49;
    margin: 0 0 0 .5em;
    border: 1px solid transparent;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-error span.fancytree-title {
    color: #ff5722
}

body.customer-area-active .cuar-css-wrapper span.fancytree-childcounter {
    color: #fff;
    background: #337ab7;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 2px;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper div.fancytree-drag-helper span.fancytree-childcounter,
body.customer-area-active .cuar-css-wrapper div.fancytree-drag-helper span.fancytree-dnd-modifier {
    display: inline-block;
    color: #fff;
    background: #337ab7;
    border: 1px solid grey;
    min-width: 10px;
    height: 10px;
    line-height: 1;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 2px;
    text-align: center;
    font-size: 9px
}

body.customer-area-active .cuar-css-wrapper div.fancytree-drag-helper span.fancytree-childcounter {
    position: absolute;
    top: -6px;
    right: -6px
}

body.customer-area-active .cuar-css-wrapper div.fancytree-drag-helper span.fancytree-dnd-modifier {
    background: #5cb85c;
    border: none;
    font-weight: bolder
}

body.customer-area-active .cuar-css-wrapper #fancytree-drop-marker {
    width: 2em;
    position: absolute;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #fancytree-drop-marker.fancytree-drop-after,
body.customer-area-active .cuar-css-wrapper #fancytree-drop-marker.fancytree-drop-before {
    width: 4em
}

body.customer-area-active .cuar-css-wrapper span.fancytree-drag-source.fancytree-drag-remove {
    opacity: .15
}

body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-rtl .fancytree-exp-nl span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-rtl .fancytree-exp-n span.fancytree-expander {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container.fancytree-rtl ul {
    padding: 0 16px 0 0
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container.fancytree-rtl.fancytree-connectors li {
    background-position: right 0;
    background-image: url(fancytres/skin-material/vline-rtl.gif)
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container.fancytree-rtl.fancytree-no-connector>li,
body.customer-area-active .cuar-css-wrapper ul.fancytree-container.fancytree-rtl li.fancytree-lastsib {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-table {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    border-collapse: collapse
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-table span.fancytree-node {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-table td.fancytree-status-merged {
    text-align: center;
    font-style: italic;
    color: #dcd9d6
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-table tr.fancytree-statusnode-error td.fancytree-status-merged {
    color: #ff5722
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-table.fancytree-ext-ariagrid.fancytree-cell-mode>tbody>tr.fancytree-active>td {
    background-color: #eee
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-table.fancytree-ext-ariagrid.fancytree-cell-mode>tbody>tr>td.fancytree-active-cell {
    background-color: #cbe8f6
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-table.fancytree-ext-ariagrid.fancytree-cell-mode.fancytree-cell-nav-mode>tbody>tr>td.fancytree-active-cell {
    background-color: #3875d7
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-columnview tbody tr td {
    position: relative;
    border: 1px solid grey;
    vertical-align: top;
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-columnview tbody tr td>ul {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-columnview tbody tr td>ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-image: none;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-columnview span.fancytree-node {
    position: relative;
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
    background-color: #e0e0e0
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-columnview span.fancytree-node.fancytree-active {
    background-color: #cbe8f6
}

body.customer-area-active .cuar-css-wrapper table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
    position: absolute;
    right: 3px
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
    color: #dcd9d6;
    font-weight: lighter
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title {
    color: #000;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title {
    color: #000;
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide span.fancytree-node.fancytree-hide,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide tr.fancytree-hide {
    display: none
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title {
    color: #dcd9d6;
    font-weight: lighter
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title {
    color: #000;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-match span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide-expanders tr.fancytree-match span.fancytree-expander {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-submatch span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter-hide-expanders tr.fancytree-submatch span.fancytree-expander {
    visibility: visible
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-childcounter span.fancytree-custom-icon,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-childcounter span.fancytree-icon,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter span.fancytree-custom-icon,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter span.fancytree-icon {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-childcounter span.fancytree-childcounter,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter span.fancytree-childcounter {
    color: #fff;
    background: #777;
    border: 1px solid grey;
    top: -6px;
    right: -6px;
    min-width: 10px;
    height: 10px;
    line-height: 1;
    border-radius: 10px;
    font-size: 9px
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-ext-wide {
    position: relative;
    min-width: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-ext-wide span.fancytree-node>span {
    position: relative;
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
    position: absolute;
    z-index: 1;
    left: 0;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-fixed-wrapper .fancytree-ext-fixed-hidden {
    display: none
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-scroll-border-bottom {
    border-bottom: 3px solid rgba(0, 0, 0, .75)
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-scroll-border-right {
    border-right: 3px solid rgba(0, 0, 0, .75)
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-tl {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    top: 0;
    left: 0
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-tr {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-bl {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    left: 0
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-br {
    position: absolute;
    overflow: scroll;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container {
    color: #38342f;
    font-size: 13px;
    line-height: 1.49;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    border-left: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node {
    position: relative;
    display: block;
    background-color: #fff;
    color: #38342f;
    border: 1px solid #d6d6d6;
    border-left-width: 5px;
    padding: 5px 5px 5px 10px;
    margin-top: -1px
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node span.fancytree-folder span.fancytree-title {
    margin-left: 9.5px
}

body.customer-area-active .cuar-css-wrapper span.fancytree-node:hover {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper span.fancytree-expander,
body.customer-area-active .cuar-css-wrapper span.fancytree-icon,
body.customer-area-active .cuar-css-wrapper span.fancytree-title {
    font-size: 13px;
    line-height: 19px;
    color: #38342f;
    vertical-align: baseline;
    min-height: 19px;
    padding: 0;
    margin: 0 1px;
    border: none
}

body.customer-area-active .cuar-css-wrapper span.fancytree-title {
    padding: 0 3px
}

body.customer-area-active .cuar-css-wrapper span.fancytree-icon {
    position: relative
}

body.customer-area-active .cuar-css-wrapper span.fancytree-icon:before {
    z-index: 5;
    position: relative
}

body.customer-area-active .cuar-css-wrapper span.fancytree-expander {
    display: none
}

body.customer-area-active .cuar-css-wrapper span.fancytree-expander.fa {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .fa-spin,
body.customer-area-active .cuar-css-wrapper .glyphicon-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-active,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-active:hover,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-selected,
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-selected:hover,
body.customer-area-active .cuar-css-wrapper span.fancytree-node:hover {
    text-decoration: none;
    color: #38342f;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-left: 5px solid #444
}

body.customer-area-active .cuar-css-wrapper .fancytree-ext-childcounter span.fancytree-childcounter,
body.customer-area-active .cuar-css-wrapper .fancytree-ext-filter span.fancytree-childcounter {
    color: #515151;
    background: #c8c8c7;
    border: none;
    position: absolute;
    top: -3.16666667px;
    right: -11.5px;
    min-width: 9.5px;
    height: 9.5px;
    line-height: 9.5px;
    vertical-align: baseline;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    font-size: 9.5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 4
}

body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-ext-childcounter span.fancytree-node.fancytree-has-children span.fancytree-title {
    margin-left: 9.5px
}

body.customer-area-active .cuar-css-wrapper .cuar-dropzone {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 150px;
    text-align: center;
    font-weight: 700;
    background: #fff;
    border: 4px dashed #e0e0e0;
    border-radius: 8px
}

body.customer-area-active .cuar-css-wrapper .cuar-dropzone:after,
body.customer-area-active .cuar-css-wrapper .cuar-dropzone:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-dropzone:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-dropzone>input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    z-index: 5
}

body.customer-area-active .cuar-css-wrapper .cuar-dropzone .cuar-dropzone-message {
    text-align: center;
    color: #38342f;
    max-width: 170px;
    margin: 40px auto;
    width: 80%
}

body.customer-area-active .cuar-css-wrapper .cuar-dropzone.hover {
    background: #515151;
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper .cuar-dropzone.hover .cuar-dropzone-message {
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .nano {
    position: relative;
    width: 100%;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .nano.affix {
    height: 100%
}

body.customer-area-active .cuar-css-wrapper .nano.has-scrollbar>.nano-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

body.customer-area-active .cuar-css-wrapper .nano.affix>.nano-content:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .nano.affix>.nano-content::-webkit-scrollbar {
    display: none
}

body.customer-area-active .cuar-css-wrapper .affix.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

body.customer-area-active .cuar-css-wrapper .nano.affix>.nano-pane {
    background: rgba(0, 0, 0, .18);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .nano.affix>.nano-pane>.nano-slider {
    background: #999;
    position: relative;
    margin: 0;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .nano-pane.active,
body.customer-area-active .cuar-css-wrapper .nano-pane.flashed,
body.customer-area-active .cuar-css-wrapper .nano.affix:hover>.nano-pane {
    visibility: visible\9;
    opacity: .99
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-primary>.nano-pane>.nano-slider {
    background: #515151
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-success>.nano-pane>.nano-slider {
    background: #4caf50
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-info>.nano-pane>.nano-slider {
    background: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-warning>.nano-pane>.nano-slider {
    background: #ffc107
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-danger>.nano-pane>.nano-slider {
    background: #ff5722
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-alert>.nano-pane>.nano-slider {
    background: #673ab7
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-system>.nano-pane>.nano-slider {
    background: #009688
}

body.customer-area-active .cuar-css-wrapper .nano.affix.nano-dark>.nano-pane>.nano-slider {
    background: #c5bebb
}

body.customer-area-active.admin-bar .cuar-css-wrapper .note-editor .modal.in {
    padding-top: 32px
}

@media (max-width:782px) {
    body.customer-area-active.admin-bar .cuar-css-wrapper .note-editor .modal.in {
        padding-top: 46px
    }
}

body.customer-area-active.admin-bar .cuar-css-wrapper .note-editor.note-frame.fullscreen {
    z-index: 100000
}

body.customer-area-active.admin-bar .cuar-css-wrapper .note-editor.note-frame.fullscreen * {
    z-index: auto
}

body.customer-area-active.admin-bar .cuar-css-wrapper .note-editor.note-frame.fullscreen .dropdown-menu,
body.customer-area-active.admin-bar .cuar-css-wrapper .note-editor.note-frame.fullscreen .modal,
body.customer-area-active.admin-bar .cuar-css-wrapper .note-editor.note-frame.fullscreen .note-dropzone {
    z-index: 100002
}

body.customer-area-active .cuar-css-wrapper .note-editor {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: #87cefa;
    background-color: #fff;
    opacity: .95
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-dropzone.hover {
    color: #098ddf
}

body.customer-area-active .cuar-css-wrapper .note-editor.dragover .note-dropzone {
    display: table
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-editing-area {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-editing-area .note-editable {
    outline: none
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-editing-area img.note-float-left {
    margin-right: 10px
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-editing-area img.note-float-right {
    margin-left: 10px
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame {
    border: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-editing-area {
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    padding: 10px;
    overflow: auto;
    word-wrap: break-word
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: #e5e5e5
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .pull-right {
    float: right !important
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .text-muted {
    color: #777
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .text-primary {
    color: #286090
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .text-success {
    color: #3c763d
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .text-info {
    color: #31708f
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .text-danger {
    color: #a94442
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .alert {
    margin: -7px 0 0;
    padding: 7px 10px 2px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-statusbar {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ddd
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-placeholder {
    padding: 10px
}

body.customer-area-active .cuar-css-wrapper .note-popover.popover {
    max-width: none
}

body.customer-area-active .cuar-css-wrapper .note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .note-popover.popover .arrow {
    left: 20px !important
}

body.customer-area-active .cuar-css-wrapper .note-toolbar {
    z-index: 500;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content>.btn-group,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar>.btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .btn-group .note-table,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .btn-group .note-table .note-dimension-picker,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style blockquote,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style pre,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style blockquote,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style h1,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style h2,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style h3,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style h4,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style h5,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style h6,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-style .dropdown-style p,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style h1,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style h2,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style h3,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style h4,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style h5,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style h6,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-style .dropdown-style p {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color-all .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color-all .dropdown-menu {
    min-width: 337px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-toggle,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,
body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
    margin: 3px;
    padding: 0 3px;
    width: 100%;
    font-size: 11px;
    cursor: pointer;
    border-radius: 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
    height: 20px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
    background: #eee
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-para .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-para .dropdown-menu>div:first-child,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child {
    margin-right: 5px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .dropdown-menu {
    min-width: 90px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .dropdown-menu.right,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .dropdown-menu.right:before,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .dropdown-menu.right:before {
    right: 9px;
    left: auto !important
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .dropdown-menu.right:after,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .dropdown-menu.right:after {
    right: 10px;
    left: auto !important
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .dropdown-menu.note-check li a i,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
    color: #00bfff;
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .dropdown-menu.note-check li a.checked i,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
    visibility: visible
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-fontsize-10,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-fontsize-10 {
    font-size: 10px
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color-palette,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color-palette {
    line-height: 1
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color-palette div .note-color-btn,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

body.customer-area-active .cuar-css-wrapper .note-popover .popover-content .note-color-palette div .note-color-btn:hover,
body.customer-area-active .cuar-css-wrapper .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

body.customer-area-active .cuar-css-wrapper .note-dialog>div {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-dialog .form-group {
    margin-left: 0;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .note-dialog .note-modal-form {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3;
    margin-bottom: 10px
}

@-moz-document url-prefix() {
    body.customer-area-active .cuar-css-wrapper .note-dialog .note-image-input {
        height: auto
    }
}

body.customer-area-active .cuar-css-wrapper .note-placeholder {
    position: absolute;
    display: none;
    color: grey
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection>div {
    position: absolute
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30)
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-handle,
body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none
}

body.customer-area-active .cuar-css-wrapper .note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70)
}

body.customer-area-active .cuar-css-wrapper .note-hint-popover {
    min-width: 100px;
    padding: 2px
}

body.customer-area-active .cuar-css-wrapper .note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper .note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px
}

body.customer-area-active .cuar-css-wrapper .note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
body.customer-area-active .cuar-css-wrapper .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal.in {
    display: table !important;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .7)
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal.in .modal-dialog {
    display: table-cell;
    vertical-align: middle;
    padding: 15px
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal.in .modal-dialog .modal-content {
    width: 70%;
    margin: 0 auto;
    max-width: 600px
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal .modal-header {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal .modal-header .close {
    position: absolute;
    right: 15px;
    height: 100%;
    top: 0
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal .modal-title {
    margin-right: 30px
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal:last-child .modal-footer {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal:last-child .modal-body {
    overflow-y: scroll !important;
    overflow-x: auto !important
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal:last-child .modal-body label {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal:last-child .modal-body .help-list-item {
    border-bottom: 1px solid #d6d6d6;
    margin: 5px 0
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal:last-child .modal-body .help-list-item:first-child {
    border: 0
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal .select-from-files {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-editing-area .note-editable {
    padding-bottom: 28px;
    min-height: 200px;
    background: #fff;
    color: #38342f;
    border: none;
    white-space: pre-wrap
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-statusbar .note-resizebar {
    background: #f4f3f2;
    border-top: 1px solid #d6d6d6;
    padding-bottom: 8px
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-toolbar.panel-heading {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-toolbar .note-icon-caret {
    margin-left: 2px
}

body.customer-area-active .cuar-css-wrapper .note-editor .note-toolbar .note-block .dropdown-menu>li>a>* {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-toolbar li {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-editing-area .note-editable i,
body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-editing-area .note-editable strike,
body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-editing-area .note-editable u {
    display: inline
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-editing-area .note-editable u {
    text-decoration: underline
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-editing-area .note-editable i {
    font-style: italic
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-editing-area .note-editable strike {
    text-decoration: line-through
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main .note-editor.note-frame .note-editing-area .note-editable a {
    text-decoration: underline
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/summernote.eot);
    src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.woff) format("woff"), url(../fonts/summernote.ttf) format("truetype")
}

body.customer-area-active .cuar-css-wrapper [class*=" note-icon-"]:before,
body.customer-area-active .cuar-css-wrapper [class^=note-icon-]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

body.customer-area-active .cuar-css-wrapper .note-icon-align-center:before,
body.customer-area-active .cuar-css-wrapper .note-icon-align-indent:before,
body.customer-area-active .cuar-css-wrapper .note-icon-align-justify:before,
body.customer-area-active .cuar-css-wrapper .note-icon-align-left:before,
body.customer-area-active .cuar-css-wrapper .note-icon-align-outdent:before,
body.customer-area-active .cuar-css-wrapper .note-icon-align-right:before,
body.customer-area-active .cuar-css-wrapper .note-icon-align:before,
body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-down:before,
body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-left:before,
body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-right:before,
body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-up:before,
body.customer-area-active .cuar-css-wrapper .note-icon-arrows-alt:before,
body.customer-area-active .cuar-css-wrapper .note-icon-arrows-h:before,
body.customer-area-active .cuar-css-wrapper .note-icon-arrows-v:before,
body.customer-area-active .cuar-css-wrapper .note-icon-bold:before,
body.customer-area-active .cuar-css-wrapper .note-icon-caret:before,
body.customer-area-active .cuar-css-wrapper .note-icon-chain-broken:before,
body.customer-area-active .cuar-css-wrapper .note-icon-circle:before,
body.customer-area-active .cuar-css-wrapper .note-icon-close:before,
body.customer-area-active .cuar-css-wrapper .note-icon-code:before,
body.customer-area-active .cuar-css-wrapper .note-icon-col-after:before,
body.customer-area-active .cuar-css-wrapper .note-icon-col-before:before,
body.customer-area-active .cuar-css-wrapper .note-icon-col-remove:before,
body.customer-area-active .cuar-css-wrapper .note-icon-eraser:before,
body.customer-area-active .cuar-css-wrapper .note-icon-float-left:before,
body.customer-area-active .cuar-css-wrapper .note-icon-float-none:before,
body.customer-area-active .cuar-css-wrapper .note-icon-float-right:before,
body.customer-area-active .cuar-css-wrapper .note-icon-font:before,
body.customer-area-active .cuar-css-wrapper .note-icon-frame:before,
body.customer-area-active .cuar-css-wrapper .note-icon-italic:before,
body.customer-area-active .cuar-css-wrapper .note-icon-link:before,
body.customer-area-active .cuar-css-wrapper .note-icon-magic:before,
body.customer-area-active .cuar-css-wrapper .note-icon-menu-check:before,
body.customer-area-active .cuar-css-wrapper .note-icon-minus:before,
body.customer-area-active .cuar-css-wrapper .note-icon-orderedlist:before,
body.customer-area-active .cuar-css-wrapper .note-icon-pencil:before,
body.customer-area-active .cuar-css-wrapper .note-icon-picture:before,
body.customer-area-active .cuar-css-wrapper .note-icon-question:before,
body.customer-area-active .cuar-css-wrapper .note-icon-redo:before,
body.customer-area-active .cuar-css-wrapper .note-icon-rollback:before,
body.customer-area-active .cuar-css-wrapper .note-icon-row-above:before,
body.customer-area-active .cuar-css-wrapper .note-icon-row-below:before,
body.customer-area-active .cuar-css-wrapper .note-icon-row-remove:before,
body.customer-area-active .cuar-css-wrapper .note-icon-special-character:before,
body.customer-area-active .cuar-css-wrapper .note-icon-square:before,
body.customer-area-active .cuar-css-wrapper .note-icon-strikethrough:before,
body.customer-area-active .cuar-css-wrapper .note-icon-subscript:before,
body.customer-area-active .cuar-css-wrapper .note-icon-summernote:before,
body.customer-area-active .cuar-css-wrapper .note-icon-superscript:before,
body.customer-area-active .cuar-css-wrapper .note-icon-table:before,
body.customer-area-active .cuar-css-wrapper .note-icon-text-height:before,
body.customer-area-active .cuar-css-wrapper .note-icon-trash:before,
body.customer-area-active .cuar-css-wrapper .note-icon-underline:before,
body.customer-area-active .cuar-css-wrapper .note-icon-undo:before,
body.customer-area-active .cuar-css-wrapper .note-icon-unorderedlist:before,
body.customer-area-active .cuar-css-wrapper .note-icon-video:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

body.customer-area-active .cuar-css-wrapper .note-icon-align-center:before {
    content: "\f101"
}

body.customer-area-active .cuar-css-wrapper .note-icon-align-indent:before {
    content: "\f102"
}

body.customer-area-active .cuar-css-wrapper .note-icon-align-justify:before {
    content: "\f103"
}

body.customer-area-active .cuar-css-wrapper .note-icon-align-left:before {
    content: "\f104"
}

body.customer-area-active .cuar-css-wrapper .note-icon-align-outdent:before {
    content: "\f105"
}

body.customer-area-active .cuar-css-wrapper .note-icon-align-right:before {
    content: "\f106"
}

body.customer-area-active .cuar-css-wrapper .note-icon-align:before {
    content: "\f107"
}

body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-down:before {
    content: "\f108"
}

body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-left:before {
    content: "\f109"
}

body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-right:before {
    content: "\f10a"
}

body.customer-area-active .cuar-css-wrapper .note-icon-arrow-circle-up:before {
    content: "\f10b"
}

body.customer-area-active .cuar-css-wrapper .note-icon-arrows-alt:before {
    content: "\f10c"
}

body.customer-area-active .cuar-css-wrapper .note-icon-arrows-h:before {
    content: "\f10d"
}

body.customer-area-active .cuar-css-wrapper .note-icon-arrows-v:before {
    content: "\f10e"
}

body.customer-area-active .cuar-css-wrapper .note-icon-bold:before {
    content: "\f10f"
}

body.customer-area-active .cuar-css-wrapper .note-icon-caret:before {
    content: "\f110"
}

body.customer-area-active .cuar-css-wrapper .note-icon-chain-broken:before {
    content: "\f111"
}

body.customer-area-active .cuar-css-wrapper .note-icon-circle:before {
    content: "\f112"
}

body.customer-area-active .cuar-css-wrapper .note-icon-close:before {
    content: "\f113"
}

body.customer-area-active .cuar-css-wrapper .note-icon-code:before {
    content: "\f114"
}

body.customer-area-active .cuar-css-wrapper .note-icon-col-after:before {
    content: "\f115"
}

body.customer-area-active .cuar-css-wrapper .note-icon-col-before:before {
    content: "\f116"
}

body.customer-area-active .cuar-css-wrapper .note-icon-col-remove:before {
    content: "\f117"
}

body.customer-area-active .cuar-css-wrapper .note-icon-eraser:before {
    content: "\f118"
}

body.customer-area-active .cuar-css-wrapper .note-icon-float-left:before {
    content: "\f119"
}

body.customer-area-active .cuar-css-wrapper .note-icon-float-none:before {
    content: "\f11a"
}

body.customer-area-active .cuar-css-wrapper .note-icon-float-right:before {
    content: "\f11b"
}

body.customer-area-active .cuar-css-wrapper .note-icon-font:before {
    content: "\f11c"
}

body.customer-area-active .cuar-css-wrapper .note-icon-frame:before {
    content: "\f11d"
}

body.customer-area-active .cuar-css-wrapper .note-icon-italic:before {
    content: "\f11e"
}

body.customer-area-active .cuar-css-wrapper .note-icon-link:before {
    content: "\f11f"
}

body.customer-area-active .cuar-css-wrapper .note-icon-magic:before {
    content: "\f120"
}

body.customer-area-active .cuar-css-wrapper .note-icon-menu-check:before {
    content: "\f121"
}

body.customer-area-active .cuar-css-wrapper .note-icon-minus:before {
    content: "\f122"
}

body.customer-area-active .cuar-css-wrapper .note-icon-orderedlist:before {
    content: "\f123"
}

body.customer-area-active .cuar-css-wrapper .note-icon-pencil:before {
    content: "\f124"
}

body.customer-area-active .cuar-css-wrapper .note-icon-picture:before {
    content: "\f125"
}

body.customer-area-active .cuar-css-wrapper .note-icon-question:before {
    content: "\f126"
}

body.customer-area-active .cuar-css-wrapper .note-icon-redo:before {
    content: "\f127"
}

body.customer-area-active .cuar-css-wrapper .note-icon-rollback:before {
    content: "\f128"
}

body.customer-area-active .cuar-css-wrapper .note-icon-row-above:before {
    content: "\f129"
}

body.customer-area-active .cuar-css-wrapper .note-icon-row-below:before {
    content: "\f12a"
}

body.customer-area-active .cuar-css-wrapper .note-icon-row-remove:before {
    content: "\f12b"
}

body.customer-area-active .cuar-css-wrapper .note-icon-special-character:before {
    content: "\f12c"
}

body.customer-area-active .cuar-css-wrapper .note-icon-square:before {
    content: "\f12d"
}

body.customer-area-active .cuar-css-wrapper .note-icon-strikethrough:before {
    content: "\f12e"
}

body.customer-area-active .cuar-css-wrapper .note-icon-subscript:before {
    content: "\f12f"
}

body.customer-area-active .cuar-css-wrapper .note-icon-summernote:before {
    content: "\f130"
}

body.customer-area-active .cuar-css-wrapper .note-icon-superscript:before {
    content: "\f131"
}

body.customer-area-active .cuar-css-wrapper .note-icon-table:before {
    content: "\f132"
}

body.customer-area-active .cuar-css-wrapper .note-icon-text-height:before {
    content: "\f133"
}

body.customer-area-active .cuar-css-wrapper .note-icon-trash:before {
    content: "\f134"
}

body.customer-area-active .cuar-css-wrapper .note-icon-underline:before {
    content: "\f135"
}

body.customer-area-active .cuar-css-wrapper .note-icon-undo:before {
    content: "\f136"
}

body.customer-area-active .cuar-css-wrapper .note-icon-unorderedlist:before {
    content: "\f137"
}

body.customer-area-active .cuar-css-wrapper .note-icon-video:before {
    content: "\f138"
}

body.customer-area-active .cuar-css-wrapper .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

body.customer-area-active .cuar-css-wrapper .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .slick-list:focus {
    outline: none
}

body.customer-area-active .cuar-css-wrapper .slick-loading .slick-list {
    background: #fff url(../img/loading-indicator.gif) 50% no-repeat
}

body.customer-area-active .cuar-css-wrapper .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

body.customer-area-active .cuar-css-wrapper .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

body.customer-area-active .cuar-css-wrapper .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper .slick-track:after,
body.customer-area-active .cuar-css-wrapper .slick-track:before {
    content: "";
    display: table
}

body.customer-area-active .cuar-css-wrapper .slick-track:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .slick-loading .slick-track {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .slick-slide {
    height: 100%;
    min-height: 1px;
    display: none
}

body.customer-area-active .cuar-css-wrapper .slick-slide>div {
    display: table;
    width: 100%;
    height: 100%
}

body.customer-area-active .cuar-css-wrapper [dir=rtl] .slick-slide {
    float: right
}

body.customer-area-active .cuar-css-wrapper .slick-slide img {
    display: block
}

body.customer-area-active .cuar-css-wrapper .slick-slide.slick-loading img {
    display: none
}

body.customer-area-active .cuar-css-wrapper .slick-slide.dragging img {
    pointer-events: none
}

body.customer-area-active .cuar-css-wrapper .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .slick-slide-item {
    display: table-cell;
    width: 100%;
    height: 100%
}

body.customer-area-active .cuar-css-wrapper .slick-slide-item>.panel,
body.customer-area-active .cuar-css-wrapper .slick-slide-item>.panel>.panel-body {
    height: 100%
}

body.customer-area-active .cuar-css-wrapper .slick-loading .slick-slide {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .slick-next,
body.customer-area-active .cuar-css-wrapper .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 100%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

body.customer-area-active .cuar-css-wrapper .slick-next:focus,
body.customer-area-active .cuar-css-wrapper .slick-next:hover,
body.customer-area-active .cuar-css-wrapper .slick-prev:focus,
body.customer-area-active .cuar-css-wrapper .slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent
}

body.customer-area-active .cuar-css-wrapper .slick-next:focus:before,
body.customer-area-active .cuar-css-wrapper .slick-next:hover:before,
body.customer-area-active .cuar-css-wrapper .slick-prev:focus:before,
body.customer-area-active .cuar-css-wrapper .slick-prev:hover:before {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .slick-next.slick-disabled:before,
body.customer-area-active .cuar-css-wrapper .slick-prev.slick-disabled:before {
    opacity: .25
}

body.customer-area-active .cuar-css-wrapper .slick-next:before,
body.customer-area-active .cuar-css-wrapper .slick-prev:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: #38342f;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.customer-area-active .cuar-css-wrapper .slick-prev {
    left: 0
}

body.customer-area-active .cuar-css-wrapper [dir=rtl] .slick-prev {
    left: auto;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .slick-prev:before {
    content: "\f0a8"
}

body.customer-area-active .cuar-css-wrapper [dir=rtl] .slick-prev:before {
    content: "\f0a9"
}

body.customer-area-active .cuar-css-wrapper .slick-next {
    right: 0
}

body.customer-area-active .cuar-css-wrapper [dir=rtl] .slick-next {
    left: 0;
    right: auto
}

body.customer-area-active .cuar-css-wrapper .slick-next:before {
    content: "\f0a9"
}

body.customer-area-active .cuar-css-wrapper [dir=rtl] .slick-next:before {
    content: "\f0a8"
}

body.customer-area-active .cuar-css-wrapper .slick-slider {
    padding-bottom: 20px;
    margin-bottom: 25px
}

body.customer-area-active .cuar-css-wrapper .slick-dots {
    position: absolute;
    bottom: -20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: auto;
    left: 30px;
    right: 30px
}

body.customer-area-active .cuar-css-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .slick-dots li button:focus,
body.customer-area-active .cuar-css-wrapper .slick-dots li button:hover {
    outline: none
}

body.customer-area-active .cuar-css-wrapper .slick-dots li button:focus:before,
body.customer-area-active .cuar-css-wrapper .slick-dots li button:hover:before {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f111";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #38342f;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.customer-area-active .cuar-css-wrapper .slick-dots li.slick-active button:before {
    color: #38342f;
    opacity: .75
}

body.customer-area-active .cuar-css-wrapper .bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #515151
}

body.customer-area-active .cuar-css-wrapper .bootstrap-datetimepicker-widget td.active,
body.customer-area-active .cuar-css-wrapper .bootstrap-datetimepicker-widget td.active:hover,
body.customer-area-active .cuar-css-wrapper .bootstrap-datetimepicker-widget td span.active {
    background-color: #515151;
    color: #d0cfcf;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

body.customer-area-active .cuar-css-wrapper .scroller {
    height: 100%;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .scroller,
body.customer-area-active .cuar-css-wrapper .scroller-bar,
body.customer-area-active .cuar-css-wrapper .scroller-content,
body.customer-area-active .cuar-css-wrapper .scroller-handle,
body.customer-area-active .cuar-css-wrapper .scroller-track {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .scroller-content {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch
}

body.customer-area-active .cuar-css-wrapper .scroller-content::-webkit-resizer,
body.customer-area-active .cuar-css-wrapper .scroller-content::-webkit-scrollbar,
body.customer-area-active .cuar-css-wrapper .scroller-content::-webkit-scrollbar-button,
body.customer-area-active .cuar-css-wrapper .scroller-content::-webkit-scrollbar-corner,
body.customer-area-active .cuar-css-wrapper .scroller-content::-webkit-scrollbar-thumb,
body.customer-area-active .cuar-css-wrapper .scroller-content::-webkit-scrollbar-track,
body.customer-area-active .cuar-css-wrapper .scroller-content::-webkit-scrollbar-track-piece {
    background: transparent;
    opacity: 0
}

body.customer-area-active .cuar-css-wrapper .scroller-bar {
    width: 6px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.customer-area-active .cuar-css-wrapper .scroller-active .scroller-bar {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .scroller-track {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .scroller-handle {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 20px;
    background: #515151;
    -webkit-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease
}

body.customer-area-active .cuar-css-wrapper .scroller-horizontal .scroller-content {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 16px
}

body.customer-area-active .cuar-css-wrapper .scroller-horizontal .scroller-bar {
    width: 100%;
    height: 5px;
    top: auto;
    bottom: 0;
    border-width: 1px 0 0
}

body.customer-area-active .cuar-css-wrapper .scroller-horizontal .scroller-handle {
    width: 20px;
    height: 5px;
    top: auto;
    right: auto;
    bottom: 3px
}

body.customer-area-active .cuar-css-wrapper .scroller-active .scroller-content,
body.customer-area-active .cuar-css-wrapper .scroller-setup .scroller-content {
    padding: 0 15px 0 0
}

body.customer-area-active .cuar-css-wrapper .scroller-active .scroller-bar,
body.customer-area-active .cuar-css-wrapper .scroller-setup .scroller-bar {
    display: block
}

body.customer-area-active .cuar-css-wrapper .panel-scroller {
    padding: 0;
    height: 600px;
    max-height: 600px;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .panel-scroller .scroller-content {
    padding: 12px
}

body.customer-area-active .cuar-css-wrapper .panel-scroller .scroller-bar {
    width: 14px;
    background: #f7f7f7;
    border-left: 1px solid #e7e7e7
}

body.customer-area-active .cuar-css-wrapper .panel-scroller .scroller-handle {
    right: 4px;
    width: 5px;
    height: 20px;
    border-radius: 4px
}

body.customer-area-active .cuar-css-wrapper .scroller-xs {
    height: 125px;
    max-height: 125px
}

body.customer-area-active .cuar-css-wrapper .scroller-sm {
    height: 200px;
    max-height: 200px
}

body.customer-area-active .cuar-css-wrapper .scroller-md {
    height: 300px;
    max-height: 300px
}

body.customer-area-active .cuar-css-wrapper .scroller-lg {
    height: 400px;
    max-height: 400px
}

body.customer-area-active .cuar-css-wrapper .scroller-thick .scroller-bar {
    width: 12px
}

body.customer-area-active .cuar-css-wrapper .scroller-thick .scroller-handle {
    width: 12px;
    right: 0;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .panel-scroller.scroller-overlay .scroller-bar {
    background: transparent;
    border: 0
}

body.customer-area-active .cuar-css-wrapper .panel-scroller.scroller-overlay .scroller-handle {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.customer-area-active .cuar-css-wrapper .panel-scroller.scroller-overlay:hover .scroller-handle {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .panel-scroller.scroller-overlay .scroller-content {
    padding: 0;
    margin-right: -17px
}

body.customer-area-active .cuar-css-wrapper .scroller.scroller-pn .scroller-content {
    padding: 0 !important
}

body.customer-area-active .cuar-css-wrapper .scroller-primary .scroller-handle {
    background: #515151
}

body.customer-area-active .cuar-css-wrapper .scroller-success .scroller-handle {
    background: #4caf50
}

body.customer-area-active .cuar-css-wrapper .scroller-info .scroller-handle {
    background: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .scroller-warning .scroller-handle {
    background: #ffc107
}

body.customer-area-active .cuar-css-wrapper .scroller-danger .scroller-handle {
    background: #ff5722
}

body.customer-area-active .cuar-css-wrapper .scroller-alert .scroller-handle {
    background: #673ab7
}

body.customer-area-active .cuar-css-wrapper .scroller-system .scroller-handle {
    background: #009688
}

body.customer-area-active .cuar-css-wrapper .scroller-dark .scroller-handle {
    background: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .scroller-light .scroller-handle,
body.customer-area-active .cuar-css-wrapper .scroller-white .scroller-handle {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .scroller-light .scroller-bar,
body.customer-area-active .cuar-css-wrapper .scroller-white .scroller-bar {
    border-left: 0;
    background: transparent
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

body.customer-area-active .cuar-css-wrapper article,
body.customer-area-active .cuar-css-wrapper aside,
body.customer-area-active .cuar-css-wrapper details,
body.customer-area-active .cuar-css-wrapper figcaption,
body.customer-area-active .cuar-css-wrapper figure,
body.customer-area-active .cuar-css-wrapper footer,
body.customer-area-active .cuar-css-wrapper header,
body.customer-area-active .cuar-css-wrapper hgroup,
body.customer-area-active .cuar-css-wrapper main,
body.customer-area-active .cuar-css-wrapper nav,
body.customer-area-active .cuar-css-wrapper section,
body.customer-area-active .cuar-css-wrapper summary {
    display: block
}

body.customer-area-active .cuar-css-wrapper audio,
body.customer-area-active .cuar-css-wrapper canvas,
body.customer-area-active .cuar-css-wrapper progress,
body.customer-area-active .cuar-css-wrapper video {
    display: inline-block;
    vertical-align: baseline
}

body.customer-area-active .cuar-css-wrapper audio:not([controls]) {
    display: none;
    height: 0
}

body.customer-area-active .cuar-css-wrapper [hidden],
body.customer-area-active .cuar-css-wrapper template {
    display: none
}

body.customer-area-active .cuar-css-wrapper a {
    background: transparent
}

body.customer-area-active .cuar-css-wrapper a:active,
body.customer-area-active .cuar-css-wrapper a:hover {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper abbr[title] {
    border-bottom: 1px dotted
}

body.customer-area-active .cuar-css-wrapper b,
body.customer-area-active .cuar-css-wrapper strong {
    font-weight: 600
}

body.customer-area-active .cuar-css-wrapper dfn {
    font-style: italic
}

body.customer-area-active .cuar-css-wrapper h1 {
    font-size: 2em;
    margin: .67em 0
}

body.customer-area-active .cuar-css-wrapper mark {
    background: #ff0;
    color: #000
}

body.customer-area-active .cuar-css-wrapper small {
    font-size: 80%
}

body.customer-area-active .cuar-css-wrapper sub,
body.customer-area-active .cuar-css-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

body.customer-area-active .cuar-css-wrapper sup {
    top: -.5em
}

body.customer-area-active .cuar-css-wrapper sub {
    bottom: -.25em
}

body.customer-area-active .cuar-css-wrapper img {
    border: 0
}

body.customer-area-active .cuar-css-wrapper svg:not(:root) {
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper figure {
    margin: 1em 40px
}

body.customer-area-active .cuar-css-wrapper hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

body.customer-area-active .cuar-css-wrapper pre {
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper code,
body.customer-area-active .cuar-css-wrapper kbd,
body.customer-area-active .cuar-css-wrapper pre,
body.customer-area-active .cuar-css-wrapper samp {
    font-family: monospace, monospace;
    font-size: 1em
}

body.customer-area-active .cuar-css-wrapper button,
body.customer-area-active .cuar-css-wrapper input,
body.customer-area-active .cuar-css-wrapper optgroup,
body.customer-area-active .cuar-css-wrapper select,
body.customer-area-active .cuar-css-wrapper textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper button {
    overflow: visible
}

body.customer-area-active .cuar-css-wrapper button,
body.customer-area-active .cuar-css-wrapper select {
    text-transform: none
}

body.customer-area-active .cuar-css-wrapper button,
body.customer-area-active .cuar-css-wrapper input[type=button],
body.customer-area-active .cuar-css-wrapper input[type=reset],
body.customer-area-active .cuar-css-wrapper input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper button[disabled],
body.customer-area-active .cuar-css-wrapper input[disabled] {
    cursor: default
}

body.customer-area-active .cuar-css-wrapper button::-moz-focus-inner,
body.customer-area-active .cuar-css-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper input {
    line-height: normal
}

body.customer-area-active .cuar-css-wrapper input[type=checkbox],
body.customer-area-active .cuar-css-wrapper input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper input[type=number]::-webkit-inner-spin-button,
body.customer-area-active .cuar-css-wrapper input[type=number]::-webkit-outer-spin-button {
    height: auto
}

body.customer-area-active .cuar-css-wrapper input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

body.customer-area-active .cuar-css-wrapper input[type=search]::-webkit-search-cancel-button,
body.customer-area-active .cuar-css-wrapper input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

body.customer-area-active .cuar-css-wrapper fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

body.customer-area-active .cuar-css-wrapper textarea {
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper optgroup {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper table {
    border-collapse: collapse;
    border-spacing: 0
}

body.customer-area-active .cuar-css-wrapper td,
body.customer-area-active .cuar-css-wrapper th {
    padding: 0
}

@media print {
    body.customer-area-active .cuar-css-wrapper * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    body.customer-area-active .cuar-css-wrapper a,
    body.customer-area-active .cuar-css-wrapper a:visited {
        text-decoration: underline
    }
    body.customer-area-active .cuar-css-wrapper a[href]:after {
        content: " (" attr(href) ")"
    }
    body.customer-area-active .cuar-css-wrapper abbr[title]:after {
        content: " (" attr(title) ")"
    }
    body.customer-area-active .cuar-css-wrapper a[href^="#"]:after,
    body.customer-area-active .cuar-css-wrapper a[href^="javascript:"]:after {
        content: ""
    }
    body.customer-area-active .cuar-css-wrapper blockquote,
    body.customer-area-active .cuar-css-wrapper pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    body.customer-area-active .cuar-css-wrapper thead {
        display: table-header-group
    }
    body.customer-area-active .cuar-css-wrapper img,
    body.customer-area-active .cuar-css-wrapper tr {
        page-break-inside: avoid
    }
    body.customer-area-active .cuar-css-wrapper img {
        max-width: 100% !important
    }
    body.customer-area-active .cuar-css-wrapper h2,
    body.customer-area-active .cuar-css-wrapper h3,
    body.customer-area-active .cuar-css-wrapper p {
        orphans: 3;
        widows: 3
    }
    body.customer-area-active .cuar-css-wrapper h2,
    body.customer-area-active .cuar-css-wrapper h3 {
        page-break-after: avoid
    }
    body.customer-area-active .cuar-css-wrapper select {
        background: #fff !important
    }
    body.customer-area-active .cuar-css-wrapper .navbar {
        display: none
    }
    body.customer-area-active .cuar-css-wrapper .table td,
    body.customer-area-active .cuar-css-wrapper .table th {
        background-color: #fff !important
    }
    body.customer-area-active .cuar-css-wrapper .btn>.caret,
    body.customer-area-active .cuar-css-wrapper .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    body.customer-area-active .cuar-css-wrapper .label {
        border: 1px solid #000
    }
    body.customer-area-active .cuar-css-wrapper .table {
        border-collapse: collapse !important
    }
    body.customer-area-active .cuar-css-wrapper .table-bordered td,
    body.customer-area-active .cuar-css-wrapper .table-bordered th {
        border: 1px solid #ddd !important
    }
}

body.customer-area-active .cuar-css-wrapper *,
body.customer-area-active .cuar-css-wrapper :after,
body.customer-area-active .cuar-css-wrapper :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper button,
body.customer-area-active .cuar-css-wrapper input,
body.customer-area-active .cuar-css-wrapper select,
body.customer-area-active .cuar-css-wrapper textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

body.customer-area-active .cuar-css-wrapper a:focus,
body.customer-area-active .cuar-css-wrapper a:hover {
    color: #444;
    text-decoration: underline
}

body.customer-area-active .cuar-css-wrapper a:focus {
    outline: 0;
    outline-offset: -2px
}

body.customer-area-active .cuar-css-wrapper figure {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper img {
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .img-responsive {
    display: block;
    width: 100%\9;
    max-width: 100%;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .img-rounded {
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .img-thumbnail {
    padding: 4px;
    line-height: 1.49;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100%\9;
    max-width: 100%;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .img-circle {
    border-radius: 50%
}

body.customer-area-active .cuar-css-wrapper hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #d7d6d5
}

body.customer-area-active .cuar-css-wrapper .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

body.customer-area-active .cuar-css-wrapper .sr-only-focusable:active,
body.customer-area-active .cuar-css-wrapper .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body.customer-area-active .cuar-css-wrapper a.link-unstyled {
    color: #666
}

body.customer-area-active .cuar-css-wrapper a.link-unstyled:active,
body.customer-area-active .cuar-css-wrapper a.link-unstyled:focus,
body.customer-area-active .cuar-css-wrapper a.link-unstyled:hover {
    color: #222;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .h1,
body.customer-area-active .cuar-css-wrapper .h2,
body.customer-area-active .cuar-css-wrapper .h3,
body.customer-area-active .cuar-css-wrapper .h4,
body.customer-area-active .cuar-css-wrapper .h5,
body.customer-area-active .cuar-css-wrapper .h6,
body.customer-area-active .cuar-css-wrapper h1,
body.customer-area-active .cuar-css-wrapper h2,
body.customer-area-active .cuar-css-wrapper h3,
body.customer-area-active .cuar-css-wrapper h4,
body.customer-area-active .cuar-css-wrapper h5,
body.customer-area-active .cuar-css-wrapper h6 {

    text-rendering: optimizelegibility
}

body.customer-area-active .cuar-css-wrapper .h1 .small,
body.customer-area-active .cuar-css-wrapper .h1 small,
body.customer-area-active .cuar-css-wrapper .h2 .small,
body.customer-area-active .cuar-css-wrapper .h2 small,
body.customer-area-active .cuar-css-wrapper .h3 .small,
body.customer-area-active .cuar-css-wrapper .h3 small,
body.customer-area-active .cuar-css-wrapper .h4 .small,
body.customer-area-active .cuar-css-wrapper .h4 small,
body.customer-area-active .cuar-css-wrapper .h5 .small,
body.customer-area-active .cuar-css-wrapper .h5 small,
body.customer-area-active .cuar-css-wrapper .h6 .small,
body.customer-area-active .cuar-css-wrapper .h6 small,
body.customer-area-active .cuar-css-wrapper h1 .small,
body.customer-area-active .cuar-css-wrapper h1 small,
body.customer-area-active .cuar-css-wrapper h2 .small,
body.customer-area-active .cuar-css-wrapper h2 small,
body.customer-area-active .cuar-css-wrapper h3 .small,
body.customer-area-active .cuar-css-wrapper h3 small,
body.customer-area-active .cuar-css-wrapper h4 .small,
body.customer-area-active .cuar-css-wrapper h4 small,
body.customer-area-active .cuar-css-wrapper h5 .small,
body.customer-area-active .cuar-css-wrapper h5 small,
body.customer-area-active .cuar-css-wrapper h6 .small,
body.customer-area-active .cuar-css-wrapper h6 small {
    font-weight: 400;
    line-height: 1;
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .h1,
body.customer-area-active .cuar-css-wrapper .h2,
body.customer-area-active .cuar-css-wrapper .h3,
body.customer-area-active .cuar-css-wrapper h1,
body.customer-area-active .cuar-css-wrapper h2,
body.customer-area-active .cuar-css-wrapper h3 {
    margin-top: 19px;
    margin-bottom: 9.5px
}

body.customer-area-active .cuar-css-wrapper .h1 .small,
body.customer-area-active .cuar-css-wrapper .h1 small,
body.customer-area-active .cuar-css-wrapper .h2 .small,
body.customer-area-active .cuar-css-wrapper .h2 small,
body.customer-area-active .cuar-css-wrapper .h3 .small,
body.customer-area-active .cuar-css-wrapper .h3 small,
body.customer-area-active .cuar-css-wrapper h1 .small,
body.customer-area-active .cuar-css-wrapper h1 small,
body.customer-area-active .cuar-css-wrapper h2 .small,
body.customer-area-active .cuar-css-wrapper h2 small,
body.customer-area-active .cuar-css-wrapper h3 .small,
body.customer-area-active .cuar-css-wrapper h3 small {
    font-size: 75%
}

body.customer-area-active .cuar-css-wrapper .h4,
body.customer-area-active .cuar-css-wrapper .h5,
body.customer-area-active .cuar-css-wrapper .h6,
body.customer-area-active .cuar-css-wrapper h4,
body.customer-area-active .cuar-css-wrapper h5,
body.customer-area-active .cuar-css-wrapper h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

body.customer-area-active .cuar-css-wrapper .h4 .small,
body.customer-area-active .cuar-css-wrapper .h4 small,
body.customer-area-active .cuar-css-wrapper .h5 .small,
body.customer-area-active .cuar-css-wrapper .h5 small,
body.customer-area-active .cuar-css-wrapper .h6 .small,
body.customer-area-active .cuar-css-wrapper .h6 small,
body.customer-area-active .cuar-css-wrapper h4 .small,
body.customer-area-active .cuar-css-wrapper h4 small,
body.customer-area-active .cuar-css-wrapper h5 .small,
body.customer-area-active .cuar-css-wrapper h5 small,
body.customer-area-active .cuar-css-wrapper h6 .small,
body.customer-area-active .cuar-css-wrapper h6 small {
    font-size: 88%
}

body.customer-area-active .cuar-css-wrapper .h1 .small,
body.customer-area-active .cuar-css-wrapper h1 small {
    font-size: 70%
}

body.customer-area-active .cuar-css-wrapper p {
    margin: 0 0 9.5px
}

body.customer-area-active .cuar-css-wrapper .lead {
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .lead {
        font-size: 19.5px
    }
}

body.customer-area-active .cuar-css-wrapper .small,
body.customer-area-active .cuar-css-wrapper small {
    font-size: 84%
}

body.customer-area-active .cuar-css-wrapper cite {
    font-style: normal
}

body.customer-area-active .cuar-css-wrapper .mark,
body.customer-area-active .cuar-css-wrapper mark {
    background-color: #ffc107;
    padding: .2em
}

body.customer-area-active .cuar-css-wrapper .text-left {
    text-align: left !important
}

body.customer-area-active .cuar-css-wrapper .text-right {
    text-align: right !important
}

body.customer-area-active .cuar-css-wrapper .text-center {
    text-align: center !important
}

body.customer-area-active .cuar-css-wrapper .text-justify {
    text-align: justify !important
}

body.customer-area-active .cuar-css-wrapper .text-nowrap {
    white-space: nowrap !important
}

body.customer-area-active .cuar-css-wrapper .text-lowercase {
    text-transform: lowercase
}

body.customer-area-active .cuar-css-wrapper .text-uppercase {
    text-transform: uppercase
}

body.customer-area-active .cuar-css-wrapper .text-capitalize {
    text-transform: capitalize
}

body.customer-area-active .cuar-css-wrapper .page-header {
    padding-bottom: 16.5px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #d7d6d5
}

body.customer-area-active .cuar-css-wrapper .content-header {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px
}

body.customer-area-active .cuar-css-wrapper .content-header h1,
body.customer-area-active .cuar-css-wrapper .content-header h2,
body.customer-area-active .cuar-css-wrapper .content-header h3,
body.customer-area-active .cuar-css-wrapper .content-header h4 {
    line-height: 30px
}

body.customer-area-active .cuar-css-wrapper .micro-header {
    color: #999;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px
}

body.customer-area-active .cuar-css-wrapper ol,
body.customer-area-active .cuar-css-wrapper ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 9.5px
}

body.customer-area-active .cuar-css-wrapper ol ol,
body.customer-area-active .cuar-css-wrapper ol ul,
body.customer-area-active .cuar-css-wrapper ul ol,
body.customer-area-active .cuar-css-wrapper ul ul {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .list-unstyled {
    padding-left: 0;
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

body.customer-area-active .cuar-css-wrapper .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

body.customer-area-active .cuar-css-wrapper dl {
    margin-top: 0;
    margin-bottom: 19px
}

body.customer-area-active .cuar-css-wrapper dd,
body.customer-area-active .cuar-css-wrapper dt {
    line-height: 1.49
}

body.customer-area-active .cuar-css-wrapper dt {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper dd {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .dl-horizontal dd:after,
body.customer-area-active .cuar-css-wrapper .dl-horizontal dd:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .dl-horizontal dd:after {
    clear: both
}

@media (min-width:480px) {
    body.customer-area-active .cuar-css-wrapper .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    body.customer-area-active .cuar-css-wrapper .dl-horizontal dd {
        margin-left: 180px
    }
}

body.customer-area-active .cuar-css-wrapper abbr[data-original-title],
body.customer-area-active .cuar-css-wrapper abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #878582
}

body.customer-area-active .cuar-css-wrapper .initialism {
    font-size: 90%;
    text-transform: uppercase
}

body.customer-area-active .cuar-css-wrapper blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 16.25px;
    border-left: 5px solid #d7d6d5
}

body.customer-area-active .cuar-css-wrapper blockquote ol:last-child,
body.customer-area-active .cuar-css-wrapper blockquote p:last-child,
body.customer-area-active .cuar-css-wrapper blockquote ul:last-child {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-rounded {
    border-radius: 11px
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-thin {
    border-width: 3px
}

body.customer-area-active .cuar-css-wrapper blockquote .small,
body.customer-area-active .cuar-css-wrapper blockquote footer,
body.customer-area-active .cuar-css-wrapper blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.49;
    color: #878582
}

body.customer-area-active .cuar-css-wrapper blockquote .small:before,
body.customer-area-active .cuar-css-wrapper blockquote footer:before,
body.customer-area-active .cuar-css-wrapper blockquote small:before {
    content: "\2014 \00A0"
}

body.customer-area-active .cuar-css-wrapper .blockquote-reverse,
body.customer-area-active .cuar-css-wrapper blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #d7d6d5;
    border-left: 0;
    text-align: right
}

body.customer-area-active .cuar-css-wrapper .blockquote-reverse .small:before,
body.customer-area-active .cuar-css-wrapper .blockquote-reverse footer:before,
body.customer-area-active .cuar-css-wrapper .blockquote-reverse small:before,
body.customer-area-active .cuar-css-wrapper blockquote.pull-right .small:before,
body.customer-area-active .cuar-css-wrapper blockquote.pull-right footer:before,
body.customer-area-active .cuar-css-wrapper blockquote.pull-right small:before {
    content: ""
}

body.customer-area-active .cuar-css-wrapper .blockquote-reverse .small:after,
body.customer-area-active .cuar-css-wrapper .blockquote-reverse footer:after,
body.customer-area-active .cuar-css-wrapper .blockquote-reverse small:after,
body.customer-area-active .cuar-css-wrapper blockquote.pull-right .small:after,
body.customer-area-active .cuar-css-wrapper blockquote.pull-right footer:after,
body.customer-area-active .cuar-css-wrapper blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

body.customer-area-active .cuar-css-wrapper blockquote:after,
body.customer-area-active .cuar-css-wrapper blockquote:before {
    content: ""
}

body.customer-area-active .cuar-css-wrapper address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.49
}

body.customer-area-active .cuar-css-wrapper .dropcap {
    min-height: 75px
}

body.customer-area-active .cuar-css-wrapper .dropcap:first-letter {
    font-family: "Droid Serif", serif;
    float: left;
    color: #555;
    font-size: 60px;
    font-weight: 600;
    line-height: 45px;
    padding: 5px;
    margin: 0 5px 0 0
}

body.customer-area-active .cuar-css-wrapper .dropcap.lead:first-letter {
    font-size: 90px;
    line-height: 25px
}

body.customer-area-active .cuar-css-wrapper .dropcap.dropcap-fill:first-letter {
    border-radius: 6px;
    color: #fff;
    margin: 0 10px 0 0
}

body.customer-area-active .cuar-css-wrapper .dropcap.lead.dropcap-fill:first-letter {
    border-radius: 6px;
    color: #fff;
    margin: 0 10px 0 0;
    padding-bottom: 26px
}

body.customer-area-active .cuar-css-wrapper hr {
    margin: 35px 0;
    border-top: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper hr.alt {
    border-top: 1px dashed #d6d6d6
}

body.customer-area-active .cuar-css-wrapper hr.short {
    margin: 20px 0
}

body.customer-area-active .cuar-css-wrapper hr.tall {
    margin: 55px 0
}

body.customer-area-active .cuar-css-wrapper hr.dotted {
    border-style: dotted
}

body.customer-area-active .cuar-css-wrapper .divider {
    height: 1px;
    margin: 25px 0;
    background: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper code,
body.customer-area-active .cuar-css-wrapper kbd,
body.customer-area-active .cuar-css-wrapper pre,
body.customer-area-active .cuar-css-wrapper samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

body.customer-area-active .cuar-css-wrapper code {
    padding: 2px 4px;
    font-size: 90%;
    color: #73716e;
    background-color: #fff;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

body.customer-area-active .cuar-css-wrapper kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper pre {
    display: block;
    padding: 9px;
    margin: 0 0 9.5px;
    font-size: 12px;
    line-height: 1.49;
    word-break: break-all;
    word-wrap: break-word;
    color: #73716e;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 1px;
    white-space: pre
}

body.customer-area-active .cuar-css-wrapper pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

body.customer-area-active .cuar-css-wrapper .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px
}

body.customer-area-active .cuar-css-wrapper .container:after,
body.customer-area-active .cuar-css-wrapper .container:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .container:after {
    clear: both
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .container {
        width: 742px
    }
}

@media (min-width:992px) {
    body.customer-area-active .cuar-css-wrapper .container {
        width: 962px
    }
}

@media (min-width:1140px) {
    body.customer-area-active .cuar-css-wrapper .container {
        width: 1062px
    }
}

@media (min-width:1400px) {
    body.customer-area-active .cuar-css-wrapper .container {
        width: 1302px
    }
}

body.customer-area-active .cuar-css-wrapper .container-sm {
    max-width: 640px
}

body.customer-area-active .cuar-css-wrapper .container-md {
    max-width: 860px
}

body.customer-area-active .cuar-css-wrapper .container-lg {
    max-width: 1000px
}

body.customer-area-active .cuar-css-wrapper .container-xl {
    max-width: 1200px
}

body.customer-area-active .cuar-css-wrapper .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px
}

body.customer-area-active .cuar-css-wrapper .container-fluid:after,
body.customer-area-active .cuar-css-wrapper .container-fluid:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .container-fluid:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .row {
    margin-left: -11px;
    margin-right: -11px
}

body.customer-area-active .cuar-css-wrapper .row:after,
body.customer-area-active .cuar-css-wrapper .row:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .row:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .col-lg-1,
body.customer-area-active .cuar-css-wrapper .col-lg-2,
body.customer-area-active .cuar-css-wrapper .col-lg-3,
body.customer-area-active .cuar-css-wrapper .col-lg-4,
body.customer-area-active .cuar-css-wrapper .col-lg-5,
body.customer-area-active .cuar-css-wrapper .col-lg-6,
body.customer-area-active .cuar-css-wrapper .col-lg-7,
body.customer-area-active .cuar-css-wrapper .col-lg-8,
body.customer-area-active .cuar-css-wrapper .col-lg-9,
body.customer-area-active .cuar-css-wrapper .col-lg-10,
body.customer-area-active .cuar-css-wrapper .col-lg-11,
body.customer-area-active .cuar-css-wrapper .col-lg-12,
body.customer-area-active .cuar-css-wrapper .col-md-1,
body.customer-area-active .cuar-css-wrapper .col-md-2,
body.customer-area-active .cuar-css-wrapper .col-md-3,
body.customer-area-active .cuar-css-wrapper .col-md-4,
body.customer-area-active .cuar-css-wrapper .col-md-5,
body.customer-area-active .cuar-css-wrapper .col-md-6,
body.customer-area-active .cuar-css-wrapper .col-md-7,
body.customer-area-active .cuar-css-wrapper .col-md-8,
body.customer-area-active .cuar-css-wrapper .col-md-9,
body.customer-area-active .cuar-css-wrapper .col-md-10,
body.customer-area-active .cuar-css-wrapper .col-md-11,
body.customer-area-active .cuar-css-wrapper .col-md-12,
body.customer-area-active .cuar-css-wrapper .col-sm-1,
body.customer-area-active .cuar-css-wrapper .col-sm-2,
body.customer-area-active .cuar-css-wrapper .col-sm-3,
body.customer-area-active .cuar-css-wrapper .col-sm-4,
body.customer-area-active .cuar-css-wrapper .col-sm-5,
body.customer-area-active .cuar-css-wrapper .col-sm-6,
body.customer-area-active .cuar-css-wrapper .col-sm-7,
body.customer-area-active .cuar-css-wrapper .col-sm-8,
body.customer-area-active .cuar-css-wrapper .col-sm-9,
body.customer-area-active .cuar-css-wrapper .col-sm-10,
body.customer-area-active .cuar-css-wrapper .col-sm-11,
body.customer-area-active .cuar-css-wrapper .col-sm-12,
body.customer-area-active .cuar-css-wrapper .col-xl-1,
body.customer-area-active .cuar-css-wrapper .col-xl-2,
body.customer-area-active .cuar-css-wrapper .col-xl-3,
body.customer-area-active .cuar-css-wrapper .col-xl-4,
body.customer-area-active .cuar-css-wrapper .col-xl-5,
body.customer-area-active .cuar-css-wrapper .col-xl-6,
body.customer-area-active .cuar-css-wrapper .col-xl-7,
body.customer-area-active .cuar-css-wrapper .col-xl-8,
body.customer-area-active .cuar-css-wrapper .col-xl-9,
body.customer-area-active .cuar-css-wrapper .col-xl-10,
body.customer-area-active .cuar-css-wrapper .col-xl-11,
body.customer-area-active .cuar-css-wrapper .col-xl-12,
body.customer-area-active .cuar-css-wrapper .col-xs-1,
body.customer-area-active .cuar-css-wrapper .col-xs-2,
body.customer-area-active .cuar-css-wrapper .col-xs-3,
body.customer-area-active .cuar-css-wrapper .col-xs-4,
body.customer-area-active .cuar-css-wrapper .col-xs-5,
body.customer-area-active .cuar-css-wrapper .col-xs-6,
body.customer-area-active .cuar-css-wrapper .col-xs-7,
body.customer-area-active .cuar-css-wrapper .col-xs-8,
body.customer-area-active .cuar-css-wrapper .col-xs-9,
body.customer-area-active .cuar-css-wrapper .col-xs-10,
body.customer-area-active .cuar-css-wrapper .col-xs-11,
body.customer-area-active .cuar-css-wrapper .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px
}

body.customer-area-active .cuar-css-wrapper .col-xs-1,
body.customer-area-active .cuar-css-wrapper .col-xs-2,
body.customer-area-active .cuar-css-wrapper .col-xs-3,
body.customer-area-active .cuar-css-wrapper .col-xs-4,
body.customer-area-active .cuar-css-wrapper .col-xs-5,
body.customer-area-active .cuar-css-wrapper .col-xs-6,
body.customer-area-active .cuar-css-wrapper .col-xs-7,
body.customer-area-active .cuar-css-wrapper .col-xs-8,
body.customer-area-active .cuar-css-wrapper .col-xs-9,
body.customer-area-active .cuar-css-wrapper .col-xs-10,
body.customer-area-active .cuar-css-wrapper .col-xs-11,
body.customer-area-active .cuar-css-wrapper .col-xs-12,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-1,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-2,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-3,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-4,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-5,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-6,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-7,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-8,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-9,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-10,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-11,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-12 {
    float: left
}

body.customer-area-active .cuar-css-wrapper .col-xs-12,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-12 {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .col-xs-11,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-11 {
    width: 91.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-10,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-10 {
    width: 83.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-9,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-9 {
    width: 75%
}

body.customer-area-active .cuar-css-wrapper .col-xs-8,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-8 {
    width: 66.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-7,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-7 {
    width: 58.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-6,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-6 {
    width: 50%
}

body.customer-area-active .cuar-css-wrapper .col-xs-5,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-5 {
    width: 41.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-4,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-4 {
    width: 33.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-3,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-3 {
    width: 25%
}

body.customer-area-active .cuar-css-wrapper .col-xs-2,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-2 {
    width: 16.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-1,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-1 {
    width: 8.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-12,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-12 {
    right: 100%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-11,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-11 {
    right: 91.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-10,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-10 {
    right: 83.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-9,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-9 {
    right: 75%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-8,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-8 {
    right: 66.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-7,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-7 {
    right: 58.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-6,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-6 {
    right: 50%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-5,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-5 {
    right: 41.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-4,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-4 {
    right: 33.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-3,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-3 {
    right: 25%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-2,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-2 {
    right: 16.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-1,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-1 {
    right: 8.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-pull-0,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-pull-0 {
    right: auto
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-12,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-12 {
    left: 100%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-11,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-11 {
    left: 91.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-10,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-10 {
    left: 83.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-9,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-9 {
    left: 75%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-8,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-8 {
    left: 66.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-7,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-7 {
    left: 58.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-6,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-6 {
    left: 50%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-5,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-5 {
    left: 41.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-4,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-4 {
    left: 33.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-3,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-3 {
    left: 25%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-2,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-2 {
    left: 16.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-1,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-1 {
    left: 8.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-push-0,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-push-0 {
    left: auto
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-12,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-12 {
    margin-left: 100%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-11,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-11 {
    margin-left: 91.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-10,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-10 {
    margin-left: 83.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-9,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-9 {
    margin-left: 75%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-8,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-8 {
    margin-left: 66.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-7,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-7 {
    margin-left: 58.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-6,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-6 {
    margin-left: 50%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-5,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-5 {
    margin-left: 41.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-4,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-4 {
    margin-left: 33.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-3,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-3 {
    margin-left: 25%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-2,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-2 {
    margin-left: 16.66666667%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-1,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-1 {
    margin-left: 8.33333333%
}

body.customer-area-active .cuar-css-wrapper .col-xs-offset-0,
body.customer-area-active.customer-area-grid-xs .cuar-css-wrapper .col-xs-offset-0 {
    margin-left: 0
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-1,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-2,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-3,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-4,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-5,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-6,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-7,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-8,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-9,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-10,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-11,
body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-12 {
    float: left
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-12 {
    width: 100%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-11 {
    width: 91.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-10 {
    width: 83.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-9 {
    width: 75%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-8 {
    width: 66.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-7 {
    width: 58.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-6 {
    width: 50%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-5 {
    width: 41.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-4 {
    width: 33.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-3 {
    width: 25%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-2 {
    width: 16.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-1 {
    width: 8.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-12 {
    right: 100%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-11 {
    right: 91.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-10 {
    right: 83.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-9 {
    right: 75%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-8 {
    right: 66.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-7 {
    right: 58.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-6 {
    right: 50%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-5 {
    right: 41.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-4 {
    right: 33.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-3 {
    right: 25%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-2 {
    right: 16.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-1 {
    right: 8.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-pull-0 {
    right: auto
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-12 {
    left: 100%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-11 {
    left: 91.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-10 {
    left: 83.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-9 {
    left: 75%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-8 {
    left: 66.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-7 {
    left: 58.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-6 {
    left: 50%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-5 {
    left: 41.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-4 {
    left: 33.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-3 {
    left: 25%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-2 {
    left: 16.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-1 {
    left: 8.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-push-0 {
    left: auto
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-12 {
    margin-left: 100%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-11 {
    margin-left: 91.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-10 {
    margin-left: 83.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-9 {
    margin-left: 75%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-8 {
    margin-left: 66.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-7 {
    margin-left: 58.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-6 {
    margin-left: 50%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-5 {
    margin-left: 41.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-4 {
    margin-left: 33.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-3 {
    margin-left: 25%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-2 {
    margin-left: 16.66666667%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-1 {
    margin-left: 8.33333333%
}

body.customer-area-active.customer-area-grid-sm .cuar-css-wrapper .col-sm-offset-0 {
    margin-left: 0
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-1,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-2,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-3,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-4,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-5,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-6,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-7,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-8,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-9,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-10,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-11,
body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-12 {
    float: left
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-12 {
    width: 100%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-11 {
    width: 91.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-10 {
    width: 83.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-9 {
    width: 75%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-8 {
    width: 66.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-7 {
    width: 58.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-6 {
    width: 50%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-5 {
    width: 41.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-4 {
    width: 33.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-3 {
    width: 25%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-2 {
    width: 16.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-1 {
    width: 8.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-12 {
    right: 100%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-11 {
    right: 91.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-10 {
    right: 83.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-9 {
    right: 75%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-8 {
    right: 66.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-7 {
    right: 58.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-6 {
    right: 50%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-5 {
    right: 41.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-4 {
    right: 33.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-3 {
    right: 25%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-2 {
    right: 16.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-1 {
    right: 8.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-pull-0 {
    right: auto
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-12 {
    left: 100%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-11 {
    left: 91.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-10 {
    left: 83.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-9 {
    left: 75%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-8 {
    left: 66.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-7 {
    left: 58.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-6 {
    left: 50%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-5 {
    left: 41.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-4 {
    left: 33.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-3 {
    left: 25%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-2 {
    left: 16.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-1 {
    left: 8.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-push-0 {
    left: auto
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-12 {
    margin-left: 100%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-11 {
    margin-left: 91.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-10 {
    margin-left: 83.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-9 {
    margin-left: 75%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-8 {
    margin-left: 66.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-7 {
    margin-left: 58.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-6 {
    margin-left: 50%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-5 {
    margin-left: 41.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-4 {
    margin-left: 33.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-3 {
    margin-left: 25%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-2 {
    margin-left: 16.66666667%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-1 {
    margin-left: 8.33333333%
}

body.customer-area-active.customer-area-grid-md .cuar-css-wrapper .col-md-offset-0 {
    margin-left: 0
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-1,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-2,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-3,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-4,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-5,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-6,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-7,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-8,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-9,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-10,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-11,
body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-12 {
    float: left
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-12 {
    width: 100%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-11 {
    width: 91.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-10 {
    width: 83.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-9 {
    width: 75%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-8 {
    width: 66.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-7 {
    width: 58.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-6 {
    width: 50%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-5 {
    width: 41.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-4 {
    width: 33.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-3 {
    width: 25%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-2 {
    width: 16.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-1 {
    width: 8.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-12 {
    right: 100%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-11 {
    right: 91.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-10 {
    right: 83.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-9 {
    right: 75%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-8 {
    right: 66.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-7 {
    right: 58.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-6 {
    right: 50%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-5 {
    right: 41.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-4 {
    right: 33.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-3 {
    right: 25%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-2 {
    right: 16.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-1 {
    right: 8.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-pull-0 {
    right: auto
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-12 {
    left: 100%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-11 {
    left: 91.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-10 {
    left: 83.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-9 {
    left: 75%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-8 {
    left: 66.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-7 {
    left: 58.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-6 {
    left: 50%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-5 {
    left: 41.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-4 {
    left: 33.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-3 {
    left: 25%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-2 {
    left: 16.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-1 {
    left: 8.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-push-0 {
    left: auto
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-12 {
    margin-left: 100%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-11 {
    margin-left: 91.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-10 {
    margin-left: 83.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-9 {
    margin-left: 75%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-8 {
    margin-left: 66.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-7 {
    margin-left: 58.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-6 {
    margin-left: 50%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-5 {
    margin-left: 41.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-4 {
    margin-left: 33.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-3 {
    margin-left: 25%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-2 {
    margin-left: 16.66666667%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-1 {
    margin-left: 8.33333333%
}

body.customer-area-active.customer-area-grid-lg .cuar-css-wrapper .col-lg-offset-0 {
    margin-left: 0
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-1,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-2,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-3,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-4,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-5,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-6,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-7,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-8,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-9,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-10,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-11,
body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-12 {
    float: left
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-12 {
    width: 100%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-11 {
    width: 91.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-10 {
    width: 83.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-9 {
    width: 75%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-8 {
    width: 66.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-7 {
    width: 58.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-6 {
    width: 50%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-5 {
    width: 41.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-4 {
    width: 33.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-3 {
    width: 25%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-2 {
    width: 16.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-1 {
    width: 8.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-12 {
    right: 100%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-11 {
    right: 91.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-10 {
    right: 83.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-9 {
    right: 75%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-8 {
    right: 66.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-7 {
    right: 58.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-6 {
    right: 50%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-5 {
    right: 41.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-4 {
    right: 33.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-3 {
    right: 25%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-2 {
    right: 16.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-1 {
    right: 8.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-pull-0 {
    right: auto
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-12 {
    left: 100%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-11 {
    left: 91.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-10 {
    left: 83.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-9 {
    left: 75%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-8 {
    left: 66.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-7 {
    left: 58.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-6 {
    left: 50%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-5 {
    left: 41.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-4 {
    left: 33.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-3 {
    left: 25%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-2 {
    left: 16.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-1 {
    left: 8.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-push-0 {
    left: auto
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-12 {
    margin-left: 100%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-11 {
    margin-left: 91.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-10 {
    margin-left: 83.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-9 {
    margin-left: 75%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-8 {
    margin-left: 66.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-7 {
    margin-left: 58.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-6 {
    margin-left: 50%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-5 {
    margin-left: 41.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-4 {
    margin-left: 33.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-3 {
    margin-left: 25%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-2 {
    margin-left: 16.66666667%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-1 {
    margin-left: 8.33333333%
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-offset-0 {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper table {
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper th {
    text-align: left
}

body.customer-area-active .cuar-css-wrapper .table,
body.customer-area-active .cuar-css-wrapper table.acf-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper table.acf-table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>tfoot>tr>td,
body.customer-area-active .cuar-css-wrapper table.acf-table>tfoot>tr>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>thead>tr>td,
body.customer-area-active .cuar-css-wrapper table.acf-table>thead>tr>th {
    padding: 9px;
    line-height: 1.49;
    vertical-align: middle;
    border-top: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>thead>tr>th {
    font-weight: 600;
    vertical-align: bottom;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .table.table-head-top>thead>tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead.panel-heading>tr>th,
body.customer-area-active .cuar-css-wrapper table.acf-table.table-head-top>thead>tr>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>thead.panel-heading>tr>th {
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper .table>caption+thead>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper .table>caption+thead>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper .table>colgroup+thead>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper .table>colgroup+thead>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper .table>thead:first-child>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper .table>thead:first-child>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>caption+thead>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper table.acf-table>caption+thead>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>colgroup+thead>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper table.acf-table>colgroup+thead>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper table.acf-table>thead:first-child>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper table.acf-table>thead:first-child>tr:first-child>th {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .table>tbody+tbody,
body.customer-area-active .cuar-css-wrapper table.acf-table>tbody+tbody {
    border-top: 2px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .table tbody>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper table.acf-table tbody>tr:first-child>td {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .table .table,
body.customer-area-active .cuar-css-wrapper table.acf-table .table {
    margin-bottom: 0;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .acf-table>tfoot>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-table>tfoot>tr>th,
body.customer-area-active .cuar-css-wrapper .acf-table>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper .table-condensed>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .table-condensed>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .table-condensed>tfoot>tr>td,
body.customer-area-active .cuar-css-wrapper .table-condensed>tfoot>tr>th,
body.customer-area-active .cuar-css-wrapper .table-condensed>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .table-condensed>thead>tr>th {
    padding: 5px
}

body.customer-area-active .cuar-css-wrapper .table-bordered,
body.customer-area-active .cuar-css-wrapper .table-bordered>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .table-bordered>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .table-bordered>tfoot>tr>td,
body.customer-area-active .cuar-css-wrapper .table-bordered>tfoot>tr>th,
body.customer-area-active .cuar-css-wrapper .table-bordered>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .table-bordered>thead>tr>th {
    border: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .table-bordered>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr:nth-child(odd)>td,
body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr:nth-child(odd)>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>th,
body.customer-area-active .cuar-css-wrapper .table-striped>tbody>tr:nth-child(odd)>td,
body.customer-area-active .cuar-css-wrapper .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 100%, .4)
}

body.customer-area-active .cuar-css-wrapper .table-curved>tbody>tr>td:first-child {
    border-radius: 4px 0 0 4px
}

body.customer-area-active .cuar-css-wrapper .table-curved>tbody>tr>td:last-child {
    border-radius: 0 4px 4px 0
}

body.customer-area-active .cuar-css-wrapper table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

body.customer-area-active .cuar-css-wrapper table td[class*=col-],
body.customer-area-active .cuar-css-wrapper table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.default>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.default>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.default,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.default,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.default>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.default>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.default,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.default,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.default>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.default>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.default,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.default {
    color: #777;
    border-color: #ddd;
    background-color: #f0f0f0
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.default:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.default:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.default,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.default:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.default:hover {
    background-color: #fcfcfc
}

@media screen and (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .acf-table,
    body.customer-area-active .cuar-css-wrapper .table-responsive {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d6d6d6;
        -webkit-overflow-scrolling: touch
    }
    body.customer-area-active .cuar-css-wrapper .acf-table>.table,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table {
        margin-bottom: 0
    }
    body.customer-area-active .cuar-css-wrapper .acf-table>.table>tbody>tr>td,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table>tbody>tr>th,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table>tfoot>tr>td,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table>tfoot>tr>th,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table>thead>tr>td,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table>thead>tr>th,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table>tbody>tr>td,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table>tbody>tr>th,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table>tfoot>tr>td,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table>tfoot>tr>th,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table>thead>tr>td,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered {
        border: 0
    }
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tbody>tr>td:first-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tbody>tr>th:first-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tfoot>tr>td:first-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tfoot>tr>th:first-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>thead>tr>td:first-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>thead>tr>th:first-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tbody>tr>td:first-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tbody>tr>th:first-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>thead>tr>td:first-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tbody>tr>td:last-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tbody>tr>th:last-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tfoot>tr>td:last-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tfoot>tr>th:last-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>thead>tr>td:last-child,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>thead>tr>th:last-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tbody>tr>td:last-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tbody>tr>th:last-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>thead>tr>td:last-child,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tbody>tr:last-child>td,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tbody>tr:last-child>th,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tfoot>tr:last-child>td,
    body.customer-area-active .cuar-css-wrapper .acf-table>.table-bordered>tfoot>tr:last-child>th,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tbody>tr:last-child>td,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tbody>tr:last-child>th,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    body.customer-area-active .cuar-css-wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

body.customer-area-active .cuar-css-wrapper fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

body.customer-area-active .cuar-css-wrapper legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
    font-size: 19.5px;
    line-height: inherit;
    color: #b6b6b5;
    border: 0;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600
}

body.customer-area-active .cuar-css-wrapper input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper input[type=checkbox],
body.customer-area-active .cuar-css-wrapper input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

body.customer-area-active .cuar-css-wrapper input[type=file] {
    display: block
}

body.customer-area-active .cuar-css-wrapper input[type=range] {
    display: block;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper select[multiple],
body.customer-area-active .cuar-css-wrapper select[size] {
    height: auto
}

body.customer-area-active .cuar-css-wrapper input[type=checkbox]:focus,
body.customer-area-active .cuar-css-wrapper input[type=file]:focus,
body.customer-area-active .cuar-css-wrapper input[type=radio]:focus {
    outline: 0;
    outline-offset: -2px
}

body.customer-area-active .cuar-css-wrapper output {
    display: block;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.49;
    color: rgba(0, 0, 0, .87)
}

body.customer-area-active .cuar-css-wrapper .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    color: rgba(0, 0, 0, .87);
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

body.customer-area-active .cuar-css-wrapper .form-control:focus {
    border-color: grey;
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .form-control::-moz-placeholder {
    color: hsla(0, 0%, 54.9%, .935);
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .form-control:-ms-input-placeholder {
    color: hsla(0, 0%, 54.9%, .935)
}

body.customer-area-active .cuar-css-wrapper .form-control::-webkit-input-placeholder {
    color: hsla(0, 0%, 54.9%, .935)
}

body.customer-area-active .cuar-css-wrapper .form-control[disabled],
body.customer-area-active .cuar-css-wrapper .form-control[readonly],
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .form-control {
    cursor: not-allowed;
    background-color: #f0f0f0;
    opacity: 1
}

textareabody.customer-area-active .cuar-css-wrapper .form-control {
    height: auto
}

body.customer-area-active .cuar-css-wrapper textarea.form-control {
    resize: vertical
}

body.customer-area-active .cuar-css-wrapper textarea.textarea-grow {
    height: 39px;
    resize: none
}

body.customer-area-active .cuar-css-wrapper textarea.textarea-grow:focus {
    height: auto;
    resize: vertical
}

body.customer-area-active .cuar-css-wrapper .input-hero .form-control {
    padding: 14px 25px;
    height: 60px;
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper input[type=search] {
    -webkit-appearance: none
}

body.customer-area-active .cuar-css-wrapper input[type=date],
body.customer-area-active .cuar-css-wrapper input[type=datetime-local],
body.customer-area-active .cuar-css-wrapper input[type=month],
body.customer-area-active .cuar-css-wrapper input[type=time] {
    line-height: 39px;
    line-height: 1.49 \0
}

body.customer-area-active .cuar-css-wrapper input[type=date].input-sm,
body.customer-area-active .cuar-css-wrapper input[type=datetime-local].input-sm,
body.customer-area-active .cuar-css-wrapper input[type=month].input-sm,
body.customer-area-active .cuar-css-wrapper input[type=time].input-sm {
    line-height: 28px
}

body.customer-area-active .cuar-css-wrapper input[type=date].input-lg,
body.customer-area-active .cuar-css-wrapper input[type=datetime-local].input-lg,
body.customer-area-active .cuar-css-wrapper input[type=month].input-lg,
body.customer-area-active .cuar-css-wrapper input[type=time].input-lg {
    line-height: 45px
}

body.customer-area-active .cuar-css-wrapper .form-group {
    margin-bottom: 15px
}

body.customer-area-active .cuar-css-wrapper .checkbox,
body.customer-area-active .cuar-css-wrapper .radio {
    position: relative;
    display: block;
    min-height: 19px;
    margin-top: 10px;
    margin-bottom: 10px
}

body.customer-area-active .cuar-css-wrapper .checkbox label,
body.customer-area-active .cuar-css-wrapper .radio label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .checkbox-inline input[type=checkbox],
body.customer-area-active .cuar-css-wrapper .checkbox input[type=checkbox],
body.customer-area-active .cuar-css-wrapper .radio-inline input[type=radio],
body.customer-area-active .cuar-css-wrapper .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

body.customer-area-active .cuar-css-wrapper .checkbox+.checkbox,
body.customer-area-active .cuar-css-wrapper .radio+.radio {
    margin-top: -5px
}

body.customer-area-active .cuar-css-wrapper .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .checkbox-inline+.checkbox-inline,
body.customer-area-active .cuar-css-wrapper .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

body.customer-area-active .cuar-css-wrapper .checkbox-inline.disabled,
body.customer-area-active .cuar-css-wrapper .checkbox.disabled label,
body.customer-area-active .cuar-css-wrapper .radio-inline.disabled,
body.customer-area-active .cuar-css-wrapper .radio.disabled label,
body.customer-area-active .cuar-css-wrapper input[type=checkbox].disabled,
body.customer-area-active .cuar-css-wrapper input[type=checkbox][disabled],
body.customer-area-active .cuar-css-wrapper input[type=radio].disabled,
body.customer-area-active .cuar-css-wrapper input[type=radio][disabled],
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .checkbox-inline,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .checkbox label,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .radio-inline,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .radio label,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper input[type=checkbox],
fieldset[disabled] body.customer-area-active .cuar-css-wrapper input[type=radio] {
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .form-control-static {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .form-control-static.input-lg,
body.customer-area-active .cuar-css-wrapper .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

body.customer-area-active .cuar-css-wrapper .input-sm {
    height: 28px;
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

selectbody.customer-area-active .cuar-css-wrapper .input-sm {
    height: 28px;
    line-height: 28px
}

select[multiple]body.customer-area-active .cuar-css-wrapper .input-sm,
textareabody.customer-area-active .cuar-css-wrapper .input-sm {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px
}

selectbody.customer-area-active .cuar-css-wrapper .input-lg {
    height: 45px;
    line-height: 45px
}

select[multiple]body.customer-area-active .cuar-css-wrapper .input-lg,
textareabody.customer-area-active .cuar-css-wrapper .input-lg {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .has-feedback {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .has-feedback .form-control {
    padding-right: 48.75px
}

body.customer-area-active .cuar-css-wrapper .form-control-feedback {
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .input-lg+.form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px
}

body.customer-area-active .cuar-css-wrapper .input-sm+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}

body.customer-area-active .cuar-css-wrapper .has-primary .append-icon,
body.customer-area-active .cuar-css-wrapper .has-primary .checkbox,
body.customer-area-active .cuar-css-wrapper .has-primary .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .has-primary .control-label,
body.customer-area-active .cuar-css-wrapper .has-primary .help-block,
body.customer-area-active .cuar-css-wrapper .has-primary .radio,
body.customer-area-active .cuar-css-wrapper .has-primary .radio-inline {
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .has-primary .form-control {
    border-color: #e9e9e9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

body.customer-area-active .cuar-css-wrapper .has-primary .form-control:focus {
    border-color: #b7b6b5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff
}

body.customer-area-active .cuar-css-wrapper .has-primary .input-group-addon {
    color: #040404;
    border-color: #d0cfcf;
    background-color: #848484
}

body.customer-area-active .cuar-css-wrapper .has-primary .form-control-feedback {
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .has-success .append-icon,
body.customer-area-active .cuar-css-wrapper .has-success .checkbox,
body.customer-area-active .cuar-css-wrapper .has-success .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .has-success .control-label,
body.customer-area-active .cuar-css-wrapper .has-success .help-block,
body.customer-area-active .cuar-css-wrapper .has-success .radio,
body.customer-area-active .cuar-css-wrapper .has-success .radio-inline {
    color: #cfe2cf
}

body.customer-area-active .cuar-css-wrapper .has-success .form-control {
    border-color: #eff5ef;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

body.customer-area-active .cuar-css-wrapper .has-success .form-control:focus {
    border-color: #b0cfaf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff
}

body.customer-area-active .cuar-css-wrapper .has-success .input-group-addon {
    color: #1e441f;
    border-color: #cfe2cf;
    background-color: #92cf94
}

body.customer-area-active .cuar-css-wrapper .has-success .form-control-feedback {
    color: #cfe2cf
}

body.customer-area-active .cuar-css-wrapper .has-info .append-icon,
body.customer-area-active .cuar-css-wrapper .has-info .checkbox,
body.customer-area-active .cuar-css-wrapper .has-info .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .has-info .control-label,
body.customer-area-active .cuar-css-wrapper .has-info .help-block,
body.customer-area-active .cuar-css-wrapper .has-info .radio,
body.customer-area-active .cuar-css-wrapper .has-info .radio-inline {
    color: #c0e1f0
}

body.customer-area-active .cuar-css-wrapper .has-info .form-control {
    border-color: #e9f5fa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

body.customer-area-active .cuar-css-wrapper .has-info .form-control:focus {
    border-color: #97cee6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff
}

body.customer-area-active .cuar-css-wrapper .has-info .input-group-addon {
    color: #01405d;
    border-color: #c0e1f0;
    background-color: #60ccfd
}

body.customer-area-active .cuar-css-wrapper .has-info .form-control-feedback {
    color: #c0e1f0
}

body.customer-area-active .cuar-css-wrapper .has-warning .append-icon,
body.customer-area-active .cuar-css-wrapper .has-warning .checkbox,
body.customer-area-active .cuar-css-wrapper .has-warning .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .has-warning .control-label,
body.customer-area-active .cuar-css-wrapper .has-warning .help-block,
body.customer-area-active .cuar-css-wrapper .has-warning .radio,
body.customer-area-active .cuar-css-wrapper .has-warning .radio-inline {
    color: rgba(65, 51, 10, .9168)
}

body.customer-area-active .cuar-css-wrapper .has-warning .form-control {
    border-color: rgba(110, 86, 16, .9168);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

body.customer-area-active .cuar-css-wrapper .has-warning .form-control:focus {
    border-color: rgba(21, 16, 3, .9168);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px rgba(154, 121, 23, .9168);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px rgba(154, 121, 23, .9168)
}

body.customer-area-active .cuar-css-wrapper .has-warning .input-group-addon {
    color: #6d5200;
    border-color: rgba(65, 51, 10, .9168);
    background-color: #ffdb6d
}

body.customer-area-active .cuar-css-wrapper .has-warning .form-control-feedback {
    color: rgba(65, 51, 10, .9168)
}

body.customer-area-active .cuar-css-wrapper .has-error .append-icon,
body.customer-area-active .cuar-css-wrapper .has-error .checkbox,
body.customer-area-active .cuar-css-wrapper .has-error .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .has-error .control-label,
body.customer-area-active .cuar-css-wrapper .has-error .help-block,
body.customer-area-active .cuar-css-wrapper .has-error .radio,
body.customer-area-active .cuar-css-wrapper .has-error .radio-inline {
    color: #f1d1c7
}

body.customer-area-active .cuar-css-wrapper .has-error .form-control {
    border-color: #fbf3f0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

body.customer-area-active .cuar-css-wrapper .has-error .form-control:focus {
    border-color: #e7b09e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff
}

body.customer-area-active .cuar-css-wrapper .has-error .input-group-addon {
    color: #882100;
    border-color: #f1d1c7;
    background-color: #ffa588
}

body.customer-area-active .cuar-css-wrapper .has-error .form-control-feedback {
    color: #f1d1c7
}

body.customer-area-active .cuar-css-wrapper .has-alert .append-icon,
body.customer-area-active .cuar-css-wrapper .has-alert .checkbox,
body.customer-area-active .cuar-css-wrapper .has-alert .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .has-alert .control-label,
body.customer-area-active .cuar-css-wrapper .has-alert .help-block,
body.customer-area-active .cuar-css-wrapper .has-alert .radio,
body.customer-area-active .cuar-css-wrapper .has-alert .radio-inline {
    color: #d4cae4
}

body.customer-area-active .cuar-css-wrapper .has-alert .form-control {
    border-color: #f0ecf5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

body.customer-area-active .cuar-css-wrapper .has-alert .form-control:focus {
    border-color: #b9a8d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff
}

body.customer-area-active .cuar-css-wrapper .has-alert .input-group-addon {
    color: #261543;
    border-color: #d4cae4;
    background-color: #9f80d7
}

body.customer-area-active .cuar-css-wrapper .has-alert .form-control-feedback {
    color: #d4cae4
}

body.customer-area-active .cuar-css-wrapper .has-system .append-icon,
body.customer-area-active .cuar-css-wrapper .has-system .checkbox,
body.customer-area-active .cuar-css-wrapper .has-system .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .has-system .control-label,
body.customer-area-active .cuar-css-wrapper .has-system .help-block,
body.customer-area-active .cuar-css-wrapper .has-system .radio,
body.customer-area-active .cuar-css-wrapper .has-system .radio-inline {
    color: #bedfdb
}

body.customer-area-active .cuar-css-wrapper .has-system .form-control {
    border-color: #e0f0ee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

body.customer-area-active .cuar-css-wrapper .has-system .form-control:focus {
    border-color: #9ccec8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fff
}

body.customer-area-active .cuar-css-wrapper .has-system .input-group-addon {
    color: #000;
    border-color: #bedfdb;
    background-color: #00fce4
}

body.customer-area-active .cuar-css-wrapper .has-system .form-control-feedback {
    color: #bedfdb
}

body.customer-area-active .cuar-css-wrapper .has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

body.customer-area-active .cuar-css-wrapper .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgba(35, 32, 30, .408);
    font-size: .9em;
    font-style: italic
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .input-group .form-control,
    body.customer-area-active .cuar-css-wrapper .form-inline .input-group .input-group-addon,
    body.customer-area-active .cuar-css-wrapper .form-inline .input-group .input-group-btn {
        width: auto
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .input-group>.form-control {
        width: 100%
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .checkbox,
    body.customer-area-active .cuar-css-wrapper .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .checkbox label,
    body.customer-area-active .cuar-css-wrapper .form-inline .radio label {
        padding-left: 0
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .checkbox input[type=checkbox],
    body.customer-area-active .cuar-css-wrapper .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    body.customer-area-active .cuar-css-wrapper .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .checkbox,
body.customer-area-active .cuar-css-wrapper .form-horizontal .checkbox-inline,
body.customer-area-active .cuar-css-wrapper .form-horizontal .radio,
body.customer-area-active .cuar-css-wrapper .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .checkbox,
body.customer-area-active .cuar-css-wrapper .form-horizontal .radio {
    min-height: 29px
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group {
    margin-left: -11px;
    margin-right: -11px
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group:after,
body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px
    }
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 11px
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-lg .form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px
}

selectbody.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-lg .form-control {
    height: 45px;
    line-height: 45px
}

select[multiple]body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-lg .form-control,
textareabody.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-lg .form-control {
    height: auto
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-sm .form-control {
    height: 28px;
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

selectbody.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-sm .form-control {
    height: 28px;
    line-height: 28px
}

select[multiple]body.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-sm .form-control,
textareabody.customer-area-active .cuar-css-wrapper .form-horizontal .form-group-sm .form-control {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .form-bordered .form-group {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    margin-bottom: 18px
}

body.customer-area-active .cuar-css-wrapper .form-bordered .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .append-icon {
    position: absolute;
    left: 23px;
    top: 8px;
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper .append-icon.right {
    left: auto;
    right: 23px
}

body.customer-area-active .cuar-css-wrapper .append-icon+input.form-control {
    padding-right: 40px
}

body.customer-area-active .cuar-css-wrapper .input-group-addon {
    color: #4a89dc;
    background-color: #fafafa;
    border-color: #ddd
}

body.customer-area-active .cuar-css-wrapper .input-group.input-hero {
    display: block
}

body.customer-area-active .cuar-css-wrapper .input-group.input-hero .input-group-addon {
    position: absolute;
    top: 10px;
    left: 13px;
    border: 0;
    background: transparent;
    z-index: 3;
    font-size: 18px
}

body.customer-area-active .cuar-css-wrapper .input-group.input-hero .input-group-addon+input.form-control {
    border-left: 3px solid #515151;
    display: block;
    float: none;
    padding-left: 60px;
    z-index: 0 !important
}

body.customer-area-active .cuar-css-wrapper .input-hero.input-hero-sm .form-control {
    height: 54px;
    background: #f7f7f7
}

body.customer-area-active .cuar-css-wrapper .input-hero.input-hero-sm .input-group-addon {
    top: 8px;
    left: 10px
}

body.customer-area-active .cuar-css-wrapper .input-group.input-hero-sm .input-group-addon+input.form-control {
    padding-left: 54px
}

body.customer-area-active .cuar-css-wrapper .bootstrap-maxlength {
    opacity: .6;
    padding: 0 15px;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .bootstrap-maxlength.maxlength-right {
    padding: 7px 12px;
    margin-top: -8px;
    margin-left: 7px
}

body.customer-area-active .cuar-css-wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.customer-area-active .cuar-css-wrapper .btn.active:focus,
body.customer-area-active .cuar-css-wrapper .btn:active:focus,
body.customer-area-active .cuar-css-wrapper .btn:focus {
    outline: 0;
    outline-offset: -2px
}

body.customer-area-active .cuar-css-wrapper .btn:focus,
body.customer-area-active .cuar-css-wrapper .btn:hover {
    color: rgba(65, 65, 65, .9168);
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .btn.active,
body.customer-area-active .cuar-css-wrapper .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

body.customer-area-active .cuar-css-wrapper .btn.disabled,
body.customer-area-active .cuar-css-wrapper .btn[disabled],
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .btn.btn-gradient {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .18);
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2);
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .3) 1%, hsla(0, 0%, 100%, .15) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, .15)));
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .3) 1%, hsla(0, 0%, 100%, .15));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3) 1%, hsla(0, 0%, 100%, .15))
}

body.customer-area-active .cuar-css-wrapper .btn.btn-rounded {
    border-radius: 20px
}

body.customer-area-active .cuar-css-wrapper .btn-link {
    color: #515151;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-link,
body.customer-area-active .cuar-css-wrapper .btn-link:active,
body.customer-area-active .cuar-css-wrapper .btn-link[disabled],
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .btn-link,
body.customer-area-active .cuar-css-wrapper .btn-link:active,
body.customer-area-active .cuar-css-wrapper .btn-link:focus,
body.customer-area-active .cuar-css-wrapper .btn-link:hover {
    border-color: transparent
}

body.customer-area-active .cuar-css-wrapper .btn-link:focus,
body.customer-area-active .cuar-css-wrapper .btn-link:hover {
    color: #444;
    text-decoration: underline;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .btn-link[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-link[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-link:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-link:hover {
    color: rgba(35, 32, 30, .408);
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .btn-sm {
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-block {
    display: block;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .btn-block+.btn-block {
    margin-top: 5px
}

body.customer-area-active .cuar-css-wrapper input[type=button].btn-block,
body.customer-area-active .cuar-css-wrapper input[type=reset].btn-block,
body.customer-area-active .cuar-css-wrapper input[type=submit].btn-block {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt {
    position: relative;
    padding: 7px 11px;
    margin: 5px 3px;
    color: #999;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    background-color: #fbfbfb;
    border-radius: 1px;
    border: 1px solid #eee;
    border-left-width: 4px;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.item-active,
body.customer-area-active .cuar-css-wrapper .btn.btn-alt:focus,
body.customer-area-active .cuar-css-wrapper .btn.btn-alt:hover {
    color: #666 !important;
    background-color: #fefefe !important
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-gradient {
    background-color: #f0f0f0;
    text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .4);
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2);
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .9) 10%, hsla(0, 0%, 100%, .3) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .3)));
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .9) 10%, hsla(0, 0%, 100%, .3));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9) 10%, hsla(0, 0%, 100%, .3));
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .08) rgba(0, 0, 0, .14);
    border-left: 4px solid #ddd
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-gradient:focus,
body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-gradient:hover {
    background-color: #eee
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.item-checked {
    opacity: 1;
    color: #666;
    border-left-color: #4caf50 !important;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

body.customer-area-active .cuar-css-wrapper .holder-style {
    display: block;
    padding: 9px 16px;
    color: #aaa;
    background-color: #f1f1f1;
    outline: 2px dashed #d9d9d9;
    border: 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

body.customer-area-active .cuar-css-wrapper .holder-style:focus,
body.customer-area-active .cuar-css-wrapper .holder-style:hover {
    cursor: pointer;
    color: #777;
    background-color: #eee;
    outline: 2px dashed #aaa;
    border: 0;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .holder-style.holder-active {
    background-color: #fff;
    outline-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .holder-style .holder-icon {
    color: #aaa;
    font-size: 30px;
    padding-bottom: 10px
}

body.customer-area-active .cuar-css-wrapper .holder-style.holder-active .holder-icon,
body.customer-area-active .cuar-css-wrapper .holder-style:focus .holder-icon,
body.customer-area-active .cuar-css-wrapper .holder-style:hover .holder-icon {
    color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .btn-dimmer.btn,
body.customer-area-active .cuar-css-wrapper .btn-dimmer .btn {
    opacity: .5
}

body.customer-area-active .cuar-css-wrapper .btn-dimmer.btn.item-active,
body.customer-area-active .cuar-css-wrapper .btn-dimmer .btn.item-active,
body.customer-area-active .cuar-css-wrapper .btn-dimmer.btn:hover,
body.customer-area-active .cuar-css-wrapper .btn-dimmer .btn:hover {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

body.customer-area-active .cuar-css-wrapper .fade.in {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .collapse {
    display: none
}

body.customer-area-active .cuar-css-wrapper .collapse.in {
    display: block
}

trbody.customer-area-active .cuar-css-wrapper .collapse.in {
    display: table-row
}

tbodybody.customer-area-active .cuar-css-wrapper .collapse.in {
    display: table-row-group
}

body.customer-area-active .cuar-css-wrapper .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

body.customer-area-active .cuar-css-wrapper .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

body.customer-area-active .cuar-css-wrapper .caret.caret-tp {
    border-top-color: rgba(0, 0, 0, .2)
}

body.customer-area-active .cuar-css-wrapper .caret.caret-xs {
    border-width: 2px
}

body.customer-area-active .cuar-css-wrapper .caret.caret-sm {
    border-width: 3px
}

body.customer-area-active .cuar-css-wrapper .caret.caret-lg {
    border-width: 5px
}

body.customer-area-active .cuar-css-wrapper .dropdown {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu.dropdown-sm {
    min-width: 120px
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu.dropdown-sm li {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu.dropdown-sm li a {
    font-size: 13px;
    padding: 2px 12px
}

body.customer-area-active .cuar-css-wrapper .dropdown-toggle:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #f4f3f2;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>li {
    margin-left: 0 !important;
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a {
    display: block;
    padding: 5px 15px;
    clear: both;
    color: #1c1a18;
    font-weight: 400;
    line-height: 1.49;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #1c1a18;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #515151
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>.disabled>a,
body.customer-area-active .cuar-css-wrapper .dropdown-menu>.disabled>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-menu>.disabled>a:hover {
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>.disabled>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .open>.dropdown-menu {
    display: block
}

body.customer-area-active .cuar-css-wrapper .open>a {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu-right {
    left: auto;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu-left {
    left: 0;
    right: auto
}

body.customer-area-active .cuar-css-wrapper .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.49;
    color: #1c1a18;
    white-space: nowrap;
    background: hsla(0, 0%, 100%, .7)
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar ul li.dropdown-header,
body.customer-area-active .cuar-css-wrapper .dropdown-header {
    margin-bottom: 6px
}

body.customer-area-active .cuar-css-wrapper .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

body.customer-area-active .cuar-css-wrapper .pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

body.customer-area-active .cuar-css-wrapper .dropup .caret,
body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .dropup .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:480px) {
    body.customer-area-active .cuar-css-wrapper .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    body.customer-area-active .cuar-css-wrapper .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

body.customer-area-active .cuar-css-wrapper .btn-group,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn,
body.customer-area-active .cuar-css-wrapper .btn-group>.btn {
    position: relative;
    float: left
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn.active,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn:active,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn:focus,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn:hover,
body.customer-area-active .cuar-css-wrapper .btn-group>.btn.active,
body.customer-area-active .cuar-css-wrapper .btn-group>.btn:active,
body.customer-area-active .cuar-css-wrapper .btn-group>.btn:focus,
body.customer-area-active .cuar-css-wrapper .btn-group>.btn:hover {
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn:focus,
body.customer-area-active .cuar-css-wrapper .btn-group>.btn:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group .btn+.btn,
body.customer-area-active .cuar-css-wrapper .btn-group .btn+.btn-group,
body.customer-area-active .cuar-css-wrapper .btn-group .btn-group+.btn,
body.customer-area-active .cuar-css-wrapper .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

body.customer-area-active .cuar-css-wrapper .btn-toolbar {
    margin-left: -5px
}

body.customer-area-active .cuar-css-wrapper .btn-toolbar:after,
body.customer-area-active .cuar-css-wrapper .btn-toolbar:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .btn-toolbar:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .btn-toolbar .btn-group,
body.customer-area-active .cuar-css-wrapper .btn-toolbar .input-group {
    float: left
}

body.customer-area-active .cuar-css-wrapper .btn-toolbar>.btn,
body.customer-area-active .cuar-css-wrapper .btn-toolbar>.btn-group,
body.customer-area-active .cuar-css-wrapper .btn-toolbar>.input-group {
    margin-left: 5px
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn:first-child {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn:last-child:not(:first-child),
body.customer-area-active .cuar-css-wrapper .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group {
    float: left
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group:first-child>.btn:last-child,
body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group .dropdown-toggle:active,
body.customer-area-active .cuar-css-wrapper .btn-group.open .dropdown-toggle {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .btn-group-sm>.btn {
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid rgba(0, 0, 0, .12)
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

body.customer-area-active .cuar-css-wrapper .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

body.customer-area-active .cuar-css-wrapper .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .btn .caret {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .btn-lg .caret {
    border-width: 5px 5px 0
}

body.customer-area-active .cuar-css-wrapper .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group:after,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group>.btn {
    float: none
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn+.btn,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn+.btn-group,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group+.btn,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

body.customer-area-active .cuar-css-wrapper .btn-group-justified>.btn,
body.customer-area-active .cuar-css-wrapper .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

body.customer-area-active .cuar-css-wrapper .btn-group-justified>.btn-group .btn {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

body.customer-area-active .cuar-css-wrapper [data-toggle=buttons]>.btn>input[type=checkbox],
body.customer-area-active .cuar-css-wrapper [data-toggle=buttons]>.btn>input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

body.customer-area-active .cuar-css-wrapper .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

body.customer-area-active .cuar-css-wrapper .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

body.customer-area-active .cuar-css-wrapper .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-lg>.form-control,
body.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-addon,
body.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px
}

selectbody.customer-area-active .cuar-css-wrapper .input-group-lg>.form-control,
selectbody.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-addon,
selectbody.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

select[multiple]body.customer-area-active .cuar-css-wrapper .input-group-lg>.form-control,
select[multiple]body.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-addon,
select[multiple]body.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-btn>.btn,
textareabody.customer-area-active .cuar-css-wrapper .input-group-lg>.form-control,
textareabody.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-addon,
textareabody.customer-area-active .cuar-css-wrapper .input-group-lg>.input-group-btn>.btn {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .input-group-sm>.form-control,
body.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-addon,
body.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-btn>.btn {
    height: 28px;
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

selectbody.customer-area-active .cuar-css-wrapper .input-group-sm>.form-control,
selectbody.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-addon,
selectbody.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-btn>.btn {
    height: 28px;
    line-height: 28px
}

select[multiple]body.customer-area-active .cuar-css-wrapper .input-group-sm>.form-control,
select[multiple]body.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-addon,
select[multiple]body.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-btn>.btn,
textareabody.customer-area-active .cuar-css-wrapper .input-group-sm>.form-control,
textareabody.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-addon,
textareabody.customer-area-active .cuar-css-wrapper .input-group-sm>.input-group-btn>.btn {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .input-group-addon,
body.customer-area-active .cuar-css-wrapper .input-group-btn,
body.customer-area-active .cuar-css-wrapper .input-group .form-control {
    display: table-cell
}

body.customer-area-active .cuar-css-wrapper .input-group-addon:not(:first-child):not(:last-child),
body.customer-area-active .cuar-css-wrapper .input-group-btn:not(:first-child):not(:last-child),
body.customer-area-active .cuar-css-wrapper .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-addon,
body.customer-area-active .cuar-css-wrapper .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .input-group-addon {
    min-width: 40px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #515151;
    text-align: center;
    background-color: #f4f3f2;
    border: 1px solid #e1dfdc;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-addon.input-sm {
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .input-group-addon input[type=checkbox],
body.customer-area-active .cuar-css-wrapper .input-group-addon input[type=radio] {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-addon:first-child,
body.customer-area-active .cuar-css-wrapper .input-group-btn:first-child>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:first-child>.btn-group>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:first-child>.dropdown-toggle,
body.customer-area-active .cuar-css-wrapper .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
body.customer-area-active .cuar-css-wrapper .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-addon:first-child {
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-addon:last-child,
body.customer-area-active .cuar-css-wrapper .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:first-child>.btn:not(:first-child),
body.customer-area-active .cuar-css-wrapper .input-group-btn:last-child>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:last-child>.btn-group>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:last-child>.dropdown-toggle,
body.customer-area-active .cuar-css-wrapper .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-addon:last-child {
    border-left: 0
}

body.customer-area-active .cuar-css-wrapper .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .input-group-btn>.btn {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .input-group-btn>.btn+.btn {
    margin-left: -1px
}

body.customer-area-active .cuar-css-wrapper .input-group-btn>.btn:active,
body.customer-area-active .cuar-css-wrapper .input-group-btn>.btn:focus,
body.customer-area-active .cuar-css-wrapper .input-group-btn>.btn:hover {
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper .input-group-btn:first-child>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

body.customer-area-active .cuar-css-wrapper .input-group-btn:last-child>.btn,
body.customer-area-active .cuar-css-wrapper .input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

body.customer-area-active .cuar-css-wrapper .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .nav:after,
body.customer-area-active .cuar-css-wrapper .nav:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .nav:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .nav>li {
    position: relative;
    display: block;
    margin-left: 0 !important
}

body.customer-area-active .cuar-css-wrapper .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

body.customer-area-active .cuar-css-wrapper .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .nav>li>a:hover {
    text-decoration: none;
    background-color: #f2f2f2
}

body.customer-area-active .cuar-css-wrapper .nav>li.disabled>a {
    color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .nav>li.disabled>a:focus,
body.customer-area-active .cuar-css-wrapper .nav>li.disabled>a:hover {
    color: #f4f3f2;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .nav .open>a,
body.customer-area-active .cuar-css-wrapper .nav .open>a:focus,
body.customer-area-active .cuar-css-wrapper .nav .open>a:hover {
    background-color: #f2f2f2;
    border-color: #ccc
}

body.customer-area-active .cuar-css-wrapper .nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

body.customer-area-active .cuar-css-wrapper .nav>li>a>img {
    max-width: none
}

body.customer-area-active .cuar-css-wrapper .nav-tabs {
    border-bottom: 1px solid #ddd
}

body.customer-area-active .cuar-css-wrapper .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

body.customer-area-active .cuar-css-wrapper .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.49;
    border: 1px solid transparent;
    border-radius: 1px 1px 0 0
}

body.customer-area-active .cuar-css-wrapper .nav-tabs>li>a:hover {
    border-color: #fff #fff #ddd
}

body.customer-area-active .cuar-css-wrapper .nav-tabs>li.active>a,
body.customer-area-active .cuar-css-wrapper .nav-tabs>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .nav-tabs>li.active>a:hover {
    color: #e8e6e4;
    background-color: transparent;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>li {
    float: none
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>.active>a,
body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0
    }
    body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>.active>a,
    body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>.active>a:focus,
    body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

body.customer-area-active .cuar-css-wrapper .page-heading {
    position: relative;
    padding: 30px 40px;
    margin: -22px -12px 22px;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div.cuar-page-content-main .page-heading {
    margin: -25px -13px 25px -11px
}

body.customer-area-active .cuar-css-wrapper .nav-justified {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .nav-justified>li {
    float: none
}

body.customer-area-active .cuar-css-wrapper .nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    body.customer-area-active .cuar-css-wrapper .nav-justified>li>a {
        margin-bottom: 0
    }
}

body.customer-area-active .cuar-css-wrapper .nav-tabs-justified {
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>.active>a,
body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0
    }
    body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>.active>a,
    body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>.active>a:focus,
    body.customer-area-active .cuar-css-wrapper .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

body.customer-area-active .cuar-css-wrapper .tab-content>.tab-pane {
    display: none
}

body.customer-area-active .cuar-css-wrapper .tab-content>.active {
    display: block
}

body.customer-area-active .cuar-css-wrapper .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active.admin-bar .cuar-css-wrapper .navbar-fixed-top {
    top: 32px
}

body.customer-area-active .cuar-css-wrapper .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 19px;
    border: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .navbar:after,
body.customer-area-active .cuar-css-wrapper .navbar:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .navbar:after {
    clear: both
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar {
        border-radius: 1px
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-header:after,
body.customer-area-active .cuar-css-wrapper .navbar-header:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-header {
        float: left
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse {
    overflow: visible;
    padding-right: 11px;
    padding-left: 11px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse:after,
body.customer-area-active .cuar-css-wrapper .navbar-collapse:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse.in {
    overflow-y: auto
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse.collapsing {
    overflow-y: hidden
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    body.customer-area-active .cuar-css-wrapper .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible
    }
    body.customer-area-active .cuar-css-wrapper .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom body.customer-area-active .cuar-css-wrapper .navbar-collapse,
    .navbar-fixed-top body.customer-area-active .cuar-css-wrapper .navbar-collapse,
    .navbar-static-top body.customer-area-active .cuar-css-wrapper .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom .navbar-collapse,
body.customer-area-active .cuar-css-wrapper .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-width:767px) and (orientation:landscape) {
    body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom .navbar-collapse,
    body.customer-area-active .cuar-css-wrapper .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

body.customer-area-active .cuar-css-wrapper .container-fluid>.navbar-collapse,
body.customer-area-active .cuar-css-wrapper .container-fluid>.navbar-header,
body.customer-area-active .cuar-css-wrapper .container>.navbar-collapse,
body.customer-area-active .cuar-css-wrapper .container>.navbar-header {
    margin-right: -11px;
    margin-left: -11px
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .container-fluid>.navbar-collapse,
    body.customer-area-active .cuar-css-wrapper .container-fluid>.navbar-header,
    body.customer-area-active .cuar-css-wrapper .container>.navbar-collapse,
    body.customer-area-active .cuar-css-wrapper .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-static-top {
        border-radius: 0
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom,
body.customer-area-active .cuar-css-wrapper .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom,
    body.customer-area-active .cuar-css-wrapper .navbar-fixed-top {
        border-radius: 0
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

body.customer-area-active .cuar-css-wrapper .navbar-brand {
    float: left;
    padding: 15.5px 11px;
    font-size: 17px;
    line-height: 19px;
    height: 50px
}

body.customer-area-active .cuar-css-wrapper .navbar-brand:focus,
body.customer-area-active .cuar-css-wrapper .navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container-fluid body.customer-area-active .cuar-css-wrapper .navbar-brand,
    .navbar>.container body.customer-area-active .cuar-css-wrapper .navbar-brand {
        margin-left: -11px
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 11px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-toggle {
        display: none
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-nav {
    margin: 7.75px -11px;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu .dropdown-header,
    body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu>li>a {
        line-height: 19px
    }
    body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu>li>a:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-nav {
        float: left;
        margin: 0
    }
    body.customer-area-active .cuar-css-wrapper .navbar-nav>li {
        float: left
    }
    body.customer-area-active .cuar-css-wrapper .navbar-nav>li>a {
        padding-top: 15.5px;
        padding-bottom: 15.5px
    }
    body.customer-area-active .cuar-css-wrapper .navbar-nav.navbar-right:last-child {
        margin-right: -11px
    }
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-left {
        float: left
    }
    body.customer-area-active .cuar-css-wrapper .navbar-right {
        float: right
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-form {
    padding: 10px 11px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 5.5px -11px
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    body.customer-area-active .cuar-css-wrapper .navbar-form.navbar-right:last-child {
        margin-right: -11px
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-btn {
    margin-top: 15px;
    margin-bottom: 15px
}

body.customer-area-active .cuar-css-wrapper .navbar-btn.btn-sm {
    margin-top: 11px;
    margin-bottom: 11px
}

body.customer-area-active .cuar-css-wrapper .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

body.customer-area-active .cuar-css-wrapper .navbar-text {
    margin-top: 15.5px;
    margin-bottom: 15.5px
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .navbar-text {
        float: left;
        margin-left: 11px;
        margin-right: 11px
    }
    body.customer-area-active .cuar-css-wrapper .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle {
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle:focus,
body.customer-area-active .cuar-css-wrapper .navbar-toggle:hover {
    background-color: #515151
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle:focus .icon-bar,
body.customer-area-active .cuar-css-wrapper .navbar-toggle:hover .icon-bar {
    background-color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle .icon-bar {
    background-color: #444
}

body.customer-area-active .cuar-css-wrapper .navbar-default {
    background-color: #fff;
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-brand {
    color: rgba(0, 0, 0, .87)
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-brand:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-brand:hover {
    color: rgba(0, 0, 0, .87);
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-text {
    color: #b9b1ad
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, .87)
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:hover {
    color: rgba(0, 0, 0, .87);
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #515151
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.disabled>a,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.disabled>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.disabled>a:hover {
    color: rgba(35, 32, 30, .408);
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle {
    border-color: #ddd
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-collapse,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-form {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a:hover {
    background-color: #515151;
    color: #fff
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: rgba(0, 0, 0, .87)
    }
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: rgba(0, 0, 0, .87);
        background-color: #fff
    }
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #515151
    }
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: rgba(35, 32, 30, .408);
        background-color: transparent
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-default .btn-link,
body.customer-area-active .cuar-css-wrapper .navbar-default .btn-link:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .btn-link:hover,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-link,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-link:hover {
    color: rgba(0, 0, 0, .87)
}

body.customer-area-active .cuar-css-wrapper .navbar-default .btn-link[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .navbar-default .btn-link:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .navbar-default .btn-link:hover {
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse {
    background-color: #c5bebb;
    border-color: #d4cfcd
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-brand {
    color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-brand:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-text {
    color: #e8e6e4
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>li>a {
    color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ada49f
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.disabled>a,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.disabled>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-toggle {
    border-color: #333
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-toggle:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-collapse,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-form {
    border-color: #b4aca7
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.open>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #ada49f;
    color: #fff
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #d4cfcd
    }
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #d4cfcd
    }
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #f4f3f2
    }
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #ada49f
    }
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-link {
    color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .navbar-link:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .btn-link {
    color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .btn-link:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .btn-link:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-inverse .btn-link[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .navbar-inverse .btn-link:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .navbar-inverse .btn-link:hover {
    color: #444
}

body.customer-area-active .cuar-css-wrapper .pagination {
    width: auto;
    display: table;
    padding-left: 0;
    margin: 19px auto;
    border-radius: 1px;
    clear: both
}

body.customer-area-active .cuar-css-wrapper .pagination:after,
body.customer-area-active .cuar-css-wrapper .pagination:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .pagination:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .pagination>li {
    display: inline-block;
    margin-left: 0 !important
}

body.customer-area-active .cuar-css-wrapper .pagination>li>a,
body.customer-area-active .cuar-css-wrapper .pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    line-height: 1.49;
    text-decoration: none;
    color: rgba(65, 65, 65, .9168);
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-left: -1px
}

body.customer-area-active .cuar-css-wrapper .pagination>li:first-child>a,
body.customer-area-active .cuar-css-wrapper .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .pagination>li:last-child>a,
body.customer-area-active .cuar-css-wrapper .pagination>li:last-child>span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .pagination>li>a:focus,
body.customer-area-active .cuar-css-wrapper .pagination>li>a:hover,
body.customer-area-active .cuar-css-wrapper .pagination>li>span:focus,
body.customer-area-active .cuar-css-wrapper .pagination>li>span:hover {
    color: #d0cfcf;
    background-color: #515151;
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper .pagination>.active>a,
body.customer-area-active .cuar-css-wrapper .pagination>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .pagination>.active>a:hover,
body.customer-area-active .cuar-css-wrapper .pagination>.active>span,
body.customer-area-active .cuar-css-wrapper .pagination>.active>span:focus,
body.customer-area-active .cuar-css-wrapper .pagination>.active>span:hover {
    z-index: 2;
    color: #d0cfcf;
    background-color: #515151;
    border-color: #444;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .pagination>.disabled>a,
body.customer-area-active .cuar-css-wrapper .pagination>.disabled>a:focus,
body.customer-area-active .cuar-css-wrapper .pagination>.disabled>a:hover,
body.customer-area-active .cuar-css-wrapper .pagination>.disabled>span,
body.customer-area-active .cuar-css-wrapper .pagination>.disabled>span:focus,
body.customer-area-active .cuar-css-wrapper .pagination>.disabled>span:hover {
    color: #f4f3f2;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .pagination-lg>li>a,
body.customer-area-active .cuar-css-wrapper .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px
}

body.customer-area-active .cuar-css-wrapper .pagination-lg>li:first-child>a,
body.customer-area-active .cuar-css-wrapper .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .pagination-lg>li:last-child>a,
body.customer-area-active .cuar-css-wrapper .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .pagination-sm>li>a,
body.customer-area-active .cuar-css-wrapper .pagination-sm>li>span {
    padding: 5px 8px;
    font-size: 11px
}

body.customer-area-active .cuar-css-wrapper .pagination-sm>li:first-child>a,
body.customer-area-active .cuar-css-wrapper .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

body.customer-area-active .cuar-css-wrapper .pagination-sm>li:last-child>a,
body.customer-area-active .cuar-css-wrapper .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .label {
    display: inline;
    padding: .3em .7em .4em;
    font-size: 84%;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

body.customer-area-active .cuar-css-wrapper .label.label-xs {
    padding: 0 .35em .1em;
    font-size: 75%
}

body.customer-area-active .cuar-css-wrapper .label.label-sm {
    padding: .1em .65em .2em;
    font-size: 75%
}

body.customer-area-active .cuar-css-wrapper .label.label-lg {
    padding: .4em .9em .5em;
    font-size: 95%
}

body.customer-area-active .cuar-css-wrapper .label.label-rounded {
    padding: .2em .85em .3em;
    border-radius: 1em
}

body.customer-area-active .cuar-css-wrapper .label.label-rounded.label-xs {
    padding: 0 .35em .1em
}

body.customer-area-active .cuar-css-wrapper .label.label-rounded.label-sm {
    padding: .1em .65em .2em
}

body.customer-area-active .cuar-css-wrapper .label.label-rounded.label-lg {
    padding: .4em .9em .5em
}

body.customer-area-active .cuar-css-wrapper .label:empty {
    display: none
}

body.customer-area-active .cuar-css-wrapper a.label:focus,
body.customer-area-active .cuar-css-wrapper a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .btn .label {
    position: relative;
    top: -1px
}

body.customer-area-active .cuar-css-wrapper .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #f4f3f2;
    border-radius: 10px
}

body.customer-area-active .cuar-css-wrapper .badge:empty {
    display: none
}

.btn body.customer-area-active .cuar-css-wrapper .badge {
    position: relative;
    top: -1px
}

.btn-xs body.customer-area-active .cuar-css-wrapper .badge {
    top: 0;
    padding: 1px 5px
}

abody.customer-area-active .cuar-css-wrapper .badge:focus,
abody.customer-area-active .cuar-css-wrapper .badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills>.active>a>body.customer-area-active .cuar-css-wrapper .badge,
a.list-group-item.active>body.customer-area-active .cuar-css-wrapper .badge {
    color: #515151;
    background-color: #fff
}

.nav-pills>li>a>body.customer-area-active .cuar-css-wrapper .badge {
    margin-left: 3px
}

body.customer-area-active .cuar-css-wrapper .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 19px;
    line-height: 1.49;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.customer-area-active .cuar-css-wrapper .thumbnail>img,
body.customer-area-active .cuar-css-wrapper .thumbnail a>img {
    display: block;
    width: 100%\9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

abody.customer-area-active .cuar-css-wrapper .thumbnail.active,
abody.customer-area-active .cuar-css-wrapper .thumbnail:focus,
abody.customer-area-active .cuar-css-wrapper .thumbnail:hover {
    border-color: #515151
}

body.customer-area-active .cuar-css-wrapper .thumbnail .caption {
    padding: 9px;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .alert {
    color: rgba(65, 65, 65, .9168);
    font-size: 15px;
    padding: 12px;
    margin-bottom: 19px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .alert .close,
body.customer-area-active .cuar-css-wrapper .alert .close:hover {
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .alert hr {
    border-top-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert h4 {
    margin-top: 0;
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .alert .alert-link,
body.customer-area-active .cuar-css-wrapper .alert .cuar-inline-action,
body.customer-area-active .cuar-css-wrapper .alert>a {
    color: #2e2e2e;
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .alert>p,
body.customer-area-active .cuar-css-wrapper .alert>ul {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .alert>p+p {
    margin-top: 5px
}

body.customer-area-active .cuar-css-wrapper .alert.alert-micro,
body.customer-area-active .cuar-css-wrapper .alert .alert-sm {
    font-size: 13px;
    padding: 9px 35px 9px 9px;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .alert.alert-sm {
    padding: 12px 35px 12px 12px
}

body.customer-area-active .cuar-css-wrapper .alert.alert-border {
    border: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .alert.alert-border-right {
    border-right-width: 6px
}

body.customer-area-active .cuar-css-wrapper .alert.alert-border-top {
    border-top-width: 3px
}

body.customer-area-active .cuar-css-wrapper .alert.alert-border-bottom {
    border-bottom-width: 3px
}

body.customer-area-active .cuar-css-wrapper .alert.alert-border-left {
    padding-left: 15px;
    border-left-width: 6px
}

body.customer-area-active .cuar-css-wrapper .alert-dismissable,
body.customer-area-active .cuar-css-wrapper .alert-dismissible {
    padding-right: 32px
}

body.customer-area-active .cuar-css-wrapper .alert-dismissable .close,
body.customer-area-active .cuar-css-wrapper .alert-dismissible .close {
    float: right;
    position: relative;
    right: -21px;
    opacity: .3
}

body.customer-area-active .cuar-css-wrapper .alert-dismissable .close:hover,
body.customer-area-active .cuar-css-wrapper .alert-dismissible .close:hover {
    opacity: 1;
    background: none
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

body.customer-area-active .cuar-css-wrapper .progress {
    overflow: hidden;
    height: 19px;
    margin-bottom: 19px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 1px rgba(35, 32, 30, .408);
    box-shadow: 0 0 1px rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px;
    color: #a9a6a3;
    text-align: left;
    padding-left: 4.75px;
    background-color: #38342f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .progress-bar-striped,
body.customer-area-active .cuar-css-wrapper .progress-striped .progress-bar {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

body.customer-area-active .cuar-css-wrapper .progress-bar.active,
body.customer-area-active .cuar-css-wrapper .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

body.customer-area-active .cuar-css-wrapper .progress-bar[aria-valuenow="1"],
body.customer-area-active .cuar-css-wrapper .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

body.customer-area-active .cuar-css-wrapper .progress-bar[aria-valuenow="0"] {
    color: #38342f;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-xxs {
    height: 3px;
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-xxs .progress-bar {
    line-height: 3px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-xs {
    height: 6px;
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-xs .progress-bar {
    line-height: 6px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-sm {
    height: 10px;
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-sm .progress-bar {
    line-height: 10px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-lg {
    height: 20px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-lg .progress-bar {
    line-height: 20px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-xl {
    height: 24px
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-xl .progress-bar {
    line-height: 24px
}

body.customer-area-active .cuar-css-wrapper .progress.right .progress-bar {
    float: right
}

body.customer-area-active .cuar-css-wrapper .progress.vertical {
    height: 100%;
    min-height: 200px;
    width: 22px;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .progress.vertical .progress-bar {
    width: 100%;
    position: absolute;
    font-size: 11px;
    line-height: 20px
}

body.customer-area-active .cuar-css-wrapper .progress.vertical.bottom .progress-bar {
    bottom: 0
}

body.customer-area-active .cuar-css-wrapper .progress {
    height: 18px;
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .progress.vertical.progress-bar-sm {
    width: 16px
}

body.customer-area-active .cuar-css-wrapper .progress.vertical.progress-bar-lg {
    width: 30px
}

body.customer-area-active .cuar-css-wrapper .progress.vertical.progress-bar-xl {
    width: 40px
}

body.customer-area-active .cuar-css-wrapper .media {
    color: #38342f;
    font-weight: 600;
    margin-top: 15px
}

body.customer-area-active .cuar-css-wrapper .media:first-child {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .media-right,
body.customer-area-active .cuar-css-wrapper .media>.pull-right {
    padding-left: 10px
}

body.customer-area-active .cuar-css-wrapper .media-left,
body.customer-area-active .cuar-css-wrapper .media>.pull-left {
    padding-right: 10px
}

body.customer-area-active .cuar-css-wrapper .media-body,
body.customer-area-active .cuar-css-wrapper .media-left,
body.customer-area-active .cuar-css-wrapper .media-right {
    display: table-cell;
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper .media-middle {
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .media-bottom {
    vertical-align: bottom
}

body.customer-area-active .cuar-css-wrapper .media-heading {
    color: #f4f3f2;
    margin-top: 0;
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .media-list {
    padding-left: 0;
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .list-group {
    list-style: none;
    margin-bottom: 18px;
    padding-left: 0;
    line-height: 1.49
}

body.customer-area-active .cuar-css-wrapper .list-group>li {
    margin-bottom: -1px;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .list-group-item {
    position: relative;
    display: block;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .list-group-item:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .list-group-item>.badge {
    float: right
}

body.customer-area-active .cuar-css-wrapper .list-group-item>.badge+.badge {
    margin-right: 5px
}

body.customer-area-active .cuar-css-wrapper .list-group-item.disabled,
body.customer-area-active .cuar-css-wrapper .list-group-item.disabled:focus,
body.customer-area-active .cuar-css-wrapper .list-group-item.disabled:hover {
    background-color: #fff;
    color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .list-group-item.disabled .list-group-item-heading,
body.customer-area-active .cuar-css-wrapper .list-group-item.disabled:focus .list-group-item-heading,
body.customer-area-active .cuar-css-wrapper .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .list-group-item.disabled .list-group-item-text,
body.customer-area-active .cuar-css-wrapper .list-group-item.disabled:focus .list-group-item-text,
body.customer-area-active .cuar-css-wrapper .list-group-item.disabled:hover .list-group-item-text {
    color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .list-group-item.active,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:focus,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #515151;
    border-color: #515151
}

body.customer-area-active .cuar-css-wrapper .list-group-item.active .list-group-item-heading,
body.customer-area-active .cuar-css-wrapper .list-group-item.active .list-group-item-heading>.small,
body.customer-area-active .cuar-css-wrapper .list-group-item.active .list-group-item-heading>small,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:focus .list-group-item-heading,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:focus .list-group-item-heading>.small,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:focus .list-group-item-heading>small,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:hover .list-group-item-heading,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:hover .list-group-item-heading>.small,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .list-group-item.active .list-group-item-text,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:focus .list-group-item-text,
body.customer-area-active .cuar-css-wrapper .list-group-item.active:hover .list-group-item-text {
    color: #b7b7b7
}

body.customer-area-active .cuar-css-wrapper a.list-group-item {
    color: #38342f;
    border: 1px solid #d6d6d6;
    border-left-width: 5px;
    padding-left: 10px
}

body.customer-area-active .cuar-css-wrapper a.list-group-item .list-group-item-heading {
    color: #333
}

body.customer-area-active .cuar-css-wrapper a.list-group-item:active,
body.customer-area-active .cuar-css-wrapper a.list-group-item:focus,
body.customer-area-active .cuar-css-wrapper a.list-group-item:hover {
    text-decoration: none;
    color: #38342f;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-left: 5px solid #444
}

body.customer-area-active .cuar-css-wrapper .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

body.customer-area-active .cuar-css-wrapper .panel {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .panel.panel-transparent {
    background: none;
    border: 0;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border {
    border-style: solid;
    border-width: 0
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border.top {
    border-top-width: 5px
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border.right {
    border-right-width: 5px
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border.bottom {
    border-bottom-width: 5px
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border.left {
    border-left-width: 5px
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border>.panel-heading {
    background-color: #fff;
    border-color: #d6d6d6;
    border-top: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border>.panel-heading>.panel-title {
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border.panel-default {
    border-color: #ddd
}

body.customer-area-active .cuar-css-wrapper .panel.panel-border.panel-default>.panel-heading {
    border-top: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .panel-menu {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .panel-menu.dark {
    background-color: #f0f0f0
}

body.customer-area-active .cuar-css-wrapper .panel-body .panel-menu {
    border-left: 0;
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .panel-body+.panel-body,
body.customer-area-active .cuar-css-wrapper .panel-body+.panel-menu,
body.customer-area-active .cuar-css-wrapper .panel-heading+.panel-menu,
body.customer-area-active .cuar-css-wrapper .panel-menu+.panel-body {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .panel-body {
    position: relative;
    padding: 15px;
    border: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .panel-body:after,
body.customer-area-active .cuar-css-wrapper .panel-body:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .panel-body:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .panel-body+.panel-footer {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .panel-body .panel-bottom-slice {
    background: #f4f3f2;
    color: #a8a6a4;
    margin: 15px -15px -15px;
    border: 0;
    border-top: 1px solid #d6d6d6;
    padding: 10px 15px;
    background-color: #f4f3f2;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper tbody.panel-body:after,
body.customer-area-active .cuar-css-wrapper tbody.panel-body:before {
    content: none
}

body.customer-area-active .cuar-css-wrapper .panel-heading {
    position: relative;
    height: 40px;
    line-height: 36px;
    background: #fff;
    color: #38342f;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #d6d6d6;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel-heading+.panel-body {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu {
    line-height: inherit
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu .btn-group {
    margin-top: -3px
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu .form-control {
    margin-top: 6px;
    font-size: 11px;
    height: 27px;
    padding: 2px 10px;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu .form-control.input-sm {
    margin-top: 9px;
    height: 22px
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu .progress {
    margin-top: 11px;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu .progress-bar-lg {
    margin-top: 10px
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu .progress-bar-sm {
    margin-top: 15px
}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu .progress-bar-xs {
    margin-top: 17px
}

body.customer-area-active .cuar-css-wrapper .panel-icon {
    padding-left: 5px
}

body.customer-area-active .cuar-css-wrapper .panel-title {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit
}

body.customer-area-active .cuar-css-wrapper .panel-title>.fa,
body.customer-area-active .cuar-css-wrapper .panel-title>.glyphicon,
body.customer-area-active .cuar-css-wrapper .panel-title>.glyphicons,
body.customer-area-active .cuar-css-wrapper .panel-title>.imoon {
    top: 2px;
    min-width: 22px;
    color: inherit;
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper .panel-title>a {
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .panel-footer {
    padding: 10px 15px;
    background-color: #f4f3f2;
    border: 1px solid #d6d6d6;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.list-group {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.list-group .list-group-item {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .list-group+.panel-footer,
body.customer-area-active .cuar-css-wrapper .panel-body+.list-group .list-group-item:first-child,
body.customer-area-active .cuar-css-wrapper .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.panel-collapse>.table,
body.customer-area-active .cuar-css-wrapper .panel>.table,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .panel>.panel-body+.table,
body.customer-area-active .cuar-css-wrapper .panel>.panel-body+.table-responsive {
    border-top: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .panel>.table>tbody:first-child>tr:first-child td,
body.customer-area-active .cuar-css-wrapper .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.table-bordered,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered {
    border: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr>th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tfoot>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tfoot>tr>th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>thead>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>thead>tr>th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr>th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tfoot>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tfoot>tr>th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>thead>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>thead>tr>th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr:last-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tbody>tr:last-child>th,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tfoot>tr:last-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>tfoot>tr:last-child>th,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>thead>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-bordered>thead>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
body.customer-area-active .cuar-css-wrapper .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel-group {
    margin-bottom: 19px
}

body.customer-area-active .cuar-css-wrapper .panel-group .panel-title {
    padding-left: 0
}

body.customer-area-active .cuar-css-wrapper .panel-group .panel-heading,
body.customer-area-active .cuar-css-wrapper .panel-group .panel-heading a {
    position: relative;
    display: block;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .panel-group.accordion-lg .panel+.panel {
    margin-top: 12px
}

body.customer-area-active .cuar-css-wrapper .panel-group.accordion-lg .panel-heading {
    font-size: 14px;
    height: 54px;
    line-height: 52px
}

body.customer-area-active .cuar-css-wrapper .panel-group .accordion-icon {
    padding-left: 35px
}

body.customer-area-active .cuar-css-wrapper .panel-group .accordion-icon:after {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #555;
    left: 10px;
    top: 0
}

body.customer-area-active .cuar-css-wrapper .panel-group .accordion-icon.collapsed:after {
    content: "\f067"
}

body.customer-area-active .cuar-css-wrapper .panel-group .accordion-icon.icon-right {
    padding-left: 10px;
    padding-right: 30px
}

body.customer-area-active .cuar-css-wrapper .panel-group .accordion-icon.icon-right:after {
    left: auto;
    right: 5px
}

body.customer-area-active .cuar-css-wrapper .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .panel-group .panel+.panel {
    margin-top: 5px
}

body.customer-area-active .cuar-css-wrapper .panel-group .panel-footer,
body.customer-area-active .cuar-css-wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .well {
    min-height: 19px;
    padding: 9px 12px;
    margin-bottom: 19px;
    background-color: #fff;
    border: 1px solid #d0cbc8;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 100%, .7);
    box-shadow: inset 0 1px 1px hsla(0, 0%, 100%, .7)
}

body.customer-area-active .cuar-css-wrapper .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

body.customer-area-active .cuar-css-wrapper .well-lg {
    padding: 10px 16px;
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .well-sm {
    padding: 5px 8px;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .well.well-xs {
    padding: 1px 5px;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .well.well-clean {
    border-radius: 0;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #38342f;
    text-shadow: none;
    opacity: .2;
    filter: alpha(opacity=20)
}

body.customer-area-active .cuar-css-wrapper .close:focus,
body.customer-area-active .cuar-css-wrapper .close:hover {
    color: #38342f;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

buttonbody.customer-area-active .cuar-css-wrapper .close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

body.customer-area-active .cuar-css-wrapper .tab-block {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .tab-block .tab-content {
    overflow: auto;
    position: relative;
    z-index: 10;
    min-height: 125px;
    padding: 16px 12px;
    border: 1px solid #d6d6d6;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs {
    position: relative;
    border: 0
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs>li>a {
    position: relative;
    z-index: 9;
    padding: 9px 16px;
    margin-right: -1px;
    font-weight: 600;
    color: #777;
    border-color: #d6d6d6;
    border-radius: 0;
    background: #fafafa
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs>li:first-child>a {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs>li>a:hover {
    background-color: #eee
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs>li.active>a,
body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs>li.active>a:hover {
    cursor: default;
    position: relative;
    z-index: 12;
    color: #555;
    background: #fff;
    border-color: #d6d6d6;
    border-bottom: 1px solid #fff
}

body.customer-area-active .cuar-css-wrapper .tabs-left {
    float: left
}

body.customer-area-active .cuar-css-wrapper .tabs-left>li {
    float: none;
    margin: 0 -1px -1px 0
}

body.customer-area-active .cuar-css-wrapper .tabs-left>li>a {
    padding: 12px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid #ddd;
    background: #fafafa
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-left>li.active>a,
body.customer-area-active .cuar-css-wrapper .tab-block .tabs-left>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .tab-block .tabs-left>li.active>a:hover {
    color: #555;
    border-color: #ddd #fff #ddd #ddd;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .tabs-right {
    float: right
}

body.customer-area-active .cuar-css-wrapper .tabs-right>li {
    float: none;
    margin: 0 0 -1px -1px
}

body.customer-area-active .cuar-css-wrapper .tabs-right>li>a {
    padding: 12px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid #ddd;
    background: #fafafa
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-right>li.active>a,
body.customer-area-active .cuar-css-wrapper .tab-block .tabs-right>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .tab-block .tabs-right>li.active>a:hover {
    color: #555;
    border-color: #ddd #ddd #ddd #fff;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .tabs-below {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .tabs-below>li {
    float: left;
    margin-top: -1px
}

body.customer-area-active .cuar-css-wrapper .tabs-below>li>a {
    position: relative;
    z-index: 9;
    margin-right: -1px;
    padding: 11px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid #ddd;
    background: #fafafa
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-below>li.active>a,
body.customer-area-active .cuar-css-wrapper .tab-block .tabs-below>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .tab-block .tabs-below>li.active>a:hover {
    cursor: default;
    position: relative;
    z-index: 12;
    color: #555;
    background: #fff;
    border-color: #ddd;
    border-top: 1px solid #fff
}

body.customer-area-active .cuar-css-wrapper .panel-tabs {
    position: absolute;
    bottom: 0;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .panel-tabs>li {
    position: relative;
    float: left;
    margin-bottom: -1px;
    margin-left: 0 !important
}

body.customer-area-active .cuar-css-wrapper .panel-tabs>li>a {
    line-height: 18px;
    border-radius: 0;
    padding: 10px 18px;
    border-left: 1px solid #d6d6d6;
    font-size: 12px;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .panel-tabs>li:hover>a,
body.customer-area-active .cuar-css-wrapper .panel-tabs>li>a:hover {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .panel-tabs>li.active>a,
body.customer-area-active .cuar-css-wrapper .panel-tabs>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .panel-tabs>li.active>a:hover {
    color: #515151;
    cursor: default;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .panel-tabs-left {
    left: 0
}

body.customer-area-active .cuar-css-wrapper .panel-tabs-left>li>a {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid transparent;
    border-top: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .panel-tabs-left>li:first-child>a {
    border-left: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs.nav-justified {
    top: 1px;
    margin-top: -1px
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs.nav-justified>li {
    float: none
}

body.customer-area-active .cuar-css-wrapper .tab-block .nav-tabs.nav-justified>li>a {
    padding: 11px
}

body.customer-area-active .cuar-css-wrapper .tab-block .tab-content+.nav-tabs.nav-justified {
    top: -1px;
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .tab-block .tab-content+.nav-tabs.nav-justified>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #ddd
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-tabs-right>li {
    float: right
}

body.customer-area-active .cuar-css-wrapper .nav-tabs.nav-tabs-right>li:first-child>a {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.nav-tabs>li.active>a {
    margin-top: -1px;
    border-top: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-left>li.active>a {
    margin-left: -1px;
    border-left: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-right>li.active>a {
    margin-right: -1px;
    border-right: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-below>li.active>a {
    margin-bottom: -1px;
    border-bottom: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border>li.active>a {
    margin-top: -1px;
    border-top: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tab-content+.tabs-border.nav-justified>li.active>a {
    border-bottom: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border-bottom.nav-tabs>li.active>a,
body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border-bottom .nav-tabs>li.active>a {
    color: #555;
    font-weight: 600;
    margin-bottom: -1px;
    background: #f7f7f7;
    border-color: #ddd;
    border-bottom: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .tabs-bg.nav-tabs {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 10px 10px 0
}

body.customer-area-active .cuar-css-wrapper .tabs-bg.tabs-below {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 10px 6px
}

body.customer-area-active .cuar-css-wrapper .tab-block.sidebar-block .nav-tabs>li>a {
    background: #f0f0f0;
    padding: 16px 8px
}

body.customer-area-active .cuar-css-wrapper .tab-block.sidebar-block .nav-tabs>li:first-child>a {
    border-left: 0
}

body.customer-area-active .cuar-css-wrapper .tab-block.sidebar-block .nav-tabs>li:last-child>a {
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .tab-block.sidebar-block .tabs-border.nav-tabs>li.active>a {
    background: #f8f8f8;
    border-bottom-color: #f8f8f8
}

body.customer-area-active .cuar-css-wrapper .tab-block.sidebar-block .tab-content {
    border: 0;
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-merge>li.active>a,
body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-merge>li.active>a:focus,
body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-merge>li.active>a:hover {
    background: #fafafa
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom,
body.customer-area-active .cuar-css-wrapper .radio-custom {
    background-color: transparent;
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom input,
body.customer-area-active .cuar-css-wrapper .radio-custom input {
    display: none
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom label:empty,
body.customer-area-active .cuar-css-wrapper .radio-custom label:empty {
    padding-left: 10px
}

body.customer-area-active .cuar-css-wrapper .radio-custom label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .radio-custom label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 64px;
    width: 20px;
    height: 20px;
    border: 2px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .radio-custom input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 64px;
    width: 10px;
    height: 10px;
    color: #d6d6d6;
    background-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .radio-custom.square input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.square input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.square label:before {
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 21px;
    background-color: #fff;
    border: 2px solid #d6d6d6;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom input[type=radio]:checked+label:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 12px;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg)
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    width: 22px;
    height: 21px;
    background-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill input[type=radio]:checked+label:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 12px;
    top: 3px;
    left: 3px;
    width: 0;
    height: 0;
    color: #38342f !important;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg)
}

body.customer-area-active .cuar-css-wrapper .panel-tile {
    position: relative;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .panel-tile .panel-body,
body.customer-area-active .cuar-css-wrapper .panel-tile .panel-footer {
    border: 0
}

body.customer-area-active .cuar-css-wrapper .fa.icon-bg,
body.customer-area-active .cuar-css-wrapper .icon-bg {
    position: absolute;
    opacity: .8;
    right: 0;
    bottom: -22px;
    line-height: 100px;
    font-size: 100px
}

body.customer-area-active .cuar-css-wrapper .fa.icon-bg.left,
body.customer-area-active .cuar-css-wrapper .icon-bg.left {
    right: auto;
    left: 0
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-left {
    padding-right: 20px
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-right {
    padding-left: 20px
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-left img,
body.customer-area-active .cuar-css-wrapper .chat-widget .media-right img {
    max-width: 55px;
    border-radius: 3px;
    border: 2px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-body {
    position: relative;
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    background-color: #f5f5f5;
    font-weight: 400;
    color: rgba(65, 65, 65, .9168)
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-body:after,
body.customer-area-active .cuar-css-wrapper .chat-widget .media-body:before {
    content: "";
    position: absolute;
    right: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #d6d6d6;
    border-style: solid;
    border-width: 8px 0 8px 9px
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-body:after {
    border-left-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-left+.media-body:after,
body.customer-area-active .cuar-css-wrapper .chat-widget .media-left+.media-body:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-color: transparent #f5f5f5 transparent transparent;
    border-style: solid;
    border-width: 8px 9px 8px 0
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-left+.media-body:after {
    border-right-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .chat-widget .media-heading {
    color: rgba(113, 110, 108, .78688)
}

body.customer-area-active .cuar-css-wrapper .chat-widget .panel-footer .input-group .form-control {
    z-index: 0
}

body.customer-area-active.modal-open {
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

body.customer-area-active .cuar-css-wrapper .modal.in .modal-dialog {
    z-index: 1050;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body.customer-area-active.modal-open body.customer-area-active .cuar-css-wrapper .modal {
    overflow-x: hidden;
    overflow-y: auto
}

body.customer-area-active .cuar-css-wrapper .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

body.customer-area-active .cuar-css-wrapper .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

body.customer-area-active .cuar-css-wrapper .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

body.customer-area-active .cuar-css-wrapper .modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

body.customer-area-active .cuar-css-wrapper .modal-header {
    padding: 15px;
    border-bottom: 1px solid #d6d6d6;
    min-height: 16.49px;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .modal-header:after,
body.customer-area-active .cuar-css-wrapper .modal-header:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .modal-header:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .modal-header .close {
    margin-top: -2px
}

body.customer-area-active .cuar-css-wrapper .modal-title {
    float: left;
    margin: 0;
    line-height: 1.49
}

body.customer-area-active .cuar-css-wrapper .modal-body {
    position: relative;
    padding: 15px
}

body.customer-area-active .cuar-css-wrapper .modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #d6d6d6;
    background: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .modal-footer:after,
body.customer-area-active .cuar-css-wrapper .modal-footer:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .modal-footer:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

body.customer-area-active .cuar-css-wrapper .modal-footer .btn-block+.btn-block {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    body.customer-area-active .cuar-css-wrapper .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    body.customer-area-active .cuar-css-wrapper .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    body.customer-area-active .cuar-css-wrapper .modal-lg {
        width: 900px
    }
}

body.customer-area-active .cuar-css-wrapper .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

body.customer-area-active .cuar-css-wrapper .tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

body.customer-area-active .cuar-css-wrapper .tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

body.customer-area-active .cuar-css-wrapper .tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

body.customer-area-active .cuar-css-wrapper .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

body.customer-area-active .cuar-css-wrapper .tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

body.customer-area-active .cuar-css-wrapper .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

body.customer-area-active .cuar-css-wrapper .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

body.customer-area-active .cuar-css-wrapper .tooltip-white.in {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .tooltip-white {
    min-width: 60px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.customer-area-active .cuar-css-wrapper .tooltip-white .tooltip-inner {
    background-color: #fff;
    color: #555;
    font-weight: 600;
    border-radius: 2px
}

body.customer-area-active .cuar-css-wrapper .tooltip-white.top .tooltip-arrow {
    border-top-color: #fff
}

body.customer-area-active .cuar-css-wrapper .tooltip-white.bottom .tooltip-arrow {
    border-bottom-color: #fff
}

body.customer-area-active .cuar-css-wrapper .tooltip-white.right .tooltip-arrow {
    border-right-color: #fff
}

body.customer-area-active .cuar-css-wrapper .tooltip.left .tooltip-arrow {
    border-left-color: #fff
}

body.customer-area-active .cuar-css-wrapper .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

body.customer-area-active .cuar-css-wrapper .popover.top {
    margin-top: -10px
}

body.customer-area-active .cuar-css-wrapper .popover.right {
    margin-left: 10px
}

body.customer-area-active .cuar-css-wrapper .popover.bottom {
    margin-top: 10px
}

body.customer-area-active .cuar-css-wrapper .popover.left {
    margin-left: -10px
}

body.customer-area-active .cuar-css-wrapper .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0
}

body.customer-area-active .cuar-css-wrapper .popover-content {
    padding: 9px 14px
}

body.customer-area-active .cuar-css-wrapper .popover>.arrow,
body.customer-area-active .cuar-css-wrapper .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

body.customer-area-active .cuar-css-wrapper .popover>.arrow {
    border-width: 11px
}

body.customer-area-active .cuar-css-wrapper .popover>.arrow:after {
    border-width: 10px;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

body.customer-area-active .cuar-css-wrapper .popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

body.customer-area-active .cuar-css-wrapper .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

body.customer-area-active .cuar-css-wrapper .popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

body.customer-area-active .cuar-css-wrapper .popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

body.customer-area-active .cuar-css-wrapper .popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

body.customer-area-active .cuar-css-wrapper .popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

body.customer-area-active .cuar-css-wrapper .popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

body.customer-area-active .cuar-css-wrapper .clearfix:after,
body.customer-area-active .cuar-css-wrapper .clearfix:before,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input:after,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input:before,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input:after,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input:before,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input:after,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .clearfix:after,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input:after,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input:after,
body.customer-area-active .cuar-css-wrapper body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .center-block,
body.customer-area-active .cuar-css-wrapper .center-children>div {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto
}

body.customer-area-active .cuar-css-wrapper .pull-right {
    float: right !important
}

body.customer-area-active .cuar-css-wrapper .pull-left {
    float: left !important
}

body.customer-area-active .cuar-css-wrapper .hide {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .show {
    display: block !important
}

body.customer-area-active .cuar-css-wrapper .invisible {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

body.customer-area-active .cuar-css-wrapper .hidden {
    display: none !important;
    visibility: hidden !important
}

body.customer-area-active .cuar-css-wrapper .affix {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@-ms-viewport {
    width: device-width
}

@media (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper h1 {
        font-size: 25px
    }
    body.customer-area-active .cuar-css-wrapper h2 {
        font-size: 20px
    }
    body.customer-area-active .cuar-css-wrapper h3 {
        font-size: 16px
    }
}

body.customer-area-active .cuar-css-wrapper .visible-lg,
body.customer-area-active .cuar-css-wrapper .visible-lg-block,
body.customer-area-active .cuar-css-wrapper .visible-lg-inline,
body.customer-area-active .cuar-css-wrapper .visible-lg-inline-block,
body.customer-area-active .cuar-css-wrapper .visible-md,
body.customer-area-active .cuar-css-wrapper .visible-md-block,
body.customer-area-active .cuar-css-wrapper .visible-md-inline,
body.customer-area-active .cuar-css-wrapper .visible-md-inline-block,
body.customer-area-active .cuar-css-wrapper .visible-sm,
body.customer-area-active .cuar-css-wrapper .visible-sm-block,
body.customer-area-active .cuar-css-wrapper .visible-sm-inline,
body.customer-area-active .cuar-css-wrapper .visible-sm-inline-block,
body.customer-area-active .cuar-css-wrapper .visible-xl,
body.customer-area-active .cuar-css-wrapper .visible-xl-block,
body.customer-area-active .cuar-css-wrapper .visible-xl-inline,
body.customer-area-active .cuar-css-wrapper .visible-xl-inline-block,
body.customer-area-active .cuar-css-wrapper .visible-xs,
body.customer-area-active .cuar-css-wrapper .visible-xs-block,
body.customer-area-active .cuar-css-wrapper .visible-xs-inline,
body.customer-area-active .cuar-css-wrapper .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .visible-xs {
        display: block !important
    }
    tablebody.customer-area-active .cuar-css-wrapper .visible-xs {
        display: table
    }
    trbody.customer-area-active .cuar-css-wrapper .visible-xs {
        display: table-row !important
    }
    tdbody.customer-area-active .cuar-css-wrapper .visible-xs,
    thbody.customer-area-active .cuar-css-wrapper .visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    body.customer-area-active .cuar-css-wrapper .visible-sm {
        display: block !important
    }
    tablebody.customer-area-active .cuar-css-wrapper .visible-sm {
        display: table
    }
    trbody.customer-area-active .cuar-css-wrapper .visible-sm {
        display: table-row !important
    }
    tdbody.customer-area-active .cuar-css-wrapper .visible-sm,
    thbody.customer-area-active .cuar-css-wrapper .visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    body.customer-area-active .cuar-css-wrapper .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    body.customer-area-active .cuar-css-wrapper .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    body.customer-area-active .cuar-css-wrapper .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1139px) {
    body.customer-area-active .cuar-css-wrapper .visible-md {
        display: block !important
    }
    tablebody.customer-area-active .cuar-css-wrapper .visible-md {
        display: table
    }
    trbody.customer-area-active .cuar-css-wrapper .visible-md {
        display: table-row !important
    }
    tdbody.customer-area-active .cuar-css-wrapper .visible-md,
    thbody.customer-area-active .cuar-css-wrapper .visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1139px) {
    body.customer-area-active .cuar-css-wrapper .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1139px) {
    body.customer-area-active .cuar-css-wrapper .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1139px) {
    body.customer-area-active .cuar-css-wrapper .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1140px) {
    body.customer-area-active .cuar-css-wrapper .visible-lg {
        display: block !important
    }
    tablebody.customer-area-active .cuar-css-wrapper .visible-lg {
        display: table
    }
    trbody.customer-area-active .cuar-css-wrapper .visible-lg {
        display: table-row !important
    }
    tdbody.customer-area-active .cuar-css-wrapper .visible-lg,
    thbody.customer-area-active .cuar-css-wrapper .visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1140px) {
    body.customer-area-active .cuar-css-wrapper .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1140px) {
    body.customer-area-active .cuar-css-wrapper .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1140px) {
    body.customer-area-active .cuar-css-wrapper .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1400px) {
    body.customer-area-active .cuar-css-wrapper .visible-xl {
        display: block !important
    }
    tablebody.customer-area-active .cuar-css-wrapper .visible-xl {
        display: table
    }
    trbody.customer-area-active .cuar-css-wrapper .visible-xl {
        display: table-row !important
    }
    tdbody.customer-area-active .cuar-css-wrapper .visible-xl,
    thbody.customer-area-active .cuar-css-wrapper .visible-xl {
        display: table-cell !important
    }
}

@media (min-width:1400px) {
    body.customer-area-active .cuar-css-wrapper .visible-xl-block {
        display: block !important
    }
}

@media (min-width:1400px) {
    body.customer-area-active .cuar-css-wrapper .visible-xl-inline {
        display: inline !important
    }
}

@media (min-width:1400px) {
    body.customer-area-active .cuar-css-wrapper .visible-xl-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    body.customer-area-active .cuar-css-wrapper .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1139px) {
    body.customer-area-active .cuar-css-wrapper .hidden-md {
        display: none !important
    }
}

@media (min-width:1140px) {
    body.customer-area-active .cuar-css-wrapper .hidden-lg {
        display: none !important
    }
}

@media (min-width:1400px) {
    body.customer-area-active .cuar-css-wrapper .hidden-xl {
        display: none !important
    }
}

body.customer-area-active .cuar-css-wrapper .visible-print {
    display: none !important
}

@media print {
    body.customer-area-active .cuar-css-wrapper .visible-print {
        display: block !important
    }
    tablebody.customer-area-active .cuar-css-wrapper .visible-print {
        display: table
    }
    trbody.customer-area-active .cuar-css-wrapper .visible-print {
        display: table-row !important
    }
    tdbody.customer-area-active .cuar-css-wrapper .visible-print,
    thbody.customer-area-active .cuar-css-wrapper .visible-print {
        display: table-cell !important
    }
}

body.customer-area-active .cuar-css-wrapper .visible-print-block {
    display: none !important
}

@media print {
    body.customer-area-active .cuar-css-wrapper .visible-print-block {
        display: block !important
    }
}

body.customer-area-active .cuar-css-wrapper .visible-print-inline {
    display: none !important
}

@media print {
    body.customer-area-active .cuar-css-wrapper .visible-print-inline {
        display: inline !important
    }
}

body.customer-area-active .cuar-css-wrapper .visible-print-inline-block {
    display: none !important
}

@media print {
    body.customer-area-active .cuar-css-wrapper .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    body.customer-area-active .cuar-css-wrapper .hidden-print {
        display: none !important
    }
}

body.customer-area-active .cuar-css-wrapper .list-spacing-3 li+li {
    padding-top: 3px
}

body.customer-area-active .cuar-css-wrapper .list-spacing-5 li+li {
    padding-top: 5px
}

body.customer-area-active .cuar-css-wrapper .list-spacing-8 li+li {
    padding-top: 8px
}

body.customer-area-active .cuar-css-wrapper .list-spacing-10 li+li {
    padding-top: 10px
}

body.customer-area-active .cuar-css-wrapper .list-spacing-15 li+li {
    padding-top: 15px
}

body.customer-area-active .cuar-css-wrapper .list-divide-items {
    margin: 0;
    padding-left: 10px;
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .list-divide-items li+li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #eee
}

body.customer-area-active .cuar-css-wrapper .fixed-height .panel-body {
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper .hover-height {
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

body.customer-area-active .cuar-css-wrapper .mh-20 {
    max-height: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mh-25 {
    max-height: 25px !important
}

body.customer-area-active .cuar-css-wrapper .mh-30 {
    max-height: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mh-35 {
    max-height: 35px !important
}

body.customer-area-active .cuar-css-wrapper .mh-40 {
    max-height: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mh-50 {
    max-height: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mh-100 {
    max-height: 100px !important
}

body.customer-area-active .cuar-css-wrapper .mh-200 {
    max-height: 200px !important
}

body.customer-area-active .cuar-css-wrapper .mh-300 {
    max-height: 300px !important
}

body.customer-area-active .cuar-css-wrapper .mh-400 {
    max-height: 400px !important
}

body.customer-area-active .cuar-css-wrapper .mh-500 {
    max-height: 500px !important
}

body.customer-area-active .cuar-css-wrapper .mh-600 {
    max-height: 600px !important
}

body.customer-area-active .cuar-css-wrapper .mh-700 {
    max-height: 700px !important
}

body.customer-area-active .cuar-css-wrapper .mh-800 {
    max-height: 800px !important
}

body.customer-area-active .cuar-css-wrapper .mh-900 {
    max-height: 900px !important
}

body.customer-area-active .cuar-css-wrapper .mh-1000 {
    max-height: 1000px !important
}

body.customer-area-active .cuar-css-wrapper .h-20 {
    height: 20px !important
}

body.customer-area-active .cuar-css-wrapper .h-25 {
    height: 25px !important
}

body.customer-area-active .cuar-css-wrapper .h-30 {
    height: 30px !important
}

body.customer-area-active .cuar-css-wrapper .h-35 {
    height: 35px !important
}

body.customer-area-active .cuar-css-wrapper .h-40 {
    height: 40px !important
}

body.customer-area-active .cuar-css-wrapper .h-50 {
    height: 50px !important
}

body.customer-area-active .cuar-css-wrapper .h-80 {
    height: 80px !important
}

body.customer-area-active .cuar-css-wrapper .h-100 {
    height: 100px !important
}

body.customer-area-active .cuar-css-wrapper .h-120 {
    height: 120px !important
}

body.customer-area-active .cuar-css-wrapper .h-150 {
    height: 150px !important
}

body.customer-area-active .cuar-css-wrapper .h-170 {
    height: 170px !important
}

body.customer-area-active .cuar-css-wrapper .h-200 {
    height: 200px !important
}

body.customer-area-active .cuar-css-wrapper .h-300 {
    height: 300px !important
}

body.customer-area-active .cuar-css-wrapper .h-400 {
    height: 400px !important
}

body.customer-area-active .cuar-css-wrapper .h-500 {
    height: 500px !important
}

body.customer-area-active .cuar-css-wrapper .h-600 {
    height: 600px !important
}

body.customer-area-active .cuar-css-wrapper .h-700 {
    height: 700px !important
}

body.customer-area-active .cuar-css-wrapper .h-800 {
    height: 800px !important
}

body.customer-area-active .cuar-css-wrapper .h-900 {
    height: 900px !important
}

body.customer-area-active .cuar-css-wrapper .h-1000 {
    height: 1000px !important
}

body.customer-area-active .cuar-css-wrapper .t-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.customer-area-active .cuar-css-wrapper .bg-none {
    background-color: transparent !important
}

body.customer-area-active .cuar-css-wrapper .no-boxshadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

body.customer-area-active .cuar-css-wrapper .h-a {
    height: auto !important
}

body.customer-area-active .cuar-css-wrapper .of-a {
    overflow: auto !important
}

body.customer-area-active .cuar-css-wrapper .of-h {
    overflow: hidden !important
}

body.customer-area-active .cuar-css-wrapper .of-v {
    overflow: visible !important
}

body.customer-area-active .cuar-css-wrapper .of-x-a {
    overflow-x: auto !important
}

body.customer-area-active .cuar-css-wrapper .of-x-h {
    overflow-x: hidden !important
}

body.customer-area-active .cuar-css-wrapper .of-x-v {
    overflow-x: visible !important
}

body.customer-area-active .cuar-css-wrapper .of-y-a {
    overflow-y: auto !important
}

body.customer-area-active .cuar-css-wrapper .of-y-h {
    overflow-y: hidden !important
}

body.customer-area-active .cuar-css-wrapper .of-y-v {
    overflow-y: visible !important
}

body.customer-area-active .cuar-css-wrapper .center-column {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important
}

body.customer-area-active .cuar-css-wrapper .va-t {
    vertical-align: top !important
}

body.customer-area-active .cuar-css-wrapper .va-m {
    vertical-align: middle !important
}

body.customer-area-active .cuar-css-wrapper .va-b {
    vertical-align: bottom !important
}

body.customer-area-active .cuar-css-wrapper .va-s {
    vertical-align: super !important
}

body.customer-area-active .cuar-css-wrapper .posr {
    position: relative !important
}

body.customer-area-active .cuar-css-wrapper .ib,
body.customer-area-active .cuar-css-wrapper .inline-object {
    display: inline-block !important
}

body.customer-area-active .cuar-css-wrapper .cursor {
    cursor: pointer !important
}

body.customer-area-active .cuar-css-wrapper .option-disabled {
    opacity: .6 !important
}

body.customer-area-active .cuar-css-wrapper .input-unstyled,
body.customer-area-active .cuar-css-wrapper .input-unstyled:focus,
body.customer-area-active .cuar-css-wrapper .input-unstyled:hover {
    border: none !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

body.customer-area-active .cuar-css-wrapper .panel-group.table-layout>.panel+.panel {
    border-left: 0
}

body.customer-area-active .cuar-css-wrapper .panel-group.table-layout+.panel-group.table-layout>.panel {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .row.table-layout {
    margin-left: 0;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .table-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .table-layout>.fa {
    width: 1.5em;
    display: table-cell
}

body.customer-area-active .cuar-css-wrapper .table-layout>aside,
body.customer-area-active .cuar-css-wrapper .table-layout>div,
body.customer-area-active .cuar-css-wrapper .table-layout>section {
    vertical-align: middle;
    display: table-cell;
    float: none
}

@media (max-width:1300px) {
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-md,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-md>aside,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-md>div,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-md>section {
        display: block;
        float: none
    }
}

@media (max-width:992px) {
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-sm,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-sm>aside,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-sm>div,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-sm>section {
        display: block;
        float: none
    }
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-xs,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-xs>aside,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-xs>div,
    body.customer-area-active .cuar-css-wrapper .table-layout.table-clear-xs>section {
        display: block;
        float: none
    }
}

body.customer-area-active .cuar-css-wrapper .text-uppercase {
    text-transform: uppercase !important
}

body.customer-area-active .cuar-css-wrapper .fw200 {
    font-weight: 200 !important
}

body.customer-area-active .cuar-css-wrapper .fw300 {
    font-weight: 300 !important
}

body.customer-area-active .cuar-css-wrapper .fw400 {
    font-weight: 400 !important
}

body.customer-area-active .cuar-css-wrapper .fw600 {
    font-weight: 600 !important
}

body.customer-area-active .cuar-css-wrapper .fs3,
body.customer-area-active .cuar-css-wrapper .fs4 {
    font-size: 4px !important
}

body.customer-area-active .cuar-css-wrapper .fs5 {
    font-size: 5px !important
}

body.customer-area-active .cuar-css-wrapper .fs6 {
    font-size: 6px !important
}

body.customer-area-active .cuar-css-wrapper .fs7 {
    font-size: 7px !important
}

body.customer-area-active .cuar-css-wrapper .fs8 {
    font-size: 8px !important
}

body.customer-area-active .cuar-css-wrapper .fs9 {
    font-size: 9px !important
}

body.customer-area-active .cuar-css-wrapper .fs10 {
    font-size: 10px !important
}

body.customer-area-active .cuar-css-wrapper .fs11 {
    font-size: 11px !important
}

body.customer-area-active .cuar-css-wrapper .fs12 {
    font-size: 12px !important
}

body.customer-area-active .cuar-css-wrapper .fs13 {
    font-size: 13px !important
}

body.customer-area-active .cuar-css-wrapper .fs14 {
    font-size: 14px !important
}

body.customer-area-active .cuar-css-wrapper .fs15 {
    font-size: 15px !important
}

body.customer-area-active .cuar-css-wrapper .fs16 {
    font-size: 16px !important
}

body.customer-area-active .cuar-css-wrapper .fs17 {
    font-size: 17px !important
}

body.customer-area-active .cuar-css-wrapper .fs18 {
    font-size: 18px !important
}

body.customer-area-active .cuar-css-wrapper .fs20 {
    font-size: 20px !important
}

body.customer-area-active .cuar-css-wrapper .fs22 {
    font-size: 22px !important
}

body.customer-area-active .cuar-css-wrapper .fs24 {
    font-size: 24px !important
}

body.customer-area-active .cuar-css-wrapper .fs26 {
    font-size: 26px !important
}

body.customer-area-active .cuar-css-wrapper .fs28 {
    font-size: 28px !important
}

body.customer-area-active .cuar-css-wrapper .fs30 {
    font-size: 30px !important
}

body.customer-area-active .cuar-css-wrapper .fs35 {
    font-size: 35px !important
}

body.customer-area-active .cuar-css-wrapper .fs40 {
    font-size: 40px !important
}

body.customer-area-active .cuar-css-wrapper .fs45 {
    font-size: 45px !important
}

body.customer-area-active .cuar-css-wrapper .fs50 {
    font-size: 50px !important
}

body.customer-area-active .cuar-css-wrapper .fs60 {
    font-size: 60px !important
}

body.customer-area-active .cuar-css-wrapper .fs70 {
    font-size: 70px !important
}

body.customer-area-active .cuar-css-wrapper .fs80 {
    font-size: 80px !important
}

body.customer-area-active .cuar-css-wrapper .fs90 {
    font-size: 90px !important
}

body.customer-area-active .cuar-css-wrapper .fs100 {
    font-size: 100px !important
}

body.customer-area-active .cuar-css-wrapper .pn {
    padding: 0 !important
}

body.customer-area-active .cuar-css-wrapper .p1 {
    padding: 1px !important
}

body.customer-area-active .cuar-css-wrapper .p2 {
    padding: 2px !important
}

body.customer-area-active .cuar-css-wrapper .p3 {
    padding: 3px !important
}

body.customer-area-active .cuar-css-wrapper .p4 {
    padding: 4px !important
}

body.customer-area-active .cuar-css-wrapper .p5 {
    padding: 5px !important
}

body.customer-area-active .cuar-css-wrapper .p6 {
    padding: 6px !important
}

body.customer-area-active .cuar-css-wrapper .p7 {
    padding: 7px !important
}

body.customer-area-active .cuar-css-wrapper .p8 {
    padding: 8px !important
}

body.customer-area-active .cuar-css-wrapper .p10 {
    padding: 10px !important
}

body.customer-area-active .cuar-css-wrapper .p12 {
    padding: 12px !important
}

body.customer-area-active .cuar-css-wrapper .p15 {
    padding: 15px !important
}

body.customer-area-active .cuar-css-wrapper .p20 {
    padding: 20px !important
}

body.customer-area-active .cuar-css-wrapper .p25 {
    padding: 25px !important
}

body.customer-area-active .cuar-css-wrapper .p30 {
    padding: 30px !important
}

body.customer-area-active .cuar-css-wrapper .p35 {
    padding: 35px !important
}

body.customer-area-active .cuar-css-wrapper .p40 {
    padding: 40px !important
}

body.customer-area-active .cuar-css-wrapper .p50 {
    padding: 50px !important
}

body.customer-area-active .cuar-css-wrapper .ptn {
    padding-top: 0 !important
}

body.customer-area-active .cuar-css-wrapper .pt5 {
    padding-top: 5px !important
}

body.customer-area-active .cuar-css-wrapper .pt10 {
    padding-top: 10px !important
}

body.customer-area-active .cuar-css-wrapper .pt15 {
    padding-top: 15px !important
}

body.customer-area-active .cuar-css-wrapper .pt20 {
    padding-top: 20px !important
}

body.customer-area-active .cuar-css-wrapper .pt25 {
    padding-top: 25px !important
}

body.customer-area-active .cuar-css-wrapper .pt30 {
    padding-top: 30px !important
}

body.customer-area-active .cuar-css-wrapper .pt35 {
    padding-top: 35px !important
}

body.customer-area-active .cuar-css-wrapper .pt40 {
    padding-top: 40px !important
}

body.customer-area-active .cuar-css-wrapper .pt50 {
    padding-top: 50px !important
}

body.customer-area-active .cuar-css-wrapper .prn {
    padding-right: 0 !important
}

body.customer-area-active .cuar-css-wrapper .pr5 {
    padding-right: 5px !important
}

body.customer-area-active .cuar-css-wrapper .pr10 {
    padding-right: 10px !important
}

body.customer-area-active .cuar-css-wrapper .pr15 {
    padding-right: 15px !important
}

body.customer-area-active .cuar-css-wrapper .pr20 {
    padding-right: 20px !important
}

body.customer-area-active .cuar-css-wrapper .pr25 {
    padding-right: 25px !important
}

body.customer-area-active .cuar-css-wrapper .pr30 {
    padding-right: 30px !important
}

body.customer-area-active .cuar-css-wrapper .pr35 {
    padding-right: 35px !important
}

body.customer-area-active .cuar-css-wrapper .pr40 {
    padding-right: 40px !important
}

body.customer-area-active .cuar-css-wrapper .pr50 {
    padding-right: 50px !important
}

body.customer-area-active .cuar-css-wrapper .pbn {
    padding-bottom: 0 !important
}

body.customer-area-active .cuar-css-wrapper .pb5 {
    padding-bottom: 5px !important
}

body.customer-area-active .cuar-css-wrapper .pb10 {
    padding-bottom: 10px !important
}

body.customer-area-active .cuar-css-wrapper .pb15 {
    padding-bottom: 15px !important
}

body.customer-area-active .cuar-css-wrapper .pb20 {
    padding-bottom: 20px !important
}

body.customer-area-active .cuar-css-wrapper .pb25 {
    padding-bottom: 25px !important
}

body.customer-area-active .cuar-css-wrapper .pb30 {
    padding-bottom: 30px !important
}

body.customer-area-active .cuar-css-wrapper .pb35 {
    padding-bottom: 35px !important
}

body.customer-area-active .cuar-css-wrapper .pb40 {
    padding-bottom: 40px !important
}

body.customer-area-active .cuar-css-wrapper .pb50 {
    padding-bottom: 50px !important
}

body.customer-area-active .cuar-css-wrapper .pln {
    padding-left: 0 !important
}

body.customer-area-active .cuar-css-wrapper .pl5 {
    padding-left: 5px !important
}

body.customer-area-active .cuar-css-wrapper .pl10 {
    padding-left: 10px !important
}

body.customer-area-active .cuar-css-wrapper .pl15 {
    padding-left: 15px !important
}

body.customer-area-active .cuar-css-wrapper .pl20 {
    padding-left: 20px !important
}

body.customer-area-active .cuar-css-wrapper .pl25 {
    padding-left: 25px !important
}

body.customer-area-active .cuar-css-wrapper .pl30 {
    padding-left: 30px !important
}

body.customer-area-active .cuar-css-wrapper .pl35 {
    padding-left: 35px !important
}

body.customer-area-active .cuar-css-wrapper .pl40 {
    padding-left: 40px !important
}

body.customer-area-active .cuar-css-wrapper .pl50 {
    padding-left: 50px !important
}

body.customer-area-active .cuar-css-wrapper .pv5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

body.customer-area-active .cuar-css-wrapper .pv8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

body.customer-area-active .cuar-css-wrapper .pv10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

body.customer-area-active .cuar-css-wrapper .pv15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

body.customer-area-active .cuar-css-wrapper .pv20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

body.customer-area-active .cuar-css-wrapper .pv25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

body.customer-area-active .cuar-css-wrapper .pv30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

body.customer-area-active .cuar-css-wrapper .pv40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

body.customer-area-active .cuar-css-wrapper .pv50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

body.customer-area-active .cuar-css-wrapper .ph5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

body.customer-area-active .cuar-css-wrapper .ph8 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

body.customer-area-active .cuar-css-wrapper .ph10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

body.customer-area-active .cuar-css-wrapper .ph15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

body.customer-area-active .cuar-css-wrapper .ph20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

body.customer-area-active .cuar-css-wrapper .ph25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

body.customer-area-active .cuar-css-wrapper .ph30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

body.customer-area-active .cuar-css-wrapper .ph40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

body.customer-area-active .cuar-css-wrapper .ph50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

@media (min-width:1140px) {
    body.customer-area-active .cuar-css-wrapper .ptn-lg {
        padding-top: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .prn-lg {
        padding-right: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .pbn-lg {
        padding-bottom: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .pln-lg {
        padding-left: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .pt5-lg {
        padding-top: 5px !important
    }
    body.customer-area-active .cuar-css-wrapper .pr5-lg {
        padding-right: 5px !important
    }
    body.customer-area-active .cuar-css-wrapper .pb5-lg {
        padding-bottom: 5px !important
    }
    body.customer-area-active .cuar-css-wrapper .pl5-lg {
        padding-left: 5px !important
    }
}

@media (min-width:992px) {
    body.customer-area-active .cuar-css-wrapper .ptn-md {
        padding-top: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .prn-md {
        padding-right: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .pbn-md {
        padding-bottom: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .pln-md {
        padding-left: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .pt5-md {
        padding-top: 5px !important
    }
    body.customer-area-active .cuar-css-wrapper .pr5-md {
        padding-right: 5px !important
    }
    body.customer-area-active .cuar-css-wrapper .pb5-md {
        padding-bottom: 5px !important
    }
    body.customer-area-active .cuar-css-wrapper .pl5-md {
        padding-left: 5px !important
    }
}

body.customer-area-active .cuar-css-wrapper .mauto {
    margin-left: auto;
    margin-right: auto
}

body.customer-area-active .cuar-css-wrapper .mn {
    margin: 0 !important
}

body.customer-area-active .cuar-css-wrapper .m1 {
    margin: 1px !important
}

body.customer-area-active .cuar-css-wrapper .m2 {
    margin: 2px !important
}

body.customer-area-active .cuar-css-wrapper .m3 {
    margin: 3px !important
}

body.customer-area-active .cuar-css-wrapper .m4 {
    margin: 4px !important
}

body.customer-area-active .cuar-css-wrapper .m5 {
    margin: 5px !important
}

body.customer-area-active .cuar-css-wrapper .m8 {
    margin: 8px !important
}

body.customer-area-active .cuar-css-wrapper .m10 {
    margin: 10px !important
}

body.customer-area-active .cuar-css-wrapper .m15 {
    margin: 15px !important
}

body.customer-area-active .cuar-css-wrapper .m20 {
    margin: 20px !important
}

body.customer-area-active .cuar-css-wrapper .m25 {
    margin: 25px !important
}

body.customer-area-active .cuar-css-wrapper .m30 {
    margin: 30px !important
}

body.customer-area-active .cuar-css-wrapper .m35 {
    margin: 35px !important
}

body.customer-area-active .cuar-css-wrapper .m40 {
    margin: 40px !important
}

body.customer-area-active .cuar-css-wrapper .m50 {
    margin: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mtn {
    margin-top: 0 !important
}

body.customer-area-active .cuar-css-wrapper .mt5 {
    margin-top: 5px !important
}

body.customer-area-active .cuar-css-wrapper .mt10 {
    margin-top: 10px !important
}

body.customer-area-active .cuar-css-wrapper .mt15 {
    margin-top: 15px !important
}

body.customer-area-active .cuar-css-wrapper .mt20 {
    margin-top: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mt25 {
    margin-top: 25px !important
}

body.customer-area-active .cuar-css-wrapper .mt30 {
    margin-top: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mt35 {
    margin-top: 35px !important
}

body.customer-area-active .cuar-css-wrapper .mt40 {
    margin-top: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mt50 {
    margin-top: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mt70 {
    margin-top: 70px !important
}

body.customer-area-active .cuar-css-wrapper .mrn {
    margin-right: 0 !important
}

body.customer-area-active .cuar-css-wrapper .mr5 {
    margin-right: 5px !important
}

body.customer-area-active .cuar-css-wrapper .mr10 {
    margin-right: 10px !important
}

body.customer-area-active .cuar-css-wrapper .mr15 {
    margin-right: 15px !important
}

body.customer-area-active .cuar-css-wrapper .mr20 {
    margin-right: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mr25 {
    margin-right: 25px !important
}

body.customer-area-active .cuar-css-wrapper .mr30 {
    margin-right: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mr35 {
    margin-right: 35px !important
}

body.customer-area-active .cuar-css-wrapper .mr40 {
    margin-right: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mr50 {
    margin-right: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mbn {
    margin-bottom: 0 !important
}

body.customer-area-active .cuar-css-wrapper .mb5 {
    margin-bottom: 5px !important
}

body.customer-area-active .cuar-css-wrapper .mb10 {
    margin-bottom: 10px !important
}

body.customer-area-active .cuar-css-wrapper .mb15 {
    margin-bottom: 15px !important
}

body.customer-area-active .cuar-css-wrapper .mb20 {
    margin-bottom: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mb25 {
    margin-bottom: 25px !important
}

body.customer-area-active .cuar-css-wrapper .mb30 {
    margin-bottom: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mb35 {
    margin-bottom: 35px !important
}

body.customer-area-active .cuar-css-wrapper .mb40 {
    margin-bottom: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mb50 {
    margin-bottom: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mb70 {
    margin-bottom: 70px !important
}

body.customer-area-active .cuar-css-wrapper .mln {
    margin-left: 0 !important
}

body.customer-area-active .cuar-css-wrapper .ml5 {
    margin-left: 5px !important
}

body.customer-area-active .cuar-css-wrapper .ml10 {
    margin-left: 10px !important
}

body.customer-area-active .cuar-css-wrapper .ml15 {
    margin-left: 15px !important
}

body.customer-area-active .cuar-css-wrapper .ml20 {
    margin-left: 20px !important
}

body.customer-area-active .cuar-css-wrapper .ml25 {
    margin-left: 25px !important
}

body.customer-area-active .cuar-css-wrapper .ml30 {
    margin-left: 30px !important
}

body.customer-area-active .cuar-css-wrapper .ml35 {
    margin-left: 35px !important
}

body.customer-area-active .cuar-css-wrapper .ml40 {
    margin-left: 40px !important
}

body.customer-area-active .cuar-css-wrapper .ml50 {
    margin-left: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mv5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

body.customer-area-active .cuar-css-wrapper .mv10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

body.customer-area-active .cuar-css-wrapper .mv15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

body.customer-area-active .cuar-css-wrapper .mv20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mv25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

body.customer-area-active .cuar-css-wrapper .mv30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mv40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mv50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mv70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

body.customer-area-active .cuar-css-wrapper .mh5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

body.customer-area-active .cuar-css-wrapper .mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

body.customer-area-active .cuar-css-wrapper .mh15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

body.customer-area-active .cuar-css-wrapper .mh20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mh25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

body.customer-area-active .cuar-css-wrapper .mh30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mh40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mh50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mh70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

body.customer-area-active .cuar-css-wrapper .mtn5 {
    margin-top: -5px !important
}

body.customer-area-active .cuar-css-wrapper .mtn10 {
    margin-top: -10px !important
}

body.customer-area-active .cuar-css-wrapper .mtn15 {
    margin-top: -15px !important
}

body.customer-area-active .cuar-css-wrapper .mtn20 {
    margin-top: -20px !important
}

body.customer-area-active .cuar-css-wrapper .mtn30 {
    margin-top: -30px !important
}

body.customer-area-active .cuar-css-wrapper .mrn5 {
    margin-right: -5px !important
}

body.customer-area-active .cuar-css-wrapper .mrn10 {
    margin-right: -10px !important
}

body.customer-area-active .cuar-css-wrapper .mrn15 {
    margin-right: -15px !important
}

body.customer-area-active .cuar-css-wrapper .mrn20 {
    margin-right: -20px !important
}

body.customer-area-active .cuar-css-wrapper .mrn30 {
    margin-right: -30px !important
}

body.customer-area-active .cuar-css-wrapper .mbn5 {
    margin-bottom: -5px !important
}

body.customer-area-active .cuar-css-wrapper .mbn10 {
    margin-bottom: -10px !important
}

body.customer-area-active .cuar-css-wrapper .mbn15 {
    margin-bottom: -15px !important
}

body.customer-area-active .cuar-css-wrapper .mbn20 {
    margin-bottom: -20px !important
}

body.customer-area-active .cuar-css-wrapper .mbn30 {
    margin-bottom: -30px !important
}

body.customer-area-active .cuar-css-wrapper .mln5 {
    margin-left: -5px !important
}

body.customer-area-active .cuar-css-wrapper .mln10 {
    margin-left: -10px !important
}

body.customer-area-active .cuar-css-wrapper .mln15 {
    margin-left: -15px !important
}

body.customer-area-active .cuar-css-wrapper .mln20 {
    margin-left: -20px !important
}

body.customer-area-active .cuar-css-wrapper .mln30 {
    margin-left: -30px !important
}

body.customer-area-active .cuar-css-wrapper .mvn5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important
}

body.customer-area-active .cuar-css-wrapper .mvn10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
}

body.customer-area-active .cuar-css-wrapper .mvn15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important
}

body.customer-area-active .cuar-css-wrapper .mvn20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
}

body.customer-area-active .cuar-css-wrapper .mvn30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
}

body.customer-area-active .cuar-css-wrapper .mhn5 {
    margin-left: -5px !important;
    margin-right: -5px !important
}

body.customer-area-active .cuar-css-wrapper .mhn10 {
    margin-left: -10px !important;
    margin-right: -10px !important
}

body.customer-area-active .cuar-css-wrapper .mhn15 {
    margin-left: -15px !important;
    margin-right: -15px !important
}

body.customer-area-active .cuar-css-wrapper .mhn20 {
    margin-left: -20px !important;
    margin-right: -20px !important
}

body.customer-area-active .cuar-css-wrapper .mhn30 {
    margin-left: -30px !important;
    margin-right: -30px !important
}

body.customer-area-active .cuar-css-wrapper .lh0 {
    line-height: 0 !important
}

body.customer-area-active .cuar-css-wrapper .lh5 {
    line-height: 5px !important
}

body.customer-area-active .cuar-css-wrapper .lh10 {
    line-height: 10px !important
}

body.customer-area-active .cuar-css-wrapper .lh15 {
    line-height: 15px !important
}

body.customer-area-active .cuar-css-wrapper .lh20 {
    line-height: 20px !important
}

body.customer-area-active .cuar-css-wrapper .lh25 {
    line-height: 25px !important
}

body.customer-area-active .cuar-css-wrapper .lh30 {
    line-height: 30px !important
}

body.customer-area-active .cuar-css-wrapper .lh35 {
    line-height: 35px !important
}

body.customer-area-active .cuar-css-wrapper .lh40 {
    line-height: 40px !important
}

body.customer-area-active .cuar-css-wrapper .br-l-n {
    border-left: none !important
}

body.customer-area-active .cuar-css-wrapper .br-r-n {
    border-right: none !important
}

body.customer-area-active .cuar-css-wrapper .br-t-n {
    border-top: none !important
}

body.customer-area-active .cuar-css-wrapper .br-b-n {
    border-bottom: none !important
}

body.customer-area-active .cuar-css-wrapper .br-n {
    border: none !important
}

body.customer-area-active .cuar-css-wrapper .br-v-n {
    border-top: none !important;
    border-bottom: none !important
}

body.customer-area-active .cuar-css-wrapper .br-h-n {
    border-left: none !important;
    border-right: none !important
}

body.customer-area-active .cuar-css-wrapper .br-a {
    border: 1px solid #d6d6d6 !important
}

body.customer-area-active .cuar-css-wrapper .br-l {
    border-left: 1px solid #d6d6d6 !important
}

body.customer-area-active .cuar-css-wrapper .br-r {
    border-right: 1px solid #d6d6d6 !important
}

body.customer-area-active .cuar-css-wrapper .br-t {
    border-top: 1px solid #d6d6d6 !important
}

body.customer-area-active .cuar-css-wrapper .br-b {
    border-bottom: 1px solid #d6d6d6 !important
}

body.customer-area-active .cuar-css-wrapper .br-dashed {
    border-style: dotted !important
}

body.customer-area-active .cuar-css-wrapper .br0 {
    border-radius: 0 !important
}

body.customer-area-active .cuar-css-wrapper .br1 {
    border-radius: 1px !important
}

body.customer-area-active .cuar-css-wrapper .br2 {
    border-radius: 2px !important
}

body.customer-area-active .cuar-css-wrapper .br3 {
    border-radius: 3px !important
}

body.customer-area-active .cuar-css-wrapper .br4 {
    border-radius: 4px !important
}

body.customer-area-active .cuar-css-wrapper .br6 {
    border-radius: 6px !important
}

body.customer-area-active .cuar-css-wrapper .br8 {
    border-radius: 8px !important
}

body.customer-area-active .cuar-css-wrapper .br12 {
    border-radius: 12px !important
}

body.customer-area-active .cuar-css-wrapper .br24 {
    border-radius: 24px !important
}

body.customer-area-active .cuar-css-wrapper .br64 {
    border-radius: 64px !important
}

body.customer-area-active .cuar-css-wrapper .bw1 {
    border-width: 1px !important
}

body.customer-area-active .cuar-css-wrapper .bw2 {
    border-width: 2px !important
}

body.customer-area-active .cuar-css-wrapper .bw3 {
    border-width: 3px !important
}

body.customer-area-active .cuar-css-wrapper .bw4 {
    border-width: 4px !important
}

body.customer-area-active .cuar-css-wrapper .bw5 {
    border-width: 5px !important
}

body.customer-area-active .cuar-css-wrapper .bw8 {
    border-width: 8px !important
}

body.customer-area-active .cuar-css-wrapper .bw10 {
    border-width: 10px !important
}

body.customer-area-active .cuar-css-wrapper .bw15 {
    border-width: 15px !important
}

body.customer-area-active .cuar-css-wrapper .br-white {
    border-color: #fff !important
}

body.customer-area-active .cuar-css-wrapper .br-lighter {
    border-color: #eee !important
}

body.customer-area-active .cuar-css-wrapper .br-light {
    border-color: #e7e7e7 !important
}

body.customer-area-active .cuar-css-wrapper .br-grey {
    border-color: #d9d9d9 !important
}

body.customer-area-active .cuar-css-wrapper .br-greyer {
    border-color: #ccc !important
}

body.customer-area-active .cuar-css-wrapper .br-dark {
    border-color: #c5bebb !important
}

body.customer-area-active .cuar-css-wrapper .br-dark-light {
    border-color: #dcd8d6 !important
}

body.customer-area-active .cuar-css-wrapper .br-primary {
    border-color: #515151 !important
}

body.customer-area-active .cuar-css-wrapper .br-primary-light {
    border-color: #6a6a6a !important
}

body.customer-area-active .cuar-css-wrapper .br-info {
    border-color: #03a9f4 !important
}

body.customer-area-active .cuar-css-wrapper .br-info-light {
    border-color: #2ebcfc !important
}

body.customer-area-active .cuar-css-wrapper .br-success {
    border-color: #4caf50 !important
}

body.customer-area-active .cuar-css-wrapper .br-success-light {
    border-color: #6ec071 !important
}

body.customer-area-active .cuar-css-wrapper .br-warning {
    border-color: #ffc107 !important
}

body.customer-area-active .cuar-css-wrapper .br-warning-light {
    border-color: #ffce3a !important
}

body.customer-area-active .cuar-css-wrapper .br-danger {
    border-color: #ff5722 !important
}

body.customer-area-active .cuar-css-wrapper .br-danger-light {
    border-color: #ff7e55 !important
}

body.customer-area-active .cuar-css-wrapper .br-alert {
    border-color: #673ab7 !important
}

body.customer-area-active .cuar-css-wrapper .br-alert-light {
    border-color: #8259cb !important
}

body.customer-area-active .cuar-css-wrapper .br-system {
    border-color: #009688 !important
}

body.customer-area-active .cuar-css-wrapper .br-system-light {
    border-color: #00c9b6 !important
}

body.customer-area-active .cuar-css-wrapper .br-tp-top {
    border-top-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .br-tp-right {
    border-right-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .br-tp-left {
    border-left-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .fluid-width {
    width: 100% !important
}

body.customer-area-active .cuar-css-wrapper .mw10 {
    max-width: 10px !important
}

body.customer-area-active .cuar-css-wrapper .mw20 {
    max-width: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mw30 {
    max-width: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mw35 {
    max-width: 35px !important
}

body.customer-area-active .cuar-css-wrapper .mw40 {
    max-width: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mw45 {
    max-width: 45px !important
}

body.customer-area-active .cuar-css-wrapper .mw50 {
    max-width: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mw60 {
    max-width: 60px !important
}

body.customer-area-active .cuar-css-wrapper .mw80 {
    max-width: 80px !important
}

body.customer-area-active .cuar-css-wrapper .mw100 {
    max-width: 100px !important
}

body.customer-area-active .cuar-css-wrapper .mw140 {
    max-width: 140px !important
}

body.customer-area-active .cuar-css-wrapper .mw160 {
    max-width: 160px !important
}

body.customer-area-active .cuar-css-wrapper .mw180 {
    max-width: 180px !important
}

body.customer-area-active .cuar-css-wrapper .mw200 {
    max-width: 200px !important
}

body.customer-area-active .cuar-css-wrapper .mw240 {
    max-width: 240px !important
}

body.customer-area-active .cuar-css-wrapper .mw280 {
    max-width: 280px !important
}

body.customer-area-active .cuar-css-wrapper .mw320 {
    max-width: 320px !important
}

body.customer-area-active .cuar-css-wrapper .mw400 {
    max-width: 400px !important
}

body.customer-area-active .cuar-css-wrapper .mw450 {
    max-width: 450px !important
}

body.customer-area-active .cuar-css-wrapper .mw500 {
    max-width: 500px !important
}

body.customer-area-active .cuar-css-wrapper .mw600 {
    max-width: 600px !important
}

body.customer-area-active .cuar-css-wrapper .mw700 {
    max-width: 700px !important
}

body.customer-area-active .cuar-css-wrapper .mw800 {
    max-width: 800px !important
}

body.customer-area-active .cuar-css-wrapper .mw900 {
    max-width: 900px !important
}

body.customer-area-active .cuar-css-wrapper .mw1000 {
    max-width: 1000px !important
}

body.customer-area-active .cuar-css-wrapper .mw1100 {
    max-width: 1100px !important
}

body.customer-area-active .cuar-css-wrapper .mw1200 {
    max-width: 1200px !important
}

body.customer-area-active .cuar-css-wrapper .w20 {
    width: 20px !important
}

body.customer-area-active .cuar-css-wrapper .w30 {
    width: 30px !important
}

body.customer-area-active .cuar-css-wrapper .w40 {
    width: 40px !important
}

body.customer-area-active .cuar-css-wrapper .w50 {
    width: 50px !important
}

body.customer-area-active .cuar-css-wrapper .w75 {
    width: 75px !important
}

body.customer-area-active .cuar-css-wrapper .w100 {
    width: 100px !important
}

body.customer-area-active .cuar-css-wrapper .w125 {
    width: 125px !important
}

body.customer-area-active .cuar-css-wrapper .w150 {
    width: 150px !important
}

body.customer-area-active .cuar-css-wrapper .w175 {
    width: 175px !important
}

body.customer-area-active .cuar-css-wrapper .w200 {
    width: 200px !important
}

body.customer-area-active .cuar-css-wrapper .w225 {
    width: 225px !important
}

body.customer-area-active .cuar-css-wrapper .w250 {
    width: 250px !important
}

body.customer-area-active .cuar-css-wrapper .w300 {
    width: 300px !important
}

body.customer-area-active .cuar-css-wrapper .w320 {
    width: 320px !important
}

body.customer-area-active .cuar-css-wrapper .w350 {
    width: 350px !important
}

body.customer-area-active .cuar-css-wrapper .w400 {
    width: 400px !important
}

body.customer-area-active .cuar-css-wrapper .w450 {
    width: 450px !important
}

body.customer-area-active .cuar-css-wrapper .mnw20 {
    min-width: 20px !important
}

body.customer-area-active .cuar-css-wrapper .mnw30 {
    min-width: 30px !important
}

body.customer-area-active .cuar-css-wrapper .mnw40 {
    min-width: 40px !important
}

body.customer-area-active .cuar-css-wrapper .mnw50 {
    min-width: 50px !important
}

body.customer-area-active .cuar-css-wrapper .mnw75 {
    min-width: 75px !important
}

body.customer-area-active .cuar-css-wrapper .mnw100 {
    min-width: 100px !important
}

body.customer-area-active .cuar-css-wrapper .mnw125 {
    min-width: 125px !important
}

body.customer-area-active .cuar-css-wrapper .mnw150 {
    min-width: 150px !important
}

body.customer-area-active .cuar-css-wrapper .mnw175 {
    min-width: 175px !important
}

body.customer-area-active .cuar-css-wrapper .mnw200 {
    min-width: 200px !important
}

body.customer-area-active .cuar-css-wrapper .mnw250 {
    min-width: 250px !important
}

body.customer-area-active .cuar-css-wrapper .mnw300 {
    min-width: 300px !important
}

body.customer-area-active .cuar-css-wrapper .mnw500 {
    min-width: 500px !important
}

body.customer-area-active .cuar-css-wrapper .mnw700 {
    min-width: 700px !important
}

body.customer-area-active .cuar-css-wrapper .mnw1000 {
    min-width: 1000px !important
}

body.customer-area-active .cuar-css-wrapper table tbody tr.message-read td {
    color: #999;
    background-color: #fbfbfb
}

body.customer-area-active .cuar-css-wrapper table tbody tr.message-unread td {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper table.tc-text-center-head tfoot th,
body.customer-area-active .cuar-css-wrapper table.tc-text-center-head thead th {
    text-align: center
}

body.customer-area-active .cuar-css-wrapper table.tc-fs11-head tfoot th,
body.customer-area-active .cuar-css-wrapper table.tc-fs11-head thead th,
body.customer-area-active .cuar-css-wrapper table.tc-fs12-head tfoot th,
body.customer-area-active .cuar-css-wrapper table.tc-fs12-head thead th {
    font-size: 12px
}

body.customer-area-active .cuar-css-wrapper table.tc-checkbox-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-checkbox-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-checkbox-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-checkbox-last tbody td:last-child {
    text-align: center;
    padding: 11px
}

body.customer-area-active .cuar-css-wrapper table.tc-list-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-list-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-list-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-list-last tbody td:last-child {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    width: 45px;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
    background: #fdfdfd
}

body.customer-area-active .cuar-css-wrapper table.tc-bold-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-bold-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-bold-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-bold-last tbody td:last-child {
    font-weight: 600;
    text-align: right;
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper table.tc-med-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-med-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-med-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-med-last tbody td:last-child {
    font-weight: 400;
    color: #999
}

body.customer-area-active .cuar-css-wrapper table.tc-icon-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-icon-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-icon-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-icon-last tbody td:last-child {
    font-size: 18px;
    text-align: center;
    color: #999
}

body.customer-area-active .cuar-css-wrapper table.tc-text-muted-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-text-muted-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-text-muted-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-text-muted-last tbody td:last-child {
    color: #999
}

body.customer-area-active .cuar-css-wrapper table.tc-text-primary-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-text-primary-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-text-primary-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-text-primary-last tbody td:last-child {
    color: #4a89dc
}

body.customer-area-active .cuar-css-wrapper table.tc-fw600-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-fw600-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-fw600-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-fw600-last tbody td:last-child {
    font-weight: 600
}

body.customer-area-active .cuar-css-wrapper table.tc-fs13-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-fs13-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-fs13-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-fs13-last tbody td:last-child {
    font-size: 13px
}

body.customer-area-active .cuar-css-wrapper table.tc-text-left-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-text-left-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-text-left-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-text-left-last tbody td:last-child {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper table.tc-text-center-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-text-center-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-text-center-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-text-center-last tbody td:last-child {
    text-align: center
}

body.customer-area-active .cuar-css-wrapper table.tc-text-right-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-text-right-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-text-right-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-text-right-last tbody td:last-child {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper table.tc-va-t-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-va-t-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-va-t-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-va-t-last tbody td:last-child {
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper table.tc-va-m-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-va-m-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-va-m-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-va-m-last tbody td:last-child {
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper table.tc-va-b-1 tbody td:first-child,
body.customer-area-active .cuar-css-wrapper table.tc-va-b-2 tbody td:nth-child(2),
body.customer-area-active .cuar-css-wrapper table.tc-va-b-3 tbody td:nth-child(3),
body.customer-area-active .cuar-css-wrapper table.tc-va-b-last tbody td:last-child {
    vertical-align: bottom
}

body.customer-area-active .cuar-css-wrapper .table-checklist td {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .table-widget .tab-content {
    padding: 0;
    border: 0;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .table-widget .progress {
    width: 80%;
    height: 13px;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .table-widget .badge,
body.customer-area-active .cuar-css-wrapper .table-widget .label {
    margin-right: 7px
}

body.customer-area-active .cuar-css-wrapper .table-checklist tr.task-checked {
    color: #bbb
}

body.customer-area-active .cuar-css-wrapper .table-checklist tr.task-checked .text-slash {
    text-decoration: line-through
}

body.customer-area-active .cuar-css-wrapper .table-checklist tr.task-checked .label,
body.customer-area-active .cuar-css-wrapper .table-checklist tr.task-checked .progress {
    opacity: .3
}

body.customer-area-active .cuar-css-wrapper .navbar.navbar-fixed-top+#sidebar_left+#theme_content_wrapper,
body.customer-area-active .cuar-css-wrapper .navbar.navbar-fixed-top+#theme_content_wrapper {
    padding-top: 60px
}

body.customer-area-active .cuar-css-wrapper #sidebar_left.affix {
    position: fixed
}

body.customer-area-active .cuar-css-wrapper #sidebar_left.affix>.sidebar-menu {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    top: 85px;
    bottom: 52px;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

body.customer-area-active .cuar-css-wrapper #sidebar_left.affix>.email-menu+.sidebar-menu {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    top: 485px;
    bottom: 52px;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

body.customer-area-active .cuar-css-wrapper #sidebar_left.affix:before {
    left: 0
}

body.customer-area-active .cuar-css-wrapper .user-info.hidden,
body.customer-area-active .cuar-css-wrapper .user-info.hidden+.user-divider {
    display: none
}

body.customer-area-active .cuar-css-wrapper #sidebar_left.affix>.menu-widget.menu-widget-open+.sidebar-menu {
    top: 250px
}

body.customer-area-active.sidebar-hidden .cuar-css-wrapper #sidebar_left.affix:before,
body.customer-area-active.sidebar-rtl .cuar-css-wrapper #sidebar_left.affix:before {
    left: -230px
}

body.customer-area-active.usermenu-hidden .cuar-css-wrapper .user-info,
body.customer-area-active.usermenu-hidden .cuar-css-wrapper .user-info+.user-divider {
    display: none
}

body.customer-area-active.usermenu-hidden .cuar-css-wrapper #sidebar_left.affix .user-info+.user-divider+.menu-widget+.sidebar-menu,
body.customer-area-active.usermenu-hidden .cuar-css-wrapper #sidebar_left.affix .user-info+.user-divider+.sidebar-menu {
    top: 0
}

body.customer-area-active .cuar-css-wrapper #topbar.affix {
    z-index: 1027;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 230px;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body.customer-area-active .cuar-css-wrapper #topbar.affix+#theme_content {
    margin-top: 51px
}

body.customer-area-active .cuar-css-wrapper #topbar.affix.alt+#theme_content {
    margin-top: 71px
}

body.customer-area-active .cuar-css-wrapper #topbar.affix.hidden+#theme_content {
    margin-top: 0
}

body.customer-area-active.sb-l-o .cuar-css-wrapper #topbar.affix {
    margin-left: 230px
}

body.customer-area-active.sb-l-m .cuar-css-wrapper #topbar.affix {
    margin-left: 60px
}

body.customer-area-active.sb-l-c .cuar-css-wrapper #topbar.affix {
    margin-left: 0
}

@media (max-width:900px) {
    body.customer-area-active.sb-l-o .cuar-css-wrapper #topbar.affix {
        width: 100%;
        margin-left: 230px
    }
    body.customer-area-active.sb-l-m .cuar-css-wrapper #topbar.affix {
        width: auto;
        margin-left: 45px
    }
    body.customer-area-active.sb-l-c .cuar-css-wrapper #topbar.affix {
        width: 100%;
        margin-left: 0
    }
}

body.customer-area-active.hidden-breadcrumbs .cuar-css-wrapper #topbar {
    display: none
}

body.customer-area-active.sidebar-collapsed .cuar-css-wrapper #sidebar:before {
    width: 40px
}

body.customer-area-active.sb-top .cuar-css-wrapper .navbar-wpca #toggle_sidemenu_t {
    display: block
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar {
    z-index: 1030;
    margin-bottom: 0;
    height: 60px;
    color: #666;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 0 0 #e0e0e0;
    box-shadow: 0 1px 0 0 #e0e0e0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.navbar-shadow {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .02)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li {
    float: left
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li>a {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 59px;
    max-height: 59px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li>a:hover {
    color: #222;
    background-color: #f7f7f7
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.open .dropdown-menu {
    padding: 0;
    margin-top: 10px;
    border-radius: 2px;
    border-top: 3px solid transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.open .dropdown-menu>a {
    font-weight: 600
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.open .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 11px;
    bottom: 100%;
    border-color: transparent transparent #4a89dc;
    border-style: solid;
    border-width: 0 10px 10px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav .menu-divider {
    color: rgba(0, 0, 0, .15);
    font-size: 8px;
    padding: 25px 10px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown-menu .menu-divider {
    color: rgba(0, 0, 0, .2);
    font-size: 8px;
    padding: 25px 10px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown-menu>li.dropdown-header {
    padding: 8px;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown-menu>li.dropdown-header .dropdown-title {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
    line-height: 30px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown-menu>li.dropdown-header .label {
    font-size: 75%;
    padding: .1em .6em .2em;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 5px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .scroller-navbar {
    max-height: 250px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .scroller-nm {
    margin: -12px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-left>li.dropdown.open:first-child .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-left>li.dropdown:first-child>.open .dropdown-menu:after {
    left: 10px;
    right: auto
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .caret {
    position: relative;
    top: -1px;
    margin-left: 3px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .caret.alt {
    width: 20px;
    height: 20px;
    text-align: center;
    color: inherit;
    margin: 0;
    border: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar li.dropdown .caret.alt:after {
    opacity: .75;
    font-size: 14px;
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar li.dropdown.open .caret.alt:after {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn {
    padding: 0 5px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn.btn-group>.btn+.dropdown-toggle {
    border-left: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn>.btn>span.ad,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn>.btn>span.fa,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn>.btn>span.glyphicon,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn>.btn>span.glyphicons {
    position: relative;
    top: -1px;
    font-size: 14px;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn.btn-group>.btn {
    color: #888;
    border-color: rgba(0, 0, 0, .15);
    background-color: #f2f2f2;
    background-color: rgba(0, 0, 0, .045)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn.btn-group>.btn:hover {
    color: #333;
    border-color: rgba(0, 0, 0, .2)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn.btn-group.open>.btn,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn.btn-group>.btn.active {
    color: #222
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-btn .badge {
    position: absolute;
    top: -7px;
    right: -5px;
    padding: 3px 6px;
    opacity: .95
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown>.open .dropdown-menu {
    color: #222;
    padding: 0;
    margin-top: 25px;
    border-radius: 2px;
    border-top: 3px solid transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown>.open .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 11px;
    bottom: 100%;
    border-color: transparent transparent #4a89dc;
    border-style: solid;
    border-width: 0 10px 10px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-btn.btn-group>.btn {
    color: #bbb;
    color: hsla(0, 0%, 100%, .8);
    border-color: transparent;
    background-color: #f2f2f2;
    background-color: hsla(0, 0%, 100%, .2)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-btn.btn-group.open>.btn,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-btn.btn-group>.btn.active,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-btn.btn-group>.btn:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.disable-arrow>.navbar-btn.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.menu-merge>.navbar-btn.open .dropdown-menu {
    margin-top: 15px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.disable-arrow.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.menu-merge.open .dropdown-menu {
    margin-top: 1px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li.dropdown.menu-merge.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li.dropdown.menu-merge>.navbar-btn.open .dropdown-menu {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li.dropdown.menu-merge.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li.dropdown.menu-merge>.navbar-btn.open .dropdown-menu:after {
    border-bottom-color: #fafafa
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.disable-arrow.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.disable-arrow>.navbar-btn.open .dropdown-menu:after {
    display: none
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li.dropdown.disable-arrow.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li.dropdown.disable-arrow>.navbar-btn.open .dropdown-menu {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .media-list>li.media {
    margin: 0;
    padding: 10px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .media-list>li.media+li.media {
    border-top: 1px solid #eee
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .media-list>li.media>a {
    padding: 0 10px 0 0;
    display: table-cell
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .media-list>li.media .media-heading small {
    color: #aaa
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav .list-group>li.list-group-item {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav .list-group>li.list-group-item>a {
    padding: 12px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav .list-group>li.list-group-item>a .label {
    font-size: 75%;
    padding: .1em .65em .2em;
    float: right;
    height: 20px;
    line-height: 20px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav .list-group>li.list-group-item>a .fa,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav .list-group>li.list-group-item>a .glyphicon,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav .list-group>li.list-group-item>a .glyphicons {
    padding-right: 5px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .list-group>li.dropdown-header+li.list-group-item {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown-menu>li.dropdown-footer a {
    text-align: center;
    padding: 8px 10px 9px;
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown-menu>li.dropdown-footer a:hover {
    background-color: #fffef0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .panel-heading {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .panel-menu {
    color: #666;
    padding: 9px 12px 10px;
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-branding {
    position: relative;
    overflow: hidden;
    float: left;
    width: 230px;
    height: 60px;
    margin-right: 10px;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-branding .navbar-brand {
    color: #666;
    height: 60px;
    line-height: 58px;
    padding: 0 0 0 18px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-branding .navbar-brand b {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #toggle_sidemenu_l,
body.customer-area-active .cuar-css-wrapper .navbar-wpca #toggle_sidemenu_t {
    color: #666;
    float: right;
    cursor: pointer;
    font-size: 16px;
    line-height: 58px;
    max-height: 60px;
    width: 60px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #toggle_sidemenu_t {
    display: none;
    width: 31px;
    height: 60px;
    line-height: 58px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, .06);
    border-left: 1px solid rgba(0, 0, 0, .08);
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #toggle_sidemenu_t:hover {
    background-color: rgba(0, 0, 0, .09);
    border-left: 1px solid rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #toggle_sidemenu_t .fa-caret-up {
    position: relative;
    font-size: 13px;
    border: 1px solid;
    border-top: 3px solid;
    padding: 0 3px 1px;
    margin-bottom: 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-nav.navbar-left {
    float: left;
    position: relative;
    max-height: 60px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-nav.navbar-left>li>a {
    padding-right: 12px;
    padding-left: 12px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-nav.navbar-right,
body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-nav.navbar-right:last-child {
    float: right;
    margin: 0 15px 0 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form {
    margin-top: 17px;
    margin-bottom: 17px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search input {
    height: 26px;
    padding: 0 12px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    border-color: #eee
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search input:focus {
    background-color: #f8f8f8;
    border-color: #f0f0f0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search.square input {
    height: 30px;
    border-radius: 3px;
    margin-top: -2px;
    margin-bottom: -2px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown.open .btn-group.open .multiselect-container.dropdown-menu {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .dropdown.open .btn-group.open .multiselect-container.dropdown-menu:after {
    display: none
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-role+.btn-group>button.multiselect {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-status+.btn-group .multiselect-container.dropdown-menu {
    right: auto !important;
    left: 0 !important
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-role+.btn-group .multiselect-container.dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-status+.btn-group .multiselect-container.dropdown-menu {
    top: 0 !important;
    position: relative !important;
    margin-top: 9px;
    margin-bottom: 3px;
    width: 212px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-role+.btn-group .multiselect-container.dropdown-menu>li:first-child,
body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-role+.btn-group .multiselect-container.dropdown-menu>li:first-child label,
body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-status+.btn-group .multiselect-container.dropdown-menu>li:first-child,
body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-status+.btn-group .multiselect-container.dropdown-menu>li:first-child label {
    cursor: pointer;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-role+.btn-group .multiselect-container.dropdown-menu>li:first-child:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-status+.btn-group .multiselect-container.dropdown-menu>li:first-child:after {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 6px;
    right: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #aaa;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-role+.btn-group .multiselect-container.dropdown-menu>li:first-child:hover:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-status+.btn-group .multiselect-container.dropdown-menu>li:first-child:hover:after {
    color: #515151
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary {
    background-color: #515151
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li>a:hover {
    background-color: #424242;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #515151
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #515151
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-primary .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #515151
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success {
    background-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li>a:hover {
    background-color: #439a46;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-success .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info {
    background-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li>a:hover {
    background-color: #0394d6;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-info .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning {
    background-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li>a:hover {
    background-color: #e7ae00;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-warning .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger {
    background-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li>a:hover {
    background-color: #ff4003;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-danger .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert {
    background-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li>a:hover {
    background-color: #5a33a0;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-alert .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system {
    background-color: #009688
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li>a:hover {
    background-color: #00776c;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #009688
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #009688
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-system .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #009688
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark {
    background-color: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li:focus>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li:hover>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li>a:hover {
    background-color: #b7afaa;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li.dropdown.open .dropdown-menu,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li.dropdown .open .dropdown-menu {
    border-top-color: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li.dropdown.open .dropdown-menu:after,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li .dropdown-toggle+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li .dropdown-toggle+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-dark .nav>li .dropdown-toggle+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-brand {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li>a {
    color: #fff;
    color: hsla(0, 0%, 100%, .9)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .nav>li.open>a {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .caret.caret-tp {
    border-top-color: hsla(0, 0%, 100%, .3)
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] #toggle_sidemenu_l,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] #toggle_sidemenu_l:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] #toggle_sidemenu_l:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] #toggle_sidemenu_t {
    color: hsla(0, 0%, 100%, .5);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] #toggle_sidemenu_t:focus,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] #toggle_sidemenu_t:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-search input,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-search input:focus {
    border-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-search.alt input {
    color: #bbb;
    color: hsla(0, 0%, 100%, .8);
    background-color: #bbb;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-] .navbar-search.alt input:focus {
    border-color: transparent
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar[class*=bg-].navbar-shadow {
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-right>li:last-child>.dropdown-menu>li>a {
    white-space: inherit
}

@media (max-width:900px) {
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-right:last-child {
        margin-right: 5px
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-right>li:last-child>a>img {
        margin-right: 5px !important
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-right>li:last-child>a>span {
        display: none
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-right>li:last-child>a>span.caret {
        display: inline-block
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search {
        padding: 18px 8px;
        font-size: 16px;
        margin: 0;
        cursor: pointer;
        width: auto;
        float: left
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search .form-group {
        margin: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search:after {
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        position: relative;
        line-height: 1;
        display: inline-block;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-rendering: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search input {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 60px;
        margin: 0;
        font-size: 24px;
        color: #aaa;
        border-radius: 0;
        border: 0;
        text-align: center;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search input:focus,
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar.bg-light .navbar-form.navbar-search input:focus {
        background-color: #fff
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search.search-open input {
        z-index: 1040;
        opacity: 1 !important;
        visibility: visible;
        top: 0;
        color: #666 !important;
        border-bottom: 0;
        background-color: #fff !important;
        -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .02) !important;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .02) !important
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search.search-open input:focus {
        border-bottom-color: #ddd
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search .search-remove {
        display: none;
        z-index: 1040;
        position: absolute;
        color: #aaa;
        top: 0;
        right: 0;
        height: 60px;
        line-height: 59px;
        padding-left: 15px;
        padding-right: 25px
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search .search-remove:after {
        position: relative;
        content: "\e014";
        font-family: Glyphicons Halflings;
        text-align: center;
        font-size: 20px
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-form.navbar-search.search-open .search-remove:hover {
        color: #ff7e55
    }
}

@media (max-width:599px) {
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-nav>li.dropdown,
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-nav>li.dropdown .navbar-btn,
    body.customer-area-active .cuar-css-wrapper .sb-l-m .navbar-wpca.navbar>.navbar-right {
        position: static !important
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .navbar-right:last-child {
        margin-right: 0
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown.open .dropdown-menu:after,
    body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown>.open .dropdown-menu:after {
        display: none
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-left .dropdown-menu,
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-left .open .dropdown-menu,
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-right .dropdown-menu,
    body.customer-area-active .cuar-css-wrapper .navbar-wpca .navbar-right .open .dropdown-menu {
        z-index: 1000;
        margin-top: 0 !important;
        float: left;
        position: absolute;
        top: 100%;
        left: -1px;
        min-width: 101%;
        list-style: none;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-role+.btn-group .multiselect-container.dropdown-menu,
    body.customer-area-active .cuar-css-wrapper .navbar-wpca #user-status+.btn-group .multiselect-container.dropdown-menu {
        top: 34px !important;
        position: absolute !important;
        right: 0;
        left: auto
    }
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .timeline-list li.timeline-item {
    padding: 18px 70px 18px 45px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .timeline-list li.timeline-item .timeline-icon {
    left: 9px;
    top: 12px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .timeline-list li.timeline-item:after {
    left: 21px;
    top: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .timeline-list li.timeline-item .timeline-desc {
    letter-spacing: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .timeline-list li.timeline-item .timeline-date {
    font-size: 11px;
    right: 8px;
    top: 17px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .chat-widget .media-left {
    padding-right: 10px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .chat-widget .media-right {
    padding-left: 10px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .chat-widget .media-left img,
body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .chat-widget .media-right img {
    max-width: 35px;
    border-radius: 2px;
    border: 0
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .chat-widget .media-body {
    padding: 5px;
    background-color: #fafafa
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .chat-widget .media-status:after {
    font-size: 9px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media-left {
    vertical-align: middle;
    padding-right: 11px;
    border-right: 1px dashed #ddd
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget a.media-left {
    color: #aaa;
    font-size: 18px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media-body {
    font-size: 12px;
    font-weight: 400;
    padding-left: 13px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media-heading {
    margin-bottom: 3px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media-right {
    position: absolute;
    right: 0;
    top: -3px;
    text-align: right
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media-right .btn.btn-xs {
    font-size: 11px;
    padding: 0 5px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media-right .media-response {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 2px
}

body.customer-area-active .cuar-css-wrapper .navbar-wpca.navbar .nav>li.dropdown .alerts-widget .media-right .media-response.single {
    font-size: 11px;
    padding-top: 10px
}

body.customer-area-active:not(.disable-tray-rescale) .cuar-css-wrapper .cuar-page.cuar-page-with-sidebar {
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper #cuar-js-page-content-wrapper {
    -webkit-transition: height .01s;
    -o-transition: height .01s;
    transition: height .01s
}

body.customer-area-active .cuar-css-wrapper #cuar-js-mobile-sidebar:not(:empty) {
    border-top: 1px solid #d6d6d6;
    background: #fff;
    padding: 15px
}

body.customer-area-active .cuar-css-wrapper #cuar-js-mobile-sidebar .tray-scroller {
    height: auto !important;
    min-height: 0 !important
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div,
body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>section {
    vertical-align: top;
    padding: 25px 11px
}

body.customer-area-active .cuar-css-wrapper #cuar-js-tray-scroller-wrapper {
    padding: 25px 0 0
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>aside {
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper .tray-left,
body.customer-area-active .cuar-css-wrapper .tray-right {
    position: absolute;
    width: 290px;
    min-height: 100%;
    padding: 0 0 0 15px;
    border-right: 1px solid #fff;
    background: #fff;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center,
body.customer-area-active .cuar-css-wrapper .tray-center {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center.tray-center-on-left,
body.customer-area-active .cuar-css-wrapper .tray-center.tray-center-on-left {
    padding-right: 301px
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center.tray-center-on-right,
body.customer-area-active .cuar-css-wrapper .tray-center.tray-center-on-right {
    padding-left: 301px
}

body.customer-area-active .cuar-css-wrapper .tray-right>#cuar-js-tray-scroller-wrapper,
body.customer-area-active .cuar-css-wrapper .tray-right>.tray-scroller {
    padding-right: 18px
}

body.customer-area-active .cuar-css-wrapper .tray-right>#cuar-js-tray-scroller-wrapper.scroller-active,
body.customer-area-active .cuar-css-wrapper .tray-right>.tray-scroller.scroller-active {
    padding-right: 0
}

body.customer-area-active .cuar-css-wrapper .tray-left>#cuar-js-tray-scroller-wrapper,
body.customer-area-active .cuar-css-wrapper .tray-left>.tray-scroller {
    padding-left: 18px
}

body.customer-area-active .cuar-css-wrapper .tray-left>#cuar-js-tray-scroller-wrapper.scroller-active,
body.customer-area-active .cuar-css-wrapper .tray-left>.tray-scroller.scroller-active {
    padding-left: 0
}

body.customer-area-active .cuar-css-wrapper .tray-right {
    border-left: 1px solid #d6d6d6;
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .tray-top {
    position: relative;
    width: 100%;
    min-height: 150px;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 15px
}

body.customer-area-active .cuar-css-wrapper .tray-top.light {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .tray-left .tray-nav.affix,
body.customer-area-active .cuar-css-wrapper .tray-right .tray-nav.affix {
    width: 289px
}

body.customer-area-active .cuar-css-wrapper .tray-bin {
    min-height: 65px;
    padding: 7px;
    margin: 0 -15px 15px;
    border: 1px dashed #d6d6d6;
    background: #eee
}

body.customer-area-active .cuar-css-wrapper .tray-bin.stretch {
    border-left: 0;
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .tray-bin div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

body.customer-area-active .cuar-css-wrapper .tray-bin .nav-label {
    text-align: center;
    font-size: 12px;
    color: rgba(35, 32, 30, .408);
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px
}

body.customer-area-active .cuar-css-wrapper .tray-title {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 5px 15px;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .icon-list {
    margin: 20px 0 30px;
    font-size: 14px;
    padding-left: 5px;
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .icon-list li+li {
    padding-top: 10px
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav {
    margin: 15px -15px
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav li a {
    width: 100%;
    padding: 11px 15px 11px 30px;
    color: rgba(65, 65, 65, .9168);
    font-size: 13px;
    background: #fff;
    border-top: 1px solid #ebebeb
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav li a .fa {
    padding-right: 18px
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav li.active a {
    color: #d0cfcf;
    background: #595959;
    border-color: #444;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav li.active a .fa {
    color: #515151
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav.tray-nav-arrow li.active:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 1px;
    left: 0;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav.tray-nav-arrow li.active a:after,
body.customer-area-active .cuar-css-wrapper ul.tray-nav.tray-nav-arrow li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 20px solid #dbdbdb;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav.tray-nav-arrow li.active a:before {
    border-left-color: #c7c7c7
}

body.customer-area-active .cuar-css-wrapper ul.tray-nav.tray-nav-arrow li:hover a:after {
    border-left-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .tray-right ul.tray-nav.tray-nav-arrow li.active:before {
    width: 100%;
    left: auto;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .tray-right ul.tray-nav.tray-nav-arrow li.active a:after,
body.customer-area-active .cuar-css-wrapper .tray-right ul.tray-nav.tray-nav-arrow li.active a:before {
    left: auto;
    right: 100%;
    border-left-color: transparent;
    border-right: 20px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .tray-right ul.tray-nav.tray-nav-arrow li.active a:before {
    border-left-color: transparent;
    border-right-color: #c7c7c7
}

body.customer-area-active .cuar-css-wrapper .tray-right ul.tray-nav.tray-nav-arrow li:hover a:after {
    border-left-color: transparent;
    border-right-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li a {
    font-size: 14px;
    padding: 12px 15px 12px 23px
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active:after {
    background: #515151
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li:hover:after {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .tray-right .tray-nav.tray-nav-border li:after {
    left: 0;
    right: auto
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-primary:after {
    background: #515151
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-success:after {
    background: #4caf50
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-info:after {
    background: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-warning:after {
    background: #ffc107
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-danger:after {
    background: #ff5722
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-alert:after {
    background: #673ab7
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-system:after {
    background: #009688
}

body.customer-area-active .cuar-css-wrapper .tray-nav.tray-nav-border li.active.nav-dark:after {
    background: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .tray-nav.affix,
body.customer-area-active .cuar-css-wrapper .tray .tray-affix {
    top: 55px
}

body.customer-area-active .cuar-css-wrapper #topbar.affix+.cuar-page-content .tray-nav.affix,
body.customer-area-active .cuar-css-wrapper #topbar.affix+.cuar-page-content .tray .tray-affix {
    top: 115px
}

body.customer-area-active .cuar-css-wrapper .tray-nav[data-nav-animate] li {
    display: none
}

body.customer-area-active .cuar-css-wrapper .tray-nav[data-nav-animate] li.animated {
    display: block
}

body.customer-area-active.tray-rescale.sb-r-o .cuar-css-wrapper .tray-center {
    padding-right: 20px !important
}

body.customer-area-active.tray-rescale.sb-r-o .cuar-css-wrapper .tray-left,
body.customer-area-active.tray-rescale.sb-r-o .cuar-css-wrapper .tray-right {
    display: none
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-left,
body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-right {
    position: absolute;
    z-index: 1;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: -245px
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-left {
    border-left: 1px solid #ddd
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-right>.tray-scroller {
    padding-right: 18px
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-right>.tray-scroller.scroller-active {
    padding-right: 3px
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-left>.tray-scroller {
    padding-left: 18px
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-left>.tray-scroller.scroller-active {
    padding-left: 3px
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-center {
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 58px !important
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-center.tray-on-bottom {
    padding-right: 12px !important
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-top+.tray-center {
    padding-right: inherit !important
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-left:hover,
body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-right:hover {
    opacity: 1;
    z-index: 999;
    right: 0
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-center .tray-scroller {
    margin-right: -20px;
    padding-right: 5px
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-scroller .scroller-handle {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.customer-area-active.tray-rescale .cuar-css-wrapper .tray-scroller:hover .scroller-handle {
    opacity: 1
}

body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .tray-left,
body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .tray-right {
    position: relative
}

body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center,
body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .tray-center {
    width: 100%
}

body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center.tray-center-on-left,
body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .tray-center.tray-center-on-left {
    padding-right: 11px
}

body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center.tray-center-on-right,
body.customer-area-active.disable-tray-rescale .cuar-css-wrapper .tray-center.tray-center-on-right {
    padding-left: 11px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content {
    text-align: left
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content:after,
body.customer-area-active .cuar-css-wrapper .collection .collection-content:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content:not(.list) .cuar-title {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.grid .gap,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.grid .mix {
    float: none !important;
    margin-right: -5px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .gap,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: none !important;
    margin-right: -5px
}

@media (min-width:1400px) {
    body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .gap,
    body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix {
        float: left;
        width: 50%
    }
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list:after,
body.customer-area-active .cuar-css-wrapper .collection .collection-content:after {
    content: "";
    display: inline-block;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .gap,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .gap,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix {
    vertical-align: top;
    text-align: left
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .gap,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .gap {
    display: none;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix {
    margin-top: 18px;
    padding: 5px 8px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix .panel,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix .panel {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix .panel img,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix .panel img {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-badges,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-badges {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-excerpt,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-excerpt {
    display: none
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-metas,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas {
    display: none;
    text-align: left;
    font-size: 11px;
    line-height: 11px;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas td,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas th,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-metas td,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-metas th,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas td,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas th,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas td,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas th {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 11px;
    line-height: 11px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas td,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-metas td,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas td,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas td {
    padding-left: 0
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas th,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-metas th,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas th,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas th {
    width: 9px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-metas,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: -1px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas {
    background: #f9f9f8
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas .fa,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas .fa {
    padding-right: 5px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail-icon,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail-icon {
    font-size: 40px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail {
    text-align: center;
    background: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail a,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail a {
    display: block;
    position: relative;
    color: #6a6968
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail a,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail a:active,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail a:focus,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail a:hover,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail a:visited,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail a>*,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail a,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail a:active,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail a:focus,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail a:hover,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail a:visited,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail a>* {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder {
    padding: 68% 0 0;
    background-image: -o-linear-gradient(to left bottom, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 25%, rgba(220, 217, 214, .5) 25%, rgba(220, 217, 214, .5) 50%, rgba(197, 190, 187, .6) 50%, rgba(197, 190, 187, .6) 75%, rgba(220, 217, 214, .5) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(197, 190, 187, 0.6)", endColorstr="rgba(220, 217, 214, 0.5)", GradientType=0);
    background-image: -o-linear-gradient(right top, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 25%, rgba(220, 217, 214, .5) 25%, rgba(220, 217, 214, .5) 50%, rgba(197, 190, 187, .6) 50%, rgba(197, 190, 187, .6) 75%, rgba(220, 217, 214, .5) 75%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, rgba(197, 190, 187, .6)), color-stop(25%, rgba(197, 190, 187, .6)), color-stop(0, rgba(220, 217, 214, .5)), color-stop(50%, rgba(220, 217, 214, .5)), color-stop(0, rgba(197, 190, 187, .6)), color-stop(75%, rgba(197, 190, 187, .6)), color-stop(0, rgba(220, 217, 214, .5)));
    background-image: -o-linear-gradient(right top, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 25%, rgba(220, 217, 214, .5) 0, rgba(220, 217, 214, .5) 50%, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 75%, rgba(220, 217, 214, .5) 0);
    background-image: linear-gradient(to left bottom, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 25%, rgba(220, 217, 214, .5) 0, rgba(220, 217, 214, .5) 50%, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 75%, rgba(220, 217, 214, .5) 0);
    background-size: 8px 8px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin-top: -68%
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay .collection-thumbnail-valign,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay .collection-thumbnail-valign {
    position: relative;
    padding: 25% 12px 9px;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    display: table
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay .collection-thumbnail-valign .collection-thumbnail-overlay-content,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay .collection-thumbnail-valign .collection-thumbnail-overlay-content {
    width: 100%;
    vertical-align: middle;
    display: table-cell
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay .collection-thumbnail-valign .collection-thumbnail-overlay-content>*,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder .collection-thumbnail-overlay .collection-thumbnail-valign .collection-thumbnail-overlay-content>* {
    display: block
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder *,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder * {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder:hover,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder :hover,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder:hover,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail.thumb-active .collection-thumbnail-padder :hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .gap,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix {
    margin-bottom: 18px
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item {
    display: inline-block !important
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-list-blocks {
    display: table;
    width: 100%;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-list-blocks .collection-list-left,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-list-blocks .collection-list-right {
    display: table-cell
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-list-blocks .collection-list-right {
    width: auto;
    padding-left: 12px;
    vertical-align: top;
    border-left: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-list-blocks .collection-list-right:not(.collection-footer-meta-owner) {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-list-blocks .collection-list-left {
    width: 25%;
    min-width: 150px;
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas {
    display: table;
    clear: both
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-excerpt {
    display: block;
    word-break: break-word
}

body.customer-area-active .cuar-css-wrapper .collection .fail-message {
    display: none;
    margin-top: 18px
}

body.customer-area-active .cuar-css-wrapper .collection .fail .fail-message {
    display: block
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 9px 12px;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li {
    display: inline-block;
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li a {
    -webkit-user-drag: none;
    background-color: #595959;
    color: #d0cfcf;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li a:active,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li a:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li a:hover {
    background-color: #444;
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li a .current-info,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li a .number {
    display: none
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li {
        display: block !important;
        width: 100% !important;
        margin-bottom: 4px !important;
        border-left: 0 !important;
        border-right: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li:after,
    body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li:before {
        right: auto !important;
        left: auto !important;
        width: 0 !important;
        height: 0 !important;
        border: 0 transparent !important
    }
    body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li a {
        border-radius: 5px !important
    }
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li.last {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li.disabled a {
    background-color: rgba(210, 210, 209, .704) !important;
    color: rgba(0, 0, 0, .26);
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li.current a {
    background-color: #3d3d3d;
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li.current a:focus {
    outline-color: transparent
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps .dashicons,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps .fa,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps .glyphicon {
    display: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .content {
    background-color: #fff;
    border: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .content>.alert {
    margin: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .content+.actions {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .cuar-js-wizard-section-title {
    display: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .cuar-js-wizard-section.body {
    padding: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .actions {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 5px 8px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .actions ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .actions li {
    display: inline-block;
    margin-left: 18px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .actions li a {
    -webkit-user-drag: none;
    background-color: #595959;
    color: #d0cfcf;
    display: inline-block;
    padding: 1px 5px;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .actions li.disabled a {
    background-color: rgba(181, 175, 171, .8224) !important;
    color: rgba(35, 32, 30, .408);
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-icons .steps .dashicons,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-icons .steps .fa,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-icons .steps .glyphicon {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-left .steps {
    text-align: left
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-right .steps {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-justified .steps {
    position: relative;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-justified .steps li {
    display: table-cell;
    float: none;
    position: relative;
    width: 1%
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-justified .steps li a {
    display: block
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-justified .content {
    padding-top: 1px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-tabs .steps {
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    height: 55px;
    padding: 0;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-tabs .steps li {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-tabs .steps li a {
    padding: 18px 23px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-tabs .content {
    padding-top: 1px;
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows.steps-tabs .steps {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows.steps-tabs .steps a {
    border-radius: 0 !important
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps {
    overflow-x: auto
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li {
    position: relative;
    overflow: visible;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li+li {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:first-child {
    border-left: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:first-child a {
    border-radius: 5px 0 0 5px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:last-child {
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:last-child a {
    border-radius: 0 5px 5px 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li a {
    border-radius: 0;
    padding: 8px 18px;
    white-space: nowrap;
    height: 38px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: -19px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #595959;
    border-style: solid;
    border-width: 19px 0 19px 19px;
    z-index: 9
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -19px;
    width: 0;
    height: 0;
    border-color: #595959 #595959 #595959 transparent;
    border-style: solid;
    border-width: 19px 0 19px 19px;
    z-index: 8
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:first-child:after,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:last-child:before {
    content: normal
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li.disabled:before {
    border-color: transparent transparent transparent rgba(210, 210, 209, .704) !important;
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li.disabled:after {
    border-color: rgba(210, 210, 209, .704) rgba(210, 210, 209, .704) rgba(210, 210, 209, .704) transparent !important;
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:hover:before,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li[aria-selected=true]:before {
    border-color: transparent transparent transparent #444
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:hover:after,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li[aria-selected=true]:after {
    border-color: #444 #444 #444 transparent
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:hover a,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li[aria-selected=true] a {
    background-color: #444
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .content {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-numbers .steps li a .number {
    display: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .cuar-submit-container {
    margin: 11px -11px -11px
}

body.customer-area-active .cuar-css-wrapper .search-section .search-result+.search-result {
    margin-top: 18px;
    padding-top: 9px;
    border-top: 1px dashed #d6d6d6;
    word-break: break-word
}

body.customer-area-active .cuar-css-wrapper .search-section .search-result>a,
body.customer-area-active .cuar-css-wrapper .search-section .search-result h3 {
    display: block;
    margin-bottom: 12px
}

body.customer-area-active .cuar-css-wrapper .search-section ul.result-meta {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
    margin-bottom: 5px;
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .search-section ul.result-meta>li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .search-section ul.result-meta>li+li {
    padding-left: 8px
}

body.customer-area-active .cuar-css-wrapper .search-section ul.result-meta>li+li:after {
    content: "-";
    position: absolute;
    top: 0;
    left: 0
}

body.customer-area-active .cuar-css-wrapper .search-section .search-divider {
    height: 0;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px
}

body.customer-area-active .cuar-css-wrapper .search-section .search-divider .search-divider-content {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    background: #fff;
    top: -9px;
    font-size: 16px;
    line-height: 18px
}

body.customer-area-active .cuar-css-wrapper .search-section .panel .search-divider .search-divider-content,
body.customer-area-active .cuar-css-wrapper .search-section .tab-content .search-divider .search-divider-content {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .search-section .bg-light .search-divider .search-divider-content {
    background: #fafafa
}

body.customer-area-active .cuar-css-wrapper .search-section .bg-light.light .search-divider .search-divider-content {
    background: #fefefe
}

body.customer-area-active .cuar-css-wrapper .search-section .bg-light.dark .search-divider .search-divider-content {
    background: #f2f2f2
}

body.customer-area-active .cuar-css-wrapper .search-section .well .search-divider .search-divider-content {
    background: #f5f5f5
}

body.customer-area-active .cuar-css-wrapper .bg-primary {
    background-color: #515151 !important;
    color: #eeeded
}

abody.customer-area-active .cuar-css-wrapper .bg-primary:hover {
    background-color: #373737 !important
}

body.customer-area-active .cuar-css-wrapper .bg-primary .text-muted {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-primary .text-darken {
    color: #d5d4d2
}

body.customer-area-active .cuar-css-wrapper .bg-primary.light {
    background-color: #606060 !important
}

body.customer-area-active .cuar-css-wrapper .bg-primary.lighter {
    background-color: #6a6a6a !important
}

body.customer-area-active .cuar-css-wrapper .bg-primary.dark {
    background-color: #424242 !important
}

body.customer-area-active .cuar-css-wrapper .bg-primary.darker {
    background-color: #373737 !important
}

body.customer-area-active .cuar-css-wrapper .bg-primary .open>a,
body.customer-area-active .cuar-css-wrapper .bg-primary .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-primary .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-success {
    background-color: #4caf50 !important;
    color: #eeeded
}

abody.customer-area-active .cuar-css-wrapper .bg-success:hover {
    background-color: #3d8b40 !important
}

body.customer-area-active .cuar-css-wrapper .bg-success .text-muted {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-success .text-darken {
    color: #d5d4d2
}

body.customer-area-active .cuar-css-wrapper .bg-success.light {
    background-color: #60ba63 !important
}

body.customer-area-active .cuar-css-wrapper .bg-success.lighter {
    background-color: #6ec071 !important
}

body.customer-area-active .cuar-css-wrapper .bg-success.dark {
    background-color: #439a46 !important
}

body.customer-area-active .cuar-css-wrapper .bg-success.darker {
    background-color: #3d8b40 !important
}

body.customer-area-active .cuar-css-wrapper .bg-success .open>a,
body.customer-area-active .cuar-css-wrapper .bg-success .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-success .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-info {
    background-color: #03a9f4 !important;
    color: #eeeded
}

abody.customer-area-active .cuar-css-wrapper .bg-info:hover {
    background-color: #0286c2 !important
}

body.customer-area-active .cuar-css-wrapper .bg-info .text-muted {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-info .text-darken {
    color: #d5d4d2
}

body.customer-area-active .cuar-css-wrapper .bg-info.light {
    background-color: #19b6fc !important
}

body.customer-area-active .cuar-css-wrapper .bg-info.lighter {
    background-color: #2ebcfc !important
}

body.customer-area-active .cuar-css-wrapper .bg-info.dark {
    background-color: #0394d6 !important
}

body.customer-area-active .cuar-css-wrapper .bg-info.darker {
    background-color: #0286c2 !important
}

body.customer-area-active .cuar-css-wrapper .bg-info .open>a,
body.customer-area-active .cuar-css-wrapper .bg-info .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-info .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-warning {
    background-color: #ffc107 !important;
    color: rgba(7, 6, 6, .896)
}

abody.customer-area-active .cuar-css-wrapper .bg-warning:hover {
    background-color: #d39e00 !important
}

body.customer-area-active .cuar-css-wrapper .bg-warning .text-muted {
    color: rgba(102, 83, 64, .896)
}

body.customer-area-active .cuar-css-wrapper .bg-warning .text-darken {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .bg-warning.light {
    background-color: #ffc926 !important
}

body.customer-area-active .cuar-css-wrapper .bg-warning.lighter {
    background-color: #ffce3a !important
}

body.customer-area-active .cuar-css-wrapper .bg-warning.dark {
    background-color: #e7ae00 !important
}

body.customer-area-active .cuar-css-wrapper .bg-warning.darker {
    background-color: #d39e00 !important
}

body.customer-area-active .cuar-css-wrapper .bg-warning .open>a,
body.customer-area-active .cuar-css-wrapper .bg-warning .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-warning .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-danger {
    background-color: #ff5722 !important;
    color: #eeeded
}

abody.customer-area-active .cuar-css-wrapper .bg-danger:hover {
    background-color: #ee3900 !important
}

body.customer-area-active .cuar-css-wrapper .bg-danger .text-muted {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-danger .text-darken {
    color: #d5d4d2
}

body.customer-area-active .cuar-css-wrapper .bg-danger.light {
    background-color: #ff6e41 !important
}

body.customer-area-active .cuar-css-wrapper .bg-danger.lighter {
    background-color: #ff7e55 !important
}

body.customer-area-active .cuar-css-wrapper .bg-danger.dark {
    background-color: #ff4003 !important
}

body.customer-area-active .cuar-css-wrapper .bg-danger.darker {
    background-color: #ee3900 !important
}

body.customer-area-active .cuar-css-wrapper .bg-danger .open>a,
body.customer-area-active .cuar-css-wrapper .bg-danger .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-danger .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-alert {
    background-color: #673ab7 !important;
    color: #eeeded
}

abody.customer-area-active .cuar-css-wrapper .bg-alert:hover {
    background-color: #512e90 !important
}

body.customer-area-active .cuar-css-wrapper .bg-alert .text-muted {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-alert .text-darken {
    color: #d5d4d2
}

body.customer-area-active .cuar-css-wrapper .bg-alert.light {
    background-color: #764ac6 !important
}

body.customer-area-active .cuar-css-wrapper .bg-alert.lighter {
    background-color: #8259cb !important
}

body.customer-area-active .cuar-css-wrapper .bg-alert.dark {
    background-color: #5a33a0 !important
}

body.customer-area-active .cuar-css-wrapper .bg-alert.darker {
    background-color: #512e90 !important
}

body.customer-area-active .cuar-css-wrapper .bg-alert .open>a,
body.customer-area-active .cuar-css-wrapper .bg-alert .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-alert .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-system {
    background-color: #009688 !important;
    color: #eeeded
}

abody.customer-area-active .cuar-css-wrapper .bg-system:hover {
    background-color: #00635a !important
}

body.customer-area-active .cuar-css-wrapper .bg-system .text-muted {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-system .text-darken {
    color: #d5d4d2
}

body.customer-area-active .cuar-css-wrapper .bg-system.light {
    background-color: #00b5a4 !important
}

body.customer-area-active .cuar-css-wrapper .bg-system.lighter {
    background-color: #00c9b6 !important
}

body.customer-area-active .cuar-css-wrapper .bg-system.dark {
    background-color: #00776c !important
}

body.customer-area-active .cuar-css-wrapper .bg-system.darker {
    background-color: #00635a !important
}

body.customer-area-active .cuar-css-wrapper .bg-system .open>a,
body.customer-area-active .cuar-css-wrapper .bg-system .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-system .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-dark {
    background-color: #c5bebb !important;
    color: rgba(7, 6, 6, .896)
}

abody.customer-area-active .cuar-css-wrapper .bg-dark:hover {
    background-color: #ada49f !important
}

body.customer-area-active .cuar-css-wrapper .bg-dark .text-muted {
    color: rgba(102, 83, 64, .896)
}

body.customer-area-active .cuar-css-wrapper .bg-dark .text-darken {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .bg-dark.light {
    background-color: #d3cecb !important
}

body.customer-area-active .cuar-css-wrapper .bg-dark.lighter {
    background-color: #dcd8d6 !important
}

body.customer-area-active .cuar-css-wrapper .bg-dark.dark {
    background-color: #b7afaa !important
}

body.customer-area-active .cuar-css-wrapper .bg-dark.darker {
    background-color: #ada49f !important
}

body.customer-area-active .cuar-css-wrapper .bg-dark .open>a,
body.customer-area-active .cuar-css-wrapper .bg-dark .open>a:focus,
body.customer-area-active .cuar-css-wrapper .bg-dark .open>a:hover {
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-light {
    background-color: #fafafa;
    color: #666
}

abody.customer-area-active .cuar-css-wrapper .bg-light:hover {
    background-color: #ededed !important
}

body.customer-area-active .cuar-css-wrapper .bg-light .text-muted {
    color: #999
}

body.customer-area-active .cuar-css-wrapper .bg-light .text-darken {
    color: #222
}

body.customer-area-active .cuar-css-wrapper .bg-light.light {
    background-color: #fefefe
}

body.customer-area-active .cuar-css-wrapper .bg-light.lighter {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-light.dark {
    background-color: #f2f2f2
}

body.customer-area-active .cuar-css-wrapper .bg-light.darker {
    background-color: #e7e7e7
}

body.customer-area-active .cuar-css-wrapper .bg-white {
    background-color: #fafafa;
    color: #666;
    background-color: #fff !important
}

abody.customer-area-active .cuar-css-wrapper .bg-white:hover {
    background-color: #1c1c1c !important
}

body.customer-area-active .cuar-css-wrapper .bg-white .text-muted {
    color: #999
}

body.customer-area-active .cuar-css-wrapper .bg-white .text-darken {
    color: #222
}

body.customer-area-active .cuar-css-wrapper .bg-white.light {
    background-color: #fefefe
}

body.customer-area-active .cuar-css-wrapper .bg-white.lighter {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .bg-white.dark {
    background-color: #f2f2f2
}

body.customer-area-active .cuar-css-wrapper .bg-white.darker {
    background-color: #e7e7e7
}

body.customer-area-active .cuar-css-wrapper .badge-default {
    background-color: #fff;
    color: rgba(7, 6, 6, .896);
    border: 1px solid #ebebeb
}

body.customer-area-active .cuar-css-wrapper .badge-default[href]:focus,
body.customer-area-active .cuar-css-wrapper .badge-default[href]:hover {
    background-color: rgba(7, 6, 6, .896);
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .badge-primary {
    background-color: #595959;
    color: #eeeded;
    border: 1px solid #444
}

body.customer-area-active .cuar-css-wrapper .badge-primary[href]:focus,
body.customer-area-active .cuar-css-wrapper .badge-primary[href]:hover {
    background-color: #eeeded;
    color: #595959
}

body.customer-area-active .cuar-css-wrapper .badge-success {
    background-color: #55b559;
    color: #eeeded;
    border: 1px solid #449d48
}

body.customer-area-active .cuar-css-wrapper .badge-success[href]:focus,
body.customer-area-active .cuar-css-wrapper .badge-success[href]:hover {
    background-color: #eeeded;
    color: #55b559
}

body.customer-area-active .cuar-css-wrapper .badge-info {
    background-color: #0ab1fc;
    color: #eeeded;
    border: 1px solid #0398db
}

body.customer-area-active .cuar-css-wrapper .badge-info[href]:focus,
body.customer-area-active .cuar-css-wrapper .badge-info[href]:hover {
    background-color: #eeeded;
    color: #0ab1fc
}

body.customer-area-active .cuar-css-wrapper .badge-warning {
    background-color: #ffc516;
    color: rgba(7, 6, 6, .896);
    border: 1px solid #ecb100
}

body.customer-area-active .cuar-css-wrapper .badge-warning[href]:focus,
body.customer-area-active .cuar-css-wrapper .badge-warning[href]:hover {
    background-color: rgba(7, 6, 6, .896);
    color: #ffc516
}

body.customer-area-active .cuar-css-wrapper .badge-danger {
    background-color: #ff6331;
    color: #eeeded;
    border: 1px solid #ff4409
}

body.customer-area-active .cuar-css-wrapper .badge-danger[href]:focus,
body.customer-area-active .cuar-css-wrapper .badge-danger[href]:hover {
    background-color: #eeeded;
    color: #ff6331
}

body.customer-area-active .cuar-css-wrapper .badge-alert {
    background-color: #6e3ec2;
    color: #eeeded;
    border: 1px solid #5c34a4
}

body.customer-area-active .cuar-css-wrapper .badge-alert[href]:focus,
body.customer-area-active .cuar-css-wrapper .badge-alert[href]:hover {
    background-color: #eeeded;
    color: #6e3ec2
}

body.customer-area-active .cuar-css-wrapper .label-muted {
    background-color: #fff;
    color: rgba(7, 6, 6, .896);
    border: 1px solid #ebebeb
}

body.customer-area-active .cuar-css-wrapper .label-muted[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-muted[href]:hover {
    background-color: rgba(7, 6, 6, .896);
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .label-default {
    background-color: #fff;
    color: rgba(7, 6, 6, .896);
    border: 1px solid #ebebeb
}

body.customer-area-active .cuar-css-wrapper .label-default[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-default[href]:hover {
    background-color: rgba(7, 6, 6, .896);
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .label-primary {
    background-color: #595959;
    color: #eeeded;
    border: 1px solid #444
}

body.customer-area-active .cuar-css-wrapper .label-primary[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-primary[href]:hover {
    background-color: #eeeded;
    color: #595959
}

body.customer-area-active .cuar-css-wrapper .label-success {
    background-color: #55b559;
    color: #eeeded;
    border: 1px solid #449d48
}

body.customer-area-active .cuar-css-wrapper .label-success[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-success[href]:hover {
    background-color: #eeeded;
    color: #55b559
}

body.customer-area-active .cuar-css-wrapper .label-info {
    background-color: #0ab1fc;
    color: #eeeded;
    border: 1px solid #0398db
}

body.customer-area-active .cuar-css-wrapper .label-info[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-info[href]:hover {
    background-color: #eeeded;
    color: #0ab1fc
}

body.customer-area-active .cuar-css-wrapper .label-warning {
    background-color: #ffc516;
    color: rgba(7, 6, 6, .896);
    border: 1px solid #ecb100
}

body.customer-area-active .cuar-css-wrapper .label-warning[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-warning[href]:hover {
    background-color: rgba(7, 6, 6, .896);
    color: #ffc516
}

body.customer-area-active .cuar-css-wrapper .label-danger {
    background-color: #ff6331;
    color: #eeeded;
    border: 1px solid #ff4409
}

body.customer-area-active .cuar-css-wrapper .label-danger[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-danger[href]:hover {
    background-color: #eeeded;
    color: #ff6331
}

body.customer-area-active .cuar-css-wrapper .label-alert {
    background-color: #6e3ec2;
    color: #eeeded;
    border: 1px solid #5c34a4
}

body.customer-area-active .cuar-css-wrapper .label-alert[href]:focus,
body.customer-area-active .cuar-css-wrapper .label-alert[href]:hover {
    background-color: #eeeded;
    color: #6e3ec2
}

body.customer-area-active .cuar-css-wrapper .btn-default {
    color: rgba(65, 65, 65, .9168);
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-default,
body.customer-area-active .cuar-css-wrapper .btn-default.active,
body.customer-area-active .cuar-css-wrapper .btn-default:active,
body.customer-area-active .cuar-css-wrapper .btn-default:focus,
body.customer-area-active .cuar-css-wrapper .btn-default:hover {
    color: rgba(65, 65, 65, .9168);
    background-color: #f9f9f9
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-default,
body.customer-area-active .cuar-css-wrapper .btn-default.active,
body.customer-area-active .cuar-css-wrapper .btn-default:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .btn-default.disabled,
body.customer-area-active .cuar-css-wrapper .btn-default.disabled.active,
body.customer-area-active .cuar-css-wrapper .btn-default.disabled:active,
body.customer-area-active .cuar-css-wrapper .btn-default.disabled:focus,
body.customer-area-active .cuar-css-wrapper .btn-default.disabled:hover,
body.customer-area-active .cuar-css-wrapper .btn-default[disabled],
body.customer-area-active .cuar-css-wrapper .btn-default[disabled].active,
body.customer-area-active .cuar-css-wrapper .btn-default[disabled]:active,
body.customer-area-active .cuar-css-wrapper .btn-default[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-default[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default.active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default:hover {
    background-color: #fff;
    border-color: #ebebeb
}

body.customer-area-active .cuar-css-wrapper .btn-default .badge {
    color: #fff;
    background-color: rgba(65, 65, 65, .9168)
}

body.customer-area-active .cuar-css-wrapper .btn-default.btn-gradient {
    text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .09);
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .9) 10%, hsla(0, 0%, 100%, .3) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .3)));
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .9) 10%, hsla(0, 0%, 100%, .3));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9) 10%, hsla(0, 0%, 100%, .3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff", endColorstr="#00ffffff", GradientType=0)
}

body.customer-area-active .cuar-css-wrapper .btn-default.light {
    background-color: #fafafa
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-default.light,
body.customer-area-active .cuar-css-wrapper .btn-default.light.active,
body.customer-area-active .cuar-css-wrapper .btn-default.light:active,
body.customer-area-active .cuar-css-wrapper .btn-default.light:focus,
body.customer-area-active .cuar-css-wrapper .btn-default.light:hover {
    background-color: #fbfbfb
}

body.customer-area-active .cuar-css-wrapper .btn-default.dark {
    background-color: #f7f7f7
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-default.dark,
body.customer-area-active .cuar-css-wrapper .btn-default.dark.active,
body.customer-area-active .cuar-css-wrapper .btn-default.dark:active,
body.customer-area-active .cuar-css-wrapper .btn-default.dark:focus,
body.customer-area-active .cuar-css-wrapper .btn-default.dark:hover {
    background-color: #f0f0f0
}

body.customer-area-active .cuar-css-wrapper .btn-primary {
    color: #d0cfcf;
    background-color: #595959
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-primary,
body.customer-area-active .cuar-css-wrapper .btn-primary.active,
body.customer-area-active .cuar-css-wrapper .btn-primary:active,
body.customer-area-active .cuar-css-wrapper .btn-primary:focus,
body.customer-area-active .cuar-css-wrapper .btn-primary:hover {
    color: #d0cfcf;
    background-color: #464646;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-primary,
body.customer-area-active .cuar-css-wrapper .btn-primary.active,
body.customer-area-active .cuar-css-wrapper .btn-primary:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .btn-primary.disabled,
body.customer-area-active .cuar-css-wrapper .btn-primary.disabled.active,
body.customer-area-active .cuar-css-wrapper .btn-primary.disabled:active,
body.customer-area-active .cuar-css-wrapper .btn-primary.disabled:focus,
body.customer-area-active .cuar-css-wrapper .btn-primary.disabled:hover,
body.customer-area-active .cuar-css-wrapper .btn-primary[disabled],
body.customer-area-active .cuar-css-wrapper .btn-primary[disabled].active,
body.customer-area-active .cuar-css-wrapper .btn-primary[disabled]:active,
body.customer-area-active .cuar-css-wrapper .btn-primary[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-primary[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-primary,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-primary.active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-primary:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-primary:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-primary:hover {
    background-color: #595959;
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper .btn-primary .badge {
    color: #595959;
    background-color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .btn-primary.light {
    background-color: #686868
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-primary.light,
body.customer-area-active .cuar-css-wrapper .btn-primary.dark,
body.customer-area-active .cuar-css-wrapper .btn-primary.light.active,
body.customer-area-active .cuar-css-wrapper .btn-primary.light:active,
body.customer-area-active .cuar-css-wrapper .btn-primary.light:focus,
body.customer-area-active .cuar-css-wrapper .btn-primary.light:hover {
    background-color: #494949
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-primary.dark,
body.customer-area-active .cuar-css-wrapper .btn-primary.dark.active,
body.customer-area-active .cuar-css-wrapper .btn-primary.dark:active,
body.customer-area-active .cuar-css-wrapper .btn-primary.dark:focus,
body.customer-area-active .cuar-css-wrapper .btn-primary.dark:hover {
    background-color: #3a3a3a
}

body.customer-area-active .cuar-css-wrapper .btn-success {
    color: #cfe2cf;
    background-color: #55b559
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-success,
body.customer-area-active .cuar-css-wrapper .btn-success.active,
body.customer-area-active .cuar-css-wrapper .btn-success:active,
body.customer-area-active .cuar-css-wrapper .btn-success:focus,
body.customer-area-active .cuar-css-wrapper .btn-success:hover {
    color: #cfe2cf;
    background-color: #459f49;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-success,
body.customer-area-active .cuar-css-wrapper .btn-success.active,
body.customer-area-active .cuar-css-wrapper .btn-success:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .btn-success.disabled,
body.customer-area-active .cuar-css-wrapper .btn-success.disabled.active,
body.customer-area-active .cuar-css-wrapper .btn-success.disabled:active,
body.customer-area-active .cuar-css-wrapper .btn-success.disabled:focus,
body.customer-area-active .cuar-css-wrapper .btn-success.disabled:hover,
body.customer-area-active .cuar-css-wrapper .btn-success[disabled],
body.customer-area-active .cuar-css-wrapper .btn-success[disabled].active,
body.customer-area-active .cuar-css-wrapper .btn-success[disabled]:active,
body.customer-area-active .cuar-css-wrapper .btn-success[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-success[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-success,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-success.active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-success:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-success:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-success:hover {
    background-color: #55b559;
    border-color: #449d48
}

body.customer-area-active .cuar-css-wrapper .btn-success .badge {
    color: #55b559;
    background-color: #cfe2cf
}

body.customer-area-active .cuar-css-wrapper .btn-success.light {
    background-color: #6abe6e
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-success.light,
body.customer-area-active .cuar-css-wrapper .btn-success.dark,
body.customer-area-active .cuar-css-wrapper .btn-success.light.active,
body.customer-area-active .cuar-css-wrapper .btn-success.light:active,
body.customer-area-active .cuar-css-wrapper .btn-success.light:focus,
body.customer-area-active .cuar-css-wrapper .btn-success.light:hover {
    background-color: #47a44b
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-success.dark,
body.customer-area-active .cuar-css-wrapper .btn-success.dark.active,
body.customer-area-active .cuar-css-wrapper .btn-success.dark:active,
body.customer-area-active .cuar-css-wrapper .btn-success.dark:focus,
body.customer-area-active .cuar-css-wrapper .btn-success.dark:hover {
    background-color: #3e8f41
}

body.customer-area-active .cuar-css-wrapper .btn-info {
    color: #c0e1f0;
    background-color: #0ab1fc
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-info,
body.customer-area-active .cuar-css-wrapper .btn-info.active,
body.customer-area-active .cuar-css-wrapper .btn-info:active,
body.customer-area-active .cuar-css-wrapper .btn-info:focus,
body.customer-area-active .cuar-css-wrapper .btn-info:hover {
    color: #c0e1f0;
    background-color: #0399dd;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-info,
body.customer-area-active .cuar-css-wrapper .btn-info.active,
body.customer-area-active .cuar-css-wrapper .btn-info:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .btn-info.disabled,
body.customer-area-active .cuar-css-wrapper .btn-info.disabled.active,
body.customer-area-active .cuar-css-wrapper .btn-info.disabled:active,
body.customer-area-active .cuar-css-wrapper .btn-info.disabled:focus,
body.customer-area-active .cuar-css-wrapper .btn-info.disabled:hover,
body.customer-area-active .cuar-css-wrapper .btn-info[disabled],
body.customer-area-active .cuar-css-wrapper .btn-info[disabled].active,
body.customer-area-active .cuar-css-wrapper .btn-info[disabled]:active,
body.customer-area-active .cuar-css-wrapper .btn-info[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-info[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-info,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-info.active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-info:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-info:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-info:hover {
    background-color: #0ab1fc;
    border-color: #0398db
}

body.customer-area-active .cuar-css-wrapper .btn-info .badge {
    color: #0ab1fc;
    background-color: #c0e1f0
}

body.customer-area-active .cuar-css-wrapper .btn-info.light {
    background-color: #29bafc
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-info.light,
body.customer-area-active .cuar-css-wrapper .btn-info.dark,
body.customer-area-active .cuar-css-wrapper .btn-info.light.active,
body.customer-area-active .cuar-css-wrapper .btn-info.light:active,
body.customer-area-active .cuar-css-wrapper .btn-info.light:focus,
body.customer-area-active .cuar-css-wrapper .btn-info.light:hover {
    background-color: #039fe5
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-info.dark,
body.customer-area-active .cuar-css-wrapper .btn-info.dark.active,
body.customer-area-active .cuar-css-wrapper .btn-info.dark:active,
body.customer-area-active .cuar-css-wrapper .btn-info.dark:focus,
body.customer-area-active .cuar-css-wrapper .btn-info.dark:hover {
    background-color: #028ac7
}

body.customer-area-active .cuar-css-wrapper .btn-warning {
    color: rgba(65, 51, 10, .9168);
    background-color: #ffc516
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-warning,
body.customer-area-active .cuar-css-wrapper .btn-warning.active,
body.customer-area-active .cuar-css-wrapper .btn-warning:active,
body.customer-area-active .cuar-css-wrapper .btn-warning:focus,
body.customer-area-active .cuar-css-wrapper .btn-warning:hover {
    color: rgba(65, 51, 10, .9168);
    background-color: #efb300;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-warning,
body.customer-area-active .cuar-css-wrapper .btn-warning.active,
body.customer-area-active .cuar-css-wrapper .btn-warning:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .btn-warning.disabled,
body.customer-area-active .cuar-css-wrapper .btn-warning.disabled.active,
body.customer-area-active .cuar-css-wrapper .btn-warning.disabled:active,
body.customer-area-active .cuar-css-wrapper .btn-warning.disabled:focus,
body.customer-area-active .cuar-css-wrapper .btn-warning.disabled:hover,
body.customer-area-active .cuar-css-wrapper .btn-warning[disabled],
body.customer-area-active .cuar-css-wrapper .btn-warning[disabled].active,
body.customer-area-active .cuar-css-wrapper .btn-warning[disabled]:active,
body.customer-area-active .cuar-css-wrapper .btn-warning[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-warning[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-warning,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-warning.active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-warning:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-warning:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-warning:hover {
    background-color: #ffc516;
    border-color: #ecb100
}

body.customer-area-active .cuar-css-wrapper .btn-warning .badge {
    color: #ffc516;
    background-color: rgba(65, 51, 10, .9168)
}

body.customer-area-active .cuar-css-wrapper .btn-warning.light {
    background-color: #ffcc35
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-warning.light,
body.customer-area-active .cuar-css-wrapper .btn-warning.dark,
body.customer-area-active .cuar-css-wrapper .btn-warning.light.active,
body.customer-area-active .cuar-css-wrapper .btn-warning.light:active,
body.customer-area-active .cuar-css-wrapper .btn-warning.light:focus,
body.customer-area-active .cuar-css-wrapper .btn-warning.light:hover {
    background-color: #f7b900
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-warning.dark,
body.customer-area-active .cuar-css-wrapper .btn-warning.dark.active,
body.customer-area-active .cuar-css-wrapper .btn-warning.dark:active,
body.customer-area-active .cuar-css-wrapper .btn-warning.dark:focus,
body.customer-area-active .cuar-css-wrapper .btn-warning.dark:hover {
    background-color: #d8a200
}

body.customer-area-active .cuar-css-wrapper .btn-danger {
    color: #f1d1c7;
    background-color: #ff6331
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-danger,
body.customer-area-active .cuar-css-wrapper .btn-danger.active,
body.customer-area-active .cuar-css-wrapper .btn-danger:active,
body.customer-area-active .cuar-css-wrapper .btn-danger:focus,
body.customer-area-active .cuar-css-wrapper .btn-danger:hover {
    color: #f1d1c7;
    background-color: #ff460b;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-danger,
body.customer-area-active .cuar-css-wrapper .btn-danger.active,
body.customer-area-active .cuar-css-wrapper .btn-danger:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .btn-danger.disabled,
body.customer-area-active .cuar-css-wrapper .btn-danger.disabled.active,
body.customer-area-active .cuar-css-wrapper .btn-danger.disabled:active,
body.customer-area-active .cuar-css-wrapper .btn-danger.disabled:focus,
body.customer-area-active .cuar-css-wrapper .btn-danger.disabled:hover,
body.customer-area-active .cuar-css-wrapper .btn-danger[disabled],
body.customer-area-active .cuar-css-wrapper .btn-danger[disabled].active,
body.customer-area-active .cuar-css-wrapper .btn-danger[disabled]:active,
body.customer-area-active .cuar-css-wrapper .btn-danger[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-danger[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-danger,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-danger.active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-danger:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-danger:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-danger:hover {
    background-color: #ff6331;
    border-color: #ff4409
}

body.customer-area-active .cuar-css-wrapper .btn-danger .badge {
    color: #ff6331;
    background-color: #f1d1c7
}

body.customer-area-active .cuar-css-wrapper .btn-danger.light {
    background-color: #ff7a50
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-danger.light,
body.customer-area-active .cuar-css-wrapper .btn-danger.dark,
body.customer-area-active .cuar-css-wrapper .btn-danger.light.active,
body.customer-area-active .cuar-css-wrapper .btn-danger.light:active,
body.customer-area-active .cuar-css-wrapper .btn-danger.light:focus,
body.customer-area-active .cuar-css-wrapper .btn-danger.light:hover {
    background-color: #ff4b13
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-danger.dark,
body.customer-area-active .cuar-css-wrapper .btn-danger.dark.active,
body.customer-area-active .cuar-css-wrapper .btn-danger.dark:active,
body.customer-area-active .cuar-css-wrapper .btn-danger.dark:focus,
body.customer-area-active .cuar-css-wrapper .btn-danger.dark:hover {
    background-color: #f33a00
}

body.customer-area-active .cuar-css-wrapper .btn-alert {
    color: #d4cae4;
    background-color: #6e3ec2
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-alert,
body.customer-area-active .cuar-css-wrapper .btn-alert.active,
body.customer-area-active .cuar-css-wrapper .btn-alert:active,
body.customer-area-active .cuar-css-wrapper .btn-alert:focus,
body.customer-area-active .cuar-css-wrapper .btn-alert:hover {
    color: #d4cae4;
    background-color: #5d34a6;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-alert,
body.customer-area-active .cuar-css-wrapper .btn-alert.active,
body.customer-area-active .cuar-css-wrapper .btn-alert:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper .btn-alert.disabled,
body.customer-area-active .cuar-css-wrapper .btn-alert.disabled.active,
body.customer-area-active .cuar-css-wrapper .btn-alert.disabled:active,
body.customer-area-active .cuar-css-wrapper .btn-alert.disabled:focus,
body.customer-area-active .cuar-css-wrapper .btn-alert.disabled:hover,
body.customer-area-active .cuar-css-wrapper .btn-alert[disabled],
body.customer-area-active .cuar-css-wrapper .btn-alert[disabled].active,
body.customer-area-active .cuar-css-wrapper .btn-alert[disabled]:active,
body.customer-area-active .cuar-css-wrapper .btn-alert[disabled]:focus,
body.customer-area-active .cuar-css-wrapper .btn-alert[disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-alert,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-alert.active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-alert:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-alert:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-alert:hover {
    background-color: #6e3ec2;
    border-color: #5c34a4
}

body.customer-area-active .cuar-css-wrapper .btn-alert .badge {
    color: #6e3ec2;
    background-color: #d4cae4
}

body.customer-area-active .cuar-css-wrapper .btn-alert.light {
    background-color: #7f56c9
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-alert.light,
body.customer-area-active .cuar-css-wrapper .btn-alert.dark,
body.customer-area-active .cuar-css-wrapper .btn-alert.light.active,
body.customer-area-active .cuar-css-wrapper .btn-alert.light:active,
body.customer-area-active .cuar-css-wrapper .btn-alert.light:focus,
body.customer-area-active .cuar-css-wrapper .btn-alert.light:hover {
    background-color: #6036ab
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-alert.dark,
body.customer-area-active .cuar-css-wrapper .btn-alert.dark.active,
body.customer-area-active .cuar-css-wrapper .btn-alert.dark:active,
body.customer-area-active .cuar-css-wrapper .btn-alert.dark:focus,
body.customer-area-active .cuar-css-wrapper .btn-alert.dark:hover {
    background-color: #532f94
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-default {
    border-left-color: #aaa
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-primary {
    border-left-color: #515151
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-success {
    border-left-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-info {
    border-left-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-warning {
    border-left-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-danger {
    border-left-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-alert {
    border-left-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-system {
    border-left-color: #009688
}

body.customer-area-active .cuar-css-wrapper .btn.btn-alt.btn-dark {
    border-left-color: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-primary label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-primary label:before {
    border-color: #606060
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-primary input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-primary input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-primary input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-primary input[type=radio]:checked+label:after {
    background-color: #606060;
    color: #606060
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-primary label:before {
    background-color: #606060
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-success label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-success label:before {
    border-color: #60ba63
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-success input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-success input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-success input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-success input[type=radio]:checked+label:after {
    background-color: #60ba63;
    color: #60ba63
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-success label:before {
    background-color: #60ba63
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-info label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-info label:before {
    border-color: #19b6fc
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-info input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-info input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-info input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-info input[type=radio]:checked+label:after {
    background-color: #19b6fc;
    color: #19b6fc
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-info label:before {
    background-color: #19b6fc
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-warning label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-warning label:before {
    border-color: #ffc926
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-warning input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-warning input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-warning input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-warning input[type=radio]:checked+label:after {
    background-color: #ffc926;
    color: #ffc926
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-warning label:before {
    background-color: #ffc926
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-danger label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-danger label:before {
    border-color: #ff6e41
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-danger input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-danger input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-danger input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-danger input[type=radio]:checked+label:after {
    background-color: #ff6e41;
    color: #ff6e41
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-danger label:before {
    background-color: #ff6e41
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-alert label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-alert label:before {
    border-color: #764ac6
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-alert input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-alert input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-alert input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-alert input[type=radio]:checked+label:after {
    background-color: #764ac6;
    color: #764ac6
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-alert label:before {
    background-color: #764ac6
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-light label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-light label:before {
    border-color: #eee
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-light input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-light input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-light input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-light input[type=radio]:checked+label:after {
    background-color: #666;
    color: #666 !important
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-light label:before {
    background-color: #eee
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-disabled label:before,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-disabled label:before {
    border-color: #b9b9b9
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-disabled input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .checkbox-custom.checkbox-disabled input[type=radio]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-disabled input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .radio-custom.radio-disabled input[type=radio]:checked+label:after {
    background-color: #b9b9b9;
    color: #b9b9b9
}

body.customer-area-active .cuar-css-wrapper .checkbox-custom.fill.checkbox-disabled label:before {
    background-color: #b9b9b9
}

body.customer-area-active .cuar-css-wrapper .list-group-item-primary {
    color: #040404;
    border-color: #656565;
    background-color: #848484
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-primary {
    color: #040404
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-primary .list-group-item-heading {
    color: inherit
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-primary:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-primary:hover {
    color: #040404;
    background-color: #8e8e8e
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-primary.active,
abody.customer-area-active .cuar-css-wrapper .list-group-item-primary.active:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-primary.active:hover {
    color: #fff;
    background-color: #d0cfcf;
    border-color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .list-group-item-success {
    color: #1e441f;
    border-color: #67bd6a;
    background-color: #92cf94
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-success {
    color: #1e441f
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-success .list-group-item-heading {
    color: inherit
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-success:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-success:hover {
    color: #1e441f;
    background-color: #a0d6a2
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-success.active,
abody.customer-area-active .cuar-css-wrapper .list-group-item-success.active:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-success.active:hover {
    color: #fff;
    background-color: #cfe2cf;
    border-color: #cfe2cf
}

body.customer-area-active .cuar-css-wrapper .list-group-item-info {
    color: #01405d;
    border-color: #23b9fc;
    background-color: #60ccfd
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-info {
    color: #01405d
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-info .list-group-item-heading {
    color: inherit
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-info:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-info:hover {
    color: #01405d;
    background-color: #74d3fd
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-info.active,
abody.customer-area-active .cuar-css-wrapper .list-group-item-info.active:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-info.active:hover {
    color: #fff;
    background-color: #c0e1f0;
    border-color: #c0e1f0
}

body.customer-area-active .cuar-css-wrapper .list-group-item-warning {
    color: #6d5200;
    border-color: #ffcb30;
    background-color: #ffdb6d
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-warning {
    color: #6d5200
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-warning .list-group-item-heading {
    color: inherit
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-warning:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-warning:hover {
    color: #6d5200;
    background-color: #ffe081
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-warning.active,
abody.customer-area-active .cuar-css-wrapper .list-group-item-warning.active:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-warning.active:hover {
    color: #fff;
    background-color: rgba(65, 51, 10, .9168);
    border-color: rgba(65, 51, 10, .9168)
}

body.customer-area-active .cuar-css-wrapper .list-group-item-danger {
    color: #882100;
    border-color: #ff764b;
    background-color: #ffa588
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-danger {
    color: #882100
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-danger .list-group-item-heading {
    color: inherit
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-danger:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-danger:hover {
    color: #882100;
    background-color: #ffb49c
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-danger.active,
abody.customer-area-active .cuar-css-wrapper .list-group-item-danger.active:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-danger.active:hover {
    color: #fff;
    background-color: #f1d1c7;
    border-color: #f1d1c7
}

body.customer-area-active .cuar-css-wrapper .list-group-item-alert {
    color: #261543;
    border-color: #7c52c8;
    background-color: #9f80d7
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-alert {
    color: #261543
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-alert .list-group-item-heading {
    color: inherit
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-alert:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-alert:hover {
    color: #261543;
    background-color: #ab90dc
}

abody.customer-area-active .cuar-css-wrapper .list-group-item-alert.active,
abody.customer-area-active .cuar-css-wrapper .list-group-item-alert.active:focus,
abody.customer-area-active .cuar-css-wrapper .list-group-item-alert.active:hover {
    color: #fff;
    background-color: #d4cae4;
    border-color: #d4cae4
}

body.customer-area-active .cuar-css-wrapper .panel-primary.panel-border {
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper .panel-primary>.panel-heading {
    color: #d0cfcf;
    background-color: #595959;
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #444
}

body.customer-area-active .cuar-css-wrapper .panel-primary>.panel-heading .badge {
    color: #595959;
    background-color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .panel-primary>.panel-heading>.panel-title {
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #444
}

body.customer-area-active .cuar-css-wrapper .panel-primary>.panel-body.fill {
    border-color: #7a7a7a;
    background-color: #7a7a7a;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .panel-primary>.panel-body.border {
    border: 3px solid #444
}

body.customer-area-active .cuar-css-wrapper .panel-success.panel-border {
    border-color: #449d48
}

body.customer-area-active .cuar-css-wrapper .panel-success>.panel-heading {
    color: #cfe2cf;
    background-color: #55b559;
    border-color: #449d48
}

body.customer-area-active .cuar-css-wrapper .panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #449d48
}

body.customer-area-active .cuar-css-wrapper .panel-success>.panel-heading .badge {
    color: #55b559;
    background-color: #cfe2cf
}

body.customer-area-active .cuar-css-wrapper .panel-success>.panel-heading>.panel-title {
    color: #cfe2cf
}

body.customer-area-active .cuar-css-wrapper .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #449d48
}

body.customer-area-active .cuar-css-wrapper .panel-success>.panel-body.fill {
    border-color: #83c986;
    background-color: #83c986;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .panel-success>.panel-body.border {
    border: 3px solid #449d48
}

body.customer-area-active .cuar-css-wrapper .panel-info.panel-border {
    border-color: #0398db
}

body.customer-area-active .cuar-css-wrapper .panel-info>.panel-heading {
    color: #c0e1f0;
    background-color: #0ab1fc;
    border-color: #0398db
}

body.customer-area-active .cuar-css-wrapper .panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #0398db
}

body.customer-area-active .cuar-css-wrapper .panel-info>.panel-heading .badge {
    color: #0ab1fc;
    background-color: #c0e1f0
}

body.customer-area-active .cuar-css-wrapper .panel-info>.panel-heading>.panel-title {
    color: #c0e1f0
}

body.customer-area-active .cuar-css-wrapper .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #0398db
}

body.customer-area-active .cuar-css-wrapper .panel-info>.panel-body.fill {
    border-color: #4cc6fd;
    background-color: #4cc6fd;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .panel-info>.panel-body.border {
    border: 3px solid #0398db
}

body.customer-area-active .cuar-css-wrapper .panel-warning.panel-border {
    border-color: #ecb100
}

body.customer-area-active .cuar-css-wrapper .panel-warning>.panel-heading {
    color: rgba(65, 51, 10, .9168);
    background-color: #ffc516;
    border-color: #ecb100
}

body.customer-area-active .cuar-css-wrapper .panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ecb100
}

body.customer-area-active .cuar-css-wrapper .panel-warning>.panel-heading .badge {
    color: #ffc516;
    background-color: rgba(65, 51, 10, .9168)
}

body.customer-area-active .cuar-css-wrapper .panel-warning>.panel-heading>.panel-title {
    color: rgba(65, 51, 10, .9168)
}

body.customer-area-active .cuar-css-wrapper .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ecb100
}

body.customer-area-active .cuar-css-wrapper .panel-warning>.panel-body.fill {
    border-color: #ffd559;
    background-color: #ffd559;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .panel-warning>.panel-body.border {
    border: 3px solid #ecb100
}

body.customer-area-active .cuar-css-wrapper .panel-danger.panel-border {
    border-color: #ff4409
}

body.customer-area-active .cuar-css-wrapper .panel-danger>.panel-heading {
    color: #f1d1c7;
    background-color: #ff6331;
    border-color: #ff4409
}

body.customer-area-active .cuar-css-wrapper .panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ff4409
}

body.customer-area-active .cuar-css-wrapper .panel-danger>.panel-heading .badge {
    color: #ff6331;
    background-color: #f1d1c7
}

body.customer-area-active .cuar-css-wrapper .panel-danger>.panel-heading>.panel-title {
    color: #f1d1c7
}

body.customer-area-active .cuar-css-wrapper .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff4409
}

body.customer-area-active .cuar-css-wrapper .panel-danger>.panel-body.fill {
    border-color: #ff9574;
    background-color: #ff9574;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .panel-danger>.panel-body.border {
    border: 3px solid #ff4409
}

body.customer-area-active .cuar-css-wrapper .panel-alert.panel-border {
    border-color: #5c34a4
}

body.customer-area-active .cuar-css-wrapper .panel-alert>.panel-heading {
    color: #d4cae4;
    background-color: #6e3ec2;
    border-color: #5c34a4
}

body.customer-area-active .cuar-css-wrapper .panel-alert>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #5c34a4
}

body.customer-area-active .cuar-css-wrapper .panel-alert>.panel-heading .badge {
    color: #6e3ec2;
    background-color: #d4cae4
}

body.customer-area-active .cuar-css-wrapper .panel-alert>.panel-heading>.panel-title {
    color: #d4cae4
}

body.customer-area-active .cuar-css-wrapper .panel-alert>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #5c34a4
}

body.customer-area-active .cuar-css-wrapper .panel-alert>.panel-body.fill {
    border-color: #9471d2;
    background-color: #9471d2;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .panel-alert>.panel-body.border {
    border: 3px solid #5c34a4
}

body.customer-area-active .cuar-css-wrapper .progress-bar-default {
    background-color: #38342f;
    color: #eeeded;
    color: #b7b5b4
}

body.customer-area-active .cuar-css-wrapper .progress-bar-default.light {
    background-color: #f6f6f6
}

body.customer-area-active .cuar-css-wrapper .progress-bar-default.dark {
    background-color: #e5e4e3
}

.progress-striped body.customer-area-active .cuar-css-wrapper .progress-bar-default {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-primary {
    background-color: #595959;
    color: #eeeded;
    color: #c1c1c0
}

body.customer-area-active .cuar-css-wrapper .progress-bar-primary.light {
    background-color: #f6f6f6
}

body.customer-area-active .cuar-css-wrapper .progress-bar-primary.dark {
    background-color: #e5e4e3
}

.progress-striped body.customer-area-active .cuar-css-wrapper .progress-bar-primary {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-success {
    background-color: #55b559;
    color: #eeeded;
    color: #c0dcc0
}

body.customer-area-active .cuar-css-wrapper .progress-bar-success.light {
    background-color: #f6f6f6
}

body.customer-area-active .cuar-css-wrapper .progress-bar-success.dark {
    background-color: #e5e4e3
}

.progress-striped body.customer-area-active .cuar-css-wrapper .progress-bar-success {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-info {
    background-color: #0ab1fc;
    color: #eeeded;
    color: #aadbf1
}

body.customer-area-active .cuar-css-wrapper .progress-bar-info.light {
    background-color: #f6f6f6
}

body.customer-area-active .cuar-css-wrapper .progress-bar-info.dark {
    background-color: #e5e4e3
}

.progress-striped body.customer-area-active .cuar-css-wrapper .progress-bar-info {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-warning {
    background-color: #ffc516;
    color: rgba(7, 6, 6, .896);
    color: rgba(93, 72, 12, .9272)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-warning.light {
    background-color: rgba(17, 15, 14, .896)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-warning.dark {
    background-color: rgba(0, 0, 0, .896)
}

.progress-striped body.customer-area-active .cuar-css-wrapper .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-danger {
    background-color: #ff6331;
    color: #eeeded;
    color: #f3c4b4
}

body.customer-area-active .cuar-css-wrapper .progress-bar-danger.light {
    background-color: #f6f6f6
}

body.customer-area-active .cuar-css-wrapper .progress-bar-danger.dark {
    background-color: #e5e4e3
}

.progress-striped body.customer-area-active .cuar-css-wrapper .progress-bar-danger {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

body.customer-area-active .cuar-css-wrapper .progress-bar-alert {
    background-color: #6e3ec2;
    color: #eeeded;
    color: #c7b9e0
}

body.customer-area-active .cuar-css-wrapper .progress-bar-alert.light {
    background-color: #f6f6f6
}

body.customer-area-active .cuar-css-wrapper .progress-bar-alert.dark {
    background-color: #e5e4e3
}

.progress-striped body.customer-area-active .cuar-css-wrapper .progress-bar-alert {
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.active>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.active>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.active,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.active,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.active>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.active>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.active,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.active,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.active>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.active>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.active,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.active {
    color: hsla(0, 0%, 70.2%, .4);
    border-color: hsla(0, 0%, 100%, .4);
    background-color: hsla(0, 0%, 100%, .4)
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.active+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.active+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.active+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.active+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.active+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.active+tr>th {
    border-top: 1px solid hsla(0, 0%, 100%, .4)
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.active:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.active:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.active,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.active:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.active:hover {
    background-color: hsla(0, 0%, 100%, .4)
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.default>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.default>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.default,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.default,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.default>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.default>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.default,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.default,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.default>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.default>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.default,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.default {
    color: #b3b3b3;
    border-color: #fff;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.default+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.default+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.default+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.default+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.default+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.default+tr>th {
    border-top: 1px solid #fff
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.default:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.default:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.default,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.default:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.default:hover {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.primary>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.primary>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.primary,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.primary,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.primary>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.primary>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.primary,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.primary,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.primary>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.primary>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.primary,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.primary {
    color: #040404;
    border-color: #656565;
    background-color: #848484
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.primary+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.primary+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.primary+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.primary+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.primary+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.primary+tr>th {
    border-top: 1px solid #656565
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.primary:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.primary:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.primary,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.primary:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.primary:hover {
    background-color: #8e8e8e
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.success>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.success>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.success,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.success,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.success>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.success>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.success,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.success,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.success>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.success>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.success,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.success {
    color: #1e441f;
    border-color: #67bd6a;
    background-color: #92cf94
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.success+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.success+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.success+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.success+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.success+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.success+tr>th {
    border-top: 1px solid #67bd6a
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.success:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.success:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.success,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.success:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.success:hover {
    background-color: #a0d6a2
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.info>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.info>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.info,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.info,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.info>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.info>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.info,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.info,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.info>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.info>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.info,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.info {
    color: #01405d;
    border-color: #23b9fc;
    background-color: #60ccfd
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.info+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.info+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.info+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.info+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.info+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.info+tr>th {
    border-top: 1px solid #23b9fc
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.info:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.info:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.info,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.info:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.info:hover {
    background-color: #74d3fd
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.warning>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.warning>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.warning,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.warning,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.warning>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.warning>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.warning,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.warning,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.warning>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.warning>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.warning,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.warning {
    color: #6d5200;
    border-color: #ffcb30;
    background-color: #ffdb6d
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.warning+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.warning+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.warning+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.warning+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.warning+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.warning+tr>th {
    border-top: 1px solid #ffcb30
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.warning:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.warning:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.warning,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.warning:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.warning:hover {
    background-color: #ffe081
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.danger>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.danger>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.danger,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.danger,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.danger>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.danger>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.danger,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.danger,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.danger>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.danger>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.danger,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.danger {
    color: #882100;
    border-color: #ff764b;
    background-color: #ffa588
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.danger+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.danger+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.danger+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.danger+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.danger+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.danger+tr>th {
    border-top: 1px solid #ff764b
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.danger:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.danger:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.danger,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.danger:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.danger:hover {
    background-color: #ffb49c
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.alert>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.alert>th,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td.alert,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr>th.alert,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.alert>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.alert>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>td.alert,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr>th.alert,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.alert>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.alert>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>td.alert,
body.customer-area-active .cuar-css-wrapper .table>thead>tr>th.alert {
    color: #261543;
    border-color: #7c52c8;
    background-color: #9f80d7
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr.alert+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tbody>tr.alert+tr>th,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.alert+tr>td,
body.customer-area-active .cuar-css-wrapper .table>tfoot>tr.alert+tr>th,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.alert+tr>td,
body.customer-area-active .cuar-css-wrapper .table>thead>tr.alert+tr>th {
    border-top: 1px solid #7c52c8
}

body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.alert:hover>td,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr.alert:hover>th,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr:hover>.alert,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>td.alert:hover,
body.customer-area-active .cuar-css-wrapper .table-hover>tbody>tr>th.alert:hover {
    background-color: #ab90dc
}

body.customer-area-active .cuar-css-wrapper .text-white {
    color: #2e2e2e
}

abody.customer-area-active .cuar-css-wrapper .text-white:hover {
    color: #000
}

body.customer-area-active .cuar-css-wrapper .text-white-light {
    color: #373736
}

body.customer-area-active .cuar-css-wrapper .text-white-lighter {
    color: #424141
}

body.customer-area-active .cuar-css-wrapper .text-white-dark {
    color: #252525
}

body.customer-area-active .cuar-css-wrapper .text-white-darker {
    color: #1b1b1b
}

body.customer-area-active .cuar-css-wrapper .text-muted {
    color: rgba(35, 32, 30, .408)
}

abody.customer-area-active .cuar-css-wrapper .text-muted:hover {
    color: rgba(0, 0, 0, .408)
}

body.customer-area-active .cuar-css-wrapper .text-muted-light {
    color: rgba(44, 41, 38, .408)
}

body.customer-area-active .cuar-css-wrapper .text-muted-lighter {
    color: rgba(55, 51, 47, .408)
}

body.customer-area-active .cuar-css-wrapper .text-muted-dark {
    color: rgba(25, 23, 21, .408)
}

body.customer-area-active .cuar-css-wrapper .text-muted-darker {
    color: rgba(14, 13, 12, .408)
}

body.customer-area-active .cuar-css-wrapper .text-primary {
    color: #515151
}

abody.customer-area-active .cuar-css-wrapper .text-primary:hover {
    color: #000
}

body.customer-area-active .cuar-css-wrapper .text-primary-light {
    color: #5a5a5a
}

body.customer-area-active .cuar-css-wrapper .text-primary-lighter {
    color: #646464
}

body.customer-area-active .cuar-css-wrapper .text-primary-dark {
    color: #484848
}

body.customer-area-active .cuar-css-wrapper .text-primary-darker {
    color: #3e3e3e
}

body.customer-area-active .cuar-css-wrapper .text-success {
    color: #4caf50
}

abody.customer-area-active .cuar-css-wrapper .text-success:hover {
    color: #000
}

body.customer-area-active .cuar-css-wrapper .text-success-light {
    color: #57b65b
}

body.customer-area-active .cuar-css-wrapper .text-success-lighter {
    color: #65bc69
}

body.customer-area-active .cuar-css-wrapper .text-success-dark {
    color: #47a34a
}

body.customer-area-active .cuar-css-wrapper .text-success-darker {
    color: #409444
}

body.customer-area-active .cuar-css-wrapper .text-info {
    color: #03a9f4
}

abody.customer-area-active .cuar-css-wrapper .text-info:hover {
    color: #000
}

body.customer-area-active .cuar-css-wrapper .text-info-light {
    color: #0db2fc
}

body.customer-area-active .cuar-css-wrapper .text-info-lighter {
    color: #21b8fc
}

body.customer-area-active .cuar-css-wrapper .text-info-dark {
    color: #039de2
}

body.customer-area-active .cuar-css-wrapper .text-info-darker {
    color: #038fce
}

body.customer-area-active .cuar-css-wrapper .text-warning {
    color: #ffc107
}

abody.customer-area-active .cuar-css-wrapper .text-warning:hover {
    color: #070500
}

body.customer-area-active .cuar-css-wrapper .text-warning-light {
    color: #ffc519
}

body.customer-area-active .cuar-css-wrapper .text-warning-lighter {
    color: #ffcb2d
}

body.customer-area-active .cuar-css-wrapper .text-warning-dark {
    color: #f4b700
}

body.customer-area-active .cuar-css-wrapper .text-warning-darker {
    color: #e0a800
}

body.customer-area-active .cuar-css-wrapper .text-danger {
    color: #ff5722
}

abody.customer-area-active .cuar-css-wrapper .text-danger:hover {
    color: #220800
}

body.customer-area-active .cuar-css-wrapper .text-danger-light {
    color: #ff6534
}

body.customer-area-active .cuar-css-wrapper .text-danger-lighter {
    color: #ff7448
}

body.customer-area-active .cuar-css-wrapper .text-danger-dark {
    color: #ff4910
}

body.customer-area-active .cuar-css-wrapper .text-danger-darker {
    color: #fb3c00
}

body.customer-area-active .cuar-css-wrapper .text-alert {
    color: #673ab7
}

abody.customer-area-active .cuar-css-wrapper .text-alert:hover {
    color: #000
}

body.customer-area-active .cuar-css-wrapper .text-alert-light {
    color: #6f40c3
}

body.customer-area-active .cuar-css-wrapper .text-alert-lighter {
    color: #7b50c7
}

body.customer-area-active .cuar-css-wrapper .text-alert-dark {
    color: #5f36a9
}

body.customer-area-active .cuar-css-wrapper .text-alert-darker {
    color: #57319a
}

body.customer-area-active .cuar-css-wrapper .text-tp {
    color: rgba(0, 0, 0, .2)
}

abody.customer-area-active .cuar-css-wrapper .text-tp:hover {
    color: rgba(0, 0, 0, .3)
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-primary {
    border-color: #515151
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-success {
    border-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-info {
    border-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-warning {
    border-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-danger {
    border-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-alert {
    border-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-system {
    border-color: #009688
}

body.customer-area-active .cuar-css-wrapper blockquote.blockquote-dark {
    border-color: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .alert-default {
    background-color: #fff;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-default.alert-border-right {
    border-right-color: #dedede
}

body.customer-area-active .cuar-css-wrapper .alert-default.alert-border-top {
    border-top-color: #dedede
}

body.customer-area-active .cuar-css-wrapper .alert-default.alert-border-bottom {
    border-bottom-color: #dedede
}

body.customer-area-active .cuar-css-wrapper .alert-default.alert-border-left {
    border-left-color: #dedede
}

body.customer-area-active .cuar-css-wrapper .alert-default.light {
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper .alert-default.dark {
    background-color: #f0f0f0
}

body.customer-area-active .cuar-css-wrapper .alert-default.pastel {
    color: hsla(0, 0%, 65.9%, .9584);
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-default.pastel .alert-link {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-default.pastel.alert-micro {
    border-color: #fff
}

body.customer-area-active .cuar-css-wrapper .alert-default.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-default.pastel .close:hover {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-primary {
    background-color: #515151;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .alert-primary.alert-border-right {
    border-right-color: #303030
}

body.customer-area-active .cuar-css-wrapper .alert-primary.alert-border-top {
    border-top-color: #303030
}

body.customer-area-active .cuar-css-wrapper .alert-primary.alert-border-bottom {
    border-bottom-color: #303030
}

body.customer-area-active .cuar-css-wrapper .alert-primary.alert-border-left {
    border-left-color: #303030
}

body.customer-area-active .cuar-css-wrapper .alert-primary.light {
    background-color: #656565
}

body.customer-area-active .cuar-css-wrapper .alert-primary.dark {
    background-color: #424242
}

body.customer-area-active .cuar-css-wrapper .alert-primary.pastel {
    color: #9c9c9b;
    background-color: #656565;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-primary.pastel .alert-link {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-primary.pastel.alert-micro {
    border-color: #6a6a6a
}

body.customer-area-active .cuar-css-wrapper .alert-primary.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-primary.pastel .close:hover {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-success {
    background-color: #4caf50;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .alert-success.alert-border-right {
    border-right-color: #38813b
}

body.customer-area-active .cuar-css-wrapper .alert-success.alert-border-top {
    border-top-color: #38813b
}

body.customer-area-active .cuar-css-wrapper .alert-success.alert-border-bottom {
    border-bottom-color: #38813b
}

body.customer-area-active .cuar-css-wrapper .alert-success.alert-border-left {
    border-left-color: #38813b
}

body.customer-area-active .cuar-css-wrapper .alert-success.light {
    background-color: #67bd6a
}

body.customer-area-active .cuar-css-wrapper .alert-success.dark {
    background-color: #439a46
}

body.customer-area-active .cuar-css-wrapper .alert-success.pastel {
    color: #9dd09e;
    background-color: #67bd6a;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-success.pastel .alert-link {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-success.pastel.alert-micro {
    border-color: #6ec071
}

body.customer-area-active .cuar-css-wrapper .alert-success.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-success.pastel .close:hover {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-info {
    background-color: #03a9f4;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .alert-info.alert-border-right {
    border-right-color: #027cb3
}

body.customer-area-active .cuar-css-wrapper .alert-info.alert-border-top {
    border-top-color: #027cb3
}

body.customer-area-active .cuar-css-wrapper .alert-info.alert-border-bottom {
    border-bottom-color: #027cb3
}

body.customer-area-active .cuar-css-wrapper .alert-info.alert-border-left {
    border-left-color: #027cb3
}

body.customer-area-active .cuar-css-wrapper .alert-info.light {
    background-color: #23b9fc
}

body.customer-area-active .cuar-css-wrapper .alert-info.dark {
    background-color: #0394d6
}

body.customer-area-active .cuar-css-wrapper .alert-info.pastel {
    color: #74cef6;
    background-color: #23b9fc;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-info.pastel .alert-link {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-info.pastel.alert-micro {
    border-color: #2ebcfc
}

body.customer-area-active .cuar-css-wrapper .alert-info.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-info.pastel .close:hover {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-warning {
    background-color: #ffc107;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-warning.alert-border-right {
    border-right-color: #c49300
}

body.customer-area-active .cuar-css-wrapper .alert-warning.alert-border-top {
    border-top-color: #c49300
}

body.customer-area-active .cuar-css-wrapper .alert-warning.alert-border-bottom {
    border-bottom-color: #c49300
}

body.customer-area-active .cuar-css-wrapper .alert-warning.alert-border-left {
    border-left-color: #c49300
}

body.customer-area-active .cuar-css-wrapper .alert-warning.light {
    background-color: #ffcb30
}

body.customer-area-active .cuar-css-wrapper .alert-warning.dark {
    background-color: #e7ae00
}

body.customer-area-active .cuar-css-wrapper .alert-warning.pastel {
    color: rgba(168, 134, 33, .9584);
    background-color: #ffcb30;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-warning.pastel .alert-link {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-warning.pastel.alert-micro {
    border-color: #ffce3a
}

body.customer-area-active .cuar-css-wrapper .alert-warning.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-warning.pastel .close:hover {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-danger {
    background-color: #ff5722;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .alert-danger.alert-border-right {
    border-right-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .alert-danger.alert-border-top {
    border-top-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .alert-danger.alert-border-bottom {
    border-bottom-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .alert-danger.alert-border-left {
    border-left-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .alert-danger.light {
    background-color: #ff764b
}

body.customer-area-active .cuar-css-wrapper .alert-danger.dark {
    background-color: #ff4003
}

body.customer-area-active .cuar-css-wrapper .alert-danger.pastel {
    color: #f8a68c;
    background-color: #ff764b;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-danger.pastel .alert-link {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-danger.pastel.alert-micro {
    border-color: #ff7e55
}

body.customer-area-active .cuar-css-wrapper .alert-danger.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-danger.pastel .close:hover {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-alert {
    background-color: #673ab7;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .alert-alert.alert-border-right {
    border-right-color: #4b2a85
}

body.customer-area-active .cuar-css-wrapper .alert-alert.alert-border-top {
    border-top-color: #4b2a85
}

body.customer-area-active .cuar-css-wrapper .alert-alert.alert-border-bottom {
    border-bottom-color: #4b2a85
}

body.customer-area-active .cuar-css-wrapper .alert-alert.alert-border-left {
    border-left-color: #4b2a85
}

body.customer-area-active .cuar-css-wrapper .alert-alert.light {
    background-color: #7c52c8
}

body.customer-area-active .cuar-css-wrapper .alert-alert.dark {
    background-color: #5a33a0
}

body.customer-area-active .cuar-css-wrapper .alert-alert.pastel {
    color: #aa90d7;
    background-color: #7c52c8;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-alert.pastel .alert-link {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-alert.pastel.alert-micro {
    border-color: #8259cb
}

body.customer-area-active .cuar-css-wrapper .alert-alert.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-alert.pastel .close:hover {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-system {
    background-color: #009688;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .alert-system.alert-border-right {
    border-right-color: #00544c
}

body.customer-area-active .cuar-css-wrapper .alert-system.alert-border-top {
    border-top-color: #00544c
}

body.customer-area-active .cuar-css-wrapper .alert-system.alert-border-bottom {
    border-bottom-color: #00544c
}

body.customer-area-active .cuar-css-wrapper .alert-system.alert-border-left {
    border-left-color: #00544c
}

body.customer-area-active .cuar-css-wrapper .alert-system.light {
    background-color: #00bfad
}

body.customer-area-active .cuar-css-wrapper .alert-system.dark {
    background-color: #00776c
}

body.customer-area-active .cuar-css-wrapper .alert-system.pastel {
    color: #5fd1c6;
    background-color: #00bfad;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-system.pastel .alert-link {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-system.pastel.alert-micro {
    border-color: #00c9b6
}

body.customer-area-active .cuar-css-wrapper .alert-system.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-system.pastel .close:hover {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .alert-dark {
    background-color: #c5bebb;
    color: rgba(7, 6, 6, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-dark.alert-border-right {
    border-right-color: #a69d97
}

body.customer-area-active .cuar-css-wrapper .alert-dark.alert-border-top {
    border-top-color: #a69d97
}

body.customer-area-active .cuar-css-wrapper .alert-dark.alert-border-bottom {
    border-bottom-color: #a69d97
}

body.customer-area-active .cuar-css-wrapper .alert-dark.alert-border-left {
    border-left-color: #a69d97
}

body.customer-area-active .cuar-css-wrapper .alert-dark.light {
    background-color: #d8d3d1
}

body.customer-area-active .cuar-css-wrapper .alert-dark.dark {
    background-color: #b7afaa
}

body.customer-area-active .cuar-css-wrapper .alert-dark.pastel {
    color: rgba(142, 139, 137, .9584);
    background-color: #d8d3d1;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .alert-dark.pastel .alert-link {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .alert-dark.pastel.alert-micro {
    border-color: #dcd8d6
}

body.customer-area-active .cuar-css-wrapper .alert-dark.pastel .close,
body.customer-area-active .cuar-css-wrapper .alert-dark.pastel .close:hover {
    color: rgba(0, 0, 0, .896)
}

body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-primary+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-primary+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-primary+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #515151
}

body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-success+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-success+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-success+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-info+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-info+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-info+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-warning+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-warning+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-warning+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-danger+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-danger+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-danger+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-alert+.dropdown-menu>.active>a,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-alert+.dropdown-menu>.active>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-toggle.btn-alert+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.nav-tabs.tabs-primary>li.active>a {
    border-top-color: #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-left.tabs-primary>li.active>a {
    border-left-color: #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-right.tabs-primary>li.active>a {
    border-right-color: #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-below.tabs-primary>li.active>a {
    border-bottom-color: #515151
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border.tabs-primary>li.active>a {
    border-top-color: #515151
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.nav-tabs.tabs-success>li.active>a {
    border-top-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-left.tabs-success>li.active>a {
    border-left-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-right.tabs-success>li.active>a {
    border-right-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-below.tabs-success>li.active>a {
    border-bottom-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border.tabs-success>li.active>a {
    border-top-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.nav-tabs.tabs-info>li.active>a {
    border-top-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-left.tabs-info>li.active>a {
    border-left-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-right.tabs-info>li.active>a {
    border-right-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-below.tabs-info>li.active>a {
    border-bottom-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border.tabs-info>li.active>a {
    border-top-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.nav-tabs.tabs-warning>li.active>a {
    border-top-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-left.tabs-warning>li.active>a {
    border-left-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-right.tabs-warning>li.active>a {
    border-right-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-below.tabs-warning>li.active>a {
    border-bottom-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border.tabs-warning>li.active>a {
    border-top-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.nav-tabs.tabs-danger>li.active>a {
    border-top-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-left.tabs-danger>li.active>a {
    border-left-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-right.tabs-danger>li.active>a {
    border-right-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-below.tabs-danger>li.active>a {
    border-bottom-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border.tabs-danger>li.active>a {
    border-top-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.nav-tabs.tabs-alert>li.active>a {
    border-top-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-left.tabs-alert>li.active>a {
    border-left-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-right.tabs-alert>li.active>a {
    border-right-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .tab-block .tabs-border.tabs-below.tabs-alert>li.active>a {
    border-bottom-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .panel-tabs.panel-tabs-border.tabs-alert>li.active>a {
    border-top-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper {
    /*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/advanced-custom-fields-pro/assets/src/sass/acf-global.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
    /*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/advanced-custom-fields-pro/assets/src/sass/acf-input.scss ***!
  \****************************************************************************************************************************************************************************************************************/
    /*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/advanced-custom-fields-pro/assets/src/sass/acf-field-group.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
    /*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/advanced-custom-fields-pro/assets/src/sass/pro/acf-pro-input.scss ***!
  \************************************************************************************************************************************************************************************************************************/
    /*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/advanced-custom-fields-pro/assets/src/sass/pro/acf-pro-field-group.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
}

body.customer-area-active .cuar-css-wrapper .acf-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-hl>li {
    float: left;
    display: block;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-hl>li.acf-fr {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-bl:after,
body.customer-area-active .cuar-css-wrapper .acf-bl:before,
body.customer-area-active .cuar-css-wrapper .acf-cf:after,
body.customer-area-active .cuar-css-wrapper .acf-cf:before,
body.customer-area-active .cuar-css-wrapper .acf-hl:after,
body.customer-area-active .cuar-css-wrapper .acf-hl:before {
    content: "";
    display: block;
    line-height: 0
}

body.customer-area-active .cuar-css-wrapper .acf-bl:after,
body.customer-area-active .cuar-css-wrapper .acf-cf:after,
body.customer-area-active .cuar-css-wrapper .acf-hl:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .acf-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-bl>li {
    display: block;
    margin: 0;
    padding: 0;
    float: none
}

body.customer-area-active .cuar-css-wrapper .acf-hidden {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-empty {
    display: table-cell !important
}

body.customer-area-active .cuar-css-wrapper .acf-empty * {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-fl {
    float: left
}

body.customer-area-active .cuar-css-wrapper .acf-fr {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-fn {
    float: none
}

body.customer-area-active .cuar-css-wrapper .acf-al {
    text-align: left
}

body.customer-area-active .cuar-css-wrapper .acf-ar {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper .acf-ac {
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .acf-loading,
body.customer-area-active .cuar-css-wrapper .acf-spinner {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: text-top;
    background: transparent url(../../images/spinner.gif) no-repeat 50% 50%
}

body.customer-area-active .cuar-css-wrapper .acf-spinner {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-spinner.is-active,
body.customer-area-active .cuar-css-wrapper .spinner.is-active {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .acf-required {
    color: red
}

body.customer-area-active .cuar-css-wrapper .acf-soh .acf-soh-target {
    -webkit-transition: opacity .25s ease-in-out 0s, visibility 0s linear .25s;
    -o-transition: opacity .25s 0s ease-in-out, visibility 0s linear .25s;
    -o-transition: opacity .25s ease-in-out 0s, visibility 0s linear .25s;
    transition: opacity .25s ease-in-out 0s, visibility 0s linear .25s;
    visibility: hidden;
    opacity: 0
}

body.customer-area-active .cuar-css-wrapper .acf-soh:hover .acf-soh-target {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .show-if-value {
    display: none
}

body.customer-area-active .cuar-css-wrapper .has-value .show-if-value,
body.customer-area-active .cuar-css-wrapper .hide-if-value {
    display: block
}

body.customer-area-active .cuar-css-wrapper .has-value .hide-if-value {
    display: none
}

body.customer-area-active .cuar-css-wrapper .select2-search-choice-close {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip {
    background: #1d2939;
    border-radius: 6px;
    color: #d0d5dd;
    padding: 8px 12px 10px;
    position: absolute;
    z-index: 900000;
    max-width: 280px;
    -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03)
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip:before {
    border: solid;
    border-color: transparent;
    border-width: 6px;
    content: "";
    position: absolute
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.top {
    margin-top: -8px
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.top:before {
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-top-color: #2f353e;
    border-bottom-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.right {
    margin-left: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.right:before {
    top: 50%;
    margin-top: -6px;
    right: 100%;
    border-right-color: #2f353e;
    border-left-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.bottom {
    margin-top: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.bottom:before {
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-bottom-color: #2f353e;
    border-top-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.left {
    margin-left: -8px
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.left:before {
    top: 50%;
    margin-top: -6px;
    left: 100%;
    border-left-color: #2f353e;
    border-right-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip .acf-overlay {
    z-index: -1
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.-confirm {
    z-index: 900001
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.-confirm a {
    text-decoration: none;
    color: #9ea3a8
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.-confirm a:hover {
    text-decoration: underline
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip.-confirm a[data-event=confirm] {
    color: #f55e4f
}

body.customer-area-active .cuar-css-wrapper .acf-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .acf-tooltip-target {
    position: relative;
    z-index: 900002
}

body.customer-area-active .cuar-css-wrapper .acf-loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: default;
    z-index: 99;
    background: hsla(0, 0%, 97.6%, .5)
}

body.customer-area-active .cuar-css-wrapper .acf-loading-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.customer-area-active .cuar-css-wrapper .acf-icon {
    display: inline-block;
    height: 28px;
    width: 28px;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .acf-icon:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-plus:before {
    content: "\f543"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-minus:before {
    content: "\f460"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-cancel:before {
    content: "\f335";
    margin: -1px 0 0 -1px
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-pencil:before {
    content: "\f464"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-location:before {
    content: "\f230"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-up:before {
    content: "\f343";
    margin-top: -.1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-down:before {
    content: "\f347";
    margin-top: .1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-left:before {
    content: "\f341";
    margin-left: -.1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-right:before {
    content: "\f345";
    margin-left: .1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-sync:before {
    content: "\f463"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-globe:before {
    content: "\f319";
    margin-top: .1em;
    margin-left: .1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-picture:before {
    content: "\f128"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-check:before {
    content: "\f147";
    margin-left: -.1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-dot-3:before {
    content: "\f533";
    margin-top: -.1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-arrow-combo:before {
    content: "\f156"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-arrow-up:before {
    content: "\f142";
    margin-left: -.1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-arrow-down:before {
    content: "\f140";
    margin-left: -.1em
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-search:before {
    content: "\f179"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-link-ext:before {
    content: "\f504"
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-duplicate {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-duplicate:after,
body.customer-area-active .cuar-css-wrapper .acf-icon.-duplicate:before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 46%;
    height: 46%;
    position: absolute;
    top: 33%;
    left: 23%
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-duplicate:before {
    margin: -1px 0 0 1px;
    -webkit-box-shadow: 2px -2px 0 0 currentColor;
    box-shadow: 2px -2px 0 0 currentColor
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-duplicate:after {
    border: 2px solid
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-collapse:before {
    content: "\f142";
    margin-left: -.1em
}

body.customer-area-active .cuar-css-wrapper .-collapsed .acf-icon.-collapse:before {
    content: "\f140";
    margin-left: -.1em
}

body.customer-area-active .cuar-css-wrapper a.acf-icon,
body.customer-area-active .cuar-css-wrapper span.acf-icon {
    color: #555d66;
    border-color: #b5bcc2;
    background-color: #fff
}

body.customer-area-active .cuar-css-wrapper a.acf-icon {
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper a.acf-icon:hover {
    background: #f3f5f6;
    border-color: #0071a1;
    color: #0071a1
}

body.customer-area-active .cuar-css-wrapper a.acf-icon.-cancel:hover,
body.customer-area-active .cuar-css-wrapper a.acf-icon.-minus:hover {
    background: #f7efef;
    border-color: #a10000;
    color: #dc3232
}

body.customer-area-active .cuar-css-wrapper a.acf-icon:active,
body.customer-area-active .cuar-css-wrapper a.acf-icon:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-clear {
    border-color: transparent;
    background: transparent;
    color: #444
}

body.customer-area-active .cuar-css-wrapper .acf-icon.light {
    border-color: transparent;
    background: #f5f5f5;
    color: #23282d
}

body.customer-area-active .cuar-css-wrapper .acf-icon.dark {
    border-color: transparent !important;
    background: #23282d;
    color: #eee
}

body.customer-area-active .cuar-css-wrapper a.acf-icon.dark:hover {
    background: #191e23;
    color: #00b9eb
}

body.customer-area-active .cuar-css-wrapper a.acf-icon.dark.-cancel:hover,
body.customer-area-active .cuar-css-wrapper a.acf-icon.dark.-minus:hover {
    color: #d54e21
}

body.customer-area-active .cuar-css-wrapper .acf-icon.grey {
    border-color: transparent !important;
    background: #b4b9be;
    color: #fff !important
}

body.customer-area-active .cuar-css-wrapper .acf-icon.grey:hover {
    background: #00a0d2;
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-icon.grey.-cancel:hover,
body.customer-area-active .cuar-css-wrapper .acf-icon.grey.-minus:hover {
    background: #32373c
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-small,
body.customer-area-active .cuar-css-wrapper .acf-icon.small {
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-small.-duplicate:after,
body.customer-area-active .cuar-css-wrapper .acf-icon.-small.-duplicate:before,
body.customer-area-active .cuar-css-wrapper .acf-icon.small.-duplicate:after,
body.customer-area-active .cuar-css-wrapper .acf-icon.small.-duplicate:before {
    opacity: .8
}

body.customer-area-active .cuar-css-wrapper .acf-box {
    background: #fff;
    border: 1px solid #ccd0d4;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04)
}

body.customer-area-active .cuar-css-wrapper .acf-box .title {
    border-bottom: 1px solid #ccd0d4;
    margin: 0;
    padding: 15px
}

body.customer-area-active .cuar-css-wrapper .acf-box .title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-box .inner {
    padding: 15px
}

body.customer-area-active .cuar-css-wrapper .acf-box h2 {
    color: #333;
    font-size: 26px;
    line-height: 1.25em;
    margin: .25em 0 .75em;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-box h3 {
    margin: 1.5em 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-box p {
    margin-top: .5em
}

body.customer-area-active .cuar-css-wrapper .acf-box a {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .acf-box i.dashicons-external {
    margin-top: -1px
}

body.customer-area-active .cuar-css-wrapper .acf-box .footer {
    border-top: 1px solid #ccd0d4;
    padding: 12px;
    font-size: 13px;
    line-height: 1.5
}

body.customer-area-active .cuar-css-wrapper .acf-box .footer p {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-box,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-box .footer,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-box .title {
    border-color: #e5e5e5
}

body.customer-area-active .cuar-css-wrapper .acf-notice {
    position: relative;
    display: block;
    color: #fff;
    margin: 5px 0 15px;
    padding: 3px 12px;
    background: #2a9bd9;
    border-left: 3px solid #1f7db1
}

body.customer-area-active .cuar-css-wrapper .acf-notice p {
    font-size: 13px;
    line-height: 1.5;
    margin: .5em 0;
    text-shadow: none;
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .acf-notice .acf-notice-dismiss {
    position: absolute;
    top: 9px;
    right: 12px;
    background: transparent !important;
    color: inherit !important;
    border-color: #fff !important;
    opacity: .75
}

body.customer-area-active .cuar-css-wrapper .acf-notice .acf-notice-dismiss:hover {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .acf-notice.-dismiss {
    padding-right: 40px
}

body.customer-area-active .cuar-css-wrapper .acf-notice.-error {
    background: #d94f4f;
    border-color: #c92c2c
}

body.customer-area-active .cuar-css-wrapper .acf-notice.-success {
    background: #49ad52;
    border-color: #3a8941
}

body.customer-area-active .cuar-css-wrapper .acf-notice.-warning {
    background: #fd8d3b;
    border-color: #fc7009
}

body.customer-area-active .cuar-css-wrapper .acf-table {
    border: 1px solid #ccd0d4;
    background: #fff;
    border-spacing: 0;
    border-radius: 0;
    table-layout: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .acf-table>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-table>thead>tr>th {
    padding: 8px;
    vertical-align: top;
    background: #fff;
    text-align: left;
    border-style: solid;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .acf-table>thead>tr>th {
    position: relative;
    color: #333
}

body.customer-area-active .cuar-css-wrapper .acf-table>thead>tr>th {
    border-color: #d5d9dd;
    border-width: 0 0 1px 1px
}

body.customer-area-active .cuar-css-wrapper .acf-table>thead>tr>th:first-child {
    border-left-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr {
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr>td {
    border-color: #eee;
    border-width: 1px 0 0 1px
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr>td:first-child {
    border-left-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-table>tbody>tr:first-child>td {
    border-top-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-table.-clear {
    border: 0
}

body.customer-area-active .cuar-css-wrapper .acf-table.-clear>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-table.-clear>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .acf-table.-clear>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-table.-clear>thead>tr>th {
    border: 0;
    padding: 4px
}

body.customer-area-active .cuar-css-wrapper .acf-remove-element {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: translate(50px);
    -ms-transform: translate(50px);
    transform: translate(50px);
    opacity: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fade-up {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
}

body.customer-area-active .cuar-css-wrapper .acf-tbody,
body.customer-area-active .cuar-css-wrapper .acf-tfoot,
body.customer-area-active .cuar-css-wrapper .acf-thead {
    width: 100%;
    padding: 0;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-tbody>li,
body.customer-area-active .cuar-css-wrapper .acf-tfoot>li,
body.customer-area-active .cuar-css-wrapper .acf-thead>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
    font-size: 12px;
    line-height: 14px
}

body.customer-area-active .cuar-css-wrapper .acf-thead {
    border-bottom: 1px solid #ccd0d4;
    color: #23282d
}

body.customer-area-active .cuar-css-wrapper .acf-thead>li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-thead {
    border-color: #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .acf-tfoot {
    background: #f5f5f5;
    border-top: 1px solid #d5d9dd
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap #poststuff {
    padding-top: 15px
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap .acf-box {
    margin: 20px 0
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap table {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap table .button {
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper #acf-popup {
    position: fixed;
    z-index: 900000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper #acf-popup .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .25)
}

body.customer-area-active .cuar-css-wrapper #acf-popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper #acf-popup .acf-popup-box {
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    min-width: 300px;
    min-height: 160px;
    border-color: #aaa;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .25);
    text-align: left
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] #acf-popup .acf-popup-box {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper #acf-popup .acf-popup-box .title {
    min-height: 15px;
    line-height: 15px
}

body.customer-area-active .cuar-css-wrapper #acf-popup .acf-popup-box .title .acf-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] #acf-popup .acf-popup-box .title .acf-icon {
    right: auto;
    left: 10px
}

body.customer-area-active .cuar-css-wrapper #acf-popup .acf-popup-box .inner {
    min-height: 50px;
    padding: 0;
    margin: 15px
}

body.customer-area-active .cuar-css-wrapper #acf-popup .acf-popup-box .loading {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .1);
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-popup .acf-popup-box .loading i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.customer-area-active .cuar-css-wrapper .acf-submit {
    margin-bottom: 0;
    line-height: 28px
}

body.customer-area-active .cuar-css-wrapper .acf-submit span {
    float: right;
    color: #999
}

body.customer-area-active .cuar-css-wrapper .acf-submit span.-error {
    color: #dd4232
}

body.customer-area-active .cuar-css-wrapper .acf-submit .button {
    margin-right: 5px
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice {
    position: relative;
    background: #fff;
    padding: 20px
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice:after {
    display: block;
    clear: both;
    content: ""
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice .col-content {
    float: left;
    width: 55%;
    padding-left: 90px
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice .notice-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice .col-actions {
    float: right;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice img {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 0 0 -90px
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice h2 {
    display: inline-block;
    font-size: 16px;
    margin: 2px 0 6.5px
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice p {
    padding: 0;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice .button:before {
    margin-top: 11px
}

@media screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice .col-actions,
    body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice .col-content {
        float: none;
        padding-left: 90px;
        width: auto;
        text-align: left
    }
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice:has(.notice-container):after,
body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice:has(.notice-container):before {
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-upgrade-notice:has(.notice-container) {
    padding-left: 20px !important
}

body.customer-area-active .cuar-css-wrapper .acf-wrap h1 {
    margin-top: 0;
    padding-top: 20px
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .about-text {
    margin-top: .5em;
    min-height: 50px
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .about-headline-callout {
    font-size: 2.4em;
    font-weight: 300;
    line-height: 1.3;
    margin: 1.1em 0 .2em;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .feature-section {
    padding: 40px 0
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .feature-section h2 {
    margin-top: 20px
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .changelog {
    list-style: disc;
    padding-left: 15px
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .changelog li {
    margin: 0 0 .75em
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .acf-three-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .acf-three-col>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 31%;
    max-width: 31%
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-wrap .acf-three-col>div {
        min-width: 48%
    }
}

@media screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .acf-wrap .acf-three-col>div {
        min-width: 100%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .acf-three-col h3 .badge {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background: #fc9700;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 2px 5px
}

body.customer-area-active .cuar-css-wrapper .acf-wrap .acf-three-col img+h3 {
    margin-top: .5em
}

body.customer-area-active .cuar-css-wrapper .acf-hl[data-cols] {
    margin-left: -10px;
    margin-right: -10px
}

body.customer-area-active .cuar-css-wrapper .acf-hl[data-cols]>li {
    padding: 0 6px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .acf-hl[data-cols="2"]>li {
    width: 50%
}

body.customer-area-active .cuar-css-wrapper .acf-hl[data-cols="3"]>li {
    width: 33.333%
}

body.customer-area-active .cuar-css-wrapper .acf-hl[data-cols="4"]>li {
    width: 25%
}

@media screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .acf-hl[data-cols] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
        margin-top: -10px
    }
    body.customer-area-active .cuar-css-wrapper .acf-hl[data-cols]>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100% !important;
        padding: 10px 0 0
    }
}

body.customer-area-active .cuar-css-wrapper .acf-actions {
    text-align: right;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper .acf-actions.-hover {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    padding: 5px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-actions.-hover {
    right: auto;
    left: 0
}

body.customer-area-active .cuar-css-wrapper ul.acf-actions li {
    float: right;
    margin-left: 4px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fl {
    float: right
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fr {
    float: left
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-hl>li {
    float: right
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-hl>li.acf-fr {
    float: left
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-icon.logo {
    left: 0;
    right: auto
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-table thead th {
    text-align: right;
    border-right-width: 1px;
    border-left-width: 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-table>tbody>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-table>thead>tr>th:first-child {
    border-right-width: 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-table>tbody>tr>td.order+td {
    border-right-color: #e1e1e1
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-columns {
    position: relative;
    margin: -11px 268px -12px -12px
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-columns:after {
    display: block;
    clear: both;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-main,
body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-side {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 12px
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-main {
    float: left;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-side {
    float: right;
    width: 280px;
    margin-right: -280px
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-side:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #d5d9dd
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-postbox-columns .acf-postbox-side:before {
    background: #dfdfdf
}

@media only screen and (max-width:850px) {
    body.customer-area-active .cuar-css-wrapper .acf-postbox-columns {
        margin: 0
    }
    body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-main,
    body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-side {
        float: none;
        width: auto;
        margin: 0;
        padding: 0
    }
    body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-side {
        margin-top: 1em
    }
    body.customer-area-active .cuar-css-wrapper .acf-postbox-columns .acf-postbox-side:before {
        display: none
    }
}

body.customer-area-active .cuar-css-wrapper .acf-panel {
    margin-top: -1px;
    border-top: 1px solid #d5d9dd;
    border-bottom: 1px solid #d5d9dd
}

body.customer-area-active .cuar-css-wrapper .acf-panel .acf-panel-title {
    margin: 0;
    padding: 12px;
    font-weight: 700;
    cursor: pointer;
    font-size: inherit
}

body.customer-area-active .cuar-css-wrapper .acf-panel .acf-panel-title i {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-panel .acf-panel-inside {
    margin: 0;
    padding: 0 12px 12px;
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-panel.-open .acf-panel-inside {
    display: block
}

body.customer-area-active .cuar-css-wrapper .postbox .acf-panel {
    margin-left: -12px;
    margin-right: -12px
}

body.customer-area-active .cuar-css-wrapper .acf-panel .acf-field {
    margin: 20px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-panel .acf-field .acf-label label {
    color: #555d66;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-panel .acf-field:first-child {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-panel {
    border-color: #dfdfdf
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .notice {
    margin-top: 10px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap .inside {
    border-top: none
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap .acf-fields {
    margin-bottom: 24px;
    border: none;
    background: #fff;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap .acf-fields .acf-field {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap .acf-fields .acf-label {
    margin-bottom: 16px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap .acf-fields .acf-input {
    padding: 16px;
    border: 1px solid #d0d5dd;
    border-radius: 6px
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap .postbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap .postbox .inside {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap .postbox .hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap .postbox .handle-order-higher,
body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap .postbox .handle-order-lower,
body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap .postbox .handlediv {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap.-grid {
    margin-left: 8px;
    margin-right: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap.-grid .postbox {
    float: left;
    clear: left;
    width: 50%;
    margin: 0 0 16px
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap.-grid .postbox:nth-child(odd) {
    margin-left: -8px
}

body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap.-grid .postbox:nth-child(2n) {
    float: right;
    clear: right;
    margin-right: -8px
}

@media only screen and (max-width:850px) {
    body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap.-grid {
        margin-left: 0;
        margin-right: 0
    }
    body.customer-area-active .cuar-css-wrapper .acf-meta-box-wrap.-grid .postbox {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%
    }
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tool-export p {
    max-width: 800px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tool-export ul {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tool-export .acf-postbox-side .button {
    margin: 0;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tool-export textarea {
    display: block;
    width: 100%;
    min-height: 500px;
    background: #f9fafb;
    border-color: #d0d5dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px;
    border-radius: 6px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tool-export .acf-panel-selection .acf-label {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-css-tooltip {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-css-tooltip:before {
    content: attr(aria-label);
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    background: #191e23;
    border-radius: 2px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4em;
    white-space: pre
}

body.customer-area-active .cuar-css-wrapper .acf-css-tooltip:after {
    content: "";
    display: none;
    position: absolute;
    z-index: 998;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 4px);
    -ms-transform: translate(-50%, 4px);
    transform: translate(-50%, 4px);
    border: 6px solid transparent;
    border-top-color: #191e23
}

body.customer-area-active .cuar-css-wrapper .acf-css-tooltip:focus:after,
body.customer-area-active .cuar-css-wrapper .acf-css-tooltip:focus:before,
body.customer-area-active .cuar-css-wrapper .acf-css-tooltip:hover:after,
body.customer-area-active .cuar-css-wrapper .acf-css-tooltip:hover:before {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-diff .acf-diff-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 14px 16px;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd
}

body.customer-area-active .cuar-css-wrapper .acf-diff .acf-diff-title strong {
    font-size: 14px;
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-diff .acf-diff-title .acf-diff-title-left,
body.customer-area-active .cuar-css-wrapper .acf-diff .acf-diff-title .acf-diff-title-right {
    width: 50%;
    float: left
}

body.customer-area-active .cuar-css-wrapper .acf-diff .acf-diff-content {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper .acf-diff table.diff {
    border-spacing: 0
}

body.customer-area-active .cuar-css-wrapper .acf-diff table.diff col.diffsplit.middle {
    width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-diff table.diff td,
body.customer-area-active .cuar-css-wrapper .acf-diff table.diff th {
    padding-top: .25em;
    padding-bottom: .25em
}

body.customer-area-active .cuar-css-wrapper .acf-diff table.diff tr td:nth-child(2) {
    width: auto
}

body.customer-area-active .cuar-css-wrapper .acf-diff table.diff td:nth-child(3) {
    border-left: 1px solid #ddd
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-diff .acf-diff-title {
        height: 70px
    }
    body.customer-area-active .cuar-css-wrapper .acf-diff .acf-diff-content {
        top: 100px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-modal {
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 160000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
    background: #fcfcfc
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-content,
body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-title,
body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-toolbar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-title {
    height: 50px;
    top: 0;
    border-bottom: 1px solid #ddd
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-title h2 {
    margin: 0;
    padding: 0 16px;
    line-height: 50px
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-title .acf-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border: none;
    border-left: 1px solid #ddd;
    background: transparent;
    cursor: pointer;
    color: #666
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-title .acf-modal-close:hover {
    color: #00a0d2
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-content {
    top: 50px;
    bottom: 60px;
    background: #fff;
    overflow: auto;
    padding: 16px
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-feedback {
    position: absolute;
    top: 50%;
    margin: -10px 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: .75
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-feedback.error {
    opacity: 1;
    color: #b52727
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-toolbar {
    height: 60px;
    bottom: 0;
    padding: 15px 16px;
    border-top: 1px solid #ddd
}

body.customer-area-active .cuar-css-wrapper .acf-modal .acf-modal-toolbar .button {
    float: right
}

@media only screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .acf-modal {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

body.customer-area-active .cuar-css-wrapper .acf-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    z-index: 159900
}

@media only screen and (-o-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    body.customer-area-active .cuar-css-wrapper .acf-loading,
    body.customer-area-active .cuar-css-wrapper .acf-spinner {
        background-image: url(../../images/spinner@2x.gif);
        background-size: 20px 20px
    }
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .wrap {
    margin: 48px 32px 0 12px
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .wrap {
        margin-right: 8px;
        margin-left: 8px
    }
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl .wrap {
    margin-right: 12px;
    margin-left: 32px
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl .wrap {
        margin-right: 8px;
        margin-left: 8px
    }
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #wpcontent {
        padding-left: 0
    }
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .inside,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .inside {
    padding: 24px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .acf-postbox-inner,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .acf-postbox-inner {
    margin: 0;
    padding: 24px 0 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .inner,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .inside,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .inner,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .inside {
    margin: 0 !important;
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .postbox-header,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .title,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .postbox-header,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 64px;
    margin: 0;
    padding: 0 24px;
    border-bottom-width: 0;
    border-bottom-style: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .postbox-header h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .postbox-header h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .title h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .title h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .postbox-header h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .postbox-header h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .title h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .title h3 {
    margin: 0;
    padding: 0;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .hndle,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .hndle {
    padding: 0 24px
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 64px;
    margin: -24px -24px 0;
    padding: 0 24px;
    border-bottom: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-header h2.acf-postbox-title {
    margin: 0;
    padding: 0 24px 0 0;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-postbox-header h2.acf-postbox-title {
    padding-right: 0;
    padding-left: 24px
}

body.customer-area-active .cuar-css-wrapper .acf-postbox-header .acf-icon {
    background-color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #screen-meta-links {
    margin-right: 32px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #screen-meta-links .show-settings {
    border-color: #d0d5dd
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #screen-meta-links {
        margin-right: 16px;
        margin-bottom: 0
    }
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #screen-meta-links {
    margin-right: 0;
    margin-left: 32px
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #screen-meta-links {
        margin-right: 0;
        margin-left: 16px
    }
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #screen-meta {
    border-color: #d0d5dd
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #poststuff .postbox-header h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #poststuff .postbox-header h3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    color: #344054 !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    outline: none;
    background-image: -o-repeating-linear-gradient(bottom, #667085, #667085 5px, transparent 5px, transparent 10px, #667085 10px), -o-repeating-linear-gradient(left, #667085, #667085 5px, transparent 5px, transparent 10px, #667085 10px), -o-repeating-linear-gradient(top, #667085, #667085 5px, transparent 5px, transparent 10px, #667085 10px), -o-repeating-linear-gradient(right, #667085, #667085 5px, transparent 5px, transparent 10px, #667085 10px);
    background-image: -o-repeating-linear-gradient(bottom, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0), -o-repeating-linear-gradient(left, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0), -o-repeating-linear-gradient(top, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0), -o-repeating-linear-gradient(right, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0);
    background-image: repeating-linear-gradient(0deg, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0), repeating-linear-gradient(90deg, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0), repeating-linear-gradient(180deg, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0), repeating-linear-gradient(270deg, #667085, #667085 5px, transparent 0, transparent 10px, #667085 0);
    background-size: 1.5px 100%, 100% 1.5px, 1.5px 100%, 100% 1.5px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: 8px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .ui-sortable-placeholder {
    border: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    margin: 0;
    padding: 4px 12px;
    background-color: #ebf5fa;
    border: 1px solid #a5d2e7;
    border-radius: 6px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .subtitle strong {
    margin-left: 5px
}

body.customer-area-active .cuar-css-wrapper .acf-actions-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper .acf-actions-strip .acf-btn {
    margin-right: 8px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 48px;
    margin: 0 0 16px !important;
    padding: 13px 16px 12px 50px !important;
    background-color: #e7eff9;
    border: 1px solid #9dbaee;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice.update-nag,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.update-nag {
    display: block;
    position: relative;
    width: calc(100% - 44px);
    margin: 48px 44px -32px 12px !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice .button,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice .button {
    height: auto;
    margin-left: 8px;
    padding: 0;
    border: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice>div,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice>div {
    margin-top: 0;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice p,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice p.help,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice p.help {
    margin-top: 0;
    padding-top: 0;
    color: rgba(52, 64, 84, .7)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice .notice-dismiss,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice .notice-dismiss {
    position: absolute;
    top: 4px;
    right: 8px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice .notice-dismiss:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice .notice-dismiss:before {
    content: "";
    display: block;
    position: relative;
    z-index: 600;
    width: 20px;
    height: 20px;
    background-color: #667085;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-close.svg);
    mask-image: url(../../images/icons/icon-close.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice .notice-dismiss:hover:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice .notice-dismiss:hover:before {
    background-color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 18px;
    z-index: 600;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-info-solid.svg);
    mask-image: url(../../images/icons/icon-info-solid.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice:after,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 12px;
    z-index: 500;
    width: 28px;
    height: 28px;
    background-color: #2d69da;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice .local-restore,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice .local-restore {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -6px;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.is-dismissible {
    padding-right: 56px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.notice-success {
    background-color: #edf7ef;
    border-color: #b6deb9
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.notice-success:before {
    -webkit-mask-image: url(../../images/icons/icon-check-circle-solid.svg);
    mask-image: url(../../images/icons/icon-check-circle-solid.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.notice-success:after {
    background-color: #52aa59
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.notice-error {
    background-color: #f7eeeb;
    border-color: #f1b6b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.notice-error:before {
    -webkit-mask-image: url(../../images/icons/icon-warning.svg);
    mask-image: url(../../images/icons/icon-warning.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice:after,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice.notice-error:after {
    background-color: #da5a39
}

body.customer-area-active .cuar-css-wrapper .acf-h2,
body.customer-area-active .cuar-css-wrapper .acf-headerbar h2,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner h2,
body.customer-area-active .cuar-css-wrapper .acf-page-title,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h2 {
    font-size: 18px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-h3,
body.customer-area-active .cuar-css-wrapper .acf-headerbar h3,
body.customer-area-active .cuar-css-wrapper .acf-postbox-header h2.acf-postbox-title,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #poststuff .postbox-header h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #poststuff .postbox-header h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .postbox-header h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .postbox-header h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .title h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-box .title h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .postbox-header h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .postbox-header h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .title h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox .title h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h3 {
    font-size: 16px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .post-type-acf-field-group h1,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-pro-features h1,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p1 {
    font-size: 15px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap .acf-fields .post-type-acf-field-group .acf-label,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner .post-type-acf-field-group p,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tools .acf-meta-box-wrap .acf-fields .acf-label,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-no-field-groups-wrapper .acf-no-field-groups-inner p,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p2 {
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table .post-type-acf-field-group .post-state,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .wp-list-table .post-state,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .subtitle {
    font-size: 13.5px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-panel .post-type-acf-field-group h3,
body.customer-area-active .cuar-css-wrapper #acf-update-information .form-table .post-type-acf-field-group td,
body.customer-area-active .cuar-css-wrapper #acf-update-information .form-table .post-type-acf-field-group th,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .subsubsub .post-type-acf-field-group li,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tbody .post-type-acf-field-group td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tbody .post-type-acf-field-group th,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot .post-type-acf-field-group td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot .post-type-acf-field-group th,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead .post-type-acf-field-group td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead .post-type-acf-field-group th,
body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .post-type-acf-field-group .acf-tab,
body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn .post-type-acf-field-group p,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tools.tool-export .acf-panel h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information .form-table td,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information .form-table th,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .subsubsub li,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .wp-list-table tbody td,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .wp-list-table tbody th,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .wp-list-table tfoot td,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .wp-list-table tfoot th,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .wp-list-table thead td,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .wp-list-table thead th,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-toolbar .acf-tab,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn p,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-btn.acf-btn-sm,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container.-acf .select2-selection__rendered,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .button,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p4,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea {
    font-size: 13px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .post-type-acf-field-group .row-actions,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice .button,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .row-actions,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice .button,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p5 {
    font-size: 12.5px
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .acf-update-changelog p .post-type-acf-field-group em,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .post-type-acf-field-group .row-actions,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner .post-type-acf-field-group p.acf-small,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information .acf-update-changelog p em,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-admin-field-groups .row-actions,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-no-field-groups-wrapper .acf-no-field-groups-inner p.acf-small,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-small,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p6 {
    font-size: 12px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #lost-connection-notice p.help,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-tooltip,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .notice p.help,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p7 {
    font-size: 11.5px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav.top {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .subsubsub {
    margin-bottom: 3px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table {
    margin: 0;
    border-radius: 8px;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table strong {
    color: #98a2b3;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table a.row-title {
    font-size: 13px !important;
    font-weight: 500
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table th {
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table td.sortable a,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table th.sortable a {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table td.check-column,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table th.check-column {
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table td.check-column,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table th.check-column {
        vertical-align: top;
        padding-right: 2px;
        padding-left: 10px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table td input,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table th input {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot th,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead th {
    height: 48px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9fafb;
    border-color: #eaecf0;
    font-weight: 500
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot td,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot th,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead td,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead th {
        padding-right: 16px;
        padding-left: 8px
    }
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot td.check-column,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tfoot th.check-column,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead td.check-column,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table thead th.check-column {
        vertical-align: middle
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tbody td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tbody th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    padding: 10px 24px;
    vertical-align: top;
    background-color: #fff;
    border-bottom: 1px solid #eaecf0
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tbody td,
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tbody th {
        padding-right: 16px;
        padding-left: 8px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table .column-acf-key {
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table .column-acf-key .acf-icon-key-solid {
    display: inline-block;
    position: relative;
    bottom: -2px;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table .acf-location .dashicons {
    position: relative;
    bottom: -2px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    font-size: 16px;
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table .post-state {
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tr:focus-within,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tr:hover {
    background: #f7f7f7
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tr:focus-within .row-actions,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table tr:hover .row-actions {
    margin-bottom: 0
}

@media screen and (min-width:782px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table .column-acf-count {
        width: 10%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .wp-list-table .row-actions span.file {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups.rtl .wp-list-table .column-acf-key .acf-icon-key-solid {
    margin-left: 4px;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups.rtl .wp-list-table .acf-location .dashicons {
    margin-left: 6px;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .row-actions {
    margin-top: 2px;
    padding: 0;
    line-height: 14px;
    color: #d0d5dd
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .row-actions .trash a {
    color: #d94f4f
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .widefat tfoot td.check-column,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .widefat thead td.check-column {
    padding-top: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .row-actions a:hover {
    color: #044767
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .row-actions .trash a {
    color: #a00
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .row-actions .trash a:hover {
    color: red
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .row-actions.visible {
    margin-bottom: 0;
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups #the-list tr:hover td,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups #the-list tr:hover th {
    background-color: #f7fbfd
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav {
    margin: 24px 0 0;
    padding: 0;
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups #posts-filter p.search-box {
    margin: 5px 0 24px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups #posts-filter p.search-box #post-search-input {
    min-width: 280px;
    margin: 0 8px 0 0
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups #posts-filter p.search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 24px;
        margin-right: 16px
    }
    body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups #posts-filter p.search-box #post-search-input {
        min-width: auto
    }
}

body.customer-area-active .cuar-css-wrapper .rtl.acf-admin-field-groups #posts-filter p.search-box #post-search-input {
    margin-right: 0;
    margin-left: 8px
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .rtl.acf-admin-field-groups #posts-filter p.search-box {
        padding-left: 24px;
        padding-right: 0;
        margin-left: 16px;
        margin-right: 0
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .subsubsub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 40px;
    margin-bottom: 16px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .subsubsub li {
    margin-top: 0;
    margin-right: 4px;
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .subsubsub li .count {
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .displaying-num {
    margin: 0 16px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links #table-paging {
    margin: 0 4px 0 8px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links #table-paging .total-pages {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages.one-page .pagination-links {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    margin: 0;
    padding: 0;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:first-child,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:last-child,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:nth-child(2),
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:nth-last-child(2) {
    display: inline-block;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 4px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:first-child:before,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:last-child:before,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:nth-child(2):before,
body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:nth-last-child(2):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0783be;
    border-radius: 0;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:first-child:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-left-double.svg);
    mask-image: url(../../images/icons/icon-chevron-left-double.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:nth-child(2):before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-left.svg);
    mask-image: url(../../images/icons/icon-chevron-left.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:nth-last-child(2):before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-right.svg);
    mask-image: url(../../images/icons/icon-chevron-right.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:last-child:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-right-double.svg);
    mask-image: url(../../images/icons/icon-chevron-right-double.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:hover {
    border-color: #066998;
    background-color: rgba(7, 131, 190, .05)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button:hover:before {
    background-color: #066998
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button.disabled {
    background-color: transparent !important
}

body.customer-area-active .cuar-css-wrapper .acf-admin-field-groups .tablenav-pages .pagination-links .button.disabled.disabled:before {
    background-color: #d0d5dd
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 48px
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    max-width: 380px;
    min-height: 320px
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner h2,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner img,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner h2 {
    margin-top: 32px;
    margin-bottom: 0;
    padding: 0;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner p {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner p.acf-small {
    display: block;
    position: relative;
    margin-top: 32px
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner img {
    max-width: 284px;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups-wrapper .acf-no-field-groups-inner .acf-btn {
    margin-top: 32px
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups #the-list tr:hover td,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups #the-list tr:hover th,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups .acf-admin-field-groups .wp-list-table tr:hover,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups .alternate,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups .striped>tbody>:nth-child(odd),
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups ul.striped>:nth-child(odd) {
    background-color: transparent !important
}

body.customer-area-active .cuar-css-wrapper .acf-no-field-groups .no-pages,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups .wp-list-table tfoot,
body.customer-area-active .cuar-css-wrapper .acf-no-field-groups .wp-list-table thead {
    display: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .wp-list-table .toggle-row:before {
    top: 4px;
    left: 16px;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #0783be;
    border-radius: 0;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-chevron-down.svg);
    mask-image: url(../../images/icons/icon-chevron-down.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .wp-list-table .is-expanded .toggle-row:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-up.svg);
    mask-image: url(../../images/icons/icon-chevron-up.svg)
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .widefat tfoot td input[type=checkbox],
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .widefat thead td input[type=checkbox],
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .widefat th input[type=checkbox] {
        margin-bottom: 0
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset;
    top: 32px;
    height: 72px;
    z-index: 800;
    background: #344054;
    color: #98a2b3
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar {
        position: static
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-logo {
    margin-right: 32px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-logo img {
    display: block;
    max-width: 55px;
    line-height: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar h2 {
    display: none;
    color: #f9fafb
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    margin-right: 8px;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #98a2b3;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab.is-active {
    background-color: #475467;
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab:hover {
    background-color: #475467;
    color: #f9fafb
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab:focus-visible {
    border: 1px solid #667085
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper #wpcontent .acf-admin-toolbar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -20px;
    padding: 16px 32px
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar {
        display: none
    }
}

body.customer-area-active .cuar-css-wrapper .rtl #wpcontent .acf-admin-toolbar {
    margin-left: 0;
    margin-right: -20px
}

body.customer-area-active .cuar-css-wrapper .rtl #wpcontent .acf-admin-toolbar .acf-tab {
    margin-left: 8px;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-logo {
    margin-right: 0;
    margin-left: 32px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab i.acf-icon {
    display: none;
    margin-right: 8px;
    margin-left: -2px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab.acf-header-tab-acf-field-group i.acf-icon,
body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab.acf-header-tab-acf-settings-updates i.acf-icon,
body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab.acf-header-tab-acf-tools i.acf-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab.is-active i.acf-icon,
body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-tab:hover i.acf-icon {
    background-color: #eaecf0
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-admin-toolbar .acf-tab i.acf-icon {
    margin-right: -2px;
    margin-left: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-header-tab-acf-field-group i.acf-icon {
    -webkit-mask-image: url(../../images/icons/icon-field-groups.svg);
    mask-image: url(../../images/icons/icon-field-groups.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-header-tab-acf-tools i.acf-icon {
    -webkit-mask-image: url(../../images/icons/icon-tools.svg);
    mask-image: url(../../images/icons/icon-tools.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar .acf-header-tab-acf-settings-updates i.acf-icon {
    -webkit-mask-image: url(../../images/icons/icon-updates.svg);
    mask-image: url(../../images/icons/icon-updates.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .wrap .wp-heading-inline+.page-title-action,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h1.wp-heading-inline {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    top: 32px;
    z-index: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 72px;
    margin-left: -20px;
    padding: 8px 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-page-title {
    margin: 0 16px 0 0;
    padding: 0
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-headerbar {
        position: static
    }
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-headerbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        top: 46px;
        min-height: 64px;
        padding-right: 12px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-content .acf-headerbar-title,
    body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-content .acf-title-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-content .acf-title-wrap {
        margin-top: 8px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-title-field {
    min-width: 320px
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-title-field {
        min-width: 100%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar .acf-headerbar-actions .acf-btn {
    margin-left: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor {
    position: sticky;
    top: 32px;
    z-index: 700;
    margin-left: -20px;
    width: calc(100% + 20px)
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor {
        position: relative;
        top: 0;
        width: 100%;
        margin-left: 0;
        padding-right: 8px;
        padding-left: 8px
    }
}

@media screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor {
        position: relative;
        top: 46px
    }
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor .acf-headerbar-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }
    body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor .acf-headerbar-inner .acf-page-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor .acf-headerbar-inner .acf-headerbar-actions {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-top: 8px;
        gap: 8px
    }
    body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor .acf-headerbar-inner .acf-headerbar-actions .acf-btn {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

body.customer-area-active .cuar-css-wrapper .acf-headerbar-field-editor .acf-page-title {
    margin-right: 16px
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-headerbar,
body.customer-area-active .cuar-css-wrapper .rtl .acf-headerbar-field-editor {
    margin-left: 0;
    margin-right: -20px
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-headerbar-field-editor .acf-page-title,
body.customer-area-active .cuar-css-wrapper .rtl .acf-headerbar .acf-page-title {
    margin-left: 16px;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-headerbar-field-editor .acf-headerbar-actions .acf-btn,
body.customer-area-active .cuar-css-wrapper .rtl .acf-headerbar .acf-headerbar-actions .acf-btn {
    margin-left: 0;
    margin-right: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 16px;
    background-color: #0783be;
    border-radius: 6px;
    border: 1px solid rgba(16, 24, 40, .2);
    text-decoration: none;
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, -webkit-box-shadow;
    -o-transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow, -webkit-box-shadow
}

body.customer-area-active .cuar-css-wrapper .acf-btn:disabled {
    background-color: red
}

body.customer-area-active .cuar-css-wrapper .acf-btn:hover {
    background-color: #066998;
    color: #fff;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .acf-btn.acf-btn-sm {
    min-height: 32px;
    padding: 4px 12px
}

body.customer-area-active .cuar-css-wrapper .acf-btn.acf-btn-secondary {
    background-color: transparent;
    color: #0783be !important;
    border-color: #0783be
}

body.customer-area-active .cuar-css-wrapper .acf-btn.acf-btn-secondary:hover {
    background-color: #f3f9fc
}

body.customer-area-active .cuar-css-wrapper .acf-btn.acf-btn-tertiary {
    background-color: transparent;
    color: #667085 !important;
    border-color: #d0d5dd
}

body.customer-area-active .cuar-css-wrapper .acf-btn.acf-btn-tertiary:hover {
    color: #667085 !important;
    border-color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .acf-btn i.acf-icon {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    margin-right: 6px;
    margin-left: -4px
}

body.customer-area-active .cuar-css-wrapper .acf-btn.acf-btn-sm i.acf-icon {
    width: 18px;
    height: 18px;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    margin-right: 4px;
    margin-left: -2px
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-btn i.acf-icon {
    margin-right: -4px;
    margin-left: 6px
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-btn.acf-btn-sm i.acf-icon {
    margin-right: 2px;
    margin-left: -4px
}

body.customer-area-active .cuar-css-wrapper .acf-btn.acf-delete-field-group:hover {
    background-color: #fdf8f6;
    border-color: #da5a39 !important;
    color: #da5a39 !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-plus {
    -webkit-mask-image: url(../../images/icons/icon-add.svg);
    mask-image: url(../../images/icons/icon-add.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-stars {
    -webkit-mask-image: url(../../images/icons/icon-stars.svg);
    mask-image: url(../../images/icons/icon-stars.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-help {
    -webkit-mask-image: url(../../images/icons/icon-help.svg);
    mask-image: url(../../images/icons/icon-help.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-key {
    -webkit-mask-image: url(../../images/icons/icon-key.svg);
    mask-image: url(../../images/icons/icon-key.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-trash {
    -webkit-mask-image: url(../../images/icons/icon-trash.svg);
    mask-image: url(../../images/icons/icon-trash.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-arrow-right {
    -webkit-mask-image: url(../../images/icons/icon-arrow-right.svg);
    mask-image: url(../../images/icons/icon-arrow-right.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-arrow-left {
    -webkit-mask-image: url(../../images/icons/icon-arrow-left.svg);
    mask-image: url(../../images/icons/icon-arrow-left.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-icon.-right,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-chevron-right {
    -webkit-mask-image: url(../../images/icons/icon-chevron-right.svg);
    mask-image: url(../../images/icons/icon-chevron-right.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-icon.-left,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-chevron-left {
    -webkit-mask-image: url(../../images/icons/icon-chevron-left.svg);
    mask-image: url(../../images/icons/icon-chevron-left.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-key-solid {
    -webkit-mask-image: url(../../images/icons/icon-key-solid.svg);
    mask-image: url(../../images/icons/icon-key-solid.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-icon.-globe,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-globe {
    -webkit-mask-image: url(../../images/icons/icon-globe.svg);
    mask-image: url(../../images/icons/icon-globe.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-icon.-picture,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group i.acf-icon-image {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-image.svg);
    mask-image: url(../../images/field-type-icons/icon-field-image.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .post-type-acf-field-group .post-state {
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .post-type-acf-field-group .post-state .dashicons.dashicons-hidden {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-color: #98a2b3;
    border: none;
    border-radius: 0;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-hidden.svg);
    mask-image: url(../../images/icons/icon-hidden.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .post-type-acf-field-group .post-state .dashicons.dashicons-hidden:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-sub-field-list-header h2,
body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-sub-field-list-header h3,
body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .postbox-header h2,
body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .postbox-header h3,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-sub-field-list-header h2,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-sub-field-list-header h3,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .postbox-header h2,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .postbox-header h3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-sub-field-list-header h2:before,
body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-sub-field-list-header h3:before,
body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .postbox-header h2:before,
body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .postbox-header h3:before,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-sub-field-list-header h2:before,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-sub-field-list-header h3:before,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .postbox-header h2:before,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options .postbox-header h3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: #98a2b3;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-fields .acf-sub-field-list-header h2:before,
body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-fields .acf-sub-field-list-header h3:before,
body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-fields .postbox-header h2:before,
body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-fields .postbox-header h3:before,
body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-options .acf-sub-field-list-header h2:before,
body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-options .acf-sub-field-list-header h3:before,
body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-options .postbox-header h2:before,
body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-options .postbox-header h3:before {
    margin-right: 0;
    margin-left: 8px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .postbox-header h2:before,
body.customer-area-active .cuar-css-wrapper h3.acf-sub-field-list-title:before {
    -webkit-mask-image: url(../../images/icons/icon-fields.svg);
    mask-image: url(../../images/icons/icon-fields.svg)
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .postbox-header h2:before {
    -webkit-mask-image: url(../../images/icons/icon-settings.svg);
    mask-image: url(../../images/icons/icon-settings.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-field-settings-fc_head label:before {
    -webkit-mask-image: url(../../images/icons/icon-layout.svg);
    mask-image: url(../../images/icons/icon-layout.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox-header .handle-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .postbox-header .handle-actions .toggle-indicator:before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-chevron-up.svg);
    mask-image: url(../../images/icons/icon-chevron-up.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.closed .postbox-header .handle-actions .toggle-indicator:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-down.svg);
    mask-image: url(../../images/icons/icon-chevron-down.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-export h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-export h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-import h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-import h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-license-information h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-license-information h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information h3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-export h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-export h3:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-import h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-import h3:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-license-information h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-license-information h3:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information h3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: #98a2b3;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-admin-tool-export h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-admin-tool-export h3:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-admin-tool-import h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-admin-tool-import h3:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-license-information h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-license-information h3:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-update-information h2:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl #acf-update-information h3:before {
    margin-right: 0;
    margin-left: 8px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-export h2:before {
    -webkit-mask-image: url(../../images/icons/icon-export.svg);
    mask-image: url(../../images/icons/icon-export.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tool-import h2:before {
    -webkit-mask-image: url(../../images/icons/icon-import.svg);
    mask-image: url(../../images/icons/icon-import.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-license-information h3:before {
    -webkit-mask-image: url(../../images/icons/icon-key.svg);
    mask-image: url(../../images/icons/icon-key.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-update-information h3:before {
    -webkit-mask-image: url(../../images/icons/icon-info.svg);
    mask-image: url(../../images/icons/icon-info.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group .acf-input .acf-icon {
    width: 18px;
    height: 18px
}

body.customer-area-active .cuar-css-wrapper .field-type-icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    top: -4px;
    background-color: #ebf5fa;
    border: 1px solid #a5d2e7;
    border-radius: 100%
}

body.customer-area-active .cuar-css-wrapper .field-type-icon:before {
    content: "";
    width: 14px;
    height: 14px;
    position: relative;
    background-color: #0783be;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-default.svg);
    mask-image: url(../../images/field-type-icons/icon-field-default.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-text:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-text.svg);
    mask-image: url(../../images/field-type-icons/icon-field-text.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-textarea:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-textarea.svg);
    mask-image: url(../../images/field-type-icons/icon-field-textarea.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-number:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-number.svg);
    mask-image: url(../../images/field-type-icons/icon-field-number.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-range:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-range.svg);
    mask-image: url(../../images/field-type-icons/icon-field-range.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-email:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-email.svg);
    mask-image: url(../../images/field-type-icons/icon-field-email.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-url:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-url.svg);
    mask-image: url(../../images/field-type-icons/icon-field-url.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-password:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-password.svg);
    mask-image: url(../../images/field-type-icons/icon-field-password.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-image:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-image.svg);
    mask-image: url(../../images/field-type-icons/icon-field-image.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-file:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-file.svg);
    mask-image: url(../../images/field-type-icons/icon-field-file.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-wysiwyg:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-wysiwyg.svg);
    mask-image: url(../../images/field-type-icons/icon-field-wysiwyg.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-oembed:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-oembed.svg);
    mask-image: url(../../images/field-type-icons/icon-field-oembed.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-gallery:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-gallery.svg);
    mask-image: url(../../images/field-type-icons/icon-field-gallery.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-select:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-select.svg);
    mask-image: url(../../images/field-type-icons/icon-field-select.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-checkbox:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-checkbox.svg);
    mask-image: url(../../images/field-type-icons/icon-field-checkbox.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-radio:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-radio.svg);
    mask-image: url(../../images/field-type-icons/icon-field-radio.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-button-group:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-button-group.svg);
    mask-image: url(../../images/field-type-icons/icon-field-button-group.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-true-false:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-true-false.svg);
    mask-image: url(../../images/field-type-icons/icon-field-true-false.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-link:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-link.svg);
    mask-image: url(../../images/field-type-icons/icon-field-link.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-post-object:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-post-object.svg);
    mask-image: url(../../images/field-type-icons/icon-field-post-object.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-page-link:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-page-link.svg);
    mask-image: url(../../images/field-type-icons/icon-field-page-link.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-relationship:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-relationship.svg);
    mask-image: url(../../images/field-type-icons/icon-field-relationship.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-taxonomy:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-taxonomy.svg);
    mask-image: url(../../images/field-type-icons/icon-field-taxonomy.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-user:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-user.svg);
    mask-image: url(../../images/field-type-icons/icon-field-user.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-google-map:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-google-map.svg);
    mask-image: url(../../images/field-type-icons/icon-field-google-map.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-date-picker:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-date-picker.svg);
    mask-image: url(../../images/field-type-icons/icon-field-date-picker.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-date-time-picker:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-date-time-picker.svg);
    mask-image: url(../../images/field-type-icons/icon-field-date-time-picker.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-time-picker:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-time-picker.svg);
    mask-image: url(../../images/field-type-icons/icon-field-time-picker.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-color-picker:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-color-picker.svg);
    mask-image: url(../../images/field-type-icons/icon-field-color-picker.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-message:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-message.svg);
    mask-image: url(../../images/field-type-icons/icon-field-message.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-accordion:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-accordion.svg);
    mask-image: url(../../images/field-type-icons/icon-field-accordion.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-tab:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-tab.svg);
    mask-image: url(../../images/field-type-icons/icon-field-tab.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-group:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-group.svg);
    mask-image: url(../../images/field-type-icons/icon-field-group.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-repeater:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-repeater.svg);
    mask-image: url(../../images/field-type-icons/icon-field-repeater.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-flexible-content:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-flexible-content.svg);
    mask-image: url(../../images/field-type-icons/icon-field-flexible-content.svg)
}

body.customer-area-active .cuar-css-wrapper .field-type-icon.field-type-icon-clone:before {
    -webkit-mask-image: url(../../images/field-type-icons/icon-field-clone.svg);
    mask-image: url(../../images/field-type-icons/icon-field-clone.svg)
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .postbox-header {
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap.-grid {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap.-grid .postbox {
    width: 100%;
    clear: none;
    float: none;
    margin-bottom: 0
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap.-grid .postbox {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .acf-meta-box-wrap.-grid .postbox:nth-child(odd) {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools .meta-box-sortables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper #acf-admin-tools .meta-box-sortables {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .inside {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-postbox-header {
    margin-bottom: 24px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-postbox-main {
    border: none;
    margin: 0;
    padding: 0 24px 0 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-postbox-columns {
    margin: 0 280px 0 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-postbox-columns .acf-postbox-side {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-postbox-columns .acf-postbox-side .acf-panel {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-postbox-columns .acf-postbox-side:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-postbox-columns .acf-postbox-side .acf-btn {
    display: block;
    width: 100%;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .meta-box-sortables {
    display: block
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-panel {
    border: none
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-panel h3 {
    margin: 0;
    padding: 0;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-panel h3:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-checkbox-list {
    margin-top: 16px;
    border: 1px solid #d0d5dd;
    border-radius: 6px
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-checkbox-list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-right: 12px;
    padding-left: 12px;
    border-bottom: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper #acf-admin-tools.tool-export .acf-checkbox-list li:last-child {
    border-bottom: none
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap.acf-updates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body.customer-area-active .cuar-css-wrapper .custom-fields_page_acf-settings-updates .acf-admin-notice,
body.customer-area-active .cuar-css-wrapper .custom-fields_page_acf-settings-updates .acf-upgrade-notice,
body.customer-area-active .cuar-css-wrapper .custom-fields_page_acf-settings-updates .notice {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap.acf-updates .acf-box {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap.acf-updates .acf-box .inner {
    padding: 24px
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-settings-wrap.acf-updates .acf-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-settings-wrap.acf-updates .acf-admin-notice {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 16px;
    margin-right: 0;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper #acf-license-information {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    margin-right: 32px
}

@media screen and (max-width:1024px) {
    body.customer-area-active .cuar-css-wrapper #acf-license-information {
        margin-right: 0;
        margin-bottom: 32px
    }
}

body.customer-area-active .cuar-css-wrapper #acf-license-information .acf-activation-form {
    margin-top: 24px
}

body.customer-area-active .cuar-css-wrapper #acf-license-information label {
    font-weight: 500
}

body.customer-area-active .cuar-css-wrapper #acf-license-information .acf-input-wrap {
    margin-top: 8px;
    margin-bottom: 24px
}

body.customer-area-active .cuar-css-wrapper #acf-license-information #acf_pro_license {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper #acf-update-information {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: calc(35% - 32px)
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .form-table td,
body.customer-area-active .cuar-css-wrapper #acf-update-information .form-table th {
    padding: 0 0 24px;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .acf-update-changelog {
    margin-top: 8px;
    margin-bottom: 24px;
    padding-top: 8px;
    border-top: 1px solid #eaecf0;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .acf-update-changelog h4 {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .acf-update-changelog p {
    margin-top: 0;
    margin-bottom: 16px
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .acf-update-changelog p:last-of-type {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .acf-update-changelog p em {
    color: #667085
}

body.customer-area-active .cuar-css-wrapper #acf-update-information .acf-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0 16px;
    background: -o-linear-gradient(359.48deg, #2c9fb8 .44%, #a45cff 113.3%);
    background: linear-gradient(90.52deg, #2c9fb8 .44%, #a45cff 113.3%);
    background-size: 180% 80%;
    background-position: 100% 0;
    -webkit-transition: background-position .5s;
    -o-transition: background-position .5s;
    transition: background-position .5s;
    border-radius: 6px;
    text-decoration: none
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn {
        display: none
    }
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn:hover {
    background-position: 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn p {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    text-transform: none;
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-admin-toolbar a.acf-admin-toolbar-upgrade-btn .acf-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-left: -2px;
    background-color: #f9fafb
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions,
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 40px
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content {
        margin-right: 0;
        margin-bottom: 8px
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 160px
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features.postbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    background-image: -o-linear-gradient(left, #1d4373, #24437e, #304288, #413f8f, #543a95);
    background-image: -webkit-gradient(linear, left top, right top, from(#1d4373), color-stop(#24437e), color-stop(#304288), color-stop(#413f8f), to(#543a95));
    background-image: linear-gradient(90deg, #1d4373, #24437e, #304288, #413f8f, #543a95);
    color: #eaecf0
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features.postbox .postbox-header {
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features.postbox .inside {
    width: 100%;
    border: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features h1 {
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    color: #f9fafb
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features h1 .acf-icon {
    margin-right: 8px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: hsla(0, 0%, 100%, .2);
    border: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-btn:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-btn .acf-icon {
    margin-right: -2px;
    margin-left: 8px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-pro-features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-pro-features-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-pro-features-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 32px;
    margin-bottom: 6px
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-pro-features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3% - 32px);
        flex: 0 1 calc(33.3% - 32px)
    }
}

@media screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-pro-features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-pro-features-list li:last-child {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-pro-features .acf-pro-features-list li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: #52aa59;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-check-circle-solid.svg);
    mask-image: url(../../images/icons/icon-check-circle-solid.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-h2,
body.customer-area-active .cuar-css-wrapper .acf-headerbar h2,
body.customer-area-active .cuar-css-wrapper .acf-page-title,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h2 {
    font-size: 18px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-h3,
body.customer-area-active .cuar-css-wrapper .acf-headerbar h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h3 {
    font-size: 16px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p2 {
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p4 {
    font-size: 13px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p5 {
    font-size: 12.5px
}

body.customer-area-active .cuar-css-wrapper .acf-field .post-type-acf-field-group p.description,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field p.description,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-small,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p6 {
    font-size: 12px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-prefix_label p.description .post-type-acf-field-group code,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-prefix_name p.description .post-type-acf-field-group code,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-prefix_label p.description code,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-prefix_name p.description code,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p7 {
    font-size: 11.5px
}

body.customer-area-active .cuar-css-wrapper .acf-field,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-input,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-field {
    margin: 15px 0;
    clear: both
}

body.customer-area-active .cuar-css-wrapper .acf-field p.description {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-label {
    vertical-align: top;
    margin: 0 0 10px
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-label label {
    display: block;
    font-weight: 500;
    margin: 0 0 3px;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-label:empty {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-input {
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper .acf-field p.description {
    display: block;
    margin-top: 6px;
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice {
    margin: 0 0 15px;
    background: #edf2ff;
    color: #0c6ca0;
    border-color: #2183b9
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error {
    background: #ffe6e6;
    color: #cc2727;
    border-color: #d12626
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-success {
    background: #eefbe8;
    color: #0e7b17;
    border-color: #32a23b
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-warning {
    background: #fff3e6;
    color: #bd4b0e;
    border-color: #d16226
}

body.customer-area-active .cuar-css-wrapper td.acf-field,
body.customer-area-active .cuar-css-wrapper tr.acf-field {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field[data-width] {
    float: left;
    clear: none
}

body.customer-area-active .cuar-css-wrapper .acf-field[data-width]+.acf-field[data-width] {
    border-left: 1px solid #eee
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-field[data-width] {
    float: right
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-field[data-width]+.acf-field[data-width] {
    border-left: none;
    border-right: 1px solid #eee
}

body.customer-area-active .cuar-css-wrapper td.acf-field[data-width],
body.customer-area-active .cuar-css-wrapper tr.acf-field[data-width] {
    float: none
}

body.customer-area-active .cuar-css-wrapper .acf-field.-c0 {
    clear: both;
    border-left-width: 0 !important
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-field.-c0 {
    border-left-width: 1px !important;
    border-right-width: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-field.-r0 {
    border-top-width: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-fields {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-fields:after {
    display: block;
    clear: both;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-border {
    border: 1px solid #ccd0d4;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-field {
    position: relative;
    margin: 0;
    padding: 16px;
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-field:first-child {
    border-top: none;
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper td.acf-fields {
    padding: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-field {
    border: none;
    padding: 0;
    margin: 15px 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-field[data-width] {
    border: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-field>.acf-input,
body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-field>.acf-label {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field {
    padding: 15px 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field:after {
    display: block;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: #f9f9f9;
    border: solid #e1e1e1;
    border-width: 0 1px 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field[data-width] {
    float: none;
    width: auto !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-label {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 12px
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-input {
    float: left;
    width: 80%;
    margin: 0;
    padding: 0 12px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-left>.acf-field:before {
    border-width: 0 0 0 1px;
    left: auto;
    right: 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-left>.acf-field>.acf-input,
body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-left>.acf-field>.acf-label {
    float: right
}

body.customer-area-active .cuar-css-wrapper #side-sortables .acf-fields.-left>.acf-field:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper #side-sortables .acf-fields.-left>.acf-field>.acf-label {
    width: 100%;
    margin-bottom: 10px
}

body.customer-area-active .cuar-css-wrapper #side-sortables .acf-fields.-left>.acf-field>.acf-input {
    width: 100%
}

@media screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field:before {
        display: none
    }
    body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-label {
        width: 100%;
        margin-bottom: 10px
    }
    body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-input {
        width: 100%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear.-left>.acf-field {
    padding: 0;
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear.-left>.acf-field:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear.-left>.acf-field>.acf-input,
body.customer-area-active .cuar-css-wrapper .acf-fields.-clear.-left>.acf-field>.acf-label {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-table tr.acf-field>td.acf-label {
    padding: 15px 12px;
    margin: 0;
    background: #f9f9f9;
    width: 20%
}

body.customer-area-active .cuar-css-wrapper .acf-table tr.acf-field>td.acf-input {
    padding: 15px 12px;
    margin: 0;
    border-left-color: #e1e1e1
}

body.customer-area-active .cuar-css-wrapper .acf-sortable-tr-helper {
    position: relative !important;
    display: table-row !important
}

body.customer-area-active .cuar-css-wrapper .acf-postbox {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-postbox>.inside {
    margin: 0 !important;
    padding: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-postbox .acf-hndle-cog {
    color: #72777c;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    width: 25.92px;
    width: 1.62rem;
    position: relative;
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-postbox .acf-hndle-cog:hover {
    color: #191e23
}

body.customer-area-active .cuar-css-wrapper .acf-postbox>.hndle:hover .acf-hndle-cog,
body.customer-area-active .cuar-css-wrapper .acf-postbox>.postbox-header:hover .acf-hndle-cog {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .acf-postbox>.hndle .acf-hndle-cog {
    height: 20px;
    line-height: 20px;
    float: right;
    width: auto
}

body.customer-area-active .cuar-css-wrapper .acf-postbox>.hndle .acf-hndle-cog:hover {
    color: #777
}

body.customer-area-active .cuar-css-wrapper .acf-postbox .acf-replace-with-fields {
    padding: 15px;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper #post-body-content #acf_after_title-sortables {
    margin: 20px 0 -20px
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.handlediv,
body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.hndle,
body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.postbox-header {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.inside {
    display: block !important;
    margin-left: -12px !important;
    margin-right: -12px !important
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.inside>.acf-field {
    border-color: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields.-left>.acf-field:before {
    display: none
}

@media screen and (max-width:782px) {
    body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-input,
    body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-label {
        padding: 0
    }
}

body.customer-area-active .cuar-css-wrapper .acf-field input[type=date],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=datetime-local],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=datetime],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=email],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=month],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=number],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=password],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=search],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=tel],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=text],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=time],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=url],
body.customer-area-active .cuar-css-wrapper .acf-field input[type=week],
body.customer-area-active .cuar-css-wrapper .acf-field select,
body.customer-area-active .cuar-css-wrapper .acf-field textarea {
    width: 100%;
    padding: 4px 8px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=date],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=datetime-local],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=datetime],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=email],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=month],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=number],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=password],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=search],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=tel],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=text],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=time],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=url],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field input[type=week],
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field select,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-field textarea {
    padding: 3px 5px
}

body.customer-area-active .cuar-css-wrapper .acf-field textarea {
    resize: vertical
}

body.customer-area-active .cuar-css-wrapper body.acf-browser-firefox .acf-field select {
    padding: 4px 5px
}

body.customer-area-active .cuar-css-wrapper .acf-input-append,
body.customer-area-active .cuar-css-wrapper .acf-input-prepend,
body.customer-area-active .cuar-css-wrapper .acf-input-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .acf-input-append,
body.customer-area-active .cuar-css-wrapper .acf-input-prepend {
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 8px;
    background: #f5f5f5;
    border: 1px solid #7e8993;
    min-height: 30px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-input-append,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-input-prepend {
    padding: 3px 5px;
    border-color: #ddd;
    min-height: 28px
}

body.customer-area-active .cuar-css-wrapper .acf-input-prepend {
    float: left;
    border-right-width: 0;
    border-radius: 3px 0 0 3px
}

body.customer-area-active .cuar-css-wrapper .acf-input-append {
    float: right;
    border-left-width: 0;
    border-radius: 0 3px 3px 0
}

body.customer-area-active .cuar-css-wrapper .acf-input-wrap {
    position: relative;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-input-wrap .acf-is-prepended {
    border-radius: 0 6px 6px 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-input-wrap .acf-is-appended {
    border-radius: 6px 0 0 6px !important
}

body.customer-area-active .cuar-css-wrapper .acf-input-wrap .acf-is-prepended.acf-is-appended {
    border-radius: 0 !important
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-input-prepend {
    border-left-width: 0;
    border-right-width: 1px;
    border-radius: 0 3px 3px 0;
    float: right
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-input-append {
    border-left-width: 1px;
    border-right-width: 0;
    border-radius: 3px 0 0 3px;
    float: left
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] input.acf-is-prepended {
    border-radius: 3px 0 0 3px !important
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] input.acf-is-appended {
    border-radius: 0 3px 3px 0 !important
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] input.acf-is-prepended.acf-is-appended {
    border-radius: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-color-picker .wp-color-result {
    border-color: #7e8993
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-color-picker .wp-color-result {
    border-color: #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-color-picker .wp-picker-active {
    position: relative;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper .acf-url i {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: .5;
    color: #7e8993
}

body.customer-area-active .cuar-css-wrapper .acf-url input[type=url] {
    padding-left: 27px !important
}

body.customer-area-active .cuar-css-wrapper .acf-url.-valid i {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choices {
    background: #fff;
    border-color: #ddd;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .07) inset;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    min-height: 31px
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choices .select2-search-choice {
    margin: 5px 0 5px 5px;
    padding: 3px 5px 3px 18px;
    border-color: #bbb;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px 0 hsla(0, 0%, 100%, .25) inset;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .25)
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper {
    background: #5897fb;
    border-color: #3f87fa;
    color: #fff !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper a {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-placeholder {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    visibility: visible !important
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choices .select2-search-choice-focus {
    border-color: #999
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choices .select2-search-field input {
    height: 31px;
    line-height: 22px;
    margin: 0;
    padding: 5px 5px 5px 7px
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choice {
    border-color: #bbb
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choice .select2-arrow {
    background: transparent;
    border-left-color: #dfdfdf;
    padding-left: 1px
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-choice .select2-result-description {
    display: none
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf.select2-container-active .select2-choices,
body.customer-area-active .cuar-css-wrapper .select2-container.-acf.select2-dropdown-open .select2-choices {
    border-color: #5b9dd9;
    border-radius: 3px 3px 0 0
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf.select2-dropdown-open .select2-choice {
    background: #fff;
    border-color: #5b9dd9
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .select2-container.-acf .select2-search-choice-close {
    left: 24px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .select2-container.-acf .select2-choice>.select2-chosen {
    margin-left: 42px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .select2-container.-acf .select2-choice .select2-arrow {
    padding-left: 0;
    padding-right: 1px
}

body.customer-area-active .cuar-css-wrapper .select2-drop .select2-search {
    padding: 4px 4px 0
}

body.customer-area-active .cuar-css-wrapper .select2-drop .select2-result .select2-result-description {
    color: #999;
    font-size: 12px;
    margin-left: 5px
}

body.customer-area-active .cuar-css-wrapper .select2-drop .select2-result.select2-highlighted .select2-result-description {
    color: #fff;
    opacity: .75
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf li {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf[data-select2-id^=select2-data] .select2-selection--multiple {
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection {
    border-color: #7e8993
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .select2-container.-acf .select2-selection {
    border-color: #aaa
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child {
    float: none
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child input {
    width: 100% !important
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
    padding-right: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__rendered[id^=select2-acf-field] {
    display: inline;
    padding: 0;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__rendered[id^=select2-acf-field] .select2-selection__choice {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7f7;
    border-color: #ccc;
    max-width: 100%;
    overflow: hidden;
    word-wrap: normal !important;
    white-space: normal
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper {
    background: #0783be;
    border-color: #066998;
    color: #fff !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: static;
    border-right: none;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder {
    background-color: #f2f4f7;
    border-color: #f2f4f7;
    visibility: visible !important
}

body.customer-area-active .cuar-css-wrapper .select2-container.-acf .select2-selection--multiple .select2-search__field {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 0
}

body.customer-area-active .cuar-css-wrapper .acf-row .select2-container.-acf .select2-selection--single {
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered {
    white-space: normal
}

body.customer-area-active .cuar-css-wrapper .select2-dropdown {
    border-color: #6bb5d8 !important;
    margin-top: -5px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .select2-dropdown.select2-dropdown--above {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f9fafb !important;
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #399ccb
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff !important;
    background-color: #0783be !important
}

body.customer-area-active .cuar-css-wrapper .select2-dropdown .select2-results__option {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-dropdown {
    z-index: 900000
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-dropdown .select2-search__field {
    line-height: 1.4;
    min-height: 0
}

body.customer-area-active .cuar-css-wrapper .acf-link .link-wrap {
    display: none;
    border: 1px solid #ccd0d4;
    border-radius: 3px;
    padding: 5px;
    line-height: 26px;
    background: #fff;
    word-wrap: break-word;
    word-break: break-all
}

body.customer-area-active .cuar-css-wrapper .acf-link .link-wrap .link-title {
    padding: 0 5px
}

body.customer-area-active .cuar-css-wrapper .acf-link.-value .acf-icon.-link-ext,
body.customer-area-active .cuar-css-wrapper .acf-link.-value .button {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-link.-external .acf-icon.-link-ext,
body.customer-area-active .cuar-css-wrapper .acf-link.-value .link-wrap {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper #wp-link-backdrop {
    z-index: 900000 !important
}

body.customer-area-active .cuar-css-wrapper #wp-link-wrap {
    z-index: 900001 !important
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list,
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list {
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    padding: 1px;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list:focus-within,
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list:focus-within {
    border: 1px solid #a5d2e7;
    border-radius: 6px
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list li,
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list li {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    position: relative;
    word-wrap: break-word
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list li label,
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list li label {
    display: inline
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list li input[type=checkbox],
body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list li input[type=radio],
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list li input[type=checkbox],
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list li input[type=radio] {
    margin: -1px 4px 0 0;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list li input[type=text],
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list li input[type=text] {
    width: auto;
    vertical-align: middle;
    margin: 2px 0
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list li span,
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list li span {
    float: none
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list li i,
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list li i {
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper ul.acf-checkbox-list.acf-hl li,
body.customer-area-active .cuar-css-wrapper ul.acf-radio-list.acf-hl li {
    margin-right: 20px;
    clear: none
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] ul.acf-checkbox-list input[type=checkbox],
body.customer-area-active .cuar-css-wrapper html[dir=rtl] ul.acf-checkbox-list input[type=radio],
body.customer-area-active .cuar-css-wrapper html[dir=rtl] ul.acf-radio-list input[type=checkbox],
body.customer-area-active .cuar-css-wrapper html[dir=rtl] ul.acf-radio-list input[type=radio] {
    margin-left: 4px;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-button-group {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .acf-button-group label {
    display: inline-block;
    border: 1px solid #7e8993;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-button-group label:hover {
    color: #016087;
    background: #f3f5f6;
    border-color: #0071a1;
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper .acf-button-group label.selected {
    border-color: #007cba;
    background: #008dd4;
    color: #fff;
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper .acf-button-group input {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-button-group {
    padding-left: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body.customer-area-active .cuar-css-wrapper .acf-button-group label {
    margin: 0 0 0 -1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .acf-button-group label:first-child {
    border-radius: 3px 0 0 3px
}

body.customer-area-active .cuar-css-wrapper .acf-button-group label:last-child,
body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-button-group label:first-child {
    border-radius: 0 3px 3px 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-button-group label:last-child {
    border-radius: 3px 0 0 3px
}

body.customer-area-active .cuar-css-wrapper .acf-button-group label:only-child {
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .acf-button-group.-vertical {
    padding-left: 0;
    padding-top: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body.customer-area-active .cuar-css-wrapper .acf-button-group.-vertical label {
    margin: -1px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-button-group.-vertical label:first-child {
    border-radius: 3px 3px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-button-group.-vertical label:last-child {
    border-radius: 0 0 3px 3px
}

body.customer-area-active .cuar-css-wrapper .acf-button-group.-vertical label:only-child {
    border-radius: 3px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-button-group label {
    border-color: #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-button-group label:hover {
    border-color: #0071a1
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-button-group label.selected {
    border-color: #007cba
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 40px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-button-group label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: 1px solid #d0d5dd;
    padding: 6px 16px;
    color: #475467;
    font-weight: 500
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-button-group label:hover {
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-button-group label.selected {
    background: #f9fafb;
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px auto 4px 8px;
    background-color: #ebf5fa;
    border-color: #a5d2e7;
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 14px;
    height: 14px;
    margin-right: 0;
    margin-left: 4px;
    color: #6bb5d8;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    background-color: currentColor;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-close.svg);
    mask-image: url(../../images/icons/icon-close.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-checkbox-list .button {
    margin: 10px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-switch {
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #7e8993;
    -webkit-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease
}

body.customer-area-active .cuar-css-wrapper .acf-switch span {
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 10px;
    min-width: 15px
}

body.customer-area-active .cuar-css-wrapper .acf-switch span i {
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .acf-switch .acf-switch-on {
    color: #fff;
    text-shadow: #007cba 0 1px 0
}

body.customer-area-active .cuar-css-wrapper .acf-switch .acf-switch-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 50%;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #7e8993;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-focus,
body.customer-area-active .cuar-css-wrapper .acf-switch:hover {
    border-color: #0071a1;
    background: #f3f5f6;
    color: #016087
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-focus .acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .acf-switch:hover .acf-switch-slider {
    border-color: #0071a1
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-on {
    background: #0d99d5;
    border-color: #007cba
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-on .acf-switch-slider {
    left: 50%;
    right: 2px;
    border-color: #007cba
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-on:hover {
    border-color: #007cba
}

body.customer-area-active .cuar-css-wrapper .acf-switch+span {
    margin-left: 6px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch .acf-switch-slider {
    border-color: #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch.-focus,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch.-focus .acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch:hover,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch:hover .acf-switch-slider {
    border-color: #0071a1
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch.-on,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch.-on .acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-switch.-on:hover {
    border-color: #007cba
}

body.customer-area-active .cuar-css-wrapper .acf-switch-input {
    opacity: 0;
    position: absolute;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group .acf-true-false {
    border: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group .acf-true-false:focus-within {
    border: 1px solid #399ccb;
    border-radius: 120px
}

body.customer-area-active .cuar-css-wrapper .compat-item .acf-true-false .message {
    float: none;
    padding: 0;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .acf-google-map {
    position: relative;
    border: 1px solid #ccd0d4;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .title {
    position: relative;
    border-bottom: 1px solid #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .title .search {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    height: 40px;
    padding: 5px 10px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: inherit;
    cursor: text
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .title .acf-loading {
    position: absolute;
    top: 10px;
    right: 11px;
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .title .acf-icon:active {
    display: inline-block !important
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .canvas {
    height: 400px
}

body.customer-area-active .cuar-css-wrapper .acf-google-map:hover .title .acf-actions {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .title .acf-icon.-location {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .title .acf-icon.-cancel,
body.customer-area-active .cuar-css-wrapper .acf-google-map .title .acf-icon.-search {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-value .title .search {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-value .title .acf-icon.-location {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-value .title .acf-icon.-cancel {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-searching .title .acf-icon.-location {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-searching .title .acf-icon.-cancel,
body.customer-area-active .cuar-css-wrapper .acf-google-map.-searching .title .acf-icon.-search {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-searching .title .acf-actions {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-searching .title .search {
    font-weight: 400 !important
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-loading .title a {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-google-map.-loading .title i {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .pac-container {
    border-width: 1px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .pac-container:after {
    display: none
}

body.customer-area-active .cuar-css-wrapper .pac-container .pac-item:first-child {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .pac-container .pac-item {
    padding: 5px 10px;
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .pac-container .pac-item {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper .acf-relationship {
    background: #fff;
    border: 1px solid #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters {
    border-bottom: 1px solid #ccd0d4;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters:after {
    display: block;
    clear: both;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter {
    margin: 0;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 7px 7px 0
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter:first-child {
    padding-left: 7px
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter select {
    margin: 0;
    float: none
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input:active,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input:focus,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter select:active,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 3px;
    padding-right: 3px
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters.-f2 .filter {
    width: 50%
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters.-f3 .filter {
    width: 25%
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .filters.-f3 .filter.-search {
    width: 50%
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list {
    margin: 0;
    padding: 5px;
    height: 160px;
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item,
body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-label,
body.customer-area-active .cuar-css-wrapper .acf-relationship .list p {
    padding: 5px;
    margin: 0;
    display: block;
    position: relative;
    min-height: 18px
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-label {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item b {
    text-decoration: underline;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item .thumbnail {
    background: #e0e0e0;
    width: 22px;
    height: 22px;
    float: left;
    margin: -2px 5px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item .thumbnail img {
    max-width: 22px;
    max-height: 22px;
    margin: 0 auto;
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item .thumbnail.-icon {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item .thumbnail.-icon img {
    max-height: 20px;
    margin-top: 1px
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item:hover {
    background: #3875d7;
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item:hover .thumbnail {
    background: #a2bfec
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item:hover .thumbnail.-icon {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item.disabled {
    opacity: .5
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item.disabled:hover {
    background: transparent;
    color: #333;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item.disabled:hover .thumbnail {
    background: #e0e0e0
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list ul {
    padding-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .list ul .acf-rel-item,
body.customer-area-active .cuar-css-wrapper .acf-relationship .list ul .acf-rel-label,
body.customer-area-active .cuar-css-wrapper .acf-relationship .list ul p {
    padding-left: 20px
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection:after {
    display: block;
    clear: both;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .choices,
body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .values {
    width: 50%;
    background: #fff;
    float: left
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .choices {
    background: #f9f9f9
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .choices .list {
    border-right: 1px solid #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .values .acf-icon {
    position: absolute;
    top: 4px;
    right: 7px;
    display: none
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-relationship .selection .values .acf-icon {
    right: auto;
    left: 7px
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .values .acf-rel-item:hover .acf-icon {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .values .acf-rel-item {
    cursor: move
}

body.customer-area-active .cuar-css-wrapper .acf-relationship .selection .values .acf-rel-item b {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .menu-item .acf-relationship ul {
    width: auto
}

body.customer-area-active .cuar-css-wrapper .menu-item .acf-relationship li {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-editor-wrap.delay .acf-editor-toolbar {
    content: "";
    display: block;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #555d66;
    padding: 10px
}

body.customer-area-active .cuar-css-wrapper .acf-editor-wrap.delay .wp-editor-area {
    padding: 10px;
    border: none;
    color: inherit !important
}

body.customer-area-active .cuar-css-wrapper .acf-editor-wrap iframe {
    min-height: 200px
}

body.customer-area-active .cuar-css-wrapper .acf-editor-wrap .wp-editor-container {
    border: 1px solid #ccd0d4;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-editor-wrap .wp-editor-tabs {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

body.customer-area-active .cuar-css-wrapper .acf-editor-wrap .wp-switch-editor {
    border-color: #ccd0d4 #ccd0d4 transparent
}

body.customer-area-active .cuar-css-wrapper #mce_fullscreen_container {
    z-index: 900000 !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-tab,
body.customer-area-active .cuar-css-wrapper .hidden-by-tab {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-tab-wrap {
    clear: both;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper .acf-tab-group {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 0
}

body.customer-area-active .cuar-css-wrapper .acf-tab-group li {
    margin: 0 .5em 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-tab-group li a {
    padding: 5px 10px;
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #ccc;
    border-bottom: 0;
    text-decoration: none;
    background: #e5e5e5;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

body.customer-area-active .cuar-css-wrapper .acf-tab-group li a:hover {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-tab-group li a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .acf-tab-group li a:empty {
    display: none
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-tab-group li {
    margin: 0 0 0 .5em
}

body.customer-area-active .cuar-css-wrapper .acf-tab-group li.active a {
    background: #f1f1f1;
    color: #000;
    padding-bottom: 6px;
    margin-bottom: -1px;
    position: relative;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap {
    background: #f9f9f9
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group {
    position: relative;
    border-top: 1px solid #ccd0d4;
    border-bottom: 1px solid #ccd0d4;
    z-index: 2;
    margin-bottom: -1px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 .acf-fields>.acf-tab-wrap .acf-tab-group {
    border-color: #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-tab-wrap .acf-tab-group {
    padding-left: 20%
}

@media screen and (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-tab-wrap .acf-tab-group {
        padding-left: 10px
    }
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-left>.acf-tab-wrap .acf-tab-group {
    padding-left: 0;
    padding-right: 20%
}

@media screen and (max-width:850px) {
    body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-left>.acf-tab-wrap .acf-tab-group {
        padding-right: 10px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-tab-wrap.-left .acf-tab-group {
    position: absolute;
    left: 0;
    width: 20%;
    border: 0;
    padding: 0 !important;
    margin: 1px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-tab-wrap.-left .acf-tab-group li {
    float: none;
    margin: -1px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-tab-wrap.-left .acf-tab-group li a {
    font-size: 13px;
    line-height: 18px;
    color: #0073aa;
    padding: 10px;
    margin: 0;
    font-weight: 400;
    border: 1px solid #ededed;
    border-width: 1px 0;
    border-radius: 0;
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-tab-wrap.-left .acf-tab-group li a:hover {
    color: #00a0d2
}

body.customer-area-active .cuar-css-wrapper .acf-tab-wrap.-left .acf-tab-group li.active a {
    border-color: #dfdfdf;
    color: #000;
    margin-right: -1px;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-tab-wrap.-left .acf-tab-group {
    left: auto;
    right: 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-tab-wrap.-left .acf-tab-group li.active a {
    margin-right: 0;
    margin-left: -1px
}

body.customer-area-active .cuar-css-wrapper .acf-field+.acf-tab-wrap.-left:before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    height: 10px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: -1px
}

body.customer-area-active .cuar-css-wrapper .acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a {
    border-top: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar {
    padding: 0 0 0 20% !important;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    bottom: 0;
    border-right: 1px solid #dfdfdf;
    background: #f9f9f9;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-sidebar {
    padding: 0 20% 0 0 !important
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-sidebar:before {
    border-left: 1px solid #dfdfdf;
    border-right-width: 0;
    left: auto;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar.-left {
    padding: 0 0 0 180px !important
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-fields.-sidebar.-left {
    padding: 0 180px 0 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar.-left:before {
    background: #f1f1f1;
    border-color: #dfdfdf;
    width: 180px
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group {
    width: 180px
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li a {
    border-color: #e4e4e4
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li.active a {
    background: #f9f9f9
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar>.acf-field-tab+.acf-field {
    border-top: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-tab-wrap {
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-tab-wrap .acf-tab-group {
    margin-top: 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a {
    background: #e5e5e5
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a {
    background: #f1f1f1
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields.-sidebar {
    margin-left: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields.-sidebar:before {
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap {
    background: transparent;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group {
    border-color: currentcolor #ccd0d4 #ccd0d4;
    border-top: 0 #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a {
    background: #e5e5e5;
    border-color: #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li.active a {
    background: #f1f1f1
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left:before {
    border-top: none;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li a {
    border-width: 1px 0 1px 1px !important;
    border-color: #ccc;
    background: #e5e5e5
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li.active a,
body.customer-area-active .cuar-css-wrapper .menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a,
body.customer-area-active .cuar-css-wrapper .widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a {
    background: #f1f1f1
}

body.customer-area-active .cuar-css-wrapper .menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a,
body.customer-area-active .cuar-css-wrapper .menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,
body.customer-area-active .cuar-css-wrapper .widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a,
body.customer-area-active .cuar-css-wrapper .widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .compat-item .acf-tab-wrap td {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-gallery-side .acf-tab-wrap {
    border-top: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-gallery-side .acf-tab-wrap .acf-tab-group {
    margin: 10px 0 !important;
    padding: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-gallery-side .acf-tab-group li.active a {
    background: #f9f9f9 !important
}

body.customer-area-active .cuar-css-wrapper .widget .acf-tab-group {
    border-bottom-color: #e8e8e8
}

body.customer-area-active .cuar-css-wrapper .widget .acf-tab-group li a {
    background: #f1f1f1
}

body.customer-area-active .cuar-css-wrapper .widget .acf-tab-group li.active a {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .compat-attachment-fields>tbody>tr.acf-tab-wrap .acf-tab-group {
    padding-left: 23%;
    border-bottom-color: #ddd
}

body.customer-area-active .cuar-css-wrapper .form-table>tbody>tr.acf-tab-wrap .acf-tab-group {
    padding: 0 5px 0 210px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .form-table>tbody>tr.acf-tab-wrap .acf-tab-group {
    padding: 0 210px 0 5px
}

body.customer-area-active .cuar-css-wrapper .acf-oembed {
    position: relative;
    border: 1px solid #ccd0d4;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .title {
    position: relative;
    border-bottom: 1px solid #ccd0d4;
    padding: 5px 10px
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .title .input-search {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: inherit;
    cursor: text
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .title .acf-actions {
    padding: 6px
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas {
    position: relative;
    min-height: 250px;
    background: #f9f9f9
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas .canvas-media {
    position: relative;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas iframe {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas .acf-icon.-picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    height: 42px;
    width: 42px;
    font-size: 42px;
    color: #999
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas .acf-loading-overlay {
    background: hsla(0, 0%, 100%, .9)
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas .canvas-error {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -9px 0 0;
    text-align: center;
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas .canvas-error p {
    padding: 8px;
    margin: 0;
    display: inline
}

body.customer-area-active .cuar-css-wrapper .acf-oembed.has-value .canvas {
    min-height: 50px
}

body.customer-area-active .cuar-css-wrapper .acf-oembed.has-value .input-search {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .acf-oembed.has-value .title:hover .acf-actions {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader:after {
    display: block;
    clear: both;
    content: ""
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader p {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader .image-wrap {
    position: relative;
    float: left
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader .image-wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    min-width: 30px;
    min-height: 30px;
    background: #f1f1f1;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader .image-wrap img[src$=".svg"] {
    min-height: 100px;
    min-width: 100px
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader .image-wrap:hover .acf-actions {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-image-uploader input.button {
    width: auto
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-image-uploader .image-wrap {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader p {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-wrap {
    border: 1px solid #ccd0d4;
    min-height: 84px;
    position: relative;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #f1f1f1;
    border-right: 1px solid #d5d9dd
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-icon img {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 48px
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-info {
    padding: 10px;
    margin-left: 69px
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-info p {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 1.4em;
    word-break: break-all
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-info a {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader:hover .acf-actions {
    display: block
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-file-uploader .file-icon {
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-right: none
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-file-uploader .file-info {
    margin-right: 69px;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .acf-ui-datepicker .ui-datepicker {
    z-index: 900000 !important
}

body.customer-area-active .cuar-css-wrapper .acf-ui-datepicker .ui-datepicker .ui-widget-header a {
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

body.customer-area-active .cuar-css-wrapper .acf-ui-datepicker .ui-state-highlight.ui-state-hover {
    border: 1px solid #98b7e8 !important;
    background: #98b7e8 !important;
    font-weight: 400 !important;
    color: #fff !important
}

body.customer-area-active .cuar-css-wrapper .acf-ui-datepicker .ui-state-highlight.ui-state-active {
    border: 1px solid #3875d7 !important;
    background: #3875d7 !important;
    font-weight: 400 !important;
    color: #fff !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-separator .acf-label {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-separator .acf-label label {
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-field-separator .acf-input {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-field-separator {
    background: #f9f9f9;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: -1px;
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper .acf-taxonomy-field {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-taxonomy-field .categorychecklist-holder {
    border: 1px solid #ccd0d4;
    border-radius: 3px;
    max-height: 200px;
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper .acf-taxonomy-field .acf-checkbox-list {
    margin: 0;
    padding: 10px
}

body.customer-area-active .cuar-css-wrapper .acf-taxonomy-field .acf-checkbox-list ul.children {
    padding-left: 18px
}

body.customer-area-active .cuar-css-wrapper .acf-taxonomy-field:hover .acf-actions {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-taxonomy-field[data-ftype=select] .acf-actions {
    padding: 0;
    margin: -9px
}

body.customer-area-active .cuar-css-wrapper .acf-range-wrap .acf-append,
body.customer-area-active .cuar-css-wrapper .acf-range-wrap .acf-prepend {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    margin: 0 7px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-range-wrap .acf-append {
    margin: 0 0 0 7px
}

body.customer-area-active .cuar-css-wrapper .acf-range-wrap input[type=range] {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    height: 28px
}

body.customer-area-active .cuar-css-wrapper .acf-range-wrap input[type=range]:focus {
    outline: none
}

body.customer-area-active .cuar-css-wrapper .acf-range-wrap input[type=number] {
    display: inline-block;
    min-width: 3em;
    margin-left: 10px;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-range-wrap input[type=number] {
    margin-right: 10px;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-range-wrap .acf-append {
    margin: 0 7px 0 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-range-wrap .acf-prepend {
    margin: 0 0 0 7px
}

body.customer-area-active .cuar-css-wrapper .acf-accordion {
    margin: -1px 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #d5d9dd;
    border-bottom: 1px solid #d5d9dd;
    z-index: 1
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-title {
    margin: 0;
    padding: 12px;
    font-weight: 700;
    cursor: pointer;
    font-size: inherit;
    font-size: 13px;
    line-height: 1.4em
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-title:hover {
    background: #f3f4f5
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-title label {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4em
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-title p {
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-title .acf-accordion-icon {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-title svg.acf-accordion-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #191e23;
    fill: currentColor
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-content {
    margin: 0;
    padding: 0 12px 12px;
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-accordion.-open>.acf-accordion-content {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-accordion {
    margin: -1px 0;
    padding: 0 !important;
    border-color: #d5d9dd
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-accordion .acf-label.acf-accordion-title {
    padding: 12px;
    float: none;
    width: auto
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-accordion .acf-input.acf-accordion-content {
    padding: 0;
    float: none;
    width: auto
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields {
    border-top: 1px solid #eee
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields.-clear {
    padding: 0 12px 15px
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field.acf-accordion:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field.acf-accordion .acf-accordion-title {
    width: auto;
    margin: 0 !important;
    padding: 12px;
    float: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field.acf-accordion .acf-accordion-content {
    padding: 0 !important
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-field.acf-accordion {
    border: 1px solid #ccc;
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-clear>.acf-field.acf-accordion+.acf-field.acf-accordion {
    margin-top: -16px
}

body.customer-area-active .cuar-css-wrapper tr.acf-field.acf-accordion {
    background: transparent
}

body.customer-area-active .cuar-css-wrapper tr.acf-field.acf-accordion>.acf-input {
    padding: 0 !important;
    border: 1px solid #ccc
}

body.customer-area-active .cuar-css-wrapper tr.acf-field.acf-accordion .acf-accordion-content {
    padding: 0 12px 12px
}

body.customer-area-active .cuar-css-wrapper #addtag div.acf-field.error {
    border: 0;
    padding: 8px 0
}

body.customer-area-active .cuar-css-wrapper #addtag>.acf-field.acf-accordion {
    padding-right: 0;
    margin-right: 5%
}

body.customer-area-active .cuar-css-wrapper #addtag>.acf-field.acf-accordion+p.submit {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper tr.acf-accordion {
    margin: 15px 0 !important
}

body.customer-area-active .cuar-css-wrapper tr.acf-accordion+tr.acf-accordion {
    margin-top: -16px !important
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.seamless>.acf-fields>.acf-accordion {
    margin-left: 12px;
    margin-right: 12px;
    border: 1px solid #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .widget .widget-content>.acf-field.acf-accordion {
    border: 1px solid #dfdfdf;
    margin-bottom: 10px
}

body.customer-area-active .cuar-css-wrapper .widget .widget-content>.acf-field.acf-accordion .acf-accordion-title {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .widget .widget-content>.acf-field.acf-accordion+.acf-field.acf-accordion {
    margin-top: -11px
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields .acf-field.acf-accordion+.acf-field.acf-accordion {
    margin-top: -1px
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields .acf-field.acf-accordion>.acf-input {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields .acf-field.acf-accordion .compat-attachment-fields>tbody>tr>td {
    padding-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-postbox>.hndle,
body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-postbox>.postbox-header {
    border-bottom-width: 0 !important
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-postbox.closed>.hndle,
body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-postbox.closed>.postbox-header {
    border-bottom-width: 1px !important
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields {
    min-height: 1px;
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field {
    border-width: 0;
    border-color: #e2e4e7;
    margin: 16px;
    padding: 0;
    width: auto !important;
    min-height: 0 !important;
    float: none !important
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field>.acf-label {
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field>.acf-label label {
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion {
    padding: 0;
    margin: 0;
    border-top-width: 1px
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion:first-child {
    border-top-width: 0
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion .acf-accordion-title {
    margin: 0;
    padding: 15px
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion .acf-accordion-title label {
    font-weight: 500;
    color: #1e1e1e
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion .acf-accordion-title svg.acf-accordion-icon {
    right: 16px
}

body.customer-area-active .cuar-css-wrapper .block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion .acf-accordion-content>.acf-fields {
    border-top-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-prefix_label p.description,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-prefix_name p.description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
    margin-left: 16px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-prefix_label p.description code,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-prefix_name p.description code {
    padding: 4px 6px;
    background-color: #f2f4f7;
    border-radius: 4px;
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap:first-child .acf-tab-group {
    border-top: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group li.active a {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group li a {
    background: #f1f1f1;
    border-color: #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group li a:hover {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .form-table>tbody>.acf-field>.acf-label {
    padding: 20px 10px 20px 0;
    width: 210px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .form-table>tbody>.acf-field>.acf-label {
    padding: 20px 0 20px 10px
}

body.customer-area-active .cuar-css-wrapper .form-table>tbody>.acf-field>.acf-label label {
    font-size: 14px;
    color: #23282d
}

body.customer-area-active .cuar-css-wrapper .form-table>tbody>.acf-field>.acf-input {
    padding: 15px 10px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .form-table>tbody>.acf-field>.acf-input {
    padding: 15px 10px 15px 5%
}

body.customer-area-active .cuar-css-wrapper .form-table>tbody>.acf-tab-wrap td {
    padding: 15px 5% 15px 0
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .form-table>tbody>.acf-tab-wrap td {
    padding: 15px 0 15px 5%
}

body.customer-area-active .cuar-css-wrapper .form-table>tbody .form-table th.acf-th {
    width: auto
}

body.customer-area-active .cuar-css-wrapper #createuser .acf-field input[type=email],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field input[type=number],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field input[type=password],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field input[type=search],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field input[type=text],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field input[type=url],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field select,
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field input[type=email],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field input[type=number],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field input[type=password],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field input[type=search],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field input[type=text],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field input[type=url],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field select {
    max-width: 25em
}

body.customer-area-active .cuar-css-wrapper #createuser .acf-field textarea,
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field textarea {
    max-width: 500px
}

body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field input[type=email],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field input[type=number],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field input[type=password],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field input[type=search],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field input[type=text],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field input[type=url],
body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field select,
body.customer-area-active .cuar-css-wrapper #createuser .acf-field .acf-field textarea,
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field input[type=email],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field input[type=number],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field input[type=password],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field input[type=search],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field input[type=text],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field input[type=url],
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field select,
body.customer-area-active .cuar-css-wrapper #your-profile .acf-field .acf-field textarea {
    max-width: none
}

body.customer-area-active .cuar-css-wrapper #registerform h2 {
    margin: 1em 0
}

body.customer-area-active .cuar-css-wrapper #registerform .acf-field {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper #registerform .acf-field .acf-label {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper #registerform .acf-field .acf-label label {
    font-weight: 400;
    line-height: 1.5
}

body.customer-area-active .cuar-css-wrapper #registerform p.submit {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper #acf-term-fields {
    padding-right: 5%
}

body.customer-area-active .cuar-css-wrapper #acf-term-fields>.acf-field>.acf-label {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #acf-term-fields>.acf-field>.acf-label label {
    font-size: 12px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper p.submit .acf-spinner,
body.customer-area-active .cuar-css-wrapper p.submit .spinner {
    vertical-align: top;
    float: none;
    margin: 4px 4px 0
}

body.customer-area-active .cuar-css-wrapper #edittag .acf-fields.-left>.acf-field {
    padding-left: 220px
}

body.customer-area-active .cuar-css-wrapper #edittag .acf-fields.-left>.acf-field:before {
    width: 209px
}

body.customer-area-active .cuar-css-wrapper #edittag .acf-fields.-left>.acf-field>.acf-label {
    width: 220px;
    margin-left: -220px;
    padding: 0 10px
}

body.customer-area-active .cuar-css-wrapper #edittag .acf-fields.-left>.acf-field>.acf-input {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #edittag>.acf-fields.-left {
    width: 96%
}

body.customer-area-active .cuar-css-wrapper #edittag>.acf-fields.-left>.acf-field>.acf-label {
    padding-left: 0
}

body.customer-area-active .cuar-css-wrapper .editcomment td:first-child {
    white-space: nowrap;
    width: 131px
}

body.customer-area-active .cuar-css-wrapper #widgets-right .widget .acf-field .description {
    padding-left: 0;
    padding-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-widget-fields>.acf-field .acf-label {
    margin-bottom: 5px
}

body.customer-area-active .cuar-css-wrapper .acf-widget-fields>.acf-field .acf-label label {
    font-weight: 400;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-menu-settings {
    border-top: 1px solid #eee;
    margin-top: 2em
}

body.customer-area-active .cuar-css-wrapper .acf-menu-settings.-seamless {
    border-top: none;
    margin-top: 15px
}

body.customer-area-active .cuar-css-wrapper .acf-menu-settings.-seamless>h2 {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-menu-settings .list li {
    display: block;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.acf-menu-item-fields {
    clear: both;
    padding-top: 1px
}

body.customer-area-active .cuar-css-wrapper .acf-fields.acf-menu-item-fields>.acf-field {
    margin: 5px 0;
    padding-right: 10px
}

body.customer-area-active .cuar-css-wrapper .acf-fields.acf-menu-item-fields>.acf-field .acf-label {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.acf-menu-item-fields>.acf-field .acf-label label {
    font-style: italic;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields .compat-field-acf-form-data {
    display: none
}

body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields,
body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody,
body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>tr,
body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>tr>th {
    display: block
}

body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>.acf-field {
    margin: 15px 0
}

body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>.acf-field>.acf-label {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>.acf-field>.acf-label label {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>.acf-field>.acf-label label p {
    margin: 0 0 3px !important
}

body.customer-area-active .cuar-css-wrapper #post .compat-attachment-fields>tbody>.acf-field>.acf-input {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields td.acf-input table {
    display: table;
    table-layout: auto
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields td.acf-input table tbody {
    display: table-row-group
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields td.acf-input table tr {
    display: table-row
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields td.acf-input table td,
body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields td.acf-input table th {
    display: table-cell
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields>tbody>.acf-field {
    margin: 5px 0
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label {
    min-width: 30%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    float: left
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label>label {
    padding-top: 6px;
    margin: 0;
    color: #666;
    font-weight: 400;
    line-height: 16px
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input {
    width: 65%;
    margin: 0;
    padding: 0;
    float: right;
    display: block
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields>tbody>.acf-field p.description {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-selection-error {
    background: #ffebe8;
    border: 1px solid #c00;
    border-radius: 3px;
    padding: 8px;
    margin: 20px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-selection-error .selection-error-label {
    background: #c00;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-right: 8px;
    padding: 2px 4px
}

body.customer-area-active .cuar-css-wrapper .acf-selection-error .selection-error-message {
    color: #b44;
    display: block;
    padding-top: 8px;
    word-wrap: break-word;
    white-space: pre-wrap
}

body.customer-area-active .cuar-css-wrapper .media-modal .attachment.acf-disabled .thumbnail {
    opacity: .25 !important
}

body.customer-area-active .cuar-css-wrapper .media-modal .attachment.acf-disabled .attachment-preview:before {
    background: rgba(0, 0, 0, .15);
    z-index: 1;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .media-modal .compat-field-acf-blank,
body.customer-area-active .cuar-css-wrapper .media-modal .compat-field-acf-form-data {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .media-modal .upload-error-message {
    white-space: pre-wrap
}

body.customer-area-active .cuar-css-wrapper .media-modal .acf-required {
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    color: red !important
}

body.customer-area-active .cuar-css-wrapper .media-modal .media-sidebar .compat-item {
    padding-bottom: 20px
}

@media (max-width:900px) {
    body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label,
    body.customer-area-active .cuar-css-wrapper .media-modal .setting span {
        width: 98%;
        float: none;
        text-align: left;
        min-height: 0;
        padding: 0
    }
    body.customer-area-active .cuar-css-wrapper .media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input,
    body.customer-area-active .cuar-css-wrapper .media-modal .setting input,
    body.customer-area-active .cuar-css-wrapper .media-modal .setting textarea {
        float: none;
        height: auto;
        max-width: none;
        width: 98%
    }
}

body.customer-area-active .cuar-css-wrapper .media-modal .acf-expand-details {
    float: right;
    padding: 8px 10px;
    margin-right: 6px;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    color: #666;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .media-modal .acf-expand-details:active,
body.customer-area-active .cuar-css-wrapper .media-modal .acf-expand-details:focus {
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666
}

body.customer-area-active .cuar-css-wrapper .media-modal .acf-expand-details:hover {
    color: #000
}

body.customer-area-active .cuar-css-wrapper .media-modal .acf-expand-details .is-open {
    display: none
}

body.customer-area-active .cuar-css-wrapper .media-modal .acf-expand-details .is-closed {
    display: block
}

@media (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .media-modal .acf-expand-details {
        display: none
    }
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .acf-expand-details .is-open {
    display: block
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .acf-expand-details .is-closed {
    display: none
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .attachments-browser .attachments,
body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .attachments-browser .media-toolbar {
    right: 740px
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar {
    width: 708px
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail {
    float: left;
    max-height: none
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img {
    max-width: 100%;
    max-height: 200px
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .details {
    float: right
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-details .setting .name,
body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,
body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-label {
    min-width: 20%;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-details .setting+.description,
body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-details .setting input,
body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-details .setting textarea,
body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .details,
body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-input {
    min-width: 77%
}

@media (max-width:900px) {
    body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .attachments,
    body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .attachments-browser .media-toolbar {
        display: none
    }
    body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar {
        width: auto;
        max-width: none !important;
        bottom: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail {
        min-width: 0;
        max-width: none;
        width: 30%
    }
    body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .details {
        min-width: 0;
        max-width: none;
        width: 67%
    }
}

@media (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .details,
    body.customer-area-active .cuar-css-wrapper .media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail {
        width: 100%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal .media-embed .setting.align,
body.customer-area-active .cuar-css-wrapper .acf-media-modal .media-embed .setting.link-to {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit {
    left: 15%;
    right: 15%;
    top: 100px;
    bottom: 100px
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-content .attachments,
body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-content .media-toolbar,
body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-menu,
body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-router {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-content,
body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-title,
body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-toolbar,
body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar {
    width: auto;
    left: 0;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-content {
    top: 50px
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-title {
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar {
    padding: 0 16px
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .attachment-details {
    overflow: visible
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .attachment-details>h2,
body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .attachment-details>h3 {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 16px;
    margin: 0 -16px 16px
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail {
    margin: 0 16px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .attachment-details .setting {
    margin: 0 0 5px
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .attachment-details .setting span {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field {
    margin: 0 0 5px
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field p.description {
    margin-top: 3px
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-sidebar .media-types-required-info {
    display: none
}

@media (max-width:900px) {
    body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px
    }
}

@media (max-width:640px) {
    body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media (max-width:480px) {
    body.customer-area-active .cuar-css-wrapper .acf-media-modal.-edit .media-frame-content {
        top: 40px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-temp-remove {
    position: relative;
    opacity: 1;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-temp-remove:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

body.customer-area-active .cuar-css-wrapper .hidden-by-conditional-logic {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .hidden-by-conditional-logic.appear-empty {
    display: table-cell !important
}

body.customer-area-active .cuar-css-wrapper .acf-postbox.acf-hidden,
body.customer-area-active .cuar-css-wrapper .hidden-by-conditional-logic.appear-empty .acf-input {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-attention {
    -webkit-transition: border .25s ease-out;
    -o-transition: border .25s ease-out;
    transition: border .25s ease-out
}

body.customer-area-active .cuar-css-wrapper .acf-attention.-focused {
    border: 1px solid #23282d !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

body.customer-area-active .cuar-css-wrapper tr.acf-attention {
    -webkit-transition: -webkit-box-shadow .25s ease-out;
    transition: -webkit-box-shadow .25s ease-out;
    -o-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    position: relative
}

body.customer-area-active .cuar-css-wrapper tr.acf-attention.-focused {
    -webkit-box-shadow: #23282d 0 0 0 1px !important;
    box-shadow: 0 0 0 1px #23282d !important
}

body.customer-area-active .cuar-css-wrapper #editor .edit-post-layout__metaboxes {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #editor .edit-post-layout__metaboxes .edit-post-meta-boxes-area {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #editor .metabox-location-side .postbox-container {
    float: none
}

body.customer-area-active .cuar-css-wrapper #editor .postbox {
    color: #444
}

body.customer-area-active .cuar-css-wrapper #editor .postbox>.postbox-header .hndle {
    border-bottom: none
}

body.customer-area-active .cuar-css-wrapper #editor .postbox>.postbox-header .hndle:hover {
    background: transparent
}

body.customer-area-active .cuar-css-wrapper #editor .postbox>.postbox-header .handle-actions .handle-order-higher,
body.customer-area-active .cuar-css-wrapper #editor .postbox>.postbox-header .handle-actions .handle-order-lower {
    width: 25.92px;
    width: 1.62rem
}

body.customer-area-active .cuar-css-wrapper #editor .postbox>.postbox-header .handle-actions .acf-hndle-cog {
    height: 44px;
    line-height: 44px
}

body.customer-area-active .cuar-css-wrapper #editor .postbox>.postbox-header:hover {
    background: #f0f0f0
}

body.customer-area-active .cuar-css-wrapper #editor .postbox:last-child.closed>.postbox-header,
body.customer-area-active .cuar-css-wrapper #editor .postbox:last-child>.inside {
    border-bottom: none
}

body.customer-area-active .cuar-css-wrapper #editor .block-editor-writing-flow__click-redirect {
    min-height: 50px
}

body.customer-area-active .cuar-css-wrapper body.is-dragging-metaboxes #acf_after_title-sortables {
    outline: 3px dashed #646970;
    display: flow-root;
    min-height: 60px;
    margin-bottom: 3px !important
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields>.inside,
body.customer-area-active .cuar-css-wrapper #acf-field-group-locations>.inside,
body.customer-area-active .cuar-css-wrapper #acf-field-group-options>.inside {
    padding: 0;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #minor-publishing-actions,
body.customer-area-active .cuar-css-wrapper #misc-publishing-actions #visibility,
body.customer-area-active .cuar-css-wrapper #misc-publishing-actions .edit-timestamp,
body.customer-area-active .cuar-css-wrapper .postbox .handle-order-higher,
body.customer-area-active .cuar-css-wrapper .postbox .handle-order-lower {
    display: none
}

body.customer-area-active .cuar-css-wrapper #minor-publishing,
body.customer-area-active .cuar-css-wrapper #misc-pub-section {
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper #misc-publishing-actions .misc-pub-section {
    border-bottom-color: #f5f5f5
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields {
    border: 0
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .inside {
    border-top-width: 0;
    border-top-style: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields a {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-type .field-type-icon {
    margin-right: 8px
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-type .field-type-icon {
        display: none
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-order {
    width: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-order {
        width: 32px
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-label {
    width: calc(50% - 64px)
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-name {
    width: 25%;
    word-break: break-word
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-key {
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .li-field-type {
    width: 25%
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields.show-field-keys .li-field-label {
    width: calc(35% - 64px)
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields.show-field-keys .li-field-name {
    width: 15%
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields.show-field-keys .li-field-key {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields.show-field-keys .li-field-type {
    width: 25%
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list-wrap {
    border: 1px solid #ccd0d4
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list {
    background: #f5f5f5;
    margin-top: -1px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list .li-field-key,
body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list .li-field-name {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list .copyable:not(.copy-unsupported) {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list .copyable:not(.copy-unsupported):hover:after {
    content: "";
    display: block;
    padding-left: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-color: #667085;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask-image: url(../../images/icons/icon-copy.svg);
    mask-image: url(../../images/icons/icon-copy.svg);
    background-size: cover
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list .copyable:not(.copy-unsupported).copied:hover:after {
    -webkit-mask-image: url(../../images/icons/icon-check-circle-solid.svg);
    mask-image: url(../../images/icons/icon-check-circle-solid.svg);
    background-color: #49ad52
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list .no-fields-message {
    padding: 15px;
    background: #fff;
    display: none
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-fields .acf-field-list.-empty .no-fields-message {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-admin-3-8 #acf-field-group-fields .acf-field-list-wrap {
    border-color: #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-fields .li-field-type .field-type-icon {
    margin-left: 8px;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-object {
    border-top: 1px solid #eee;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.ui-sortable-helper {
    overflow: hidden !important;
    border-width: 1px;
    border-style: solid;
    border-color: #a5d2e7 !important;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 10px 20px rgba(16, 24, 40, .14)) drop-shadow(0 1px 3px rgba(16, 24, 40, .1));
    filter: drop-shadow(0 10px 20px rgba(16, 24, 40, .14)) drop-shadow(0 1px 3px rgba(16, 24, 40, .1))
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.ui-sortable-helper:before {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.ui-sortable-placeholder {
    -webkit-box-shadow: 0 -1px 0 0 #dfdfdf;
    box-shadow: 0 -1px 0 0 #dfdfdf;
    visibility: visible !important;
    background: #f9f9f9;
    border-top-color: transparent;
    min-height: 54px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.ui-sortable-placeholder:after,
body.customer-area-active .cuar-css-wrapper .acf-field-object.ui-sortable-placeholder:before {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.meta {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle li {
    word-wrap: break-word
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle strong {
    display: block;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    min-height: 14px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle .row-options {
    display: block;
    opacity: 0;
    margin-top: 5px
}

@media screen and (max-width:880px) {
    body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle .row-options {
        opacity: 1;
        margin-bottom: 0
    }
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle .row-options a {
    margin-right: 4px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle .row-options a:hover {
    color: #044767
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle .row-options a.delete-field {
    color: #a00
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle .row-options a.delete-field:hover {
    color: red
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.handle .row-options.active {
    visibility: visible
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.open+.acf-field-object {
    border-top-color: #e1e1e1
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.open>.handle {
    background: #2a9bd9;
    border: 1px solid #2696d3;
    text-shadow: #268fbb 0 1px 0;
    color: #fff;
    position: relative;
    margin: 0 -1px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.open>.handle a {
    color: #fff !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.open>.handle a:hover {
    text-decoration: underline !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object.-hover>.handle .row-options,
body.customer-area-active .cuar-css-wrapper .acf-field-object:focus-within>.handle .row-options,
body.customer-area-active .cuar-css-wrapper .acf-field-object:hover>.handle .row-options {
    opacity: 1;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.settings {
    display: none;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-field-object>.settings>.acf-table {
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-object .rule-groups {
    margin-top: 20px
}

body.customer-area-active .cuar-css-wrapper .rule-groups h4 {
    margin: 3px 0
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group {
    margin: 0 0 5px
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group h4 {
    margin: 0 0 3px
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group td.param {
    width: 35%
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group td.operator {
    width: 20%
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group td.add {
    width: 40px
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group td.remove {
    width: 28px;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group td.remove a {
    width: 22px;
    height: 22px;
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group td.remove a:before {
    position: relative;
    top: -2px;
    font-size: 16px
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group tr:hover td.remove a {
    visibility: visible
}

body.customer-area-active .cuar-css-wrapper .rule-groups .rule-group select:empty {
    background: #f8f8f8
}

body.customer-area-active .cuar-css-wrapper .rule-groups:not(.rule-groups-multiple) .rule-group:first-child tr:first-child td.remove a {
    visibility: hidden !important
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options tr[data-name=hide_on_screen] li {
    float: left;
    width: 33%
}

@media (max-width:1100px) {
    body.customer-area-active .cuar-css-wrapper #acf-field-group-options tr[data-name=hide_on_screen] li {
        width: 50%
    }
}

body.customer-area-active .cuar-css-wrapper table.conditional-logic-rules {
    background: transparent;
    border: 0;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper table.conditional-logic-rules tbody td {
    background: transparent;
    border: 0 !important;
    padding: 5px 2px !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-tab .acf-field-setting-instructions,
body.customer-area-active .cuar-css-wrapper .acf-field-object-tab .acf-field-setting-name,
body.customer-area-active .cuar-css-wrapper .acf-field-object-tab .acf-field-setting-required,
body.customer-area-active .cuar-css-wrapper .acf-field-object-tab .acf-field-setting-warning,
body.customer-area-active .cuar-css-wrapper .acf-field-object-tab .acf-field-setting-wrapper {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-tab .li-field-name {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-tab p:first-child {
    margin: .5em 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-tab .acf-field-settings-main-presentation,
body.customer-area-active .cuar-css-wrapper .acf-field-object-tab li.acf-settings-type-presentation {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion .acf-field-setting-instructions,
body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion .acf-field-setting-name,
body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion .acf-field-setting-required,
body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion .acf-field-setting-warning,
body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion .acf-field-setting-wrapper {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion .li-field-name {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion p:first-child {
    margin: .5em 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-accordion .acf-field-setting-instructions {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-message tr[data-name=instructions],
body.customer-area-active .cuar-css-wrapper .acf-field-object-message tr[data-name=name],
body.customer-area-active .cuar-css-wrapper .acf-field-object-message tr[data-name=required] {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-message .li-field-name {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-message textarea {
    height: 175px !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-separator tr[data-name=instructions],
body.customer-area-active .cuar-css-wrapper .acf-field-object-separator tr[data-name=name],
body.customer-area-active .cuar-css-wrapper .acf-field-object-separator tr[data-name=required] {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-date-picker .acf-radio-list li,
body.customer-area-active .cuar-css-wrapper .acf-field-object-date-time-picker .acf-radio-list li,
body.customer-area-active .cuar-css-wrapper .acf-field-object-time-picker .acf-radio-list li {
    line-height: 25px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-date-picker .acf-radio-list span,
body.customer-area-active .cuar-css-wrapper .acf-field-object-date-time-picker .acf-radio-list span,
body.customer-area-active .cuar-css-wrapper .acf-field-object-time-picker .acf-radio-list span {
    display: inline-block;
    min-width: 10em
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-date-picker .acf-radio-list input[type=text],
body.customer-area-active .cuar-css-wrapper .acf-field-object-date-time-picker .acf-radio-list input[type=text],
body.customer-area-active .cuar-css-wrapper .acf-field-object-time-picker .acf-radio-list input[type=text] {
    width: 100px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-date-time-picker .acf-radio-list span {
    min-width: 15em
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-date-time-picker .acf-radio-list input[type=text] {
    width: 200px
}

body.customer-area-active .cuar-css-wrapper #slugdiv .inside {
    padding: 12px;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper #slugdiv input[type=text] {
    width: 100%;
    height: 28px;
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-field-object.open>.handle {
    margin: 0
}

@media only screen and (max-width:850px) {
    body.customer-area-active .cuar-css-wrapper td.acf-input,
    body.customer-area-active .cuar-css-wrapper td.acf-label,
    body.customer-area-active .cuar-css-wrapper tr.acf-field {
        display: block !important;
        width: auto !important;
        border: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper tr.acf-field {
        border-top: 1px solid #ededed !important;
        margin-bottom: 0 !important
    }
    body.customer-area-active .cuar-css-wrapper td.acf-label {
        background: transparent !important;
        padding-bottom: 0 !important
    }
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-object-accordion,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-object-tab {
    background-color: #f9fafb
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #wpcontent {
    line-height: 140%
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group a {
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .acf-h1,
body.customer-area-active .cuar-css-wrapper .acf-headerbar h1,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h1 {
    font-size: 21px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-h2,
body.customer-area-active .cuar-css-wrapper .acf-headerbar h2,
body.customer-area-active .cuar-css-wrapper .acf-page-title,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h2 {
    font-size: 18px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-h3,
body.customer-area-active .cuar-css-wrapper .acf-headerbar h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h1,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h4,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-settings-fc_head label,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group h3 {
    font-size: 16px;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p1 {
    font-size: 15px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner p,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p2 {
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p3 {
    font-size: 13.5px
}

body.customer-area-active .cuar-css-wrapper .acf-field-list .post-type-acf-field-group .acf-sortable-handle,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-list .acf-sortable-handle,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .handle li,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .handle li.li-field-label a.edit-field,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container.-acf .select2-selection__rendered,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-thead li,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .button,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p4,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea {
    font-size: 13px
}

body.customer-area-active .cuar-css-wrapper .acf-field-group-settings-footer .post-type-acf-field-group .acf-created-on,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-display_format .acf-radio-list li label .post-type-acf-field-group code,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-return_format .acf-radio-list li label .post-type-acf-field-group code,
body.customer-area-active .cuar-css-wrapper .acf-fields .acf-field-settings-tab-bar li .post-type-acf-field-group a,
body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap .acf-tab-group li .post-type-acf-field-group a,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-group-settings-footer .acf-created-on,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-display_format .acf-radio-list li label code,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-return_format .acf-radio-list li label code,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-fields .acf-field-settings-tab-bar li a,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-fields .acf-tab-wrap .acf-tab-group li a,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p5 {
    font-size: 12.5px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner p.acf-small,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .handle li.li-field-label .row-options a,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-small,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p6 {
    font-size: 12px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p7 {
    font-size: 11.5px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .p8 {
    font-size: 11px
}

body.customer-area-active .cuar-css-wrapper .acf-page-title {
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-admin-tools h1,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-settings-wrap h1 {
    display: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group a:focus-visible {
    -webkit-box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, .8);
    box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, .8);
    outline: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #fff;
    border-color: #d0d5dd;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    border-radius: 6px;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number]:focus,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search]:focus,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]:focus,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select:focus,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea:focus {
    outline: 3px solid #ebf5fa;
    border-color: #399ccb
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number]:disabled,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search]:disabled,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]:disabled,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select:disabled,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea:disabled {
    background-color: #f9fafb;
    color: #808a9e
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number]::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search]::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea::-webkit-input-placeholder {
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number]::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search]::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea::-moz-placeholder {
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number]:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search]:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea:-ms-input-placeholder {
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number]::-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search]::-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]::-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select::-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea::-ms-input-placeholder {
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=number]::placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=search]::placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]::placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select::placeholder,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea::placeholder {
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]:-moz-read-only {
    background-color: #f9fafb;
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=text]:read-only {
    background-color: #f9fafb;
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field.acf-field-number .acf-input input[type=number],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field.acf-field-number .acf-label {
    max-width: 180px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
    min-height: 56px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select {
    min-width: 160px;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 12px;
    background-image: url(../../images/icons/icon-chevron-down.svg);
    background-position: right 10px top 50%;
    background-size: 20px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select:focus,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select:hover {
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group select:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: red
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #98a2b3;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:checked,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:focus-visible,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:hover,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:checked,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:focus-visible,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:hover {
    background-color: #ebf5fa;
    border-color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:checked:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:focus-visible:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:checked:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:focus-visible:before {
    content: "";
    position: relative;
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:active,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:active {
    -webkit-box-shadow: 0 0 0 3px #ebf5fa, 0 0 0 rgba(255, 54, 54, .25);
    box-shadow: 0 0 0 3px #ebf5fa, 0 0 0 rgba(255, 54, 54, .25)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:disabled,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:disabled {
    background-color: #f9fafb;
    border-color: #d0d5dd
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:checked:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=radio]:focus:before {
    background-image: url(../../images/field-states/radio-active.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:checked:before,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input[type=checkbox]:focus:before {
    background-image: url(../../images/field-states/checkbox-active.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-checkbox-list li input[type=checkbox],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-checkbox-list li input[type=radio],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-radio-list li input[type=checkbox],
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-radio-list li input[type=radio] {
    margin-right: 6px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-checkbox-list.acf-bl li,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-radio-list.acf-bl li {
    margin-bottom: 8px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-checkbox-list.acf-bl li:last-of-type,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-radio-list.acf-bl li:last-of-type {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-checkbox-list label,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-radio-list label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch {
    width: 42px;
    height: 24px;
    border: none;
    background-color: #d0d5dd;
    border-radius: 12px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch:hover {
    background-color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch:active {
    -webkit-box-shadow: 0 0 0 3px #ebf5fa, 0 0 0 rgba(255, 54, 54, .25);
    box-shadow: 0 0 0 3px #ebf5fa, 0 0 0 rgba(255, 54, 54, .25)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch.-on {
    background-color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch.-on:hover {
    background-color: #066998
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch.-on .acf-switch-slider {
    left: 20px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch .acf-switch-off,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch .acf-switch-on {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-switch .acf-switch-slider {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
    box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-true-false {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-true-false .acf-label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 12px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-true-false .acf-label label {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-true-false .acf-label .acf-tip {
    margin-left: 12px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl .acf-field-true-false .acf-label,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.rtl .acf-field-true-false .acf-tip {
    margin-right: 12px;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input::file-selector-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    margin-right: 16px;
    padding: 8px 16px;
    background-color: transparent;
    color: #0783be !important;
    border-radius: 6px;
    border: 1px solid #0783be;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group input::file-selector-button:hover {
    border-color: #066998;
    cursor: pointer;
    color: #066998 !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: transparent;
    border: 1px solid #0783be;
    border-radius: 6px;
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .button:hover {
    background-color: #f3f9fc;
    border-color: #0783be;
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .button:focus {
    background-color: #f3f9fc;
    outline: 3px solid #ebf5fa;
    color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .edit-field-group-header {
    display: block !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container.-acf .select2-selection {
    border: none;
    line-height: 1
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container.-acf .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    border-radius: 6px;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container--focus {
    outline: 3px solid #ebf5fa;
    border-color: #399ccb;
    border-radius: 6px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container--focus .select2-selection__rendered {
    border-color: #399ccb !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container--focus.select2-container--below.select2-container--open .select2-selection__rendered {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container--focus.select2-container--above.select2-container--open .select2-selection__rendered {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    padding-left: 6px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 6px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-selection__clear {
    width: 18px;
    height: 18px;
    margin-top: 12px;
    margin-right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-selection__clear:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-close.svg);
    mask-image: url(../../images/icons/icon-close.svg);
    background-color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input .select2-selection__clear:hover:before {
    background-color: #1d2939
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-label .acf-icon-help {
    width: 18px;
    height: 18px;
    background-color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-label label {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-name .acf-tip {
    position: absolute;
    top: 0;
    left: 654px;
    color: #98a2b3
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-name .acf-tip .acf-icon-help {
    width: 18px;
    height: 18px
}

body.customer-area-active .cuar-css-wrapper .rtl.post-type-acf-field-group .acf-field-setting-name .acf-tip {
    left: auto;
    right: 654px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.columns-1 .notice,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .metabox-holder.columns-1 #acf-field-group-fields,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .metabox-holder.columns-1 #acf-field-group-options,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .metabox-holder.columns-1 .meta-box-sortables.ui-sortable,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .metabox-holder.columns-1 .notice {
    max-width: 1440px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group.columns-2 .acf-headerbar .acf-headerbar-inner {
    max-width: 100%
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #poststuff {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap {
    overflow: hidden;
    border: none;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap.-empty {
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap.-empty .acf-tfoot,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap.-empty .acf-thead {
    display: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap.-empty .no-fields-message {
    min-height: 280px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-thead {
    background-color: #f9fafb;
    border-top: 1px solid #eaecf0;
    border-bottom: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-thead li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    color: #344054;
    font-weight: 500
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object {
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object:hover .acf-sortable-handle:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.acf-field-is-endpoint:before {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #d0d5dd;
    margin-top: -1px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.acf-field-is-endpoint.acf-field-object-accordion:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.acf-field-is-endpoint.acf-field-object-accordion:after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #d0d5dd;
    z-index: 500
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object:hover {
    background-color: #f7fbfd
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.open {
    background-color: #fff;
    border-top-color: #a5d2e7
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.open .handle {
    background-color: #d8ebf5;
    border: none;
    text-shadow: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.open .handle a {
    color: #0783be !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.open .handle a.delete-field {
    color: #a00 !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object ul.acf-hl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .handle li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 60px;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .handle li.li-field-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .handle li.li-field-label strong {
    font-weight: 500
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .handle li.li-field-label .row-options {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-tfoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 24px;
    background-color: #fff;
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-tfoot .acf-fr {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .settings {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    border-left: 4px solid #6bb5d8
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-main {
    padding: 32px 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-main .acf-field:last-of-type {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0 6px
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 32px;
    padding: 0 72px
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field {
        padding-right: 12px;
        padding-left: 12px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field .acf-input,
body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field .acf-label {
    max-width: 600px
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field .acf-input.acf-input-sub,
body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field .acf-label.acf-input-sub {
    max-width: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field .acf-input-wrap {
    overflow: visible
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field-setting-wrapper,
body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field.acf-field-setting-label {
    padding-top: 24px;
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field-setting-wrapper {
    margin-top: 24px
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field-settings-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 0 72px;
    border-top: 1px solid #eaecf0
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field-settings-footer {
        padding-left: 12px
    }
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-field-settings .acf-field-settings-footer {
    padding: 0 72px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap {
    background: #f9fafb;
    border-bottom-color: #1d2939
}

body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap .acf-tab-group {
    padding-right: 24px;
    padding-left: 24px;
    border-top-width: 0;
    border-bottom: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-fields .acf-field-settings-tab-bar,
body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap .acf-tab-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 48px;
    padding: 0 0 0 24px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-fields .acf-field-settings-tab-bar li,
body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap .acf-tab-group li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 24px 0 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fields .acf-field-settings-tab-bar li a,
body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap .acf-tab-group li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 3px 0 0;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #667085;
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-fields .acf-field-settings-tab-bar li a:hover,
body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap .acf-tab-group li a:hover {
    color: #1d2939;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-fields .acf-field-settings-tab-bar li.active a,
body.customer-area-active .cuar-css-wrapper .acf-fields .acf-tab-wrap .acf-tab-group li.active a {
    background: none;
    border-bottom-color: #0783be;
    color: #1d2939
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-fields .acf-tab-wrap .acf-tab-group li.active a {
    padding-top: 2px
}

body.customer-area-active .cuar-css-wrapper .acf-field-editor .acf-field-settings-tab-bar {
    padding-left: 72px
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-field-editor .acf-field-settings-tab-bar {
        padding-left: 12px
    }
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .field-group-settings-tab {
    padding: 24px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .field-group-settings-tab .acf-field:last-of-type {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-field {
    border: none;
    margin: 0;
    padding: 0 0 24px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .field-group-setting-split-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .field-group-setting-split-container .field-group-setting-split {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .field-group-setting-split-container .field-group-setting-split:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .field-group-setting-split-container .field-group-setting-split:nth-child(2n) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 320px;
    margin: 0 0 0 32px;
    padding-right: 32px;
    padding-left: 32px;
    border-left: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-field[data-name=description] {
    max-width: 600px
}

body.customer-area-active .cuar-css-wrapper #acf-field-group-options .acf-button-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

body.customer-area-active .cuar-css-wrapper .rtl #acf-field-group-options .field-group-setting-split-container .field-group-setting-split:nth-child(2n) {
    margin-right: 32px;
    margin-left: 0;
    border-left: none;
    border-right: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-field-list .li-field-order {
    padding: 0;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

body.customer-area-active .cuar-css-wrapper .acf-field-list .acf-sortable-handle,
body.customer-area-active .cuar-css-wrapper .acf-field-list .li-field-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-field-list .acf-sortable-handle {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 11px;
    padding-bottom: 8px;
    border: none;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-list .acf-sortable-handle:hover {
    cursor: -webkit-grab;
    cursor: grab
}

body.customer-area-active .cuar-css-wrapper .acf-field-list .acf-sortable-handle:before {
    content: "";
    display: none;
    position: absolute;
    top: 16px;
    left: 8px;
    width: 16px;
    height: 16px;
    width: 12px;
    height: 12px;
    background-color: #98a2b3;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask-image: url(../../images/icons/icon-draggable.svg);
    mask-image: url(../../images/icons/icon-draggable.svg)
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-field-list .acf-sortable-handle:before {
    left: 0;
    right: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object .li-field-label {
    position: relative;
    padding-left: 40px
}

body.customer-area-active .cuar-css-wrapper .acf-field-object .li-field-label:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    background-color: #667085;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask-image: url(../../images/icons/icon-chevron-right.svg);
    mask-image: url(../../images/icons/icon-chevron-right.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-field-object .li-field-label:hover:before {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-field-object .li-field-label {
    padding-left: 0;
    padding-right: 40px
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-field-object .li-field-label:before {
    left: 0;
    right: 6px;
    -webkit-mask-image: url(../../images/icons/icon-chevron-left.svg);
    mask-image: url(../../images/icons/icon-chevron-left.svg)
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-field-object.open .li-field-label:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-down.svg);
    mask-image: url(../../images/icons/icon-chevron-down.svg)
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-field-object.open .acf-input-sub .li-field-label:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-right.svg);
    mask-image: url(../../images/icons/icon-chevron-right.svg)
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-field-object.open .acf-input-sub .acf-field-object.open .li-field-label:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-down.svg);
    mask-image: url(../../images/icons/icon-chevron-down.svg)
}

body.customer-area-active .cuar-css-wrapper .acf-thead .li-field-label {
    padding-left: 40px
}

body.customer-area-active .cuar-css-wrapper .rtl .acf-thead .li-field-label {
    padding-left: 0;
    padding-right: 40px
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-conditional-logic .acf-conditional-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 72px;
    padding-left: 72px
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-conditional-logic .acf-conditional-toggle {
        padding-left: 12px
    }
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-conditional-logic .acf-field {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-conditional-logic .acf-field .rule-groups {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 32px;
    padding-top: 32px;
    padding-right: 72px;
    padding-left: 72px;
    border-top: 1px solid #eaecf0
}

@media screen and (max-width:600px) {
    body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-conditional-logic .acf-field .rule-groups {
        padding-left: 12px
    }
    body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-conditional-logic .acf-field .rule-groups table.acf-table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-conditional-logic .acf-field .rule-groups table.acf-table tbody tr td {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-input .acf-input-append,
body.customer-area-active .cuar-css-wrapper .acf-input .acf-input-prepend {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 40px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #f9fafb;
    border-color: #d0d5dd;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-input .acf-input-prepend {
    border-radius: 6px 0 0 6px
}

body.customer-area-active .cuar-css-wrapper .acf-input .acf-input-append {
    border-radius: 0 6px 6px 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-main-presentation .acf-input-wrap,
body.customer-area-active .cuar-css-wrapper .acf-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 48px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    max-width: 400px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner img,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner h2 {
    margin-top: 32px;
    margin-bottom: 0;
    padding: 0;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner p {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner p.acf-small {
    margin-top: 32px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner img {
    max-width: 284px;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list.-empty .no-fields-message .no-fields-message-inner .acf-btn {
    margin-top: 32px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-headerbar #title-prompt-text {
    display: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box {
    min-width: 480px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h1,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h2,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h3,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title h4 {
    padding-left: 0;
    color: #344054
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title .acf-icon {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 22px;
    height: 22px;
    background-color: transparent;
    color: transparent
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title .acf-icon:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #667085;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask-image: url(../../images/icons/icon-close-circle.svg);
    mask-image: url(../../images/icons/icon-close-circle.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .title .acf-icon:hover:before {
    background-color: #0783be
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 24px;
    border-top: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box .inner p {
    margin-top: 0;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-popup .acf-popup-box #acf-move-field-form .acf-field-select {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group #post-body-content {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-group-settings-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 88px;
    margin-right: -24px;
    margin-bottom: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-field-group-settings-footer .acf-created-on {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #667085
}

body.customer-area-active .cuar-css-wrapper .acf-field-group-settings-footer .acf-created-on:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: #98a2b3;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../images/icons/icon-time.svg);
    mask-image: url(../../images/icons/icon-time.svg)
}

body.customer-area-active .cuar-css-wrapper .conditional-logic-badge {
    display: none
}

body.customer-area-active .cuar-css-wrapper .conditional-logic-badge.is-enabled {
    display: inline-block;
    width: 6px;
    height: 6px;
    overflow: hidden;
    margin-left: 8px;
    background-color: rgba(82, 170, 89, .4);
    border: 1px solid #52aa59;
    border-radius: 100px;
    text-indent: 100%;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-split .acf-field {
    margin: 0;
    padding-top: 32px;
    padding-bottom: 32px
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings-split .acf-field:nth-child(2n) {
    border-left: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-display_format .acf-label,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-return_format .acf-label {
    margin-bottom: 16px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-display_format .acf-radio-list li,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-return_format .acf-radio-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-display_format .acf-radio-list li label,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-return_format .acf-radio-list li label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-display_format .acf-radio-list li label span,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-return_format .acf-radio-list li label span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-display_format .acf-radio-list li label code,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-return_format .acf-radio-list li label code {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #f2f4f7;
    border-radius: 4px;
    color: #475467
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-display_format .acf-radio-list li input[type=text],
body.customer-area-active .cuar-css-wrapper .acf-field-setting-return_format .acf-radio-list li input[type=text] {
    height: 32px
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field-setting-first_day {
    padding-top: 32px;
    border-top: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-gallery .acf-hl[data-cols="3"]>li,
body.customer-area-active .cuar-css-wrapper .acf-field-object-image .acf-hl[data-cols="3"]>li {
    width: auto
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field-appended {
    overflow: auto
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field-appended .acf-input {
    float: left
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field.acf-field-setting-max_width .acf-input,
body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field.acf-field-setting-min_width .acf-input {
    max-width: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field.acf-field-setting-max_width .acf-input-wrap input[type=text],
body.customer-area-active .cuar-css-wrapper .acf-field-settings .acf-field.acf-field-setting-min_width .acf-input-wrap input[type=text] {
    max-width: 81px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object-flexible-content .acf-field-setting-pagination,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object-repeater .acf-field-object-repeater .acf-field-setting-pagination {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group .acf-field-object-flexible-content .acf-is-subfields .acf-field-object .acf-input,
body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group .acf-field-object-flexible-content .acf-is-subfields .acf-field-object .acf-label {
    max-width: 600px
}

body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group .acf-field.acf-field-true-false.acf-field-setting-default_value .acf-true-false {
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-admin-single-field-group .acf-field.acf-field-true-false.acf-field-setting-default_value .acf-true-false input[type=checkbox] {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub {
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #dbdfe5;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-sub-field-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    padding-right: 24px;
    padding-left: 24px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-field-list-wrap {
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-hl.acf-tfoot {
    min-height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input.acf-input-sub {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-input-sub .acf-field-object .acf-sortable-handle {
    width: 100%;
    height: 100%
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object:hover .acf-input-sub .acf-sortable-handle:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object:hover .acf-input-sub .acf-field-list .acf-field-object:hover .acf-sortable-handle:before {
    display: block
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object .acf-is-subfields .acf-thead .li-field-label:before {
    display: none
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-field-object.open {
    border-top-color: #dbdfe5
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-fc_layout {
    width: calc(100% - 144px);
    margin-right: 72px;
    margin-left: 72px;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #dbdfe5;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .1);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .1)
}

@media screen and (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-fc_layout {
        width: calc(100% - 16px);
        margin-right: 8px;
        margin-left: 8px
    }
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-fc_layout .acf-input-sub {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-fc_layout .acf-input,
body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-fc_layout .acf-label {
    max-width: 100% !important
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-fc_layout .acf-input-sub {
    margin-right: 32px;
    margin-bottom: 32px;
    margin-left: 32px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-setting-fc_layout .acf-fc-meta {
    max-width: 600px;
    padding-right: 32px;
    padding-left: 32px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-settings-fc_head {
    min-height: 64px;
    margin-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #eaecf0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-settings-fc_head label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-settings-fc_head label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: #98a2b3;
    border: none;
    border-radius: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-settings-fc_head .acf-fl-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-settings-fc_head .acf-fl-actions li {
    margin-right: 16px
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-settings-fc_head .acf-fl-actions li:last-of-type {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group .acf-field-object.open>.handle>.acf-tbody>.li-field-label:before {
    -webkit-mask-image: url(../../images/icons/icon-chevron-down.svg);
    mask-image: url(../../images/icons/icon-chevron-down.svg)
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-field-object .handle {
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-field-object .handle:hover {
    background-color: #f9f2fb
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-field-object.open .handle {
    background-color: #f5eaf9
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-field-object .settings {
    border-left-color: #bf7dd7
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-field-object .handle {
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-field-object .handle:hover {
    background-color: #ebf7f4
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-field-object.open .handle {
    background-color: #e3f4f0
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-field-object .settings {
    border-left-color: #7ccdb9
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object .handle {
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object .handle:hover {
    background-color: #fcf5f2
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object.open .handle {
    background-color: #fbeee9
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object .settings {
    border-left-color: #e29473
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object .handle {
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object .handle:hover {
    background-color: #fafbfb
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object.open .handle {
    background-color: #f4f6f7
}

body.customer-area-active .cuar-css-wrapper .post-type-acf-field-group #acf-field-group-fields .acf-field-list-wrap .acf-input-sub .acf-input-sub .acf-input-sub .acf-input-sub .acf-field-object .settings {
    border-left-color: #a3b1b9
}

body.customer-area-active .cuar-css-wrapper .acf-repeater>table {
    margin: 0 0 8px;
    background: #f9f9f9
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-divider td {
    border-top: 10px solid #e4e4e4
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle {
    width: 16px;
    text-align: center !important;
    vertical-align: middle !important;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle .acf-order-input-wrap {
    width: 45px
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle .acf-order-input::-webkit-inner-spin-button,
body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle .acf-order-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle .acf-order-input {
    -moz-appearance: textfield;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle .acf-icon {
    display: none;
    position: absolute;
    top: 0;
    margin: -8px 0 0 -2px
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle .acf-icon.-minus {
    top: 50%
}

body.customer-area-active .cuar-css-wrapper body.browser-msie .acf-repeater .acf-row-handle .acf-icon.-minus {
    top: 25px
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle.order {
    background: #f4f4f4;
    cursor: move;
    color: #aaa;
    text-shadow: #fff 0 1px 0
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle.order:hover {
    color: #666
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle.order+td {
    border-left-color: #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle.pagination {
    cursor: auto
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row-handle.remove {
    background: #f9f9f9;
    border-left-color: #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .acf-repeater th.acf-row-handle:before {
    content: "";
    width: 16px;
    display: block;
    height: 1px
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.acf-clone {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon,
body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.show-on-shift,
body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.show-on-shift {
    display: none
}

body.customer-area-active .cuar-css-wrapper body.acf-keydown-shift .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.show-on-shift,
body.customer-area-active .cuar-css-wrapper body.acf-keydown-shift .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.show-on-shift {
    display: block
}

body.customer-area-active .cuar-css-wrapper body.acf-keydown-shift .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.hide-on-shift,
body.customer-area-active .cuar-css-wrapper body.acf-keydown-shift .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.hide-on-shift {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-repeater>table>tbody>tr.ui-sortable-helper {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

body.customer-area-active .cuar-css-wrapper .acf-repeater>table>tbody>tr.ui-sortable-placeholder {
    visibility: visible !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater>table>tbody>tr.ui-sortable-placeholder td {
    background: #f9f9f9
}

body.customer-area-active .cuar-css-wrapper .acf-repeater.-block>table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-repeater.-row>table>tbody>tr>td {
    border-top-color: #e1e1e1
}

body.customer-area-active .cuar-css-wrapper .acf-repeater.-empty>table>thead>tr>th {
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-repeater.-empty.-block>table,
body.customer-area-active .cuar-css-wrapper .acf-repeater.-empty.-row>table {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.-collapsed>.acf-field {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.-collapsed>td.acf-field.-collapsed-target {
    display: table-cell !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.-collapsed>.acf-fields>* {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.-collapsed>.acf-fields>.acf-field.-collapsed-target {
    display: block !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-row.-collapsed>.acf-fields>.acf-field.-collapsed-target[data-width] {
    float: none !important;
    width: auto !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater.-table .acf-row.-collapsed .acf-field.-collapsed-target {
    border-left-color: #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .acf-repeater.-max .acf-icon[data-event=add-row] {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-actions .acf-button {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-actions .acf-tablenav {
    float: right;
    margin-right: 20px
}

body.customer-area-active .cuar-css-wrapper .acf-repeater .acf-actions .acf-tablenav .current-page {
    width: auto !important
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content>.clones {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content>.values {
    margin: 0 0 8px
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content>.values>.ui-sortable-placeholder {
    visibility: visible !important;
    border: 1px dashed #b4b9be;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout {
    position: relative;
    margin: 20px 0 0;
    background: #fff;
    border: 1px solid #ccd0d4
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout:first-child {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-handle {
    display: block;
    position: relative;
    padding: 8px 10px;
    cursor: move;
    border-bottom: 1px solid #ccd0d4;
    color: #444;
    font-size: 14px;
    line-height: 1.4em
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-order {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0 2px 0 0;
    background: #f1f1f1;
    font-size: 12px;
    color: #444
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-flexible-content .layout .acf-fc-layout-order {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-controls {
    position: absolute;
    top: 8px;
    right: 8px
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon {
    display: block;
    float: left;
    margin: 0 0 0 5px
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-duplicate,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-minus,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-plus {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-flexible-content .layout .acf-fc-layout-controls {
    right: auto;
    left: 9px
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.is-selected,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.is-selected .acf-fc-layout-handle {
    border-color: #7e8993
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-duplicate,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-minus,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-plus,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-duplicate,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-minus,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-plus {
    visibility: visible
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.-collapsed>.acf-fc-layout-handle {
    border-bottom-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.-collapsed>.acf-fields,
body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout.-collapsed>.acf-table {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout>.acf-table {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout>.acf-table>tbody>tr {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout>.acf-table>thead>tr>th {
    background: #f9f9f9
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .no-value-message {
    padding: 19px;
    border: 2px dashed #ccc;
    text-align: center;
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content.-empty>.no-value-message {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-fc-popup {
    padding: 5px 0;
    z-index: 900001;
    min-width: 135px
}

body.customer-area-active .cuar-css-wrapper .acf-fc-popup li,
body.customer-area-active .cuar-css-wrapper .acf-fc-popup ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-fc-popup li {
    position: relative;
    float: none;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .acf-fc-popup .badge {
    display: inline-block;
    border-radius: 8px;
    font-size: 9px;
    line-height: 15px;
    padding: 0 5px;
    background: #d54e21;
    text-align: center;
    color: #fff;
    vertical-align: top;
    margin: 0 0 0 5px
}

body.customer-area-active .cuar-css-wrapper .acf-fc-popup a {
    color: #eee;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-fc-popup a:hover {
    background: #0073aa;
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-fc-popup a.disabled {
    color: #888;
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .acf-gallery {
    border: 1px solid #ccd0d4;
    height: 400px;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachments {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48px;
    left: 0;
    padding: 5px;
    overflow: auto;
    overflow-x: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment {
    width: 25%;
    float: left;
    cursor: pointer;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment .margin {
    margin: 5px;
    border: 1px solid #d5d9dd;
    position: relative;
    overflow: hidden;
    background: #eee
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment .margin:before {
    content: "";
    display: block;
    padding-top: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-gallery .acf-gallery-attachment .thumbnail {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment .thumbnail img {
    display: block;
    height: auto;
    max-height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-gallery .acf-gallery-attachment .thumbnail img {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment .filename {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    background: #f4f4f4;
    background: hsla(0, 0%, 100%, .8);
    border-top: 1px solid #dfdfdf;
    font-weight: 700;
    text-align: center;
    word-wrap: break-word;
    max-height: 90%;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment .actions {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment:hover .actions {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment.ui-sortable-helper .margin {
    border: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment.ui-sortable-placeholder .margin {
    background: #f1f1f1;
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment.ui-sortable-placeholder .margin * {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment.active .margin {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 5px #0073aa;
    box-shadow: 0 0 0 1px #fff, 0 0 0 5px #0073aa
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment.-icon .thumbnail img {
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-gallery .acf-gallery-attachment {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-gallery.sidebar-open .acf-gallery-attachment .actions {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-gallery.sidebar-open .acf-gallery-side {
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-toolbar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #d5d9dd;
    background: #fff;
    min-height: 28px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-toolbar .acf-hl li {
    line-height: 24px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-toolbar .bulk-actions-select {
    width: auto;
    margin: 0 1px 0 0
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #f9f9f9;
    border-left: 1px solid #ccd0d4;
    z-index: 1;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side .acf-gallery-side-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 349px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: -10px 0 15px -10px;
    background: #f1f1f1;
    border-bottom: 1px solid #dfdfdf
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info:after {
    display: block;
    clear: both;
    content: ""
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-gallery .acf-gallery-side-info {
    margin-left: 0;
    margin-right: -10px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info img {
    float: left;
    width: auto;
    max-width: 65px;
    max-height: 65px;
    margin: 0 10px 1px 0;
    background: #fff;
    padding: 3px;
    border: 1px solid #ccd0d4;
    border-radius: 1px
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-gallery .acf-gallery-side-info img {
    float: right;
    margin: 0 0 0 10px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info p {
    font-size: 13px;
    line-height: 15px;
    margin: 3px 0;
    word-break: break-all;
    color: #666
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info p strong {
    color: #000
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info a {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info a.acf-gallery-edit {
    color: #21759b
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info a.acf-gallery-remove {
    color: #bc0b0b
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-info a:hover {
    text-decoration: underline
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48px;
    left: 0;
    overflow: auto;
    overflow-x: inherit;
    padding: 10px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data .acf-label,
body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data th.label {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    padding: 0 4px 8px 0 !important;
    width: auto !important;
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-gallery .acf-gallery-side-data .acf-label,
body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-gallery .acf-gallery-side-data th.label {
    padding: 0 0 8px 4px !important
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data .acf-label label,
body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data th.label label {
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data .acf-input,
body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data td.field {
    padding: 0 0 8px !important
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data textarea {
    min-height: 0;
    height: 60px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data p.help {
    font-size: 12px
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-side-data p.help:hover {
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="1"] .acf-gallery-attachment {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="2"] .acf-gallery-attachment {
    width: 50%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="3"] .acf-gallery-attachment {
    width: 33.333%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="4"] .acf-gallery-attachment {
    width: 25%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="5"] .acf-gallery-attachment {
    width: 20%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="6"] .acf-gallery-attachment {
    width: 16.666%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="7"] .acf-gallery-attachment {
    width: 14.285%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery[data-columns="8"] .acf-gallery-attachment {
    width: 12.5%
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .ui-resizable-handle {
    display: block;
    position: absolute
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .ui-resizable-s {
    bottom: -5px;
    cursor: ns-resize;
    height: 7px;
    left: 0;
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal .attachment.acf-selected {
    -webkit-box-shadow: 0 0 0 3px #fff inset, 0 0 0 7px #0073aa inset !important;
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0073aa !important
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal .attachment.acf-selected .check {
    display: none !important
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal .attachment.acf-selected .thumbnail {
    opacity: .25 !important
}

body.customer-area-active .cuar-css-wrapper .acf-media-modal .attachment.acf-selected .attachment-preview:before {
    background: rgba(0, 0, 0, .15);
    z-index: 1;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-block-component .components-placeholder {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-block-component .acf-block-fields {
    background: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

body.customer-area-active .cuar-css-wrapper .acf-block-component .acf-block-fields.acf-empty-block-fields {
    border: 1px solid #1e1e1e;
    padding: 12px
}

body.customer-area-active .cuar-css-wrapper .components-panel .acf-block-component .acf-block-fields.acf-empty-block-fields {
    border: 1px solid #ddd;
    border-right: none;
    border-left: none
}

body.customer-area-active .cuar-css-wrapper html[dir=rtl] .acf-block-component .acf-block-fields {
    text-align: right
}

body.customer-area-active .cuar-css-wrapper .acf-block-component .acf-block-fields p {
    font-size: 13px;
    line-height: 1.5
}

body.customer-area-active .cuar-css-wrapper .acf-block-body .acf-block-fields {
    border: 1px solid #adb2ad
}

body.customer-area-active .cuar-css-wrapper .acf-block-body .acf-block-fields .acf-tab-wrap .acf-tab-group {
    margin-left: 0;
    padding: 16px 20px 0
}

body.customer-area-active .cuar-css-wrapper .acf-block-body .acf-fields>.acf-field {
    padding: 16px 20px
}

body.customer-area-active .cuar-css-wrapper .acf-block-body .acf-fields>.acf-field.acf-accordion {
    border-color: #adb2ad
}

body.customer-area-active .cuar-css-wrapper .acf-block-body .acf-fields>.acf-field.acf-accordion .acf-accordion-title {
    padding: 16px 20px
}

body.customer-area-active .cuar-css-wrapper .acf-block-body .acf-block-preview {
    min-height: 10px
}

body.customer-area-active .cuar-css-wrapper .acf-block-panel .acf-block-fields {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 1px
}

body.customer-area-active .cuar-css-wrapper .acf-block-panel .acf-block-fields:empty {
    border-top: none
}

body.customer-area-active .cuar-css-wrapper .acf-block-panel .acf-block-fields .acf-tab-wrap {
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .components-panel__body .acf-block-panel {
    margin: 16px -16px -16px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta li {
    margin: 0 0 10px;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display {
    float: left;
    width: 100%;
    padding-right: 10px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-min {
    width: calc(50% - 4px);
    float: left;
    clear: left;
    margin-right: 4px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-max {
    width: calc(50% - 4px);
    float: left;
    margin-left: 4px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display .acf-input-prepend,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-label .acf-input-prepend,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-name .acf-input-prepend {
    min-width: 60px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fl-actions {
    visibility: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fl-actions .reorder-layout {
    cursor: move
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout .acf-fl-actions a {
    padding: 1px 0;
    font-size: 13px;
    line-height: 20px
}

body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout.-hover .acf-fl-actions,
body.customer-area-active .cuar-css-wrapper .acf-field-setting-fc_layout:hover .acf-fl-actions {
    visibility: visible
}

body.customer-area-active .cuar-css-wrapper .acf-field-object-clone[data-display=seamless] .acf-field-setting-conditional_logic,
body.customer-area-active .cuar-css-wrapper .acf-field-object-clone[data-display=seamless] .acf-field-setting-instructions,
body.customer-area-active .cuar-css-wrapper .acf-field-object-clone[data-display=seamless] .acf-field-setting-layout,
body.customer-area-active .cuar-css-wrapper .acf-field-object-clone[data-display=seamless] .acf-field-setting-wrapper {
    display: none
}

body.customer-area-active .cuar-css-wrapper .acf-loading,
body.customer-area-active .cuar-css-wrapper .acf-spinner {
    background: transparent url(../../../master/assets/img/acf/spinner.gif) no-repeat 50% 50%
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field:before {
    width: 25%;
    background: #fff;
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field {
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: 15px
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field:after,
body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-label {
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-label {
        float: left;
        width: 25%
    }
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-input {
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .acf-fields.-left>.acf-field>.acf-input {
        float: left;
        width: 75%
    }
}

body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields>.acf-field,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields>.acf-field,
body.customer-area-active .cuar-css-wrapper>.acf-field {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .acf-label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-label {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field {
    border-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field select optgroup,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field select optgroup,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field select optgroup {
    background: rgba(140, 138, 137, .5264);
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .acf-field select optgroup:nth-child(2n),
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field select optgroup:nth-child(2n),
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field select optgroup:nth-child(2n) {
    background: hsla(0, 1%, 79.8%, .704)
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-table,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-table>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-table,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-table>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-table,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-table>tbody>tr>th,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-table>thead>tr>td,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-table>thead>tr>th {
    background: none;
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-table>thead>tr>th,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-table>thead>tr>th {
    background: #fff;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-table>tbody>tr>td,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-table>tbody>tr>td {
    border-color: #fff;
    border-width: 1px 0 0 1px
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group {
    margin-bottom: 20px
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group:last-child {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input>.acf-table,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input>.acf-table,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input>.acf-table {
    border-bottom: none;
    border-left: none;
    border-right: none
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>th:first-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>th:first-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>td:first-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>th:first-child {
    border-left: none
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>th:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>th:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>td:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input>.acf-table>thead>tr>th:last-child {
    border-right: none
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-label>label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-label>label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-label>label {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    display: block;
    position: relative;
    height: 40px;
    line-height: 36px;
    background: #fff;
    color: #38342f;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #d6d6d6;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-label>.description,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-label>.description,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-label>.description {
    padding: 5px 8px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group>.acf-input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group>.acf-input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group>.acf-input {
    position: relative;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group .acf-fields.-left>.acf-field,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field {
    margin: 0;
    border-top-width: 1px
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group .acf-fields.-left>.acf-field:first-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field:first-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field:first-child {
    border-top-width: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group .acf-fields.-left>.acf-field>.acf-label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field>.acf-label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field>.acf-label {
    z-index: 10;
    position: relative
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group .acf-fields.-left .acf-field:before,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group .acf-fields.-left .acf-field:before,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group .acf-fields.-left .acf-field:before {
    display: block
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group .acf-fields.-left>.acf-field:before,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field:before,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group .acf-fields.-left>.acf-field:before {
    background: #fff;
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-field.acf-field-group .acf-fields,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field.acf-field-group .acf-fields,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field.acf-field-group .acf-fields {
    border: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-input .acf-input-append,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-input .acf-input-prepend,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-input .acf-input-append,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-input .acf-input-prepend,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-input .acf-input-append,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-input .acf-input-prepend {
    height: 39px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    color: rgba(0, 0, 0, .87);
    background-color: #f4f3f2;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-input .acf-input-prepend,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-input .acf-input-prepend,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-input .acf-input-prepend {
    float: left;
    border-right: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-input .acf-input-append,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-input .acf-input-append,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-input .acf-input-append {
    float: right;
    border-left: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-input .acf-input-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-input .acf-input-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-input .acf-input-wrap {
    position: relative;
    overflow: hidden
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice p:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice p:last-child,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice p:last-child {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error {
    background-color: #ff5722;
    color: #eeeded
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.alert-border-right,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.alert-border-right,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.alert-border-right {
    border-right-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.alert-border-top,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.alert-border-top,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.alert-border-top {
    border-top-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.alert-border-bottom,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.alert-border-bottom,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.alert-border-bottom {
    border-bottom-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.alert-border-left,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.alert-border-left,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.alert-border-left {
    border-left-color: #df3500
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.light,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.light,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.light {
    background-color: #ff764b
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.dark,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.dark,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.dark {
    background-color: #ff4003
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.pastel,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.pastel,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.pastel {
    color: #f8a68c;
    background-color: #ff764b;
    border-color: rgba(0, 0, 0, .1)
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.pastel .alert-link,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.pastel .alert-link,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.pastel .alert-link {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.pastel.alert-micro,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.pastel.alert-micro,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.pastel.alert-micro {
    border-color: #ff7e55
}

body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.pastel .close,
body.customer-area-active .cuar-css-wrapper .acf-field .acf-notice.-error.pastel .close:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.pastel .close,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field .acf-notice.-error.pastel .close:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.pastel .close,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field .acf-notice.-error.pastel .close:hover {
    color: #c9c7c5
}

body.customer-area-active .cuar-css-wrapper .acf-field p.description,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field p.description,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field p.description {
    color: rgba(35, 32, 30, .408);
    font-size: .9em;
    font-style: italic
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-border,
body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-field,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields.-border,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-field,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields.-border,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-field {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-border,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields.-border,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields.-border {
    background: none
}

body.customer-area-active .cuar-css-wrapper .acf-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-icon {
    text-decoration: none;
    background-color: transparent;
    color: #38342f;
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-minus:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-icon.-minus:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-icon.-minus:hover {
    background-color: #ff6331;
    color: #f1d1c7
}

body.customer-area-active .cuar-css-wrapper .acf-icon.-plus:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-icon.-plus:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-icon.-plus:hover {
    background-color: #0ab1fc;
    color: #c0e1f0
}

body.customer-area-active .cuar-css-wrapper .acf-fields.-sidebar:before,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields.-sidebar:before,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields.-sidebar:before {
    background: #fff;
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-date-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .acf-date-time-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .acf-field-email input,
body.customer-area-active .cuar-css-wrapper .acf-field-google-map input.search,
body.customer-area-active .cuar-css-wrapper .acf-field-number input,
body.customer-area-active .cuar-css-wrapper .acf-field-oembed input.input-search,
body.customer-area-active .cuar-css-wrapper .acf-field-password input,
body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea,
body.customer-area-active .cuar-css-wrapper .acf-field-text input,
body.customer-area-active .cuar-css-wrapper .acf-field-url input,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input,
body.customer-area-active .cuar-css-wrapper .acf-time-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-time-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-email input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-google-map input.search,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-number input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-oembed input.input-search,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-password input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-text input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-relationship .filters .filter input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-time-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-time-picker input.hasDatepicker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-email input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-google-map input.search,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-number input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-oembed input.input-search,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-password input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-text input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-relationship .filters .filter input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-time-picker input.hasDatepicker {
    display: block;
    width: 100%;
    height: 39px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    color: rgba(0, 0, 0, .87);
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

body.customer-area-active .cuar-css-wrapper .acf-date-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .acf-date-time-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-email input:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-google-map input.search:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-number input:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-oembed input.input-search:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-password input:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-text input:focus,
body.customer-area-active .cuar-css-wrapper .acf-field-url input:focus,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input:focus,
body.customer-area-active .cuar-css-wrapper .acf-time-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-time-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-email input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-google-map input.search:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-number input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-oembed input.input-search:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-password input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-text input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-relationship .filters .filter input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-time-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-time-picker input.hasDatepicker:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-email input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-google-map input.search:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-number input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-oembed input.input-search:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-password input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-text input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-relationship .filters .filter input:focus,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-time-picker input.hasDatepicker:focus {
    border-color: grey;
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .acf-date-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-date-time-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-email input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-google-map input.search::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-number input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-oembed input.input-search::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-password input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-text input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-url input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-time-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-time-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-email input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-google-map input.search::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-number input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-oembed input.input-search::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-password input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-text input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-relationship .filters .filter input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-time-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-time-picker input.hasDatepicker::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-email input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-google-map input.search::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-number input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-oembed input.input-search::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-password input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-text input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-relationship .filters .filter input::-moz-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-time-picker input.hasDatepicker::-moz-placeholder {
    color: hsla(0, 0%, 54.9%, .935);
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .acf-date-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-date-time-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-email input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-google-map input.search:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-number input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-oembed input.input-search:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-password input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-text input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-url input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-time-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-time-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-email input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-google-map input.search:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-number input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-oembed input.input-search:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-password input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-text input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-relationship .filters .filter input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-time-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-time-picker input.hasDatepicker:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-email input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-google-map input.search:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-number input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-oembed input.input-search:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-password input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-text input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-relationship .filters .filter input:-ms-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-time-picker input.hasDatepicker:-ms-input-placeholder {
    color: hsla(0, 0%, 54.9%, .935)
}

body.customer-area-active .cuar-css-wrapper .acf-date-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-date-time-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-email input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-google-map input.search::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-number input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-oembed input.input-search::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-password input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-text input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-field-url input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .acf-time-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-time-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-email input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-google-map input.search::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-number input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-oembed input.input-search::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-password input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-text input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-relationship .filters .filter input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-time-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-time-picker input.hasDatepicker::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-email input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-google-map input.search::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-number input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-oembed input.input-search::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-password input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-text input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-relationship .filters .filter input::-webkit-input-placeholder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-time-picker input.hasDatepicker::-webkit-input-placeholder {
    color: hsla(0, 0%, 54.9%, .935)
}

body.customer-area-active .cuar-css-wrapper .acf-date-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .acf-date-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .acf-date-time-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .acf-date-time-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-email input[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-email input[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-google-map input.search[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-google-map input.search[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-number input[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-number input[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-oembed input.input-search[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-oembed input.input-search[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-password input[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-password input[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-text input[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-text input[readonly],
body.customer-area-active .cuar-css-wrapper .acf-field-url input[disabled],
body.customer-area-active .cuar-css-wrapper .acf-field-url input[readonly],
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input[disabled],
body.customer-area-active .cuar-css-wrapper .acf-relationship .filters .filter input[readonly],
body.customer-area-active .cuar-css-wrapper .acf-time-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .acf-time-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-time-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-date-time-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-email input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-email input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-google-map input.search[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-google-map input.search[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-number input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-number input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-oembed input.input-search[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-oembed input.input-search[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-password input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-password input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-text input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-text input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-relationship .filters .filter input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-relationship .filters .filter input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-time-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-time-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-time-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-date-time-picker input.hasDatepicker[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-email input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-email input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-google-map input.search[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-google-map input.search[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-number input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-number input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-oembed input.input-search[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-oembed input.input-search[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-password input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-password input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-text input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-text input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-relationship .filters .filter input[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-relationship .filters .filter input[readonly],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-time-picker input.hasDatepicker[disabled],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-time-picker input.hasDatepicker[readonly] {
    cursor: not-allowed;
    background-color: #f0f0f0;
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .acf-field-textarea textarea,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-textarea textarea,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-textarea textarea {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .acf-field-range input[type=range],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-range input[type=range],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-range input[type=range] {
    width: auto
}

body.customer-area-active .cuar-css-wrapper .acf-field-url input[type=url],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-url input[type=url],
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-url input[type=url] {
    padding-left: 35px
}

body.customer-area-active .cuar-css-wrapper .acf-url i,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-url i,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-url i {
    top: 10px;
    left: 10px
}

body.customer-area-active .cuar-css-wrapper .acf-oembed,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-oembed,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-oembed {
    background: #f4f3f2;
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .acf-loading-overlay,
body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-oembed .acf-loading-overlay,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-oembed .canvas,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-oembed .acf-loading-overlay,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-oembed .canvas {
    background: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .canvas .fluid-width-video-wrapper iframe,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-oembed .canvas .fluid-width-video-wrapper iframe,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-oembed .canvas .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    height: 100%
}

body.customer-area-active .cuar-css-wrapper .acf-oembed .title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-oembed .title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-oembed .title {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-file-uploader .file-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-file-uploader .file-wrap {
    background: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-icon,
body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-file-uploader .file-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-file-uploader .file-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-file-uploader .file-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-file-uploader .file-wrap {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-file-uploader .file-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-file-uploader .file-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-file-uploader .file-icon {
    background: #f7f7f7
}

body.customer-area-active .cuar-css-wrapper .acf-taxonomy-field .categorychecklist-holder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-taxonomy-field .categorychecklist-holder,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-taxonomy-field .categorychecklist-holder {
    border: 1px solid #c4c4c4;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .acf-link .link-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-link .link-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-link .link-wrap {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .acf-link .link-wrap a.acf-icon.-clear,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-link .link-wrap a.acf-icon.-clear,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-link .link-wrap a.acf-icon.-clear {
    float: right
}

body.customer-area-active .cuar-css-wrapper .acf-google-map,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-google-map,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-google-map {
    background: none;
    border-color: #c4c4c4
}

body.customer-area-active .cuar-css-wrapper .acf-google-map input.search,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-google-map input.search,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-google-map input.search {
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-google-map .title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-google-map .title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-google-map .title {
    border-color: #c4c4c4
}

body.customer-area-active .cuar-css-wrapper .acf-field-button-group .acf-button-group label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-button-group .acf-button-group label,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-button-group .acf-button-group label {
    border-color: #ebebeb;
    background: #fff;
    color: rgba(65, 65, 65, .9168)
}

body.customer-area-active .cuar-css-wrapper .acf-field-button-group .acf-button-group label.selected,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-button-group .acf-button-group label.selected,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-button-group .acf-button-group label.selected {
    border-color: #444;
    background: #595959;
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .acf-switch,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-switch,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-switch {
    border-color: #ebebeb;
    background: #fff;
    color: rgba(65, 65, 65, .9168)
}

body.customer-area-active .cuar-css-wrapper .acf-switch .acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-switch .acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-switch .acf-switch-slider {
    background: #fff;
    border-color: #ebebeb
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-on,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-switch.-on,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-switch.-on {
    border-color: #444;
    background: #595959;
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-on.acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-switch.-on.acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-switch.-on.acf-switch-slider {
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper .acf-switch.-focus .acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-switch.-focus .acf-switch-slider,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-switch.-focus .acf-switch-slider {
    -webkit-box-shadow: 0 0 2px rgba(89, 89, 89, .8);
    box-shadow: 0 0 2px rgba(89, 89, 89, .8)
}

body.customer-area-active .cuar-css-wrapper .acf-gallery,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-gallery,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-gallery {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-main,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-gallery .acf-gallery-main,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-gallery .acf-gallery-main {
    background: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-toolbar,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-gallery .acf-gallery-toolbar,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-gallery .acf-gallery-toolbar {
    border-color: #d6d6d6;
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .acf-gallery-attachment .margin,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-gallery .acf-gallery-attachment .margin,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-gallery .acf-gallery-attachment .margin {
    border-color: #c4c4c4;
    background: #f7f7f7
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .thumbnail,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-gallery .thumbnail,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-gallery .thumbnail {
    padding: 0;
    margin: 0;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .acf-gallery .thumbnail img,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-gallery .thumbnail img,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-gallery .thumbnail img {
    max-width: none
}

body.customer-area-active .cuar-css-wrapper .acf-accordion,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-accordion,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-accordion {
    background: none
}

body.customer-area-active .cuar-css-wrapper .acf-accordion .acf-accordion-title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-accordion .acf-accordion-title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-accordion .acf-accordion-title {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-accordion.-open .acf-accordion-title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-accordion.-open .acf-accordion-title,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-accordion.-open .acf-accordion-title {
    border-left: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-flexible-content .layout,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-flexible-content .layout {
    background: #fff;
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-handle,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-flexible-content .layout .acf-fc-layout-handle,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-flexible-content .layout .acf-fc-layout-handle {
    border-color: #d6d6d6;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout>.acf-table>tbody>tr,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-flexible-content .layout>.acf-table>tbody>tr,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-flexible-content .layout>.acf-table>tbody>tr {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-fc-layout-order,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-flexible-content .layout .acf-fc-layout-order,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-flexible-content .layout .acf-fc-layout-order {
    background: #38342f;
    color: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-icon.-collapse,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-flexible-content .layout .acf-icon.-collapse,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-flexible-content .layout .acf-icon.-collapse {
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .layout .acf-icon.-collapse:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-flexible-content .layout .acf-icon.-collapse:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-flexible-content .layout .acf-icon.-collapse:hover {
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .acf-flexible-content .no-value-message,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-flexible-content .no-value-message,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-flexible-content .no-value-message {
    border-color: rgba(35, 32, 30, .408);
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .acf-field-repeater .acf-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-repeater .acf-icon,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-repeater .acf-icon {
    background: #fff;
    border: none
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship {
    background: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship .filters,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship .filters,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship .filters {
    background: #fff;
    border-color: #d6d6d6;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship .filters .filter input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship .filters .filter input,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship .filters .filter input {
    padding: 5px;
    height: 28px
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship .selection,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship .selection,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship .selection {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship .selection .choices,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship .selection .choices,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship .selection .choices {
    background: #fff;
    border-color: #d6d6d6;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship .selection .choices .list,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship .selection .choices .list,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship .selection .choices .list {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship .selection .values,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship .selection .values,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship .selection .values {
    background: #f4f3f2
}

body.customer-area-active .cuar-css-wrapper .acf-field-relationship .acf-relationship .list .acf-rel-item:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-relationship .acf-relationship .list .acf-rel-item:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-relationship .acf-relationship .list .acf-rel-item:hover {
    background: #595959;
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap .acf-tab-group,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap .acf-tab-group {
    border-color: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group li a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap .acf-tab-group li a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap .acf-tab-group li a {
    background: #fff;
    border-color: #d6d6d6;
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group li.active a,
body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap .acf-tab-group li a:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap .acf-tab-group li.active a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap .acf-tab-group li a:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap .acf-tab-group li.active a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap .acf-tab-group li a:hover {
    background: #fff
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap.-left li a:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap.-left li a:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap.-left li a:hover {
    border-right: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap.-left li.active a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap.-left li.active a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap.-left li.active a {
    border-left: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap.-left li.active a:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap.-left li.active a:hover,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap.-left li.active a:hover {
    border-right: none
}

body.customer-area-active .cuar-css-wrapper .acf-fields>.acf-tab-wrap.-top li.active a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-fields>.acf-tab-wrap.-top li.active a,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-fields>.acf-tab-wrap.-top li.active a {
    border-top: 2px solid #515151
}

body.customer-area-active .cuar-css-wrapper .acf-field-color-picker,
body.customer-area-active .cuar-css-wrapper .acf-field-wysiwyg,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-color-picker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields .acf-field-wysiwyg,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-color-picker,
body.customer-area-active .cuar-css-wrapper .cuar-form .acf-user-register-fields .acf-field-wysiwyg {
    display: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .acf-form-fields>.acf-field.acf-field-group .acf-label>label {
    background: none;
    border: none;
    padding: 0;
    font-size: 100%;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .acf-form-fields>.acf-field.acf-field-group .acf-label>.description {
    padding: 0;
    border: none;
    background: none
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .acf-form-fields>.acf-field.acf-field-group .acf-input {
    border: none;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .acf-form-fields>.acf-field.acf-field-group .acf-input .acf-field {
    padding-left: 11px;
    padding-right: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .acf-form-fields>.acf-field.acf-field-group .acf-input .acf-field select {
    padding: 9px 12px
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .acf-form-fields>.acf-field.acf-field-group>.acf-input>.acf-table {
    margin-left: 11px;
    margin-right: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-form .acf-form-fields.-left>.acf-field.acf-field-group>.acf-input>.acf-fields.-left.-border {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active.single .cuar-css-wrapper .cuar-field.cuar-readonly-field.cuar-acf-field {
    padding: 9px 0;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active.single .cuar-css-wrapper .cuar-field.cuar-readonly-field.cuar-acf-field>.panel-body {
    border: 0;
    padding: 0 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-widget {
    margin: 0 0 18px;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-widget:after,
body.customer-area-active .cuar-css-wrapper .cuar-widget:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-widget:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-widget ul {
    list-style: disc outside
}

body.customer-area-active .cuar-css-wrapper .cuar-widget ol {
    list-style: decimal outside
}

body.customer-area-active .cuar-css-wrapper .cuar-widget li {
    margin-left: 8px
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+div:not(.cuar-tree),
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ol,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ul,
body.customer-area-active .cuar-css-wrapper .cuar-widget>div:not(.cuar-widget-title) {
    position: relative;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-top: 0;
    margin-bottom: 0;
    word-break: break-word
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+div:not(.cuar-tree):after,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+div:not(.cuar-tree):before,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ol:after,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ol:before,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ul:after,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ul:before,
body.customer-area-active .cuar-css-wrapper .cuar-widget>div:not(.cuar-widget-title):after,
body.customer-area-active .cuar-css-wrapper .cuar-widget>div:not(.cuar-widget-title):before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+div:not(.cuar-tree):after,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ol:after,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-widget-title+ul:after,
body.customer-area-active .cuar-css-wrapper .cuar-widget>div:not(.cuar-widget-title):after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-widget>div:not(.cuar-widget-title) {
    border-top: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-cloud .label {
    display: inline-block;
    margin-right: 4.75px;
    margin-bottom: 3.8px;
    line-height: 19px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-cloud .label:after,
body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-cloud .label:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-cloud .label:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-cloud .label .avatar {
    height: 2.5em;
    width: auto;
    padding: 0;
    margin: -.3em 9.5px -.4em -.7em;
    float: left;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .cuar-cloud .label.label-sm .avatar {
    margin: -.1em 9.5px -.2em -.65em;
    height: 2.3em
}

body.customer-area-active .cuar-css-wrapper .cuar-widget>.cuar-widget-content-list {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

body.customer-area-active .cuar-css-wrapper .cuar-widget>.cuar-widget-content-list>.list-group {
    margin-bottom: 0;
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .cuar-widget>.cuar-widget-content-list>.list-group li {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-widget .panel-heading+.cuar-widget-content-list>.list-group>li:first-child,
body.customer-area-active .cuar-css-wrapper .cuar-widget .panel-heading+.cuar-widget-content-list>.list-group>li:first-child>a {
    border-top: 0
}

body.customer-area-active.admin-bar .cuar-css-wrapper .mce-tinymce.mce-fullscreen {
    z-index: 100010
}

@keyframes cuar-loading-indicator {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes cuar-loading-indicator {
    to {
        -webkit-transform: rotate(1turn)
    }
}

body.customer-area-active .cuar-css-wrapper .cuar-loading-indicator {
    display: block;
    position: relative;
    min-width: 18px;
    min-height: 18px
}

body.customer-area-active .cuar-css-wrapper .cuar-loading-indicator:before {
    content: "...";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    margin-left: -8px
}

body.customer-area-active .cuar-css-wrapper .cuar-loading-indicator:not(:required):before {
    content: "";
    border-radius: 50%;
    border: 1px solid #38342f;
    border-top-color: #515151;
    animation: cuar-loading-indicator .6s linear infinite;
    -webkit-animation: cuar-loading-indicator .6s linear infinite
}

body.customer-area-active.single .cuar-css-wrapper.cuar-content-container {
    padding: 11px
}

body.customer-area-active.single>.cuar-css-wrapper {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-clearfix:after,
body.customer-area-active .cuar-css-wrapper .cuar-clearfix:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-clearfix:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-attachments .table {
    table-layout: auto
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-attachments .table .cuar-caption {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper:not(.cuar-content-container) {
    overflow: visible
}

body.customer-area-active .cuar-css-wrapper .cuar-single-entry {
    margin-bottom: 22px;
    border: 1px solid #d6d6d6;
    border-top: 4px solid #d6d6d6;
    padding: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-single-entry:after,
body.customer-area-active .cuar-css-wrapper .cuar-single-entry:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-single-entry:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
    padding: 22px 12px
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-content-wrapper {
    margin: 0 auto
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles ul {
    list-style: disc outside
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles ol {
    list-style: decimal outside
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles li {
    margin-left: 22px
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles del {
    text-decoration: line-through
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles dl {
    margin: 0 1.71428571rem
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles dt {
    font-weight: 700;
    margin-bottom: 1.71428571rem
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles dd {
    line-height: 1.71428571;
    margin: 0 0 1.71428571rem
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles cite,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles em,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles i {
    font-style: italic
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles cite {
    border: none
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles big {
    font-size: 128.571429%
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles i,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles strike,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles u {
    display: inline
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles u {
    text-decoration: underline
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles i.fa {
    font-style: normal
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles strike {
    text-decoration: line-through
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles blockquote {
    font-style: italic !important;
    font-weight: 400;
    margin: 0;
    padding: 1.71428571rem
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles code,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles kbd,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles samp,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles var {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 13.714px;
    font-size: .85714286rem;
    line-height: 2
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles abbr,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles acronym,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles dfn {
    border-bottom: 1px dotted #d6d6d6;
    cursor: help
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles address {
    display: block;
    line-height: 1.71428571;
    margin: 0 0 1.71428571rem
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles del {
    color: #ef9a9a
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles ins {
    background: #a5d6a7;
    border: none;
    color: #333;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles sub,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles sup {
    top: -.5em
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles sub {
    bottom: -.25em
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .alignleft {
    display: inline;
    float: left;
    margin: .85714286rem 1.71428571rem .85714286rem 0
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .alignright {
    display: inline;
    float: right;
    margin: .85714286rem 0 .85714286rem 1.71428571rem
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .aligncenter {
    clear: both;
    display: block;
    margin: .85714286rem auto
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles img {
    max-width: 100%;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .editor-attachment,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles img {
    border: 0;
    max-width: 100%
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles img.size-full {
    width: auto/9
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles img[class*=wp-image-] {
    height: auto;
    max-width: 100%
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles img[class*=align],
body.customer-area-active .cuar-css-wrapper .cuar-content-styles img[class*=attachment-],
body.customer-area-active .cuar-css-wrapper .cuar-content-styles img[class*=wp-image-] {
    height: auto
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles img.mce-wp-nextpage {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles img.wp-smiley {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .wp-caption-text {
    font-size: .9em;
    font-style: italic;
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .wp-caption {
    background: transparent;
    border: none;
    margin: 0;
    padding: 4px;
    text-align: left;
    font-size: .9em;
    font-style: italic;
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .wp-caption-dt {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles .wp-caption-dd,
body.customer-area-active .cuar-css-wrapper .cuar-content-styles .wp-caption .wp-caption-text {
    color: rgba(35, 32, 30, .408);
    font-style: italic;
    font-size: 12px;
    font-size: 13.714px;
    font-size: .85714286rem;
    line-height: 2;
    margin: 0 0 1.71429rem
}

body.customer-area-active .cuar-css-wrapper a {
    color: #515151;
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper a:active,
body.customer-area-active .cuar-css-wrapper a:focus,
body.customer-area-active .cuar-css-wrapper a:hover {
    color: #515151;
    outline: 0;
    text-decoration: underline
}

body.customer-area-active .cuar-css-wrapper .fa {
    vertical-align: baseline
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main a.btn:focus,
body.customer-area-active .cuar-css-wrapper .cuar-page-content-main a.btn:hover {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .cuar-embed-wrapper embed,
body.customer-area-active .cuar-css-wrapper .cuar-embed-wrapper iframe,
body.customer-area-active .cuar-css-wrapper .cuar-embed-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable>button {
    position: relative;
    float: left
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable>button.active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable>button:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable>button:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable>button:hover {
    z-index: 2
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable>button:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit] {
    color: #d0cfcf;
    background-color: #595959
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit],
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit]:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit]:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit]:hover {
    color: #d0cfcf;
    background-color: #464646;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit],
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit]:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].disabled,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].disabled.active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].disabled:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].disabled:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].disabled:hover,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit][disabled],
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit][disabled].active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit][disabled]:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit][disabled]:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit][disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit],
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit]:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit]:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit]:hover {
    background-color: #595959;
    border-color: #444
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit] .badge {
    color: #595959;
    background-color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].light {
    background-color: #686868
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].light,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].dark,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].light.active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].light:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].light:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].light:hover {
    background-color: #494949
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].dark,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].dark.active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].dark:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].dark:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=submit].dark:hover {
    background-color: #3a3a3a
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel] {
    color: rgba(65, 65, 65, .9168);
    background-color: #fff
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel],
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel]:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel]:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel]:hover {
    color: rgba(65, 65, 65, .9168);
    background-color: #ececec;
    border-color: rgba(0, 0, 0, .05)
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel],
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel]:active {
    background-image: none
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].disabled,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].disabled.active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].disabled:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].disabled:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].disabled:hover,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel][disabled],
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel][disabled].active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel][disabled]:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel][disabled]:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel][disabled]:hover,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel],
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel]:active,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel]:focus,
fieldset[disabled] body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel]:hover {
    background-color: #fff;
    border-color: #ebebeb
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel] .badge {
    color: #fff;
    background-color: rgba(65, 65, 65, .9168)
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].light {
    background-color: #fff
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].light,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].dark,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].light.active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].light:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].light:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].light:hover {
    background-color: #f0f0f0
}

.open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].dark,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].dark.active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].dark:active,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].dark:focus,
body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button[type=cancel].dark:hover {
    background-color: #e0e0e0
}

body.customer-area-active .cuar-css-wrapper form.cuar-js-editable button+button {
    margin-left: -1px
}

body.customer-area-active .cuar-css-wrapper .cuar-owner-field {
    margin-bottom: 18px
}

body.customer-area-active .cuar-css-wrapper .cuar-js-formatted-date * {
    z-index: 1000
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields {
    margin-left: -11px;
    margin-right: -11px;
    border-top: 1px solid #ebebeb;
    padding: 15px 0
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field:after,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field:before,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields:after,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field:after,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field:first-child,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields:first-child {
    border-top: none
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-field-label,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-field-label {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-readonly-field-file img,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-readonly-field-file img {
    max-height: 15px;
    margin-right: 5px
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-readonly-field-oembed,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-readonly-field-oembed {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-readonly-field-oembed embed,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-readonly-field-oembed iframe,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-readonly-field-oembed object,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-readonly-field-oembed embed,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-readonly-field-oembed iframe,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-readonly-field-oembed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-readonly-field-map,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-readonly-field-map {
    width: 100%;
    height: 400px;
    border: 1px solid #d6d6d6;
    margin: 20px 0
}

body.customer-area-active .cuar-css-wrapper .customer-account .cuar-field.cuar-readonly-field .cuar-readonly-field-map img,
body.customer-area-active .cuar-css-wrapper .customer-account .cuar-profile-fields .cuar-readonly-field-map img {
    max-width: inherit
}

body.customer-area-active .cuar-css-wrapper .cuar-submit-container {
    background: #f4f3f2;
    padding: 11px;
    border-top: 1px solid #d6d6d6;
    text-align: right
}

body.customer-area-active.customer-area .ui-datepicker,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.49;
    color: #38342f;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 100%, .7);
    box-shadow: 0 1px 2px hsla(0, 0%, 100%, .7);
    display: none;
    margin-top: 4px;
    padding: 11px;
    width: 240px
}

body.customer-area-active.customer-area .ui-datepicker,
body.customer-area-active.customer-area .ui-datepicker *,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker *,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body.customer-area-active.customer-area .ui-datepicker select,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker select,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker select {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    color: rgba(0, 0, 0, .87)
}

body.customer-area-active.customer-area .ui-datepicker a,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker a,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker a {
    text-decoration: none
}

body.customer-area-active.customer-area .ui-datepicker a:hover,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker a:hover,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker a:hover {
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
    color: #515151;
    text-decoration: none;
    transition: color .1s ease-in-out;
    outline: 0
}

body.customer-area-active.customer-area .ui-datepicker td:hover a,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker td:hover a,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker td:hover a {
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
    color: #38342f;
    transition: color .1s ease-in-out;
    outline: 0
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-header,
body.customer-area-active.customer-area .ui-datepicker .ui-widget-header,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-header,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-widget-header,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-header,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-widget-header {
    width: 238px;
    margin: -11px -11px 12px;
    text-align: center;
    border-radius: 0;
    background: #fff;
    color: #38342f;
    border: 0;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-title,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-title,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-title {
    font-weight: 400;
    padding: 5px 8px
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-buttonpane,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-buttonpane,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-buttonpane {
    margin-top: 15px
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
    display: none
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-today>a,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-today>a,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-today>a {
    background-color: hsla(0, 0%, 91.4%, .8224)
}

body.customer-area-active.customer-area .ui-datepicker .ui-widget-content,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-widget-content,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-widget-content {
    background-color: #fff;
    border-color: #d6d6d6
}

body.customer-area-active.customer-area .ui-datepicker .ui-corner-all,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-corner-all,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-corner-all {
    display: table
}

body.customer-area-active.customer-area .ui-datepicker .ui-corner-all:before,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-corner-all:before,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-corner-all:before {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    display: block
}

body.customer-area-active.customer-area .ui-datepicker .ui-corner-all.ui-state-hover,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-corner-all.ui-state-hover,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-corner-all.ui-state-hover {
    border-color: #515151
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-next span,
body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-prev span,
body.customer-area-active.customer-area .ui-datepicker .ui-icon,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-next span,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-prev span,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-icon,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-next span,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-prev span,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-icon {
    display: none
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-next,
body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-prev,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-next,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-prev,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-next,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-prev {
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    width: 30px;
    line-height: 19px;
    height: inherit;
    display: table-cell;
    padding: 5px 8px;
    background-color: #f4f3f2;
    color: #38342f;
    margin-top: 7px
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-prev,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-prev,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-prev {
    float: left;
    margin-left: 2px
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-prev:before,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-prev:before,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-prev:before {
    content: "\f104"
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-next,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-next,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-next {
    float: right;
    margin-right: 2px
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-next:before,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-next:before,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-next:before {
    content: "\f105"
}

body.customer-area-active.customer-area .ui-datepicker .ui-state-default,
body.customer-area-active.customer-area .ui-datepicker .ui-widget-content .ui-state-default,
body.customer-area-active.customer-area .ui-datepicker .ui-widget-header .ui-state-default,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-state-default,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-widget-content .ui-state-default,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-widget-header .ui-state-default,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-state-default,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-widget-content .ui-state-default,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-widget-header .ui-state-default {
    border: 1px solid #ebebeb;
    background: #fff;
    font-weight: 400;
    color: rgba(65, 65, 65, .9168);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active.customer-area .ui-datepicker .ui-state-active,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-state-active,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-state-active {
    background: #595959;
    color: #d0cfcf;
    border: 1px solid #444
}

body.customer-area-active.customer-area .ui-datepicker .ui-state-highlight,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-state-highlight,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-state-highlight {
    border: 1px solid #444;
    color: #38342f
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-calendar,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-calendar,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-calendar th,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-calendar th,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-calendar th {
    padding: 4px 0;
    text-align: center
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-calendar td,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-calendar td,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-calendar td {
    -moz-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    border-radius: 2px;
    padding: 1px;
    text-align: center;
    transition: background-color .1s ease-in-out, color .1s ease-in-out
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-calendar td:hover,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-calendar td:hover,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #595959;
    color: #d0cfcf;
    cursor: pointer
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-calendar td a,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-calendar td a,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
    display: block
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-current-day,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-current-day,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-current-day {
    background-color: #595959
}

body.customer-area-active.customer-area .ui-datepicker .ui-datepicker-current-day a,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-current-day a,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-current-day a {
    color: #d0cfcf
}

body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-next,
body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-prev,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-next,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-prev {
    font-family: dashicons
}

body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-prev:before,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-prev:before {
    content: "\f341"
}

body.wp-admin[class*=" post-type-cuar_"] .ui-datepicker .ui-datepicker-next:before,
body.wp-admin[class^=post-type-cuar_] .ui-datepicker .ui-datepicker-next:before {
    content: "\f345"
}

body.customer-area-active .cuar-css-wrapper .select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

body.customer-area-active .cuar-css-wrapper .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-search--inline {
    float: left
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 100%;
    margin: 7px 0 0 3px;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

body.customer-area-active .cuar-css-wrapper .select2-dropdown {
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

body.customer-area-active .cuar-css-wrapper .select2-results {
    display: block
}

body.customer-area-active .cuar-css-wrapper .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

body.customer-area-active .cuar-css-wrapper .select2-results__option[aria-selected] {
    cursor: pointer
}

body.customer-area-active .cuar-css-wrapper .select2-container--open .select2-dropdown {
    left: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .select2-search--dropdown {
    display: block;
    padding: 4px
}

body.customer-area-active .cuar-css-wrapper .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

body.customer-area-active .cuar-css-wrapper .select2-search--dropdown.select2-search--hide {
    display: none
}

body.customer-area-active .cuar-css-wrapper .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

body.customer-area-active .cuar-css-wrapper .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

body.customer-area-active .cuar-css-wrapper .select2-container,
body.customer-area-active .cuar-css-wrapper .select2-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .select2-container ol,
body.customer-area-active .cuar-css-wrapper .select2-container ul {
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .select2-container li {
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection__rendered {
    display: block;
    width: 100%;
    height: auto;
    min-height: 39px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    color: rgba(0, 0, 0, .87);
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection__rendered>.select2-selection__clear+.select2-search.select2-search--inline,
body.customer-area-active .cuar-css-wrapper .select2-container .select2-selection__rendered>li.select2-search.select2-search--inline:first-child {
    min-width: 100%
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--single:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: hsla(0, 0%, 54.9%, .935)
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    line-height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    border: 1px solid transparent
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, .87) transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

body.customer-area-active .cuar-css-wrapper .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f0f0f0;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #38342f;
    border-width: 0 4px 5px
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: text
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: hsla(0, 0%, 54.9%, .935);
    margin-top: 5px;
    float: left
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #d0cfcf;
    background-color: #595959;
    border: 1px solid #444;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 5px 1px
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #d0cfcf;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: auto;
    margin-right: 2px
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #acacab
}

body.customer-area-active .cuar-css-wrapper .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
body.customer-area-active .cuar-css-wrapper .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

body.customer-area-active .cuar-css-wrapper .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

body.customer-area-active .cuar-css-wrapper .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #f0f0f0;
    cursor: default
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body.customer-area-active .cuar-css-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #f7f7f7;
    border: 1px solid #c4c4c4
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-search--inline {
    margin: 0;
    width: auto
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-search--inline .select2-search__field {
    width: auto;
    min-width: 100%;
    font-size: 100%;
    margin: 4px 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option[role=group] {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #a3a3a3
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e3e3e3
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #595959;
    color: #d0cfcf
}

body.customer-area-active .cuar-css-wrapper .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

body.customer-area-active .cuar-css-wrapper .select2-primary+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-primary+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #d0cfcf;
    border-color: #444;
    background-color: #595959
}

body.customer-area-active .cuar-css-wrapper .select2-primary+.select2-container .select2-selection__arrow b {
    border-top-color: #444
}

body.customer-area-active .cuar-css-wrapper .select2-primary+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #444
}

body.customer-area-active .cuar-css-wrapper .select2-success+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-success+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #cfe2cf;
    border-color: #449d48;
    background-color: #55b559
}

body.customer-area-active .cuar-css-wrapper .select2-success+.select2-container .select2-selection__arrow b {
    border-top-color: #449d48
}

body.customer-area-active .cuar-css-wrapper .select2-success+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #449d48
}

body.customer-area-active .cuar-css-wrapper .select2-info+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-info+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #c0e1f0;
    border-color: #0398db;
    background-color: #0ab1fc
}

body.customer-area-active .cuar-css-wrapper .select2-info+.select2-container .select2-selection__arrow b {
    border-top-color: #0398db
}

body.customer-area-active .cuar-css-wrapper .select2-info+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #0398db
}

body.customer-area-active .cuar-css-wrapper .select2-warning+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-warning+.select2-container .select2-selection--single .select2-selection__rendered {
    color: rgba(65, 51, 10, .9168);
    border-color: #ecb100;
    background-color: #ffc516
}

body.customer-area-active .cuar-css-wrapper .select2-warning+.select2-container .select2-selection__arrow b {
    border-top-color: #ecb100
}

body.customer-area-active .cuar-css-wrapper .select2-warning+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #ecb100
}

body.customer-area-active .cuar-css-wrapper .select2-danger+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-danger+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #f1d1c7;
    border-color: #ff4409;
    background-color: #ff6331
}

body.customer-area-active .cuar-css-wrapper .select2-danger+.select2-container .select2-selection__arrow b {
    border-top-color: #ff4409
}

body.customer-area-active .cuar-css-wrapper .select2-danger+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #ff4409
}

body.customer-area-active .cuar-css-wrapper .select2-alert+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-alert+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #d4cae4;
    border-color: #5c34a4;
    background-color: #6e3ec2
}

body.customer-area-active .cuar-css-wrapper .select2-alert+.select2-container .select2-selection__arrow b {
    border-top-color: #5c34a4
}

body.customer-area-active .cuar-css-wrapper .select2-alert+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #5c34a4
}

body.customer-area-active .cuar-css-wrapper .select2-system+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-system+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #bedfdb;
    border-color: #007c71;
    background-color: #00a596
}

body.customer-area-active .cuar-css-wrapper .select2-system+.select2-container .select2-selection__arrow b {
    border-top-color: #007c71
}

body.customer-area-active .cuar-css-wrapper .select2-system+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #007c71
}

body.customer-area-active .cuar-css-wrapper .select2-dark+.select2-container .select2-selection--single,
body.customer-area-active .cuar-css-wrapper .select2-dark+.select2-container .select2-selection--single .select2-selection__rendered {
    color: rgba(53, 52, 50, .9168);
    border-color: #b9b1ad;
    background-color: #ccc6c3
}

body.customer-area-active .cuar-css-wrapper .select2-dark+.select2-container .select2-selection__arrow b {
    border-top-color: #b9b1ad
}

body.customer-area-active .cuar-css-wrapper .select2-dark+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #b9b1ad
}

body.customer-area-active .cuar-css-wrapper .panel.cuar_invoice .table {
    table-layout: auto
}

body.customer-area-active .cuar-css-wrapper .panel.cuar_invoice .table .cuar-total span {
    font-weight: 700
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .cuar-invoice-billing-address .cuar-invoice-billing-address-width-logo-block {
        display: table-row
    }
    body.customer-area-active .cuar-css-wrapper .cuar-invoice-billing-address .cuar-invoice-billing-address-width-logo-block .cuar-address-logo-container {
        min-height: 100%;
        display: table-cell;
        vertical-align: middle;
        float: none
    }
    body.customer-area-active .cuar-css-wrapper .cuar-invoice-billing-address .cuar-invoice-billing-address-width-logo-block .cuar-address-container {
        display: table-cell;
        float: none
    }
}

@media (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .cuar-address-container,
    body.customer-area-active .cuar-css-wrapper .cuar-address-logo-container {
        text-align: left !important
    }
    body.customer-area-active .cuar-css-wrapper .cuar-address-logo-container .cuar-address-logo {
        max-height: 75px;
        max-width: 65%
    }
}

body.customer-area-active .cuar-css-wrapper .cuar-invoice-addresses .cuar-address-logo-container .cuar-address-logo {
    max-height: 150px
}

body.customer-area-active .cuar-css-wrapper .cuar-invoice-items .cuar-invoice-item .cuar-item-description {
    color: #534d47
}

body.customer-area-active .cuar-css-wrapper .cuar-invoice-items .cuar-invoice-item .cuar-item-description body.customer-area-active .cuar-css-wrapper .fs-sm {
    font-size: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-price {
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .cuar-address-logo {
    max-width: 100%;
    max-height: 74px;
    display: inline
}

body.customer-area-active .cuar-css-wrapper .cuar-invoice-totals .cuar-panel-property-list .panel-body td,
body.customer-area-active .cuar-css-wrapper .cuar-invoice-totals .cuar-panel-property-list .panel-body th {
    font-weight: 400
}

body.customer-area-active .cuar-css-wrapper .cuar-invoice-totals .cuar-panel-property-list .panel-body .cuar-total td,
body.customer-area-active .cuar-css-wrapper .cuar-invoice-totals .cuar-panel-property-list .panel-body .cuar-total th {
    font-weight: 700
}

body.customer-area-active .cuar-css-wrapper .cuar-invoice-totals .cuar-panel-property-list .panel-body .cuar-total td body.customer-area-active .cuar-css-wrapper .fs-md,
body.customer-area-active .cuar-css-wrapper .cuar-invoice-totals .cuar-panel-property-list .panel-body .cuar-total th body.customer-area-active .cuar-css-wrapper .fs-md {
    font-size: 13px
}

body.customer-area-active .cuar-css-wrapper .cuar-form-links .cuar-separator {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #534d47;
    margin-left: 15px;
    margin-right: 15px
}

body.customer-area-active .cuar-css-wrapper .cuar-form-links .cuar-separator body.customer-area-active .cuar-css-wrapper .fs-sm {
    font-size: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-forgot-password-form img.cuar-captcha,
body.customer-area-active .cuar-css-wrapper .cuar-register-form img.cuar-captcha {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar_conversation .table {
    table-layout: auto
}

body.customer-area-active .cuar-css-wrapper .panel.cuar_conversation .table .cuar-title {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .panel.cuar_conversation .table tr.cuar-updated .cuar-replies .label {
    background-color: #ff6331;
    color: #eeeded;
    border: 1px solid #ff4409
}

body.customer-area-active .cuar-css-wrapper .panel.cuar_conversation .table tr.cuar-updated .cuar-replies .label[href]:focus,
body.customer-area-active .cuar-css-wrapper .panel.cuar_conversation .table tr.cuar-updated .cuar-replies .label[href]:hover {
    background-color: #eeeded;
    color: #ff6331
}

body.customer-area-active .cuar-css-wrapper .chat-widget .cuar-reply-item .media-body {
    width: 100%
}

body.customer-area-active .cuar-css-wrapper .chat-widget .cuar-reply-item.media {
    margin-right: 30px
}

body.customer-area-active .cuar-css-wrapper .chat-widget .cuar-reply-item.cuar-current-user-reply.media {
    margin-left: 30px;
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .chat-widget .cuar-reply-item.cuar-current-user-reply .media-body {
    background-color: #eee
}

body.customer-area-active .cuar-css-wrapper .chat-widget .cuar-ajax-progress {
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .chat-widget .cuar-ajax-progress .cuar-loading-indicator {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
    position: relative;
    padding: 11px;
    background: #fff;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar:after,
body.customer-area-active .cuar-css-wrapper .cuar-toolbar:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar>* .btn,
body.customer-area-active .cuar-css-wrapper .cuar-toolbar>* .select2-container .select2-selection__rendered,
body.customer-area-active .cuar-css-wrapper .cuar-toolbar>.btn {
    border-color: #d6d6d6 !important
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar>* .btn>.avatar,
body.customer-area-active .cuar-css-wrapper .cuar-toolbar>* .select2-container .select2-selection__rendered>.avatar,
body.customer-area-active .cuar-css-wrapper .cuar-toolbar>.btn>.avatar {
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
    padding: 4px;
    width: 43px;
    height: 39px
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button>img {
    width: 29px
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar ul {
    list-style: none
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar ul li {
    margin: 0
}

body.customer-area-active.single .cuar-css-wrapper .cuar-toolbar {
    margin-left: -11px;
    margin-top: -11px;
    margin-right: -11px
}

body.customer-area-active.single .cuar-css-wrapper .cuar-menu-container+.cuar-toolbar {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile {
    border: 0;
    border-bottom: 5px solid #515151
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body {
    padding: 5px 8px 5px 12px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body i:not(.cuar-owner-icon) {
    padding: 5px;
    color: hsla(0, 0%, 91.4%, .8224)
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body i:not(.cuar-owner-icon) .icon-bg {
    z-index: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body .cuar-meta-label {
    color: #515151;
    font-size: 17px;
    line-height: 17px;
    margin-top: 15px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body .cuar-meta-label,
body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body .cuar-meta-value {
    z-index: 1;
    position: relative;
    margin-bottom: 6px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body .cuar-meta-value .progress {
    height: 19px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body .cuar-meta-value .btn {
    margin-bottom: 4px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body .cuar-meta-tile-info {
    text-transform: uppercase;
    font-size: .8em;
    line-height: .8em
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile .panel-body .cuar-panel-meta-tile-avatar>img {
    max-width: 44px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body td,
body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body th {
    font-size: 11px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body th {
    padding-left: 15px
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body table {
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body table tr:first-child td,
body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body table tr:first-child th {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body table tr:last-child td,
body.customer-area-active .cuar-css-wrapper .cuar-panel-property-list .panel-body table tr:last-child th,
body.customer-area-active .cuar-css-wrapper .panel-body.pn>.table {
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel-body.pn>.table tr:first-child td,
body.customer-area-active .cuar-css-wrapper .panel-body.pn>.table tr:first-child th {
    border-top: 0
}

body.customer-area-active .cuar-css-wrapper .panel-body.pn>.table tr:last-child td,
body.customer-area-active .cuar-css-wrapper .panel-body.pn>.table tr:last-child th {
    border-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel-body .table .progress {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .panel-body .table td.cuar-extra-info {
    width: 1px;
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .panel-heading:empty {
    height: auto
}

ul.cuar-payment-methods li {
    margin: 0
}

.entry-content img.cuar-gateway-icon,
img.cuar-gateway-icon,
ul.cuar-payment-methods li img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .gap,
body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .mix {
    width: 23%
}

@media (max-width:992px) {
    body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .gap,
    body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .mix {
        width: 31.5%
    }
}

@media (max-width:768px) {
    body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .gap,
    body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .mix {
        width: 48%
    }
}

@media (max-width:480px) {
    body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .gap,
    body.customer-area-active .cuar-css-wrapper .cuar-private-files .cuar-gallery-page #mix-container .mix {
        width: 100%
    }
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-footer.cuar-file ul.cuar-attached-files {
    list-style: none;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-footer.cuar-file ul.cuar-attached-files li {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-footer.cuar-file ul.cuar-attached-files a,
body.customer-area-active .cuar-css-wrapper .cuar-single-post-footer.cuar-file ul.cuar-attached-files a:hover {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment {
    position: relative;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    padding: 4px 7px;
    margin: 4px 0;
    min-height: 28px;
    line-height: 28px
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment.cuar-js-state-pending {
    background-color: #d4e9ff
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment.cuar-js-state-error {
    background-color: #ff777f
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment.cuar-js-state-success {
    background-color: #fafafa
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-actions {
    display: block;
    float: right;
    min-height: 28px;
    line-height: 28px;
    padding: 4px 0
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-actions a,
body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-actions a:hover {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-actions a:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-caption {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-editable-caption input {
    background: transparent;
    min-width: 200px;
    border: none;
    border-bottom: 1px solid #aaa;
    padding: 0;
    font-size: 13px
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-editable-caption input:focus {
    outline: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-progress .indeterminate {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 0;
    height: 100%;
    background-position-x: 100%;
    background-position-y: 8px
}

body.customer-area-active .cuar-css-wrapper .cuar-file-attachments .cuar-file-attachment .cuar-progress .determinate {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-header {
    background: #f5f5f5;
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebebeb
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-header .slick-slide {
    padding-left: 6px;
    padding-right: 6px
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-header .slick-slide .cuar-panel-meta-tile {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-meta-link,
body.customer-area-active .cuar-css-wrapper .cuar-meta-link>a {
    white-space: normal;
    text-align: initial
}

body.customer-area-active .cuar-css-wrapper .cuar-meta-link .fa:before {
    color: #38342f
}

body.customer-area-active .cuar-css-wrapper .cuar-single-entry:empty {
    display: none
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main>.select2-container {
    top: 40px !important;
    left: auto !important
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main>.select2-container li {
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-form-wrapper .cuarsu-inputs-wrapper,
body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-form-wrapper .cuarsu-message-wrapper {
    display: inline-block
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-form-wrapper .cuarsu-inputs-wrapper .cuarsu-submit-wrapper,
body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-form-wrapper .cuarsu-message-wrapper .cuarsu-submit-wrapper {
    display: inline-block;
    width: auto
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-form-wrapper .cuarsu-inputs-wrapper .select2-container,
body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-form-wrapper .cuarsu-message-wrapper .select2-container {
    vertical-align: top
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-form-wrapper .cuarsu-inputs-wrapper {
    display: block
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher #cuarsu_do_switch_identity {
    border: 1px solid #c4c4c4
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-message {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    display: block;
    float: left
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-message>.fa {
    top: 2px;
    min-width: 22px;
    color: inherit;
    font-size: 14px
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-message>a {
    color: inherit
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-id-select-wrapper {
    white-space: nowrap;
    padding-right: 40px
}

body.customer-area-active .cuar-css-wrapper .cuarsu-main #cuar-user-switcher .cuarsu-id-select-wrapper .select2-container {
    width: 100% !important
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list .panel-body {
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list .panel-body>.cuar-empty-message {
    padding-left: 15px;
    padding-right: 15px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list .progress {
    border-radius: 0
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list {
    list-style: none;
    padding: 0;
    margin: 0 0 19px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item {
    position: relative;
    margin: 0
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-handle {
    position: absolute;
    padding: 11px 12px 9px 15px;
    width: 45px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-handle .checkbox-custom label {
    display: inline
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-handle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: transparent
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-desc {
    padding: 11px 11px 11px 0;
    margin-left: 45px;
    margin-right: 40px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-desc .cuar-description button {
    padding: 4px 6px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.cuar-js-completed .cuar-task-desc {
    color: rgba(35, 32, 30, .408)
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.cuar-js-completed .cuar-task-desc .cuar-description {
    text-decoration: line-through
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.cuar-js-completed .cuar-task-desc .cuar-description button {
    text-decoration: none
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.cuar-js-state-pending {
    opacity: .5
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-menu {
    z-index: 1;
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    top: 0
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-menu .cuar-move-handle {
    cursor: move !important
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-menu .cuar-move-handle:before {
    content: "";
    position: absolute;
    background: url(../img/framework/plugins/grippy_large.png) no-repeat 0 0;
    width: 6px;
    height: 20px;
    top: 10px;
    right: 15px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-menu .cuar-action {
    opacity: 0;
    margin-top: 4px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-menu .cuar-action.cuar-js-remove-action {
    margin-right: 30px
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item:hover .cuar-task-menu .cuar-action {
    opacity: 1
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.primary .cuar-task-handle:after {
    background-color: #515151
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.success .cuar-task-handle:after {
    background-color: #4caf50
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.info .cuar-task-handle:after {
    background-color: #03a9f4
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.warning .cuar-task-handle:after {
    background-color: #ffc107
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.danger .cuar-task-handle:after {
    background-color: #ff5722
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.item-alert .cuar-task-handle:after {
    background-color: #673ab7
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.system .cuar-task-handle:after {
    background-color: #009688
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.dark .cuar-task-handle:after {
    background-color: #c5bebb
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .checkbox-custom label:before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #ccc
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .checkbox-custom input[type=checkbox]:checked+label:after,
body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .checkbox-custom input[type=radio]:checked+label:after {
    top: 4px;
    left: 2px;
    font-size: 11px
}

body.customer-area-active.single .cuar-css-wrapper.cuar-content-container .cuar-menu-container {
    margin-left: -11px;
    margin-top: -11px;
    margin-right: -11px
}

body.customer-area-active .cuar-css-wrapper.cuar-content-container>.cuar-menu-container .navbar,
body.customer-area-active .cuar-css-wrapper:not(.cuar-content-container)>.cuar-menu-container .navbar {
    border: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container {
    display: block;
    margin-bottom: 0;
    background: #fff;
    width: auto
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container:after,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container:after,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container:before,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar-header:after,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar-header:before,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar:after,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar:before {
    content: " ";
    display: table
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container:after,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar-header:after,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar:after {
    clear: both
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar {
    margin: 0;
    min-height: 0;
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-brand {
    display: none
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar li {
    margin: 0;
    padding: 0
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-menu-item>a,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-page-parent>a {
    background: #515151;
    color: #fff
}

@media (max-width:767px) {
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav-container {
        margin: 0;
        padding: 0
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-brand {
        display: block
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-header:after {
        content: " ";
        display: table
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav {
        margin: 10px 0
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav>li {
        float: none
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav>li.menu-plus {
        display: none
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container {
        width: 100%;
        margin: 0
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.dropdown {
        position: relative !important
    }
}

@media (min-width:768px) {
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container {
        padding: 0
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul {
        white-space: nowrap;
        width: 100%
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul>li {
        display: inline-block;
        float: none !important
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul>li>a {
        word-wrap: normal;
        white-space: nowrap;
        width: auto
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul .just-hide {
        opacity: 0;
        visibility: hidden
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul .menu-plus {
        position: absolute;
        top: 0;
        right: 0
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul .menu-plus #cuar-menu-plus-clone li.dropdown-submenu>ul.dropdown-menu {
        display: none;
        float: right;
        position: relative;
        top: auto;
        margin-top: -30px
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul .menu-plus #cuar-menu-plus-clone li.dropdown-submenu:hover>ul.dropdown-menu {
        display: block;
        position: absolute;
        left: auto;
        right: 100%;
        border-top-right-radius: 0
    }
}

body.customer-area-active .cuar-css-wrapper .cuar-attachments img,
body.customer-area-active .cuar-css-wrapper .media img {
    max-width: none
}

body.customer-area-active .cuar-css-wrapper .slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 14.25px
}

body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal {
    width: 100%;
    height: 19px
}

body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-track {
    height: 19px;
    width: 100%;
    top: 0;
    left: 0
}

body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-selection,
body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-track-high,
body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-track-low {
    height: 2px;
    top: 9.5px
}

body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-handle,
body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-tick {
    margin-left: -9.5px;
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-handle.triangle,
body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-tick.triangle {
    border-width: 0 9.5px 9.5px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 19px
}

body.customer-area-active .cuar-css-wrapper .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 3.8px;
    display: inline-block;
    text-align: center
}

body.customer-area-active .cuar-css-wrapper .slider.slider-vertical {
    height: 100%;
    width: 19px
}

body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-track {
    width: 2px;
    height: 100%;
    margin-left: -4.75px;
    left: 50%;
    top: 0
}

body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-track-high,
body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0
}

body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-handle,
body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-tick {
    margin-left: -4.75px;
    margin-top: -9.5px
}

body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-handle.triangle,
body.customer-area-active .cuar-css-wrapper .slider.slider-vertical .slider-tick.triangle {
    border-width: 9.5px 0 9.5px 9.5px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}

body.customer-area-active .cuar-css-wrapper .slider.slider-disabled .slider-handle {
    background: #615a53
}

body.customer-area-active .cuar-css-wrapper .slider.slider-disabled .slider-track {
    background: #fcfcfc;
    cursor: not-allowed
}

body.customer-area-active .cuar-css-wrapper .slider input {
    display: none
}

body.customer-area-active .cuar-css-wrapper .slider .tooltip.top {
    margin-top: -36px
}

body.customer-area-active .cuar-css-wrapper .slider .tooltip-inner {
    white-space: nowrap
}

body.customer-area-active .cuar-css-wrapper .slider .hide {
    display: none
}

body.customer-area-active .cuar-css-wrapper .slider-track {
    position: absolute;
    cursor: pointer;
    background: transparent
}

body.customer-area-active .cuar-css-wrapper .slider-track-low {
    background: #bdbdbd
}

body.customer-area-active .cuar-css-wrapper .slider-track-high {
    background: #d6d6d6
}

body.customer-area-active .cuar-css-wrapper .slider-selection {
    position: absolute;
    background-color: #38342f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .slider-selection.tick-slider-selection {
    background-color: #38342f
}

body.customer-area-active .cuar-css-wrapper .slider-track-high,
body.customer-area-active .cuar-css-wrapper .slider-track-low {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.customer-area-active .cuar-css-wrapper .slider-handle {
    position: absolute;
    width: 28.5px;
    height: 19px;
    background-color: #38342f;
    -webkit-filter: none;
    filter: none;
    border: 0;
    border-radius: 9.5px
}

body.customer-area-active .cuar-css-wrapper .slider-handle.round {
    width: 19px;
    border-radius: 9.5px
}

body.customer-area-active .cuar-css-wrapper .slider-handle.custom,
body.customer-area-active .cuar-css-wrapper .slider-handle.triangle {
    background: transparent none
}

body.customer-area-active .cuar-css-wrapper .slider-handle.custom:before {
    line-height: 19px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

body.customer-area-active .cuar-css-wrapper .slider-tick {
    position: absolute;
    width: 19px;
    height: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: none;
    filter: none;
    opacity: .8;
    border: 0
}

body.customer-area-active .cuar-css-wrapper .slider-tick.round {
    border-radius: 50%
}

body.customer-area-active .cuar-css-wrapper .slider-tick.custom,
body.customer-area-active .cuar-css-wrapper .slider-tick.triangle {
    background: transparent none
}

body.customer-area-active .cuar-css-wrapper .slider-tick.custom:before {
    line-height: 19px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

body.customer-area-active .cuar-css-wrapper .slider-tick.in-selection {
    opacity: 1
}

.note-group-select-from-files {
    display: none
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame.codeview .note-editing-area .note-codable {
    white-space: pre-wrap
}

body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-status-output,
body.customer-area-active .cuar-css-wrapper .note-editor.note-frame .note-statusbar {
    border-color: #c4c4c4
}

body.customer-area-active .cuar-css-wrapper .note-editor .panel-heading.note-toolbar .note-para .dropdown-toggle.list-styles {
    width: 20px;
    padding-left: 5px
}

body.customer-area-active .cuar-css-wrapper .note-editor .panel-heading.note-toolbar .dropdown-list-styles {
    padding: 5px 0;
    min-width: 120px
}

body.customer-area-active .cuar-css-wrapper .note-editor .panel-heading.note-toolbar .dropdown-list-styles>li>a {
    padding: 5px 15px 5px 25px
}

body.customer-area-active .cuar-css-wrapper .note-editor .dropdown-list-styles>li>a>ol {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .note-editor .modal:last-child .modal-footer {
    display: block
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container {
    white-space: normal
}

body.customer-area-active .cuar-css-wrapper .cuar-js-msnry-item {
    display: block;
    float: left;
    padding: 1px 8px
}

body.customer-area-active .cuar-css-wrapper .fs-md {
    font-size: 13px
}

body.customer-area-active .cuar-css-wrapper .mt-md {
    margin-top: 18px
}

body.customer-area-active .cuar-css-wrapper .mb-md {
    margin-bottom: 18px
}

body.customer-area-active .cuar-css-wrapper .mr-md {
    margin-right: 22px
}

body.customer-area-active .cuar-css-wrapper .ml-md {
    margin-left: 22px
}

body.customer-area-active .cuar-css-wrapper .fs-lg {
    font-size: 17px
}

body.customer-area-active .cuar-css-wrapper .mt-lg {
    margin-top: 27px
}

body.customer-area-active .cuar-css-wrapper .mb-lg {
    margin-bottom: 27px
}

body.customer-area-active .cuar-css-wrapper .mr-lg {
    margin-right: 33px
}

body.customer-area-active .cuar-css-wrapper .ml-lg {
    margin-left: 33px
}

body.customer-area-active .cuar-css-wrapper .fs-sm {
    font-size: 11px
}

body.customer-area-active .cuar-css-wrapper .mt-sm {
    margin-top: 15px
}

body.customer-area-active .cuar-css-wrapper .mb-sm {
    margin-bottom: 15px
}

body.customer-area-active .cuar-css-wrapper .mr-sm {
    margin-right: 18px
}

body.customer-area-active .cuar-css-wrapper .ml-sm {
    margin-left: 18px
}

body.customer-area-active .cuar-css-wrapper .fs-xs {
    font-size: 9px
}

body.customer-area-active .cuar-css-wrapper .mt-xs {
    margin-top: 12px
}

body.customer-area-active .cuar-css-wrapper .mb-xs {
    margin-bottom: 12px
}

body.customer-area-active .cuar-css-wrapper .mr-xs {
    margin-right: 15px
}

body.customer-area-active .cuar-css-wrapper .ml-xs {
    margin-left: 15px
}

body.customer-area-active .cuar-css-wrapper .fs-none {
    font-size: 0
}

body.customer-area-active .cuar-css-wrapper .mt-none {
    margin-top: 0
}

body.customer-area-active .cuar-css-wrapper .mb-none {
    margin-bottom: 0
}

body.customer-area-active .cuar-css-wrapper .mr-none {
    margin-right: 0
}

body.customer-area-active .cuar-css-wrapper .ml-none {
    margin-left: 0
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
    background: #f4f3f2
}