@font-face {
    font-family: 'Now-Thin';
    src: url('../fonts/Now-Thin.ttf.woff') format('woff'), url('../fonts/Now-Thin.ttf.svg#Now-Thin') format('svg'), url('../fonts/Now-Thin.ttf.eot'), url('../fonts/Now-Thin.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Now-Thin';
    src: url('../fonts/Now-Thin.ttf.woff') format('woff'), url('../fonts/Now-Thin.ttf.svg#Now-Thin') format('svg'), url('../fonts/Now-Thin.ttf.eot'), url('../fonts/Now-Thin.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.main_bg {
    background-color: #f6f7f8 !important;
}

@media (max-width: 991.98px) {
    body, html {
        font-size: 13px !important
    }
}

@media (max-width: 767.98px) {
    body, html {
        font-size: 12px !important
    }
}

body a:active, body a:focus, body a:hover, html a:active, html a:focus, html a:hover {
    text-decoration: none !important
}

body {
    display: flex;
    flex-direction: column;
    color: #181c32
}


.divider {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
}

.arb_fnt {
    font-family:Cairo;
}

.divider-v {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    width: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #e4e6ef, transparent);
}

.div-transparent-v:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    bottom: 5%;
    width: 1px;
    height: 90%;
    background-image: linear-gradient(to bottom, transparent, #e4e6ef, transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid #e4e6ef;
    border-right: 1px solid #e4e6ef;
}

.div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
    background-color: white;
    border-bottom: 1px solid #e4e6ef;
    border-left: 1px solid #e4e6ef;
    border-right: 1px solid #e4e6ef;
    border-radius: 0 0 8px 8px;
}

.div-stopper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 12px;
    background-color: white;
    border-left: 1px solid #e4e6ef;
    border-right: 1px solid #e4e6ef;
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: goldenrod;
    border: 1px solid #e4e6ef;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

router-outlet {
    display: none
}

canvas {
    user-select: none
}

.fm-Search-tb {
    background-color: #fff !important;
    border-color: #dfdfdf !important;
    color: #5e6278 !important;
    transition: color .2s ease,background-color .2s ease !important;
    border-radius: 0 !important;
}

.wlc {
    font-family: 'Now-Thin';
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}


.bd-callout-success {
    border-left-color: #06d6a0
}

.bd-brand-logos {
    color: #7952b3
}

    .bd-brand-logos .inverse {
        color: #fff;
        background-color: #7952b3
    }

.bd-brand-item + .bd-brand-item {
    border-top: 1px solid #fff
}

@media (min-width: 768px) {
    .bd-brand-item + .bd-brand-item {
        border-top: 0;
        border-left: 1px solid #fff
    }
}


@media print {
    .print-content-only {
        padding: 0 !important;
        background: 0 0 !important
    }

        .print-content-only .container, .print-content-only .container-fluid, .print-content-only .container-lg, .print-content-only .container-md, .print-content-only .container-sm, .print-content-only .container-xl, .print-content-only .container-xxl, .print-content-only .page, .print-content-only .page-title .content, .print-content-only .wrapper {
            background: 0 0 !important;
            padding: 0 !important;
            margin: 0 !important
        }

        .print-content-only .aside, .print-content-only .btn, .print-content-only .drawer, .print-content-only .footer, .print-content-only .header, .print-content-only .scrolltop, .print-content-only .sidebar, .print-content-only .toolbar {
            display: none !important
        }
}


.print_bk {
    background: rgb(204,204,204);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #000;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.page_prt {
    background: white;
    display: block;
    margin: 20px;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

    div[size="A4"] {
        width: 21cm;
        height: 29.7cm;
    }

        div[size="A4"][layout="landscape"] {
            width: 29.7cm;
            height: 21cm;
        }

div[size="A3"] {
    width: 29.7cm;
    height: 42cm;
}

    div[size="A3"][layout="landscape"] {
        width: 42cm;
        height: 29.7cm;
    }

div[size="A5"] {
    width: 14.8cm;
    height: 21cm;
}

    div[size="A5"][layout="landscape"] {
        width: 21cm;
        height: 14.8cm;
    }

.padding {
    padding: 1.5rem
}

@media print {
    body, .page_prt {
        margin: 0;
        box-shadow: 0;
    }
}


@media (min-width: 992px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 30px
    }

    .wrapper {
        transition: padding-left .3s ease,margin-right .3s ease
    }

    .aside-enabled.aside-fixed .wrapper {
        transition: padding-left .3s ease;
        padding-left: 265px
    }

    .aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper {
        transition: padding-left .3s ease;
        padding-left: 75px
    }

    .header-fixed .wrapper {
        padding-top: 130px
    }

    .header-fixed.toolbar-fixed .wrapper {
        padding-top: calc(65px + var(--kt-toolbar-height))
    }
}

@media (max-width: 991.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
        padding: 0 15px
    }

    .header-tablet-and-mobile-fixed .wrapper {
        padding-top: 55px
    }

    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper {
        padding-top: calc(55px + var(--kt-toolbar-height-tablet-and-mobile))
    }
}

@media (min-width: 992px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
        height: 65px;
        transition: left .3s ease
    }

    .header-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        background-color: #fff;
        height: 65px;
        padding: 0;
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.05)
    }

    .header-fixed.toolbar-fixed .header {
        box-shadow: none
    }

    .aside-enabled.aside-fixed.header-fixed .header {
        left: 265px;
        transition: left .3s ease
    }

    .aside-enabled.aside-fixed.header-fixed[data-kt-aside-minimize=on] .header {
        left: 75px;
        transition: left .3s ease
    }

    .header .header-menu {
        display: flex
    }
}

@media (max-width: 991.98px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 55px;
        position: relative;
        z-index: 3
    }

    .header-tablet-and-mobile-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        height: 55px;
        min-height: 55px;
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.05)
    }

    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .header {
        box-shadow: none
    }

    .header .header-menu {
        display: none;
        z-index: 99
    }

    .header .page-title {
        display: none !important
    }
}

.toolbar {
    display: flex;
    align-items: center;    
}

.toolbar_M {
    display: flex;
    align-items: center;
    background-color: #fff;
}


@media (min-width: 992px) {
    .toolbar-fixed .toolbar {
        height: var(--kt-toolbar-height);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.05)
    }

    .toolbar-enabled:not(.toolbar-fixed) .toolbar {
        /*margin-bottom: 30px*/
    }

    .header-fixed.toolbar-fixed .toolbar {
        padding: 0;
        top: 65px;
        border-top: 1px solid #eff2f5
    }

    .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
        left: 265px;
        transition: left .3s ease
    }

    .aside-enabled.aside-fixed.toolbar-fixed[data-kt-aside-minimize=on] .toolbar {
        left: 75px;
        transition: left .3s ease
    }
}

@media (max-width: 991.98px) {
    .toolbar-tablet-and-mobile-fixed .toolbar {
        height: var(--kt-toolbar-height-tablet-and-mobile);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.05)
    }

    .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .toolbar {
        margin-bottom: 15px
    }

    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .toolbar {
        padding: 0;
        top: 55px;
        border-top: 1px solid #eff2f5
    }

    .toolbar .page-title[data-kt-swapper=true] {
        display: none !important
    }
}


html,button,input,select,textarea {
    color: #222;
    font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 12px;
    /*line-height: 1.4;
    min-width: 1280px;*/
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,canvas,img,video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}


.txt-elips-327 {
    white-space: nowrap;
    width: 327px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.txt-elips-300 {
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-elips-200 {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-elips-100 {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

input:invalid {
    box-shadow:none;
}

.dataTables_scrollHeadInner {
    min-width: 100% !important
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

.webui-popover {
    -webkit-box-shadow: rgba(0,0,0,.04) 0px 3px 10px 4px !important;
    box-shadow: rgba(0,0,0,.04) 0px 3px 10px 4px !important;
    background: #fff !important;
    color: #283252 !important;
    margin-top: -20px !important;
    border: 1px solid #ededed
}

    .webui-popover.top > .webui-arrow {
        border-top-color: #fff !important
    }

    .webui-popover.bottom-right > .webui-arrow {
        border-right-color: transparent !important;
        border-bottom-color: transparent !important
    }

    .webui-popover.top-right > .webui-arrow {
        border-right-color: transparent !important
    }

        .webui-popover.top-right > .webui-arrow:after {
            border-top-color: #fff !important
        }

    .webui-popover.top-left > .webui-arrow {
        border-top-color: #fff !important
    }

    .webui-popover.left > .webui-arrow {
        border-left-color: transparent !important
    }

    .webui-popover .webui-arrow {
        border-top-color: transparent !important;
        border-right-color: transparent !important
    }

        .webui-popover .webui-arrow:after {
            border-top-color: transparent !important
        }

    .webui-popover .webui-popover-title {
        background-color: #fff !important;
        border-bottom: none !important;
        font-weight: 500
    }

    .webui-popover .webui-popover-content {
        font-size: .75rem !important
    }

        .webui-popover .webui-popover-content .popover-flex-block {
            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;
            padding: 5px 0
        }

            .webui-popover .webui-popover-content .popover-flex-block .staff-avatar {
                height: 38px;
                width: 38px;
                border-radius: 50%
            }

            .webui-popover .webui-popover-content .popover-flex-block .content-block {
                margin-left: 10px
            }

                .webui-popover .webui-popover-content .popover-flex-block .content-block label, .webui-popover .webui-popover-content .popover-flex-block .content-block span {
                    display: block
                }

                .webui-popover .webui-popover-content .popover-flex-block .content-block label {
                    color: #7283ba;
                    text-transform: uppercase;
                    font-size: 70%
                }

            .webui-popover .webui-popover-content .popover-flex-block .fa.fa-star, .webui-popover .webui-popover-content .popover-flex-block .fa.fa-star-half {
                color: gold
            }

            .webui-popover .webui-popover-content .popover-flex-block .icon-block {
                height: 38px;
                width: 38px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .webui-popover .webui-popover-content .popover-flex-block .icon-block svg {
                    height: 18px;
                    width: 18px;
                    stroke: #283252;
                    stroke-width: 1.3px
                }

                    .webui-popover .webui-popover-content .popover-flex-block .icon-block svg.is-medium {
                        height: 26px;
                        width: 26px
                    }



.meta-achievements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px
}

.meta-achievement {
    height: 36px;
    width: 36px;
    min-width: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #fff;
    background: #ededed;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
}

.meta-achievement.is-primary {
    color: #671cc9;
    background: #e3d2f9
}

.meta-achievement.is-yellow {
    color: #ffd66e;
    background: #fff6de
}

.meta-achievement.is-danger {
    color: #e62965;
    background: #fbe0e8
}


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }
}


.cien{
    width: 100%;
}

td{
    
    padding: 0px;
}

a{
    color: #A2B436;
    outline: none;
}

a:focus{
    outline: none;
}    

a img{
    outline: none;
}    

a:visited{
    color: #A2B436;
}

a:hover,button[type='submit']:hover,input[type='submit']:hover {
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    -webkit-font-smoothing: antialiased;
}

:focus {
	outline: 0;
}

.selectContainer select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#impersonate, 
#maintenanceBanner,
#trialBanner {
    background-color: #333333;
    height: 35px;
    color: white;
    font-size: 12px;
}

#impersonate.separator {
	border-bottom: 1px solid white;
}

#impersonate .center, 
#maintenanceBanner .center,
#trialBanner .center {
    text-align: center;
    padding-top: 8px;
}

#maintenanceBanner a,#trialBanner a {
	background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    margin-left: 10px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

.screen_padding{
    max-width: 1200px;
    min-width: 900px;
    position: relative;
}

#container{
    min-width: 900px;
    max-width: 1200px;
    padding: 30px 40px 50px;
    white-space: nowrap;
}

.hidden{
    display: none;
}

#left_container {
    display: inline-block;
    white-space: normal;
    width: 900px;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #dadada;
    min-height: 500px;
    vertical-align: top;
    margin-top: 30px;
}

#right_container{
    display: inline-block;
    white-space: normal;
    width: 200px;
    vertical-align: top;
}

#single_container{
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    min-height: 500px;
    white-space: normal;
    width: 900px;
}

.two-col-gr{
    white-space: normal;
}

.rightPanel{
    min-height: 500px;
    margin: 7px 0 18px 0;
}

.rightPanel ul {
	padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.menu_hdr {
    position: absolute !important;
    top: 39px !important;
    font-size:12px;
    background-color: black;
    color: white;

}


ul#menu > li{
    display: inline-block;   /* You can also add some margins here to make it look prettier */
    zoom: 1;
    margin-right: 5px;
    *display: inline; /* this fix is needed for IE7- */
}

.menu_option {
    color: #333333;
    background-color: transparent;
    line-height: 28px;
}

.menu_option a{
    text-decoration: none;
    color: #2b2b2b;
    padding: 0px 15px;
   
}
.menu_option a:hover {
    text-decoration: none;
}


.menu_selected {
    font-weight: 600;
    border-bottom: 2px solid #A2B436;
    padding-bottom: 5px;
}

.menu_selected a{
    text-decoration: none;
    color: #A2B436;
    padding: 0px 8px !important;
}

    .menu_selected a:hover {
        color: #A2B436;
    }


.menu_option_r {
    color: #333333;
    background-color: transparent;
    line-height: 28px;
}

    .menu_option_r a {
        text-decoration: none;
        color: #2b2b2b;
        padding: 0px 15px;
    }

        .menu_option_r a:hover {
            text-decoration: none;
        }


.menu_selected_r {
    font-weight: 600;
    border-bottom: 3px solid #A2B436;
}

    .menu_selected_r a {
        text-decoration: none;
        color: #A2B436;
        padding: 0px 15px;
    }

    .menu_selected_r a:hover {
        text-decoration: none;
    }

#menubar {
    /*height: 34px;*/
    background-color: white;
    /*border-bottom: 1px solid #d2d8dc;*/
}

.menu_separator {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d2d8dc;
}

#menu {
    font-size: 12px;
    margin: 0 auto;
    /*max-width: 1225px;*/
    /*min-width: 900px;*/    
    line-height: 28px;
    font-weight: 400;
    height: 30px;
}


.submenu_options {
    max-width: 1225px;
    min-width: 900px;
    padding-left: 15px;
}

.submenu_separator {
    background-color: #f9f9f9;
    clear: both;
    border-bottom: 1px solid #d2d8dc;
    box-shadow: 0px 2px 3px 0px #d2d8dc;
}

.submenu_separator_empty {
    background-color: #f9f9f9;
    clear: both;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 0px 3px 0px #d2d8dc;
}



#accountSelector{
    float: left;
    width: 350px;
}

#uniqueAccount{
    float: left;
    line-height: 30px;
    margin-top: 6px;
    font-size: 12px;
    color: #2b2b2b;
}

.selectContainer{
    line-height: 40px;
    width: 440px;
    background: url("../images/icon/selectArrow.png") no-repeat 415px center #ffffff;
    overflow: hidden;
    position: relative;
    border: 1px solid #cdcdcd;
    display: inline-block;
}

.account .selectContainer {
	width: 225px;
	height:36px;
	margin-bottom: 6px;
	background: #ffffff url("../images/icon/selectArrow.png") no-repeat scroll 205px center;
}

.bt .selectContainer{
    width: 229px;
}

/*
#accountSelector div {
  background: url("../images/icon/selectArrow.png") no-repeat center center #ffffff;
  position: absolute;
  right: 0;
  width: 30px;
  z-index: 100;
*/  
  /*pointer-events: none;*/
/*  
}
*/

#accountSelector select, .selectContainer select {
    border: 0px;
    background: transparent;
    -webkit-appearance: none;
    color: #475055;
    font-size: 12px;
    width: 350px;
    padding-left: 8px;
    padding-right: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
	-webkit-padding-end: 50px !important;
}

.selectContainer select{
    width: 467px;
    font-size: 13px;
}    

.puContent .selectContainer select, .puContentBig .selectContainer select{
    font-size: 12px;
}    

.bt .selectContainer select{
    width: 270px;
}    

.bt .expDate .selectContainer{
    width: 87px;
    background-position: 65px center;
}

.bt .expDate select {
    width: 120px;
}



.content {
	background: white;
}


.float_right{
    float:right;
}

.clear {
	clear: both;
}

#footer{
    clear:both;
    width:100%;
    height:50px;
    background-color: #333333;
    color: #e5e5e5;
    font-size: 13px;
    z-index: 1;
    position: absolute;
    left:0px;
}

#footer a{
    color: #A2B436;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: none;
}

#footer .right_footer a{
    color: #e5e5e5;
}

.push{
    height: 70px;
}


html{
    /* necesario para que el footer se quede abajo */
    height: 100%;
}


.left_footer{
    float:left;
    padding: 17px 0px 0px 0px
}

.right_footer{
    float:right;
    padding: 18px 0px 0px 0px
}

.bold{
    font-weight: bold;
}

.centerText{
    text-align: center;
}

.text24{
    font-size: 24px;
}

#top{
    /*height: 95px;*/
    position: relative;
    background-color: white;
}

a.signInLink{
    color: #ffffff;
    font-weight: bold;
}

#username_logoff{
    position: absolute;
    right: 8px;
    top: 22px;
    font-size: 12px;
}

#username{
    float: right;
    font-size: 16px;
    margin-top: 2px;
    max-width: 345px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

#username a {
    color: #2b2b2b;
}

#logoff, #logoff a{
    color: #7f8183;
    font-size: 11px;
}

img.gravatar {
	float: right; 
	position: absolute; 
	top: 0px;
}

.userBubbleSmaller {
	background-color: #d5dee3; 
	width: 30px; 
	height: 30px; 
	border-radius: 17px; 
	text-align: center; 
	margin: initial; 
	vertical-align: middle;
}

.userBubbleSmaller p {
	color: white;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
}

.group .userBubbleSmaller {
	background-image: url('../images/icon/groups-icon@2x.png');
	background-repeat: norepeat;
	background-size: 33px 33px;
}

.userBubbleSmall {
	background-color: #d5dee3; 
	width: 42px; 
	height: 42px; 
	border-radius: 22px; 
	text-align: center; 
	margin: initial; 
	vertical-align: middle;
}

.userBubbleSmall span {
	color: white; 
	font-size: 22px; 
	line-height: 42px;
}

.group .userBubbleSmall {
	background-image: url('../images/icon/groups-icon@2x.png');
	background-repeat: norepeat;
	background-size: 43px 43px;
}

.userBubbleMedium {
	background-color: #d5dee3; 
	width: 52px; 
	height: 52px; 
	border-radius: 26px; 
	text-align: center; 
	margin: initial; 
	vertical-align: middle;
}

.userBubbleMedium span {
	color: white; 
	font-size: 22px; 
	line-height: 52px;
}

.group .userBubbleMedium {
	background-image: url('../images/icon/groups-icon@2x.png');
	background-repeat: norepeat;
	background-size: 53px 53px;
}
        
#username a.userPictureSmall img{
    margin: 0px 15px;
}    

#username_logoff A{
    text-decoration: none;
}

#logo {
    height: 78px;
    line-height: 78px;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
}

#logo img{
    max-height: 60px;
    max-width: 250px;
    vertical-align: top;
}

    #logo .logo_img {
        max-height: 150px;
        max-width: 150px;
        width: 85px;
        height: 85px;
        background-image: url("../images/logos/360-ERP-Logo-F.png");
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    #logo .logo_img_xl {
        max-height: 250px;
        max-width: 250px;
        width: 150px;
        height: 150px;
        background-image: url("../images/logos/360-ERP-Logo-F.png");
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

#logo .title{
    margin: 0 12px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    border-bottom: 1px solid #f6f7f8;
}

.sticky_s {
    position: fixed;
    top: 130px;
    left:0;
    width: 100%;
    z-index: 500;
}


#branding{
    margin: 15px 15px 40px;
    text-align: center;
}

#branding img{
    max-height: 100px;
}

#justinmind_text{
    font-size: 22px;
    color: #555555
}

#ondemand_text{
    font-size: 16px;
    font-weight: bold;
    color: #EA6401
}

body {
    /*margin: 0px;
    text-align: center;*/
    font-family: 'Open Sans', sans-serif, arial, verdana;
    font-size: 12px;
    /*height: 100%;*/
    background-color: #f6f7f8;
}

body div{
    /*margin: 0 auto;
    text-align: left;*/
}


#left_container > div {
	margin-left: 0px;
}

.menu_adm_option{
	display: inline-block;
    padding: 14px 0px 10px;
    font-size: 11px;
    margin-right: 10px;
}

    .menu_adm_option a {
        text-decoration: none;
        color: #1e1e1e;
    }

        .menu_adm_option a:hover {
            text-decoration: none;
            color: #A2B436;
        }
    .menu_adm_option i a:hover {        
        color: #000000;
    }


.menu_adm_option.bold {
    /*border-bottom: 3px solid #A2B436;*/
}

.menu_adm_option.bold a {
	color: #A2B436;
}
    .menu_adm_option.bold i {
        color: #A2B436;
    }


.wrapper {
    /*min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    background: #f6f7f8;*/
}

.wrapper.green-background{
    /*background-color: #A2B436;*/
}

    .wrapper.loop {
        /*background-image: url(../images/widgets/loop_JIM.png);
    background-position: center top;
    background-repeat: no-repeat;*/
    }

.wrapper.sky{
    /*background-image: url(../images/widgets/sky_transp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #A2B436;
    overflow: hidden;*/
}

.wrapper.plane{
    /*background-image: url(../images/widgets/plane_JIM.png);
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;*/
}

.wrapper.superuser{
    /*background-image: url(../images/widgets/superuser.png);
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;*/
}

.sky h1, .plane h1, .getStarted h1, .green-background h1{
    font-family: Lato;
    font-size: 52px;
    font-weight: 100;
    color: #ffffff;
    margin: 0px 0px 20px;
    line-height: 52px;
}

.getStarted h1{
    color: #A2B436;
}    

.sky h1.veryBig, .getStarted h1.veryBig{
    font-size: 92px;
    line-height: normal;
}    

.sky h2, .plane h2, .green-background h2{
    font-size: 17px;
    color: #2b2b2b;
}

.sky .boxed-form {
    min-height: 338px;
}   

.signUpLinks p {
    color: #2b2b2b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.signUpLinks p.title {
    font-size: 32px;
    padding: 0;
    margin: 0;
    font-weight: 300;
}    

.signUpLinks a {
    color: #ffffff;
}

.signUpLinks {
    margin-top: 30px;
    margin-left: 5px;
}    

.events {
    padding-right:16px;
}    

.events tr.odd {
    background-color: #fafafa;
}

.events tr {
    height: 35px;
}

.events td {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.events td img {
}

.eventText {
    width: 520px;
    color: #969696;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    max-width: 472px;
	padding-right: 15px;
}

#single_container .eventText {
    width: 730px;
}

.eventText.plus {
    background-image: url(../images/icon/blackPlus.png);
}

.eventText.minus {
    background-image: url(../images/icon/blackMinus.png);
}

.eventText.comment {
    background-image: url(../images/icon/blackComment.png);
}

.eventDate {
    width: 190px;
    color: #969696;
}

.eventAuthor {
    color: #393e41;
    width: 160px;
    max-width: 160px;
}


#accountOwner a.button,button{
    /*margin-top: -10px;*/
}

button.buttonSmall {
    background-color: #313334;
    text-decoration: none;
    color: #e4e4e4;
    padding: 4px 12px 4px 6px;
    display: inline-block;
}

button.buttonSmall img {
    padding-bottom: 2px;
    padding-right: 3px;
}

button.buttonSmall i {
    padding-bottom: 2px;
    padding-right: 3px;
}

a.buttonSmall {
    background-color: #313334;
    text-decoration: none;
    color: #e4e4e4;
    padding: 4px 12px 4px 6px;
    display: inline-block;
}

a.buttonSmall.green{
  background-color: #62a129;
  color: #ffffff;
}

    a.buttonSmall img {
        padding-bottom: 2px;
        padding-right: 3px;
    }

    a.buttonSmall i {
        padding-bottom: 2px;
        padding-right: 3px;
    }

a.secondAction{
    color: #A2B436;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
	text-align: center;
	line-height: 40px;
}

a#secondButton{
    margin-right: 20px;
}    

.bigPlus{
    background: url(../images/icon/bigPlus.png) 10px center no-repeat;
}    

.subtitle{
    font-size: 18px;
    color: #006699;
    padding: 0px 0px 6px 6px;
    unicode-bidi: embed;
}

a.subtitle{
    color: #006699;
    font-weight: bold;
    text-decoration: underline;
}

.binpadding{
    padding-top: 12px;
	width: 870px;
	display: inline-block;
	border-bottom: 1px solid #d7d7d7;
	padding-right: 15px;
	padding-left: 15px;
}

.grey, .grey a{
    color: #393e41;
}

.darkGrey{
    color: #231f20;
}    

.lightGrey{
    color: #bec5ca;
}

.mediumGrey {
	color: #93969a;
}

.hardMediumGrey {
	color: #808080;
}

.warning{
}

.project {
    background-color: white;
    border: 1px solid #f9f9f9;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    box-shadow: 0px 2px 3px #e5e5e5;
    border-radius: 4px;
    font-size: 12px;
}

.fileNumber {
  	color: grey;
	float: right;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	width: 33px;
	text-align: center;
	border: 1px solid grey;
	border-radius: 10px;
}

.eventText a{
    color: #393e41;
}

.wideColumn{
    width: 375px;
}

.events td.wideColumn{
}

.narrowColumn{
    width: 100px;
}

.textSmall {
    font-size: 12px;
}

.textSmaller {
    font-size: 11px;
}

.textSmallest {
	font-size: 10px;
}

.textBig{
    font-size:16px;
    padding-bottom: 10px;
}

.textTiny{
    font-size:9px;
    margin-top:2px;
}

.subsubtitle{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
}

.puSubtitle{
    font-size: 16px;
    padding-bottom: 6px;
}

div.button_small{
    overflow:hidden;
    padding: 1px;
    float: left;
}

div.pushed_small{
    overflow:hidden;
    padding: 2px 1px 0px 1px;
    float: left;
}

div.button-flat{
    padding: 0px 12px;
    float: left;
    min-height: 35px;
    line-height: 35px;
    margin-right: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}

div.button-flat.grey-bg{
    margin-right:0px;
}

.pushed-flat{
    opacity: .5;    
}

.grey-bg{
    color: #4a4d50;
    background-color: #d5d5d5;
}

.orange-bg{
    background-color: #ff7e00;
    color: #ffffff;
}



div.button_small a{
    background-image: url('../images/widgets/sp.png');
    background-repeat: no-repeat;
    background-position: 0px -68px;
    float:left;
    height:26px;
    padding: 0px 0px 0px 8px;
    display: block;
    text-align:left;
    line-height: 24px;
    text-decoration: none;
    color: #333333;
}

div.button_small a span{
    background-image: url('../images/widgets/sp.png');
    background-position: right -94px;
    background-repeat: no-repeat;
    
    height:26px;
    float:left;
    padding: 0px 10px 0px 2px;
}

div.pushed_small a {
    background-image: url('../images/widgets/sp.png');
    background-repeat: no-repeat;
    background-position: 0px -68px;
    float:left;
    height:26px;
    padding: 0px 0px 0px 8px;
    
    display: block;
    text-align:left;
    line-height: 24px;
    text-decoration: none;
    color: #333333;
}

div.pushed_small a span.right {
    background-image: url('../images/widgets/sp.png');
    background-repeat: no-repeat;
    background-position: right -94px;
    
    height:26px;
    float:left;
    padding: 0px 10px 0px 2px;
}

.button_signin {
    background-image: url('../images/widgets/boton_peq.png');
    height: 26px;
    width: 100px;
    font-family: arial, verdana;
    font-size: 12px;
}

/*
#cancelButton {
    line-height: 26px;
    float: left;
}

#cancelButton a {
    color: #006699;
}
*/

.popup_buttons {
  clear: both;
}

.popup_buttons .button_small, .popup_buttons .pushed_small {
  margin-right: 10px;
}

.adj_fld {
    padding-left: 5px;
    padding-right: 5px;
}

.popup_buttons.confirm {
    text-align: center;
} 

.acMenuLabel {
    font-size:12px;
    padding-left: 12px;
}

.acMenuLabel ul.jd_menu li {
    color: #393e41;
    font-family: "Open Sans",sans-serif;
    padding: 2px 9px;
    text-decoration: none;
}

.acMenuLabel .jdm_events {
    background-color: #ffffff;
    border: medium none;
    box-shadow: 0 1px 3px #c5c5c5;
    padding: 10px;
}

.acMenuLabel ul.jdm_events li {
    text-decoration: none;
    height: 18px;
    font-size: 11px;
}

.acMenuLabel ul.jdm_events li a {
    text-decoration: none;
    color: #393e41;
}

.acMenuLabel ul.jdm_events li.jdm_hover a {
    color: #A2B436;
}

.member .acMenuLabel {
	bottom: 6px;
    clear: both;
    position: absolute;
    right: -4px;
}

.dlMenuLabel{
    font-size:12px;
    color: #006699; 
}

.tlMenuLabel{
    font-size:12px;
    color: #006699;
}

.groupMenu{
    font-size:12px;
    color: #006699;
    padding-left: 30px;
}

#popup{
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    /* TODO: max-width: 580px; combine this with dialogtitle{width: 100%} and fix invite reviewers popup or change bigpopup to have a bigger #popup */
}


#popup .info{
    margin-top: 5px;
    text-align: center;
    font-size: 12.7px;
}

#popup a.bottomRight{
    position:absolute;
    right:40px;
    bottom:40px;
}

#end {
    display:contents;
    margin-right:0
}

#popup .errorTop{
    width:auto;
}

input.protoFile {
    top: -16px;
    opacity:0;
    position:relative;
    font-size:8px;
    cursor: pointer;
    
    filter: alpha(opacity="0");
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
    
}

.protoFileIE{
    top:0px;
    position:relative;
    font-size:12px;
    cursor:pointer;
    width: 330px;
}

a.clickFile {
    color: #006699;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

.clickFile{
    cursor: pointer;
}

.protoFile {
    cursor: pointer;
}

/*TODO: este no debería ser tan genérico */
textarea{
    padding: 15px;
}

#publishPrototype textarea{
    height: 120px;
    width: 535px;
}

#publishPrototype .createProject{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 25px;
    margin-top: 16px;
    float: right;
}

#publishPrototype .selectContainer{
    margin: 15px 0px 0px;
}

#publishPrototype .formEl {
	width: 70% !important;
    margin-left: 0px;
    display: inline-block;
}

.lightBg{
    background-color: #f2f2f2;  
}

#showNP{
    padding: 5px 40px 7px 5px;
    float: right; 
}

#addDescription a{
    padding: 4px;
}

.paddingTop10{
    padding-top: 10px;
}

.paddingTop20{
    padding-top: 20px;
}

.paddingBottom20{
    padding-bottom: 20px;
}

#testingTools{
}

#testingTools div{
    display: inline-block;
    padding: 4px;
    width: 180px;
    margin-bottom: 5px;
}

.tt{
    height: 32px;
    vertical-align: middle;
}

.tt.tool10{
    background-position: 26px -6px;
}

.tt.tool3{
    background-position: -350px -6px;
}

.tt.tool1{
    background-position: 26px -50px;
}

.tt.tool6{
    background-position: -350px -46px;
}

.tt.tool2{
    background-position: -176px -1px;
}

.tt.tool7{
    background-position: -542px -6px;
}

.tt.tool9{
    background-position: -176px -49px;
}

.tt.tool8{
    background-position: -542px -51px;
}

.tt.tool12{
    background-position: 25px -92px;
}

.greyscale {
     -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -webkit-filter: grayscale(100%);
     filter: gray;
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.puContent{
    min-width: 450px;
    margin-bottom: 25px;
    font-size: 13px;
}

.puContent.warning{
    width:450px;
    min-height:130px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 5px;
}

.puContent.question{
    width:450px;
    min-height:95px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 5px;
}


.puContent.long{
    width:490px;
}

.puContentBig{
    min-width: 575px;
    max-width: 960px;
    margin-bottom: 25px;
    font-size: 13px;
}

.confirmSign{
    margin: 0px 0px 15px 0px;
    text-align: center;
}    

.confirmText{
    font-size: 12.7px;
    color: #393e41;
    text-align: center;
    max-width: 600px;
}

.confirmText.licenseError{
    width:425px;
}

.group {
    color: #dc3545 !important;
    font-weight: bolder !important;
}

.member > div {
    display: block;
    line-height: 18px;
    padding-left: 9px;
    /*max-width: 365px;*/
}

.superuser .member > div {
	width: 780px;
	max-width: 780px;
}

.superuser .column .member > div{
	max-width: 355px;
	width: auto;
}

.superuser .column .member .userInfo {
	width: 348px;
}

.column .member.group > div {
	max-width: 345px;
}

.owner-user {
	position: relative;
}

.owner-icon {
	position: absolute;
	top: 20px;
	left: -2px;
}

div.img-user {
	padding-left: 0px;
	float: left;
	position: relative;
}

.fixedWidth {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 203px;
	display: inline-block;
}

.blockLink.fixedWidth {
	width: 260px;
}

.superuser a.textSmall {
	float: right;
}

.superuser .userActions {
	display: inline-block;
	float: right;
}

.member {
    background-color: white;
    border: 1px solid #f9f9f9;
    /*height: 90px;*/
    margin-bottom: 24px;
    padding-left: 15px;
    padding-top: 15px;
    position: relative;
    /*box-shadow: 0px 2px 3px #e5e5e5;*/
    border-radius: 4px;
}

.reviewer .member, .listContainer.onsite .member {
	height: 65px;
}

.onsite .member {
	height: 90px;
}

.users {
    position: relative;
}   

.users input {
	box-sizing: border-box;
} 

.branding {
    position: relative;
    display: table-cell;
} 

.users label, .branding label, .account label {
    display: block;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}

.users .protectedTitle{
    display: block;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}

.users .protectedValue{
    margin-bottom: 22px;
}

.users input[type='text'], .users input[type='password']{
    width: 550px;
}    

.users input[type='text']:disabled{
    background-color:#f3f3f3;
    opacity:0.65;
}

.branding input[type='text']{
    width: 375px;
}

.users .selectContainer{
    width: 566px;
    background-position: 542px center;
}

.users .selectContainer select{
    width: 600px;
}

.memberActivations {
    float: left;
    padding-top: 8px;
}

.userInfo.onsite {
	height: 90px;
}

.member #loginInfo {
	float:left; 
	width: 90px; 
	border-right: 1px solid #d5d5d5; 
	margin-right: 20px;
}

.member .memberTitleInfo {
	color: #959595;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    padding-top: 7px;
}

.userInfo.onsite .memberTitleInfo {
	display: block;
}

.member .memberInfo {
    font-size: 10px;
}

.chooseColor {
	position:relative;
}

.chooseColor #customColor1,
.chooseColor #customColor3 {
    width: 30px !important;
	height: 26px;
	padding-left: 0px;
	border-radius: 3px;
	border-color: transparent;
	position: absolute;
	top: 28px;
	left: 12px;
}

.chooseColor #customColor2,
.chooseColor #customColor4 {
    width: 66px !important;
	padding-left: 113px;
	color: #7f8183;
	font-size: 15px;
	text-transform: lowercase;
}

.chooseColor #octothorpe {
	left: 99px;
	z-index: 50;
	position: absolute;
	font-size: 18px;
	color: #abb0b3;
	margin-top: 11px;
	font-weight: 300;
}

#defaultColorBackground,
#defaultColorText {
    font-size:10px;
}

.branding .form {
    float: left;    
}

.branding .verticalSeparator {
    background-color: #dadada;
    float: left;
    height: 200px;
    left: 40px;
    position: relative;
    width: 1px;
    top: 5px;
}

.branding .logoBranding {
    float: left;
    left: 80px;
    position: relative;
}

.column{
    float: left;
    width: 48%;
    margin-right: 30px;
}

.column.even {
	margin-right: 0px;
}

#userList .column {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-right: 5px;
}

.member.last{
    border-bottom: none;
}

.memberSmall{
    line-height: 44px;
    border-bottom: 1px solid #d7d7d7;
    color: #393e41;
    font-weight: 400;
    display: block;
    font-size: 13px;
}

.memberSmall.selectable {
	cursor: pointer;
}

.memberSmall .userPictureSmall{
    margin-right: 6px;
}    

.memberSmall.last{
    border-bottom: none;
}    

.onsite  .memberSmall.userPictureSmall img {
	margin: 0;
}

.title{
    font-size:22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.title2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display:block;
}

.nopadding{
    padding: 0px;
}

#users{
    max-height: 380px;
    overflow: auto;
}

textarea.publishJS{
    background-color: white;
    width: 725px;
    height: 167px;
    margin: 0px 20px 20px 20px;
}

textarea.publishJSTop{
    background-color: white;
    height: 80px;
    margin: 0 20px;
    width: 725px;
}

textarea.publishJSBottom{
    background-color: white;
    width: 725px;
    height: 100px;
    margin: 00px 20px 20px 20px;
}

div.content.textSmall{
    padding-top: 10px;
    padding-left: 10px; 
}

div.content.jsFree{
    padding: 25px 20px 20px 20px;
}

.vs{
    padding: 8px 0px 8px 0px;
}

.link{
    color: #A2B436;
    text-decoration: underline;
    font-size: 13px;
}

.testLink{
    background-color: #FFFFFF;
    color: #A2B436;
    font-size: 13px;
    font-weight: 600;
    height: 147px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
    text-decoration: underline;
}

.tt input[type='radio']{
    border: 0;
    background-color: inherit;
    margin-top: 9px;
}

div.tt{
    background-image: url(../images/logos/testing.png);
    background-repeat: no-repeat;
}    

div.tt.tool1{
}



#toolContent{
    min-height: 250px;
    margin-top: 20px;
    font-size: 13px;
}

#toolContent textarea{
    padding: 0px;
}    

.buttonArea{
    margin-bottom: 25px;
    height:40px;
}

.buttonArea.readOnly{
   margin-bottom: 0px;
}

.helpUsers, .referralsRules {
    float: right;
    font-size: 12px;
    line-height: 40px;
}

.helpUsers a, .referralsRules a {
	margin-right: 5px;
}

#paginate {
	float: right;
    margin-bottom: 25px;
    font-size: 11px;
}

#paginate #prevPage {
	background-color: #e5e5e5;
    border: none;
    margin-right: 10px;
}

#paginate #nextPage {
	background-color: #e5e5e5;
    border: none;
    margin-left: 10px;
}

#contactHelp {
	background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px #c5c5c5;
    display: none;
    height: 155px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 275px;
    z-index: 2;
}

#contactHelp .close {
	text-align: right;
}

#contactHelp .close div {
	cursor: pointer;
	background: #fff url("../images/widgets/popup_close.png") no-repeat scroll right top;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
}

#contactHelp .img {
	display: block;
	margin: 25px auto 0;
}

#contactHelp span {
	color: #222;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
}

#contactHelp p {
	margin: 5px 10px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}

.deleteArchived{
    float:right;
    margin-right:20px;
}

.restoreArchived{
    float: right;
    margin-right:15px;
}

.resendInvitation, .removeReviewer{
    float: right;
    margin-right: 10px;
}

.resend {
	padding: 0 8px;
	cursor: hand;
	text-decoration: underline;
}

.enableDisableNotifications {
    float: right;
    margin-right: 10px;
    color:#222;
    font-weight:300;
}

.switch.middle{
    vertical-align:middle;
    margin-top:2px;
}

.projectName{
    margin-bottom: 10px;
	padding-right: 15px;
}

.projectName.archived {
	margin-bottom: 0px;
}

.archivedProjectName{
    margin-bottom: 5px;
}

.projectBreadCrumb {
    font-size: 10px;
    color: #393e41;
    padding-bottom: 15px;
    margin-right: 10px;
    padding-top: 12px;
}

    .projectBreadCrumb a {        
        font-size: 12px;
        text-decoration: none;
    }

    .projectBreadCrumb a:hover {
        color: #A2B436;
        font-size: 12px;
        text-decoration: none;
    }    

.projectBreadCrumb img{
    padding-bottom: 2px;
}    

.projectBreadCrumb.bottomLine{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.prototypeContainer{
	width: 100%;
    height: 100%;
    position: relative;
}

.prototypeFreeOverlay{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index:99;
	display:table;
 	background-color: #FFFFFFAA;
}

.prototypeFreeOverlay a{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.prototype {
    background-color: white;
    border: 1px solid #f9f9f9;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    box-shadow: 0px 2px 3px #e5e5e5;
    border-radius: 4px;
    font-size: 12px;
}

.projects .prototypes {
	margin-bottom: 24px;
}

.prototype.notification {
    margin-left: 4px;
    margin-bottom: 0px;
}

.prototypeName {
    
    background: url(../images/icon/sheet@2x.png) left 3px no-repeat;
    padding-left: 20px;
    margin-bottom: 8px;
    background-size: 13px 17px;
}

.prototypeDetail{
    background-color: #fafafa;
    color: #231f20;
    margin: 16px 16px 16px 0px;
    padding: 7px;
}

.styleNormal{
    font-style: normal;
}

.prototypeDescription{
    padding-left:4px;
    padding-bottom: 10px;
    font-weight: 600;
}    

.commentsText{
    color: #737373;
    text-decoration: none;
    font-style: italic;
}

.commentsText a{
    text-decoration: none;
}    

a.blockLink{
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.members a.blockLink{
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-transform: uppercase;
}

.members div.readOnly {
    color: #393e41;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.members div.readOnly.owner,
.members div.readOnly.developer {
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.members span.readOnly.owner,
.members span.readOnly.developer {
	max-width: 260px;
}

.members a.blockLink.small {
	display: block;
	font-weight: 500;
}

.members.listContainer a.blockLink {
	display: inline;
} 

.members a.button {
	cursor: pointer;
}

.member .userInfo > * {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 335px;
}

.member .userInfo {
	margin-left: 5px;
    text-overflow: ellipsis;
}

.onsite .member .userCell {
	border-left: 1px solid #c5c5c5;
	padding-left: 15px;
	padding-right: 15px;
}

.onsite .member .userCell > div {
	text-overflow: ellipsis;
	display: block;
    overflow: hidden;
    white-space: nowrap;
}
    
/* TODO */
h1, h2{
    font-weight: normal;
}

.bAreaLinks{
    float:left;
    padding: 10px 10px 0px 20px;
}

.float{
    clear:both;
    float:left;
}

.puInvite{
    width: 475px;
}

.clickable{
    cursor: pointer;
    margin-bottom: 1px;
    margin-left: 5px;
}


.button3{
    border: 1px solid #999999;
    background-image: url('../images/widgets/boton2_bg.gif');
    background-repeat: repeat-x;
    padding: 0 6px 0 6px;
    height: 19px
}

.error{
    color: #ef4747;
    font-size: 13px;
}

input + div.error {
	margin-bottom: 8px;
}

div.content tr.error td div{
    padding-left: 10px;
    padding-bottom: 4px;
}

div.form td {
    font-size: 13px;
}

div.form th {
    padding-right: 8px;
    font-weight: normal;
}

div.login.form th{
    padding-right: 0px;
    padding-left: 18px;
    font-weight: bold;
}

div.form th label{
    text-align: right;
    font-size: 13px;
    /*margin-top: 8px;*/ /*  top and bottom margins must be the same */ 
    /*margin-bottom: 7px;*/
    display: block;
}

div.form td input[type='text'][type='password'][type='textarea']{
    width: 440px;
    font-family:  'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    height: 22px;
    padding: 0px;
    margin: 0px;
    line-height: 22px;
}

.login{
    position: relative;
}

.form input.login {
    width: 210px;
}

.form input.signup {
    width: 159px;
}

#forgotPass{
    color: #969696;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 10px;
    text-decoration: none;
}



.errorBk{
    background-color: #FFE8E8; /* segun los diseñadores tenía que ser F2F2F2 */
}


.errorInput, input:not([type=submit]).errorInput, select.errorInput, textarea.errorInput{
    border: 1px solid #ef4747 !important;
    background-color: #ffffff;
}

.errorTop, .errorTopSignIn {
  background-color: #ef4747;
  color: #FFFFFF;
  display: none;
  font-size: 12px;
  left: 0;
  padding-left: 40px;
  position: absolute;
  top: 0;
  display: none;
  background-image: url(../images/widgets/warning-icon-small.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: 400;
  width: 100%;
}

.errorTop {
  line-height: 17px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.errorTopSignIn {
  line-height: 27px;
}

.errorTop.special-error, .errorTopSignIn.special-error{
    position: static;
    box-sizing: border-box;
    line-height: 26px;
    margin: -20px -20px 20px;
    width: auto;
}

.signin .errorTop.special-error, .signin .errorTopSignIn.special-error{
    margin: -20px 0px 20px;
    width: 350px;
}

.sMess{
    background-color: #ef4747;
    color: white;
    padding-left: 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.sMess div {
    max-width: 1200px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sMess p{
    margin: 0;
}

.sMess a{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.errorTopMain{
    background-color: #ef4747;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 37px;
    left: 0;
    line-height: 37px;
    padding-left: 33px;
    position: fixed;
    top: 0;
    width: 100%;
    background-image: url(../images/widgets/warning-icon-small.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.errorTopMain a{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#messageTopMain{
    background-color: #3DBA4D;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 37px;
    left: 0;
    line-height: 37px;
    padding-left: 33px;
    position: fixed;
    top: 0;
    width: 100%;
    background-image: url(../images/widgets/info-icon-small.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.form td div.recaptcha{
    width: 315px;
    margin: auto;
    padding-top:4px;
    padding-left: 10px;
    
}

.form.login div.recaptcha div{
    padding: 0px;
}

div.regButton{
    overflow:hidden;
    padding: 1px;
    float: left;
}

div.regPushed{
    overflow:hidden;
    padding: 2px 1px 0px 1px;
    float: left;
}

div.regButton a{
    background-image: url('../images/widgets/regHead.png');
    float:left;
    height:41;
    padding: 0px 0px 0px 8px;
    display: block;
    text-align:left;
    line-height: 41px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

div.regButton a span{
    background-image: url('../images/widgets/regTail.png');
    background-position: right;
    background-repeat: no-repeat;
    
    height:41;
    float:left;
    padding: 0px 10px 0px 2px;
}

div.regPushed a{
    background-image: url('../images/widgets/regHead.png');
    float:left;
    height:41;
    padding: 0px 0px 0px 8px;
    
    display: block;
    text-align:left;
    line-height: 41px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

div.regPushed a span.right{
    background-image: url('../images/widgets/regTail.png');
    background-repeat: no-repeat;
    background-position: right;
    
    height:41px;
    float:left;
    padding: 0px 10px 0px 2px;
}

.acceptTerms{
    margin-top: 10px;
    padding-left:32px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}

.acceptTerms input{
    position: absolute;
    top: 1px;
}

.acceptTerms a{
    color: #EE8334;
}

.formSeparator{
    height: 18px;
}

.required{
    color: #EA6401;
    text-align: center;
    width: 15px;
}


tr.error td div{
    padding-left:0px;
}

/*input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, textarea:focus,
.bt .fieldset input:not([type=submit]):not([type="checkbox"]):focus,
.bt .fieldset textarea:focus{
    border: 1px solid #A2B436;
    box-shadow: none;
    outline: none;
}*/

/*input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='url'], input[type='number'] textarea,
.bt .fieldset input:not([type=submit]):not([type="checkbox"]),
.bt .fieldset textarea {
    width: 440px;
    height: 43px;
    font-size: 13px;
    padding-left: 15px;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
}

.puContent input[type='text'],
.puContent input[type='password'],
.puContent input[type='email'],
.puContent textarea,
.puContent .bt .fieldset input:not([type=submit]):not([type="checkbox"]),
.puContent .bt .fieldset textarea,
.users input {
    font-size: 13px;
    margin-bottom: 27px;
}

.puContent #modifyAccountForm input[type='text'],
.puContent #modifyAccountForm input[type='password'],
.puContent #modifyAccountForm input[type='email'],
.puContent #modifyAccountForm textarea,
.puContent #modifyAccountForm .bt .fieldset input:not([type=submit]):not([type="checkbox"]),
.puContent #modifyAccountForm .bt .fieldset textarea{
    margin-bottom: 10px;
}*/

.puContent input[type='text'].errorInput,
.puContent input[type='password'].errorInput,
.puContent input[type='email'].errorInput,
.puContent textarea.errorInput,
.puContent .bt .fieldset input:not([type=submit]):not([type="checkbox"]).errorInput,
.puContent .bt .fieldset textarea.errorInput,
.users input.errorInput,
.select2.errorInput {
    margin-bottom: 0px;
}

.puContentBig input[type='text'],
.puContentBig input[type='password'],
.puContentBig input[type='email'],
.puContentBig textarea,
.puContentBig .bt .fieldset input:not([type=submit]):not([type="checkbox"]),
.puContentBig .bt .fieldset textarea{
    font-size: 13px;
}

.bt .fieldset input:not([type=submit]):not([type="checkbox"]), .bt .fieldset textarea{
    width: 472px;
    height: 42px;
}

.boxed-form input[type='text'], input[type='tel'], input[type='url'], .boxed-form input[type='password'], .boxed-form input[type='email'], .boxed-form textarea {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    /*margin-top: 20px;*/
}

.boxed-form .form-title{
    font-size: 24px;
    color: #475055;
    margin-top: 5px;
    position: relative;
}

.boxed-form p {
    font-size: 15px;
    margin: 0;
}    


input[type="checkbox"]{
    margin: 4px;
}

.loginInput {
    padding-right: 18px;
}

.jsFree input[type='text']{
    width: 550px;
}

.padding20{
    padding-left: 20px;
}

.paddingBottom0{
    padding-bottom: 0px;
}

.padding10{
    padding-left: 10px;
}

.logoSize{
    height: 40px;
}

.userIcon {
    padding-right: 4px;
    padding-bottom: 2px;
}

.generating {
    padding-top: 25px;
    position: absolute;
    z-index:151;
    text-align: center;
    border-top: 2px solid #5dd1d1;
    border-bottom: 2px solid #5dd1d1;
}

.generating.progress-icon img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.generating.errorPrototype {
    padding-top: 25px;
    position: absolute;
    z-index:151;
    text-align: center;
    border-top: 2px solid #ef4747;
    border-bottom: 2px solid #ef4747;
    color: #ef4747;
    font-size: 12px;
    font-weight: 600;
}

.generating .errorMessage {
    position: absolute;
    bottom: 13px;
    right: 10px;
    background-color: white;
	height: 24px;
	padding-left: 60px;
}

.generating .errorMessage img {
    padding-bottom: 4px;
}    

.generating .errorMessage a {
    color: #ef4747;
    text-decoration: none;
    padding-left: 15px;
    background-image: url(../images/icon/redCross.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 20px;
}    

.overlay {
    background: white;
    position: absolute;
    opacity: .50;
    filter: alpha(opacity="50");
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
    z-index:150;
}

.uploading {
    margin-left: 0px;
    position: absolute;
    z-index:150;
    background: white url(../images/layout/uploading.gif) no-repeat center center;
    opacity: .50;
    filter: alpha(opacity="50");
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
}

.smallIcon {
    width: 15px;
}

.box {
    width: 340px;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
}

.accountStatusBox {
    font-size: 13px;
    padding-top: 6px;
}

.rememberMe {
    position: relative;
    margin-top: 4px;
}

.form td div.rememberMe {
    font-weight: normal;
}


.bigTittle{
    color: #2e2e2e;
    font-size: 26px;
    padding-bottom: 10px;
}

#accounts {
    margin-top:3px;
}

.textRight{
    text-align: right;
}

.blackBorder{
    border: 1px solid black;
}

.iconList
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.iconList li{
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0px 0 0px 30px;
    margin: 11px 0;
}

li.b1
{
    background-image: url('../images/help/Label_1_blue.png');
}

li.b2
{
    background-image: url('../images/help/Label_2_blue.png');
}

li.b3
{
    background-image: url('../images/help/Label_3_blue.png');
}

li.b4
{
    background-image: url('../images/help/Label_4_blue.png');
}

li.b5
{
background-image: url('../images/help/Label_5_blue.png');
}

li.b6
{
background-image: url('../images/help/Label_6_blue.png');

}

li.b7
{
background-image: url('../images/help/Label_7_blue.png');

}

li.o1
{
background-image: url('../images/help/Label_1_orange.png');

}

li.o2
{
background-image: url('../images/help/Label_2_orange.png');
}

li.o3
{
background-image: url('../images/help/Label_3_orange.png');
}

li.o4
{
background-image: url('../images/help/Label_4_orange.png');
}

li.o5
{
background-image: url('../images/help/Label_5_orange.png');
}

li.o6
{
background-image: url('../images/help/Label_6_orange.png');
}

li.o7
{
background-image: url('../images/help/Label_7_orange.png');
}

li.o8
{
background-image: url('../images/help/Label_8_orange.png');
}

li.g1
{
background-image: url('../images/help/Label_1_green.png');
}

li.g2
{
background-image: url('../images/help/Label_2_green.png');
}

li.g3
{
background-image: url('../images/help/Label_3_green.png');
}

li.g4
{
background-image: url('../images/help/Label_4_green.png');
}

li.g5
{
background-image: url('../images/help/Label_5_green.png');
}

li.oB
{
background-image: url('../images/help/Label_B_orange.png');
}

li.gC
{
background-image: url('../images/help/Label_C_green.png');
}

li.mD
{
background-image: url('../images/help/Label_D_magenta.png');
}

li.m1{
    background-image: url('../images/help/Label_1_magenta.png');
}

li.m2{
    background-image: url('../images/help/Label_2_magenta.png');
}

li.db1{
    background-image: url('../images/help/Label_1_darkblue.png');
}

li.db2{
    background-image: url('../images/help/Label_1_darkblue.png');
}

li.db3{
    background-image: url('../images/help/Label_1_darkblue.png');
}

li.db4{
    background-image: url('../images/help/Label_1_darkblue.png');
}

.help h1, .help .col2 a{
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin: 1em 0;
}

.help .tocTitle{
    display: block;
    font-size: 1.5em;
    font-weight: normal;
    margin: .83em 0;
}

.help{
    line-height: 20px;
}

.help div.bold img{
    padding-right: 9px;
}

.textMedium{
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 8px;    
}

/* column container */
.colmask {
    position:relative;  /* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;         /* width of whole page */
    /*overflow:hidden;*/
}
/* common column settings */
.colright,
.colmid,
.colleft {
    float:left;
    width:100%;         /* width of page */
    position:relative;
}
.col1,
.col2,
.col3 {
    float:left;
    position:relative;
    /* overflow:hidden; */
}

/* 3 Column settings */
.threecol{
    background-color: #f5f5f5;
    border-top: 1px solid #e4e4e4;
    padding: 7px 0 28px 0;
    color: #222222;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 38px;
}

.threecol .colmid {
    right:38%;          /* width of the right column */
}
.threecol .colleft {
    right:24%;          /* width of the middle column */
}
.threecol .col1 {
    width:24%;          /* width of center column content (column width minus padding on either side) */
    left:100%;          /* 100% plus left padding of center column */
    text-align: center;
}
.threecol .col2 {
    width:38%;          /* Width of left column content (column width minus padding on either side) */
    left:38%;           /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
    width:38%;          /* Width of right column content (column width minus padding on either side) */
    left:62%;           /* Please make note of the brackets here:
                    (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.userbase td{
    padding-bottom: 20px;
}

.userbase ul.jd_menu li{
    padding-left: 0px;
}

.userbase ul.jd_menu li ul li{
    padding-left: 4px;
}

.dottedSeparator{
    border-top: 1px dotted #999999;
    padding-top: 8px;
}

.progressBar{
    margin: 15px 0px 15px 0px;
    width: 100%;
    border: 1px solid #f5f5f5;
    background-color: #e4e4e4;
    height: 9px;
}

.referralsBar{
    margin: 7px 0px 7px 0px;
    width: 100%;
    border: 1px solid #f5f5f5;
    background-color: #e4e4e4;
    height: 9px;
}

.progressBarContents{
    height: 100%;
    background-color: #A2B436;
    margin:0;
}

.rpLink{
    font-size: 12px;
    color: #006699;
    padding-bottom: 4px;
    height: 17px;
}

.paddingTB6{
    padding: 6px 0px 6px 0px;
}

.black{
    color: black;
}

#nextPayment{
    font-size: 14px;
    margin-bottom: 20px;
}

#upgradeAdvice{
    height: 156px;
    margin-bottom:0px;
    background-color: #36b8ee; 
    padding: 20px 0px 0px 24px;
    -webkit-border-radius: 5px 5px 5px 5px;
       -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
}

#coupon{
    height: 26px;
    
    background-color: #ffffcc;
    color: #000000;
}

#plimusIFrame{
    width: 100%;
    height: 650px;
    border: 0px;
}

.planContainer{
    height: 290px;
    margin: 0 auto;
    
    font-family: helvetica, arial, sans-serif;
}



.planSel{
    background-color: #ffffff;
    border: 4px solid #a9c96f;
    float: left;
    height: 275px;
    padding: 0px;
    width: 194px;        
}

.top {
    padding-top: 10px;
}

.plan .top{
    height: 67px;
    background-color: #ececec;
    width: 178px;
    margin: 0px;
}

.planSel .top{
    background-color: #f6f9f0;
    height: 77px;
    margin: 0px;
}


.leftCorners, .leftCorners .top{
    -moz-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.rightCorners, .rightCorners .top{
    border-right: 1px solid #dadada;

    -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.planContainer div{
    text-align: center;
}

.plan h1{
    font-size: 16pt;
    font-weight: bold;
    margin: 0px;
    padding-top: 3px;
}

.plan h2, .planSel h2 {
    font-size: 14pt;
    font-weight: normal;
    margin: 4px 0px;
    
}

.planSel h1{
    font-size: 20pt;
    font-weight: bold;
    margin: 0px;
    padding-top: 3px;
}

.plan h3, .planSel h3{
    font-size: 12pt;
    margin: 0px;
    font-weight: normal;
    margin: 10px 0px;
}

.oButton{
    margin-top: 15px;
    background-image: url("../images/widgets/oButton.gif");
    width: 100px;
    height: 41px;
    color: white;
}

.oButton a{
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.oButton a:link {
    color: #ffffff;
}

.oButton a:visited {
    color: #ffffff;
}

.oButton a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.oButton a:active {
    color: #ffffff;
}

.orangeBold{
    color: #f06f0b;
    font-weight: bold;
}

#popup .working a{
    display: none;
}

.working {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    float: left;
    left: 6px;
    position: relative;
}

.working .dot1, .working .dot2{
    display: block;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #A2B436;
    border-radius: 100%;
    -webkit-animation: bounce-pin 2.0s infinite ease-in-out;
    animation: bounce-pin 2.0s infinite ease-in-out;
    display:none;
}
.dot2{
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce-pin{
    0%, 100%{
        -webkit-transform: scale(0.0)
    }
    50%{
        -webkit-transform: scale(1.0)
    }
}
@keyframes bounce-pin{
    0%, 100%{
        transform: scale(0.0)
    }
    50%{
        transform: scale(1.0)
    }
}

.ui-widget-overlay.fullPage{
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    margin:0px;
    z-index:1001;
}

#impersonate + #container > .ui-widget-overlay.fullPage{
    top:35px;
}

.ui-widget-overlay.fullPage{
    top:35px;
}

.spContents{
    background-color:#ffffff;
    z-index:1002;
    width: 580px;
    padding: 0px 20px;
}

.flat-contents{
    background-color:#ffffff;
    z-index:1002;
    width: 562px;
    height: 375px;
    padding: 0px 58px;
}

.narrow-contents{
    background-color:#ffffff;
    z-index:1002;
    width: 275px;
    padding: 0px 20px;
}

.narrow-contents h2.popupTitle{
    margin-top: 20px;
}

h2.dialogTitle{
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    margin-top: 0px;
}

h2.popupTitle{
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    margin-top: 0px;
}


.narrow-contents .textStandard{
    font-weight: 600;
    line-height: 16px;
    font-size: 13px;
}

.flat-contents p{
    margin: 0;
}

.flat-contents .buttons{
    height: 35px;
    margin: 12px 0 34px 0;
    clear: both;
}

.spContents .buttons{
    height: 25px;
    margin: 20px 0 20px 0;
}

.fpContents{
    position:relative;
    
    width: 600px;
    background-color:#ffffff;
    box-shadow: -2px 0px 9px 0px rgba(0, 0, 0, 0.25);
    z-index:1002;
    padding: 0px 25px 25px 25px;
    

    display:block;
    position:absolute;
    top:40%;
    left:50%;
    margin-top: -100px;
    margin-left: -340px;
    
}

.yourPlan{
    background-color: #ffffff;
}

.accountSection{
    font-size: 14px;
    overflow: auto;
    position: relative;
    min-width: 790px;
    border: 1px solid #e8e8e8;
    border-width: 1px 0;
    background-color: white;
    margin-bottom: 20px;
}

#accountOwner{
    padding: 0px 0px 0px 0px;
    font-size: 14px;
}

.white{
    color: #ffffff;
}

.yellowPlan{
    color: #ffff80;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px;
}

.smallPadding{
    padding: 1px 0px 1px 0px;
}

td.invoiceURL{
    width: 350px;
}

.hiddenSignIn{
    
    display: none;
}

.hiddenBilling{
    display: none;
}

.form td div.billingLink{
    font-weight: normal;
    padding: 0px;
}

.billingLink{
    margin: 0px 18px;
    
}

.signInBlock{
    background: white;
    float: left;
    position: absolute;
    left: 120px;
    top: 120px;
    width:300px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
       -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
            box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.signInBlock .overlay-close {
    color: #000000;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -10px;
    width: 20px;
    background: url("../images/widgets/popup_close.png") no-repeat scroll #FFFFFF;
}

.form .signInText{
    margin: 0px 18px;
    text-align:center;
    padding: 0;
    font-weight: normal;
}

div.simplePopup, div.flat-popup{
    border: 0px;
    background-color: #ffffff;
}

div.simplePopup .ui-widget-header, div.simplePopup .ui-dialog-content, div.simplePopup .popup_buttons{
    border:none;
    background-color: #ffffff;
}

div.flat-popup .ui-widget-header, div.flat-popup .ui-dialog-content, div.flat-popup .popup_buttons{
    border:none;
    background-color: #ffffff;
}

.ui-dialog.flat-popup{
    padding-top: 0;
}

.buttons{
    font-size: 14px;
}

.simplePopup #ui-dialog-title-popup{
    font-family:arial;
    font-size:21px;
    padding-top: 12px;
    color: #2e2e2e;
    padding-bottom: 15px;
}

.simplePopup .ui-dialog-titlebar-close{
    visibility: hidden;
}

.flat-popup #ui-dialog-title-popup{
    font-family:arial;
    color: #2e2e2e;
}

.flat-popup .ui-dialog-titlebar-close{
    visibility: hidden;
    display: none;
}

.textStandard{
    font-size: 14px;
}

#popup .textStandard{
    font-size: 9.5pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

.white_arrow{
    background-image: url('../images/layout/white_arrow.png');
    background-repeat: no-repeat;
    width: 55px;
    height: 52px;
}

.leftmenu .col1{
    left: 100%;
    width: 71%;
}

.leftmenu .col2{
    left: 6%;
    width: 21%;
}

.leftmenu .colleft{
    right: 75%;
}

.getStarted li a{
    font-weight: bold;
    text-decoration: underline;
}

.getStarted li span.number{
    font-size: 25px;
    color: #A2B436;
}

.getStarted li{
    list-style: none outside none;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    margin: 17px 0px;
    color: #393e41;
}

.getStarted ul{
    padding-left: 0px;
    width: 450px;
    
}

#explanation-container{
    position: absolute;
    z-index: 5000;
    top: -7px;
}   

#explanation-content{
    width: 200px;
    background: #444;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    box-shadow: 0px 0 5px rgba(0,0,0,.4);   
    position: relative;
    z-index: 50;
    color: #cacaca;
    line-height: 1.5;
    text-transform: none;
    font-size: 14px;
}

#explanation-content:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent #444;
    border-color: transparent rgba(0,0,0,.8);   
    display: block;
    width: 0;
    top: 20px;
    left: -16px;
    border-width: 10px 16px 10px 0;
}

.shim{
    /* cross-browser min-width substitution
    
       Put a <div class="shim">&nbsp;</div> inside the element you want
       to hava a min-width. (http://stackoverflow.com/questions/93274/min-width-in-msie-6#93530) 
    */
    width: 300px;
    height: 0px;
    line-height: 0px;
}

#fileErrorPopup .shim{
    height: 15px;
}


#customColor{
    margin-bottom: 130px;
}

/*
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
*/

/* TODO: demasiado genérico */
fieldset{
    margin-bottom: 20px;    
}

fieldset label{
    display: block;
    font-weight: bold;
    margin-bottom: 3px; 
}

fieldset input:not([type=submit]),
fieldset textarea{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 8px;
    border: none;
    background: #f4f4f4;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
            box-shadow: 0 0 5px rgba(0,0,0,.5);
    behavior: url(../pages/css/PIE.htc);
    position:relative;
}

fieldset input:not([type="submit"]):focus, 
fieldset textarea:focus,
fieldset select:focus{
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 2px rgba(0,0,0,.5);
            box-shadow: 0 0 2px rgba(0,0,0,.5);
}

fieldset input[type=radio],
fieldset input[type=checkbox]{
    width: auto;
}

.oldie fieldset input[type=radio],
.oldie fieldset input[type=checkbox]{
    width: auto;
    background: none;
}

fieldset select{
    padding: 9px 8px 9px 8px;
    background: #f4f4f4;                  
    border: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
            box-shadow: 0 0 5px rgba(0,0,0,.5);
    behavior: url(../pages/css/PIE.htc);
    position:relative;          
}

/* Better selects for Webkit */
@media screen and (-webkit-min-device-pixel-ratio:0){
    fieldset select{
        -webkit-appearance: none;   
        padding-right: 35px;
        background: #f4f4f4 url(../img/select-icon) no-repeat right center;
    }
}

.ie8 fieldset select{
    background-image: none;
    padding-right: 8px;
}
 
 
#usernote-signup .secondary-check{
    margin-top: 183px;
}    
    
.secondary-check{
    font-size: 12px;
}

.bottom-link.ondemand{
    height: 40px;
}

.bottom-link{
    position: absolute;
    bottom: 0px;
    width: 100%;
}    

.bottom-link a {
    font-size: 12px;
    font-weight: 300;
    bottom: 2px;
    position: absolute;
}

.bottom-link img, .bottom-link-resetpassword img {
	float: right;
}

.bottom-link-resetpassword a{
   font-size: 12px;
   font-weight: 300;
   line-height: 320px;
}

.bottom-link-resetpassword{
    margin-top: 95px;
}

.boxed-form{
    /*-webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.13);
       -moz-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.13);*/
    padding: 20px;
    /*background: #fff;*/
    behavior: url(../pages/css/PIE.htc);
    position: relative;
}


fieldset input:not([type="submit"]).error, 
fieldset textarea.error,
fieldset select.error,
.newsletter input.newslt-input.error:focus
{
    outline: none;
    -webkit-box-shadow: 0 0 5px red;
       -moz-box-shadow: 0 0 5px red;
            box-shadow: 0 0 5px red;
}

label.error{
    font-weight: normal;
    color: red;
    display: inline-block;
}

.sky .rocket{
    left: 471px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 50px;
    height: 690px;
}

.sky .locks{
    left: -78px;
    overflow: hidden;
    position: absolute;
    top: 223px;
}

#usernote-login, #usernote-password, #usernote-signup{
    position: relative;
}    

#usernote-signup form{
    width: 375px;
}

.signin #usernote-login form, .signin #usernote-password form, .signin #usernote-signup form {
    width: 320px;
}

#usernote-login {
	padding: 30px 30px 10px 30px;
	background-color: #ffffff;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 10px;
    height: 400px;
    width: 320px;
}

.call{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    padding: 11px 29px;
    word-spacing: .15em;
    
    behavior: url(../pages/css/PIE.htc);
    position:relative;
}



#loginForm{
    width: 540px;
    margin: 30px auto;
    
}

#justLogo{
    width: 540px;
    margin: 0px auto;
    padding-top: 20px;
  
}

#justLogo #container{
  min-width: 0px;
}

.ie9 fieldset input[type=checkbox], .oldie fieldset input[type=checkbox]{
    padding: 0px;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
}

#passProtect .showPass {
	float: right;
	position: absolute;
	top: 10px;
	right: 16px;
	width: 25px;
	display: none;
}


/* USERTESTING CSS */

label.for-computer-test, label.for-mobile-test {
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 25px 10px 25px;
}


#justPublic{
    vertical-align: sub;
    margin: 0px 3px 0px 0px;
}

.checkTools{
    padding-bottom: 20px;
}

.helpIndent{
    padding-left: 30px;
}

.importantNote{
    background-color: #ffffbb;
    padding: 10px;
    border: 1px solid #ffddbb;
    margin-bottom: 10px; 
}

div.flat-popup {
    font-family: 'Open Sans', sans-serif;
}

.flat-popup textarea{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#secondStep{
    margin-bottom:21px;
}

.creator{
    font-size: 12px;
    line-height: 20px;
}
    
.publicLink{
    text-decoration: underline;
    font-size: 11px;
}

a.switch{
    text-decoration: none;   
}

.switchOff{
    display: inline-block;
    width: 49px;
    height: 20px;
    background-image: url(../images/icon/off@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.switchOn{
    display:inline-block;
    width: 49px;
    height: 20px;
    background-image: url(../images/icon/on@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.notifSwitch{
    padding: 2px 10px 0px 0px;
}

.arrow-bg{
    width: 56px;
    background: url(../images/widgets/show.png) 50px center no-repeat;
}    


/*  Braintree forms */

.bt .boxed-form{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    padding: 20px 34px;
    background: transparent;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    position: relative;
    
}

.bt  .submit-form{
    text-align: left;
}

.marginTop10{
    margin-top: 10px;
}  

.marginTop20{
    margin-top: 20px;
}   

.bt .fieldset input:not([type="submit"]):not([type="checkbox"]).error, 
.bt .fieldset textarea.error,
.bt .selectContainer.error,
.bt .fieldset .select2.error
{
    border: 1px solid #FF0000;
    outline: medium none;    
}


.bt .ie9 .fieldset input[type=checkbox], .oldie .fieldset input[type=checkbox]{
    padding: 0px;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
}

.bt .fieldset{
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}


.bt .fieldset input[type=radio],
.bt .fieldset input[type=checkbox]{
    width: auto;
}

.oldie .bt .fieldset input[type=radio],
.oldie .bt .fieldset input[type=checkbox]{
    width: auto;
    background: none;
}

.ie8 .bt .fieldset select{
    background-image: none;
    padding-right: 8px;
}

.bt .boxed-form input{
    margin-bottom: 27px;
    margin-top: 0px;
    width: 100%;
    -webkit-appearance: none;
}

.bt .boxed-form input.error {
	margin-bottom: 0px;
}

.bt .boxed-form input[type=checkbox]{
    -webkit-appearance: checkbox;
}

.bt .boxed-form input#cvv{
    margin-bottom: 0px;
}

.bt .boxed-form input[type=checkbox]{
    margin-bottom: 0px;
    width: auto;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #969696;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #969696;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #969696;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #969696
}

/* Form Picker Element (<select>) */
.bt .picker {
    position: relative;
    width: 468px;
    overflow: hidden;
    border: 3px solid #e5e5e5;
    border-radius: 7px;
    max-width: 100%;
    margin-bottom: 15px;
}

.bt .expDate .picker{
    margin-bottom: 0px;
}

.bt .picker:after {
    content: "\25BE";
    z-index: 0;
    position: absolute;
    right: 4%;
    top: 4%;
    color: #243030;
    font-size: 20px;
}

.bt .picker:first-child {
    margin-left: 0;
}

.bt .picker.form-control {
	border: 1px solid #cccccc; 
	border-radius:0px; 
	margin-bottom:0px; 
	width: 385px; 
	font-size: 13px; 
	padding: 0px;
}

.bt .picker.form-control.errorInput {
    border: 1px solid #ef4747;
    margin-bottom: 0;
}

.bt .picker select {
    position: relative;
    display: block;
    min-width: 100%;
    width: 105%;
    height: 34px;
    padding: 9px 5px;
    border: none;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 36px;
    color: #777777;
}


.bt h2.separator{
    padding: 0px 0px 15px 0px;
    margin-bottom: 32px;
    border-top: 0px;
}

.bt .expDate{
    width: 88px;
    float: left;
    margin-right: 14px;
}

/*
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
*/

form.bt{
    width: 472px;
    /* margin-top: 40px; new-look*/
}

.bt p{
    margin: 0px;
}

.bt .call.user, .bt .call.user:hover{
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 0px 20px;
    word-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.clearfix.confirm{
margin-bottom: 5px;
height:40px;
}

.bt .call:hover{
    text-decoration: none;
    opacity: 0.75;
}

#upgradeBlock{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    overflow: auto;
    float: left;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: auto;
}

#upgradeBlock.willBeDowngraded{
    width: auto;
	height: auto;
}

#downgradeBlock{
    font-family: 'Open Sans', sans-serif;
}

#upgradeBlock p, #upgradeBlock #usersText, #downgradeBlock p, #downgradeBlock #downgradeUsersText{
    margin-bottom: 10px;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}

#downgradeBlock p.textStandard{
    font-size: 9.5pt;
    padding-bottom: 25px;
    margin-bottom: 25px;
    
}

#upgradeBlock .separator, #downgradeBlock .separator{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 12px;
    
}

#upgradeBlock .separator img, #downgradeBlock .separator img{
    padding-bottom: 8px;
    padding-right: 10px;
}

#upgradeBlock .separator img {
	width: 26px;
	height: 26px;
}

.professional #upgradeBlock p img {
	width: 30px;
	height: 37px;
}

.jcolor{
    color: #A2B436;
}    

#currentSubscription, #upgradeTo{
    float: left;
    width: 265px;
}

#willBeDowngraded{
   float: left;
    width: 400px;
    border-left: 1px solid #c3c3c3;
    padding-left: 50px;
    margin-left: 40px;
    height: 230px;
}

#willBeDowngraded p.textStandard{
    font-size: 10pt;
    margin-top: -10px;
}    

#currentSubscription{
    width: 260px;
}

#upgradeTo{
    border-left: 1px solid #c3c3c3;
    padding-left: 50px;
    margin-left: 40px;
}

#arrow{
    position: absolute;
    top: 114px;
    left: 280px;
}

#upgradeBlock.willBeDowngraded #arrow{
    top: 80px;
}

#upgradeBlock p.subscriptionPrice, #downgradeBlock p.subscriptionPrice {   
    font-size: 22.5pt;
}

#downgradeBlock p.subscriptionPrice {
    padding-top: 10px;
}

#plusButton, #minusButton, #downgradePlusButton, #downgradeMinusButton{
    float: left;
    cursor: pointer;
}

#upgradeBlock #plusButton img, #downgradeBlock #downgradePlusButton img{
    padding-right: 6px;
    padding-bottom: 0px;
}

#upgradeBlock #minusButton img, #downgradeBlock #downgradeMinusButton img{
    padding-right: 0px;
    padding-bottom: 0px;
}

#plusButton, #downgradePlusButton{
    padding-left: 26px;
}

#usersText, #downgradeUsersText{
    float: left;
    display: block;
}

#ad{
    background-image: url("../images/widgets/box_upgrade.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: none;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 11pt;
    font-weight: 600;
    height: 81px;
    margin-left: 15px;
    margin-top: 55px;
    padding: 5px 0px 32px 32px;
    width: 200px;
}

#upgradeBlock .boxTitle{
    font-size: 15px;
    padding-bottom:26px;
}

#upgradeButton, #upgradeLicButton, #undoDowngradeButton, #contactUpgradeProfessional {
    width: 190px;
    height: 40px;
    margin-top: 30px;
    background-color: #333333;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
}

#upgradeButton.working, .buttons.working #bigButton, #cancelling.working{
    background: transparent url(../images/layout/working.gif) no-repeat center center;
}    

#upgradeButton.working span.right{
    display: none;
}    

.narrow-contents .buttons.working{
    height: auto;
    width: auto;
}

.button-flat#undoDowngradeButton.working{
    background: #FFFFFF url(../images/layout/working.gif) no-repeat center center ;
}    

#bigButton{
    background-color: black;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 28px 10px 0 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    width: auto;
    padding: 0px 20px;
}

#bigButton a{
    color: #ffffff;
}    

#adUsersDiv, #adSavingsDiv{
    float: left;
}    

#ad #adSavingsDiv{
}

#adSavingsDiv{
    line-height: 1.7em;
    padding-left: 15px;
    margin-top:15px;
}

#adSavingsDiv .jcolor{
    color: #A2B436;
    font-size: 22pt;
    font-weight: 400;
    margin-top: 3px;
}    

#adSavingsDiv div{
    text-align: center;
}    

#adUsersDiv{
    border-right: 1px solid #C7C7C7;
    height: 74px;
    padding-right: 13px;
    margin-top: 17px;
}

#adUsersDiv div{
    margin-bottom: 8px;
}    

#adUsers{
    padding-left: 6px;
    background-image: url("../images/widgets/greenDot.png");
    background-position: 6px 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 17pt;
    font-weight: 400;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
}
    
.floatLeft{
    float: left;
}

.floatRight {
	float: right;
}

.cancelLink{
    padding-top: 12px;
    padding-bottom: 20px;
    text-decoration: underline;
    display: inline-block;
}

#usersText{
    width: 180px;
}
    
.bt .page #ajaxbutton.separator {
    border-top: 1px solid #DFDFDF;
    padding-top: 22px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: none;
}

#downgradeBlock.page .textStandard {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#adUsersDiv div.adUsersText{
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
}

#adUsersDiv div.floatLeft, #adUsersDiv div.clearfix{
    margin-bottom: 0px;
}

#upgradeDiscountText {
    bottom: 107px;
    /*float: right;*/
    font-size: 13px;
    right: 140px;
    position: absolute;
    font-weight: 600;
}

.subscription #upgradeDiscountText {
    right: 137px;
}

.contact-users-up,
.contact-users-down {
    cursor: pointer;
    left: 360px;
    position: absolute;
    width: 15px;
    height: 15px;
}

.contact-users-up#up {
	top: 12px;
	background-image: url('../images/icon/spinner-up-arrow@2x.png');
	background-size: 15px 9px;
	background-repeat: no-repeat;
}

.contact-users-down#down {
	top: 27px;
	background-image: url('../images/icon/spinner-down-arrow@2x.png');
	background-size: 15px 9px;
	background-repeat: no-repeat;
}

input[type="file"]{
    line-height: 0;
    font-size: 12px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    left:0;
}

.puContent .add-file-btn, .puContentBig .add-file-btn{
    font-size: 12px;
}    

.add-file-btn{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    text-align:center;
    background-color:#b5b5b5;
    color:#fff;
    display:block;
    width:104px;
    height:35px;
    font-size:12px;
    font-weight: 600;
    line-height:35px;
    float:left;
    margin-right: 15px;
}

.file-path{
    padding-top: 8px;
}    


#pictureContainer {
    left: 20px;
    position: absolute;
    top: 460px;
}

#pictureContainer.onsite{
    top: 560px;
}

#pictureContainer.signUpForm{
    top: 520px;
}

#pictureContainer .removePicture{
    color: #393E41;
    font-size: 12px;
    padding-left: 20px;
}

#userPicture {
	padding: 5px;
	background-color: white;
	border-radius: 0px;
	height: 133px;
	width: 133px;
	border: 1px solid #cdcdcd;
	margin: 0px;
    position: absolute;
    right: 155px;
    top: 40px;
}

#userPicture #hasPicture,
#userPicture .noimage #pictureImage {
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

#userPicture .noimage {
    height: 133px;
    position: relative;
    width: 133px;
    z-index: 0;
    margin: 0px;
	background-image: url("../images/icon/upload-picture-profile@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 42px 37px;
}

#userPicture img,
#userPicture #pictureImage {
	width: 133px;
    height: 133px;
    object-fit: contain;
}

#pictureContainer #pictureImage {
    border-radius: 70px;
    height: 138px;
    width: 138px;
}

.userPictureMedium{
   	border-radius: 26px;
    height: 52px;
    padding: 0;
    vertical-align: initial;
    width: 52px;
    object-fit: contain;
}

.form.list .userPictureMedium {
	vertical-align: middle;
}

#username_logoff .userPicture img {
    width: 43px;
    height: 43px;
    border-radius: 21px;
    padding: 0px;
    object-fit: contain;
}

#username_logoff .userPicture {
    padding-left: 17px;
    padding-right: 12px;
}    

#username_logoff .separator{
    border-right: 1px solid #c9d2d7;
    float: left;
    height: 32px;
    margin-left: 20px;
    margin-top: 6px;
}    

.memberSmall.userPictureSmall img:not(.gravatar){
    margin: 0px 5px 4px 6px;
}

.memberSmall .inviteNames {
	display: inline-block;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 80%;
}    

.userPictureSmall > img {
    width:  30px;
    height: 30px;
    border-radius:17px;
    padding: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    object-fit: contain;
}

.dialogTitle {
    color: #393E41;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: -5px;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.errorPopup.dialogTitle {
	margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 800;
}

.leftColumn{
    float: left;
    width: 570px;
}

.rightColumn{
    float: left;
    width: 378px;
    height: 520px;
    padding-left: 20px;
    border-left: 1px solid #e3e3e3;
    overflow: auto;
}

.leftColumn input {
    margin-bottom: 20px;
    width: 535px;
}

.leftColumn textarea {
    height: 180px;
    width: 521px;
    margin-bottom: 20px;
}

.leftColumn input.errorInput {
    margin-bottom: 0px;
}

.twoColumnContainer{
    width: 971px;
}

input[type="checkbox"] {
    /*display:none;*/
}

input[type="checkbox"] + label span {
    /*display:inline-block;
    width:13px;
    height:13px;
    margin: 16px 10px 0 0;
    background:url(../images/icon/checkbox.png) left top no-repeat;
    float: right;*/
}

.projectName input[type="checkbox"] + label span{
    /*margin-top: 9px;*/
}

input[type="checkbox"]:checked + label span {
    /*background:url(../images/icon/checkbox.png) -27px top no-repeat;*/
}

.projectName label{
    display: inline-block;
    line-height: 31px;
    width: 100%;
}

.boxed-form input[type="checkbox"] + label span, input[type="checkbox"].square + label span {
    margin: 0 7px -2px 0;
    background:url(../images/icon/checkbox2.png) left top no-repeat;
    float: none;
}

.boxed-form input[type="checkbox"]:checked + label span, input[type="checkbox"]:checked.square + label span {
    /*background:url(../images/icon/checkbox2.png) -27px top no-repeat;*/
}


.pageButtonArea{
    margin-top:35px;
    margin-bottom: 35px;
}

.pageButtonArea #ajaxbutton{
    display: inline-block;
}    

.styleGreen{
    color: #A2B436;
}

.styleGreen14px{
    font-size: 14px;
    color: #A2B436;
}

.text13{
    font-size: 13px;
}    

.regular{
    font-weight: 400;
}

.light{
    font-weight: 300;
}
    
#pictureFile {
    height: 140px;
    width: 140px;
    margin: 0px;
	z-index: 3;
	overflow: hidden;
}

#pictureImg {
	padding: 5px;
	background-color: white;
	border-radius: 0px;
	height: 133px;
	width: 133px;
	border: 1px solid #cdcdcd;
	margin: 0px;
}

#pictureImg img {
	margin: 0 auto;
    width: 133px;
    height:133px;
    object-fit: contain;
}

#userPicture .removePicture {
	width: 25px;
	height: 25px;
	z-index: 4;
}

.centerPicture {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.inviteUsers label{
    font-size: 14px;
    color: #393e41;
    font-weight: 600;
    padding-bottom: 8px;
    display :inline-block;
}    

.link.separator{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

#topBgFix{
    top: 0px;
    position: fixed;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 118px;
}

#accountSelector .select2 {
	border: 1px solid #e4e7eb;
	border-radius: 5px;
	height: 36px;
}

#ajaxbutton.regButton.call.user.working, #ajaxbutton.working .regButton.call.user, #braintreeButton.working{
    background: transparent url(../images/layout/working.gif) no-repeat center center;
    border: 0px;
    color: transparent;
}

#ajaxbutton.regButton.call.user.working + .secondAction, #ajaxbutton.working .regButton.call.user + .secondAction{
    display: none;
}

.editor{
    height: 50px;
    border-bottom: 0px;
    cursor: auto;
}

.editorText{
    width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #313131;
}

.editorText img.userPictureMedium{
    margin-left: 0px;
    vertical-align: middle;
}

.editor .removeReviewer, .editor .resendInvitation, .editor .removeReviewer img, .editor .resendInvitation img{
    margin-right: 0px;
}

.search{
    position: relative;
    display: inline-block;
}
    
.search .form-control:focus{
	border: none;
    border-bottom: 1px solid #c5c5c5;
}
    
.search .form-control {
    background-color: #ffffff;
    border: none;
    height: 25px;
    outline: medium none;
    position: absolute;
    right: 0;
    width: 100px;
    padding-left: 40px;
    background: rgba(0, 0, 0, 0) url("../images/icon/searchbar-icon.png") no-repeat scroll 12px 10px;
    border-left: 1px solid #c5c5c5;
}

.form-control {
    height: 40px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #2b2b2b;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
}
    .form-control __placeholder {
        color: #a1a5b7;
    }
    

.search #searchButton {
	background-color: black;
    border: medium none;
    color: white;
    display: none;
    font-size: 10px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 8px;
}

.i-loupe {    
    height: 30px;
    width: 30px;
    color: rgba(0, 0, 0, 0);
    font: 0px/0 a;
    background: url("../images/sprite.png") no-repeat scroll -300px -100px rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
}

.sort-control{
    width: 100px;
    display: inline-block;
    position: absolute;
}

.sort-control .selectContainer {
    border: 2px solid #A2B436;
    line-height: 41px;
    width: 175px;
    background-position: 150px;
}

.sort-control .selectContainer select{
    width: 210px;
    outline: none;
}

.form .form-control{
    /*margin-bottom: 20px;*/
}

.license.add-file-btn {
    width: auto;
    padding: 0px 10px;
}

.downloadImage {
    margin-top: 60px;
}

.downloadBanner {
    background: url(../images/widgets/download@2x.png) center center no-repeat;
    width:158px;
    height:117px;
    background-size: 158px 117px;
    margin-left: -4px;
}

#closeCross{
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 22px;
}

.owner{
    color: #ef4747;
    font-weight: 400;
}    

.expanded{
    width: 16px;
    height: 12px;
    background-image: url(../images/icon/selectArrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0px 3px;
}

.collapsed{
    /*width: 16px;
    height: 12px;
    background: url(../images/icon/selectArrow2.png) left center no-repeat;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 3px 0px;*/
}

.projectName.notification{
    display: inline-block;
}

.title.notification{
    display:block;
    margin-bottom: 25px;
}

.toggle.notification{
    float:right;
    margin-right:30px;
    margin-top:16px;
    font-size: 12px;
    margin-bottom: 25px;
}

.lock {
	bottom: 30px;
    position: absolute;
    right: 20px;
}

.col-left-img {
	position: relative;
	height: 328px;
}

.marginTop15 {
	margin-top: 15px;
}

#invoiceTable {
	width: 100%;
	border: 1px solid #e5e9eb;
	margin-top: 25px;
}

#invoiceTable tr {
	height: 40px;
}

#invoiceTable tr:first-child{
	background-color: #e5e9eb;
}

#invoiceTable td {
	border-right: 1px solid #e5e9eb;
	padding-left: 22px;
	font-size: 12px;
	color: #868686;
}

#invoiceTable tr:first-child td {
	color: #333333;
	font-size: 13px;
	font-weight: 500;
}

.rzContents {
	width: auto;
	height: auto;
	background-color:#ffffff;
    z-index:1002;
    /*padding: 0px 25px 0px 15px;*/
}

.rzContents .selectContainer {
	background: #ffffff url("../images/icon/selectArrow.png") no-repeat scroll 210px center;
}

.popupTitle {
	font-size: 18px;
	font-weight: 800;
	margin-top: 10px;
	line-height:22px;
}

.popupMessage{
    font-size:12.7px;
    min-height: 70px;
}

.capitalTitle {
	font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 19px;
    margin-top: 0px;
    font-family: "Jim Sans Light";
    text-align: center;
    text-transform: uppercase;
}

.info-bold {
	font-size: 17px;
	margin-top: 20px;
}

.info-big .floatRight {
    float: right;
    width: 150px;
    text-align: end;
    padding-right: 40px;
    font-size:17px;
}

.info-big .floatLeft {
	font-size:17px;
}

#renewPrice {
	color: black;
	font-weight:600;
	font-size: 17px;
}

.member .userInfo .ownerText {
	font-size: 12px; 
	color: red; 
	display:inline-block;
}

.member .userInfo .developerText {
    font-size: 12px; 
    color: #9c70bf; 
    display:inline-block;
}

.member .userTags .readOnly.ownerText{
    color: white;
    background-color: #f74f5d;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 400;
	letter-spacing: 0px;
}

.member .userTags {
    float: right;
    position: absolute;
    right: 10px;
    top: 14px;
    display:inline-block;
}

.member .userTags .readOnly.developerText{
    color: white;
    background-color: #9c70bf; 
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
}

.account .accountTab {
	background-color: white;
    display: inline-block;
    height: 20px;
    cursor: pointer;
    width: 49.5%;
    text-align: center;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 8px;
    color: #969696;
    font-size: 12px;
    font-weight: 400;
}

.account .accountTab.selected {
	border-bottom: 2px solid #A2B436;
	color: #222;
	font-weight: 600;
}

.member .removeUsersForm {
    float: right;
}    
    
.member .removeUsers {
	background-color: transparent;
    border: medium none;
    color: #222;
    cursor: pointer;
    font-family: Lato;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    top: -22px;
}

.form.account #box {
	background-color:#f3f3f3; 
	width: 850px; 
	height: 355px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.form.account #modifyAccountForm label{
  margin-top: 2px;
}

.form.account .ellipsisText {
	display:block; 
	overflow: hidden; 
	text-overflow: ellipsis;
	padding-right: 10px;
	white-space: nowrap;
}

.form.account #currentAccountForm {
	float:left; 
	border: 2px solid #A2B436; 
	border-radius: 5px; 
	background-color: white; 
	padding-left: 25px; 
	margin: 20px 20px 20px 25px; 
	padding-right: 25px;
}

.form.account #currentAccountForm .readText {
	height: 36px; 
	line-height: 36px; 
	margin-bottom: 11px; 
	margin-left: 0; 
	width: 155px; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.form.account #modifyAccountForm input {
	height: 34px;
}

.form.account #modifyAccountForm select {
	width: 197px;
}

.accountSection.professional #upgradeBlock {
	width: 96%; 
	height:200px; 
	margin-top:0px;
}

.accountSection.professional .separator {
	padding-top: 75px; 
	position: absolute; 
	width: 92%;
}

.accountSection.professional #professionalUsers {
	background-color: #A2B436;
    border-radius: 22px;
    color: white;
    font-size: 25px;
    font-weight: 600;
    margin-left: 10px;
    padding: 2px 12px;
}

.accountSection.professional #upgradeTo {
	background-color: white;
    border: medium none;
    box-shadow: 0 0 15px #dddddd;
    margin-left: 40px;
    margin-top: 19px;
    padding: 29px;
    text-align: center;
    position:relative;
}

.accountSection.professional #contactUpgradeProfessional {
	float: none;
    margin: 0 auto;
    width:120px;
}

.initDB .selectContainer select {
    width: 360px;
    font-size: 13px;
    color: #969696;
}

.initDB input {
	margin-bottom: 15px;
    width: 94% !important;
}

.initDB #authType-field .select2{
  margin-bottom: 15px !important;
}

.initDB .selectContainer {
	background: #ffffff url("../images/icon/selectArrow.png") no-repeat scroll 300px center;
  margin-top: 0;
  width: 320px;
}

.configLicense {
	background-color: white;
	padding: 35px 30px;
	font-size: 12px;
}

.configLicense #leftcol {
	float:left; 
	padding-right:30px; 
	border-right:1px solid #c5c5c5; 
	width:305px;
}

.configLicense #rightcol {
	float:left; 
	padding-left: 35px;
	padding-top: 5px;
}

.configLicense #leftcol .margin,
.configLicense #rightcol .margin {
	margin-bottom:45px;
}

.configLicense #leftcol > div > div {
	padding-left: 60px;
    padding-top: 5px;
}

.configLicense span {
	text-transform: uppercase;
	font-weight: bold;
}

.thanks {
	padding: 60px 110px 40px;
    text-align: center;
}

.thanks #heartLogo {
	background-image: url("../images/icon/thanks-hearth-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 42px 38px;
	width: 42px;
	height: 38px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.thanks span {
    font-size: 27px;
    font-weight: 900;
}

.thanks #title {
    color: #969696;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

.thanks #message {
    color: #969696;
    font-weight: 300;
    margin: 0 auto 50px;
    padding-top: 8px;
    text-align: center;
}

.thanks .secondAction {
	color: black;
}

#emptyResults {
	background-image: url("../images/icon/noresults-img@2x.png");
	background-repeat: no-repeat;
	background-size: 115px 116px;
	width: 100%;
    height: 350px;
    background-position: center center;
}

#userList {
	display: none; 
	height: 70px; 
	padding: 7px; 
	border: 1px solid #d5d5d5; 
	margin-top: 10px; 
	overflow: auto;
}

#viewMore {
	cursor: pointer;
	-moz-user-select: none;
	user-select:none;
	font-weight: 400;
	color: #969696;
	text-decoration: underline;
}

.hosted-field{
  height: 43px;
  border: 1px solid #cdcdcd;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;    
  webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: 6px 12px;      
}

.hosted-field.error{
  border: 1px solid #ef4747;
}

div.hosted-field.braintree-hosted-fields-focused{
  border-color: #A2B436;
  outline: none;
}


.loading {
  background-color: transparent;
  font-size: 0px;
  background-image: url("../images/web/loading-anim@2x.gif");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 35%;
  width: 90px;
  display: inline-block;
  height: 17px;
  line-height: 17px;
}

.invoiceNumber, .invoiceFile {
  display:none;
}

.bigToken {
  font-size: 56px;
  text-align: center;
  border: 2px solid #e2e2e2;
  margin: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}


.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

/*NEW */

/*.card {
    border: 0;
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02)
}

    .card .card-header {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        min-height: 70px;
        padding: 0 2.25rem;
        background-color: transparent;
        border-bottom: 1px solid #eff2f5
    }

        .card .card-header .card-title {
            display: flex;
            align-items: center;
            margin: .5rem;
            margin-left: 0
        }

            .card .card-header .card-title.flex-column {
                align-items: flex-start;
                justify-content: center
            }

            .card .card-header .card-title .card-icon {
                margin-right: .75rem;
                line-height: 0
            }

                .card .card-header .card-title .card-icon i {
                    font-size: 1.25rem;
                    color: #7e8299;
                    line-height: 0
                }

                    .card .card-header .card-title .card-icon i:after, .card .card-header .card-title .card-icon i:before {
                        line-height: 0
                    }

                .card .card-header .card-title .card-icon .svg-icon svg {
                    height: 24px;
                    width: 24px
                }

                    .card .card-header .card-title .card-icon .svg-icon svg [fill]:not(.permanent):not(g) {
                        transition: fill .3s ease;
                        fill: #7e8299
                    }

                    .card .card-header .card-title .card-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
                        transition: fill .3s ease
                    }

            .card .card-header .card-title, .card .card-header .card-title .card-label {
                font-weight: 500;
                font-size: 1.275rem;
                color: #181c32
            }

                .card .card-header .card-title .card-label {
                    margin: 0 .75rem 0 0;
                    flex-wrap: wrap
                }

                .card .card-header .card-title .small, .card .card-header .card-title small {
                    color: #a1a5b7;
                    font-size: 1rem
                }

                .card .card-header .card-title .h1, .card .card-header .card-title .h2, .card .card-header .card-title .h3, .card .card-header .card-title .h4, .card .card-header .card-title .h5, .card .card-header .card-title .h6, .card .card-header .card-title h1, .card .card-header .card-title h2, .card .card-header .card-title h3, .card .card-header .card-title h4, .card .card-header .card-title h5, .card .card-header .card-title h6 {
                    margin-bottom: 0
                }

        .card .card-header .card-toolbar {
            display: flex;
            align-items: center;
            margin: .5rem 0;
            flex-wrap: wrap
        }

    .card .card-body {
        padding: 2rem 2.25rem
    }

    .card .card-footer {
        padding: 2rem 2.25rem;
        background-color: transparent;
        border-top: 1px solid #eff2f5
    }

    .card .card-scroll {
        position: relative;
        overflow: auto
    }

    .card.card-px-0 .card-body, .card.card-px-0 .card-footer, .card.card-px-0 .card-header {
        padding-left: 0;
        padding-right: 0
    }

    .card.card-py-0 .card-body, .card.card-py-0 .card-footer, .card.card-py-0 .card-header {
        padding-top: 0;
        padding-bottom: 0
    }

    .card.card-p-0 .card-body, .card.card-p-0 .card-footer, .card.card-p-0 .card-header {
        padding: 0
    }

    .card.card-dashed {
        box-shadow: none;
        border: 1px dashed #e4e6ef
    }

        .card.card-dashed > .card-header {
            border-bottom: 1px dashed #e4e6ef
        }

        .card.card-dashed > .card-footer {
            border-top: 1px dashed #e4e6ef
        }

    .card.card-bordered {
        box-shadow: none;
        border: 1px solid #eff2f5
    }

    .card.card-flush > .card-header {
        border-bottom: 0
    }

    .card.card-flush > .card-footer {
        border-top: 0
    }

    .card.card-shadow {
        box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
        border: 0
    }

    .card.card-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }

    .card.card-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }

    .card.card-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }

    .card.card-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }

    .card.card-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }

    .card .card-header-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch
    }

        .card .card-header-stretch .card-toolbar {
            margin: 0;
            align-items: stretch
        }

@media (min-width:576px) {
    .card.card-sm-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }

    .card.card-sm-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }

    .card.card-sm-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }

    .card.card-sm-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }

    .card.card-sm-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }

    .card .card-header-sm-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch
    }

        .card .card-header-sm-stretch .card-toolbar {
            margin: 0;
            align-items: stretch
        }
}

@media (min-width:768px) {
    .card.card-md-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }

    .card.card-md-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }

    .card.card-md-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }

    .card.card-md-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }

    .card.card-md-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }

    .card .card-header-md-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch
    }

        .card .card-header-md-stretch .card-toolbar {
            margin: 0;
            align-items: stretch
        }
}

@media (min-width:992px) {
    .card.card-lg-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }

    .card.card-lg-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }

    .card.card-lg-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }

    .card.card-lg-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }

    .card.card-lg-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }

    .card .card-header-lg-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch
    }

        .card .card-header-lg-stretch .card-toolbar {
            margin: 0;
            align-items: stretch
        }
}

@media (min-width:1200px) {
    .card.card-xl-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }

    .card.card-xl-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }

    .card.card-xl-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }

    .card.card-xl-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }

    .card.card-xl-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }

    .card .card-header-xl-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch
    }

        .card .card-header-xl-stretch .card-toolbar {
            margin: 0;
            align-items: stretch
        }
}

@media (min-width:1400px) {
    .card.card-xxl-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }

    .card.card-xxl-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }

    .card.card-xxl-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }

    .card.card-xxl-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }

    .card.card-xxl-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }

    .card .card-header-xxl-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch
    }

        .card .card-header-xxl-stretch .card-toolbar {
            margin: 0;
            align-items: stretch
        }
}

.card-p {
    padding: 2rem 2.25rem !important
}

.card-px {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important
}

.card-shadow {
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02)
}

.card-py {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.card-rounded {
    border-radius: .475rem
}

.card-rounded-start {
    border-top-left-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.card-rounded-end {
    border-top-right-radius: .475rem;
    border-bottom-right-radius: .475rem
}

.card-rounded-top {
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem
}

.card-rounded-bottom {
    border-bottom-left-radius: .475rem;
    border-bottom-right-radius: .475rem
}

@media (max-width:767.98px) {
    .card > .card-header:not(.flex-nowrap) {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}


.flex-root {
    flex: 1
}

.flex-column-auto {
    flex: none
}

.flex-column-fluid {
    flex: 1 0 auto
}

.flex-row-auto {
    flex: 0 0 auto
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0
}

.flex-center {
    justify-content: center;
    align-items: center
}

.flex-stack {
    justify-content: space-between;
    align-items: center
}

@media (min-width:576px) {
    .flex-sm-root {
        flex: 1
    }

    .flex-sm-column-auto {
        flex: none
    }

    .flex-sm-column-fluid {
        flex: 1 0 auto
    }

    .flex-sm-row-auto {
        flex: 0 0 auto
    }

    .flex-sm-row-fluid {
        flex: 1 auto;
        min-width: 0
    }

    .flex-sm-center {
        justify-content: center;
        align-items: center
    }

    .flex-sm-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:768px) {
    .flex-md-root {
        flex: 1
    }

    .flex-md-column-auto {
        flex: none
    }

    .flex-md-column-fluid {
        flex: 1 0 auto
    }

    .flex-md-row-auto {
        flex: 0 0 auto
    }

    .flex-md-row-fluid {
        flex: 1 auto;
        min-width: 0
    }

    .flex-md-center {
        justify-content: center;
        align-items: center
    }

    .flex-md-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:992px) {
    .flex-lg-root {
        flex: 1
    }

    .flex-lg-column-auto {
        flex: none
    }

    .flex-lg-column-fluid {
        flex: 1 0 auto
    }

    .flex-lg-row-auto {
        flex: 0 0 auto
    }

    .flex-lg-row-fluid {
        flex: 1 auto;
        min-width: 0
    }

    .flex-lg-center {
        justify-content: center;
        align-items: center
    }

    .flex-lg-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:1200px) {
    .flex-xl-root {
        flex: 1
    }

    .flex-xl-column-auto {
        flex: none
    }

    .flex-xl-column-fluid {
        flex: 1 0 auto
    }

    .flex-xl-row-auto {
        flex: 0 0 auto
    }

    .flex-xl-row-fluid {
        flex: 1 auto;
        min-width: 0
    }

    .flex-xl-center {
        justify-content: center;
        align-items: center
    }

    .flex-xl-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:1400px) {
    .flex-xxl-root {
        flex: 1
    }

    .flex-xxl-column-auto {
        flex: none
    }

    .flex-xxl-column-fluid {
        flex: 1 0 auto
    }

    .flex-xxl-row-auto {
        flex: 0 0 auto
    }

    .flex-xxl-row-fluid {
        flex: 1 auto;
        min-width: 0
    }

    .flex-xxl-center {
        justify-content: center;
        align-items: center
    }

    .flex-xxl-stack {
        justify-content: space-between;
        align-items: center
    }
}

.flex-equal {
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0
}

.shadow-xs {
    box-shadow: 0 .1rem .75rem .25rem rgba(0,0,0,.05)
}


.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075) !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.mb-7 {
    margin-bottom: 1.75rem !important
}

.mb-8 {
    margin-bottom: 2rem !important
}

.mb-9 {
    margin-bottom: 2.25rem !important
}

.mb-10 {
    margin-bottom: 2.5rem !important
}

.mb-11 {
    margin-bottom: 2.75rem !important
}

.mb-12 {
    margin-bottom: 3rem !important
}

.mb-13 {
    margin-bottom: 3.25rem !important
}

.mb-14 {
    margin-bottom: 3.5rem !important
}

.mb-15 {
    margin-bottom: 3.75rem !important
}

.mb-16 {
    margin-bottom: 4rem !important
}

.mb-17 {
    margin-bottom: 4.25rem !important
}

.mb-18 {
    margin-bottom: 4.5rem !important
}

.mb-19 {
    margin-bottom: 4.75rem !important
}

.mb-20 {
    margin-bottom: 5rem !important
}

.mb-auto {
    margin-bottom: auto !important
}


.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.p-7 {
    padding: 1.75rem !important
}

.p-8 {
    padding: 2rem !important
}

.p-9 {
    padding: 2.25rem !important
}

.p-10 {
    padding: 2.5rem !important
}

.p-11 {
    padding: 2.75rem !important
}

.p-12 {
    padding: 3rem !important
}

.p-13 {
    padding: 3.25rem !important
}

.p-14 {
    padding: 3.5rem !important
}

.p-15 {
    padding: 3.75rem !important
}

.p-16 {
    padding: 4rem !important
}

.p-17 {
    padding: 4.25rem !important
}

.p-18 {
    padding: 4.5rem !important
}

.p-19 {
    padding: 4.75rem !important
}

.p-20 {
    padding: 5rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important
}

.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important
}

.px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.px-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important
}

.px-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important
}

.px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important
}

.px-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important
}

.px-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important
}

.px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.px-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important
}

.px-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

.px-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important
}

.px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important
}

.py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
}

.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.py-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important
}

.py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pt-5 {
    padding-top: 1.25rem !important
}

.pt-6 {
    padding-top: 1.5rem !important
}

.pt-7 {
    padding-top: 1.75rem !important
}

.pt-8 {
    padding-top: 2rem !important
}

.pt-9 {
    padding-top: 2.25rem !important
}

.pt-10 {
    padding-top: 2.5rem !important
}

.pt-11 {
    padding-top: 2.75rem !important
}

.pt-12 {
    padding-top: 3rem !important
}

.pt-13 {
    padding-top: 3.25rem !important
}

.pt-14 {
    padding-top: 3.5rem !important
}

.pt-15 {
    padding-top: 3.75rem !important
}

.pt-16 {
    padding-top: 4rem !important
}

.pt-17 {
    padding-top: 4.25rem !important
}

.pt-18 {
    padding-top: 4.5rem !important
}

.pt-19 {
    padding-top: 4.75rem !important
}

.pt-20 {
    padding-top: 5rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: .75rem !important
}

.pe-4 {
    padding-right: 1rem !important
}

.pe-5 {
    padding-right: 1.25rem !important
}

.pe-6 {
    padding-right: 1.5rem !important
}

.pe-7 {
    padding-right: 1.75rem !important
}

.pe-8 {
    padding-right: 2rem !important
}

.pe-9 {
    padding-right: 2.25rem !important
}

.pe-10 {
    padding-right: 2.5rem !important
}

.pe-11 {
    padding-right: 2.75rem !important
}

.pe-12 {
    padding-right: 3rem !important
}

.pe-13 {
    padding-right: 3.25rem !important
}

.pe-14 {
    padding-right: 3.5rem !important
}

.pe-15 {
    padding-right: 3.75rem !important
}

.pe-16 {
    padding-right: 4rem !important
}

.pe-17 {
    padding-right: 4.25rem !important
}

.pe-18 {
    padding-right: 4.5rem !important
}

.pe-19 {
    padding-right: 4.75rem !important
}

.pe-20 {
    padding-right: 5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.pb-5 {
    padding-bottom: 1.25rem !important
}

.pb-6 {
    padding-bottom: 1.5rem !important
}

.pb-7 {
    padding-bottom: 1.75rem !important
}

.pb-8 {
    padding-bottom: 2rem !important
}

.pb-9 {
    padding-bottom: 2.25rem !important
}

.pb-10 {
    padding-bottom: 2.5rem !important
}

.pb-11 {
    padding-bottom: 2.75rem !important
}

.pb-12 {
    padding-bottom: 3rem !important
}

.pb-13 {
    padding-bottom: 3.25rem !important
}

.pb-14 {
    padding-bottom: 3.5rem !important
}

.pb-15 {
    padding-bottom: 3.75rem !important
}

.pb-16 {
    padding-bottom: 4rem !important
}

.pb-17 {
    padding-bottom: 4.25rem !important
}

.pb-18 {
    padding-bottom: 4.5rem !important
}

.pb-19 {
    padding-bottom: 4.75rem !important
}

.pb-20 {
    padding-bottom: 5rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: .75rem !important
}

.ps-4 {
    padding-left: 1rem !important
}

.ps-5 {
    padding-left: 1.25rem !important
}

.ps-6 {
    padding-left: 1.5rem !important
}

.ps-7 {
    padding-left: 1.75rem !important
}

.ps-8 {
    padding-left: 2rem !important
}

.ps-9 {
    padding-left: 2.25rem !important
}

.ps-10 {
    padding-left: 2.5rem !important
}

.ps-11 {
    padding-left: 2.75rem !important
}

.ps-12 {
    padding-left: 3rem !important
}

.ps-13 {
    padding-left: 3.25rem !important
}

.ps-14 {
    padding-left: 3.5rem !important
}

.ps-15 {
    padding-left: 3.75rem !important
}

.ps-16 {
    padding-left: 4rem !important
}

.ps-17 {
    padding-left: 4.25rem !important
}

.ps-18 {
    padding-left: 4.5rem !important
}

.ps-19 {
    padding-left: 4.75rem !important
}

.ps-20 {
    padding-left: 5rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-2 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-3 {
    font-size: calc(1.26rem + .12vw) !important
}

.fs-4 {
    font-size: 1.25rem !important
}

.fs-5 {
    font-size: 1.15rem !important
}

.fs-6 {
    font-size: 1.075rem !important
}

.fs-7 {
    font-size: .95rem !important
}

.fs-8 {
    font-size: .85rem !important
}

.fs-9 {
    font-size: .75rem !important
}

.fs-10 {
    font-size: .5rem !important
}

.fs-base {
    font-size: 1rem !important
}

.fs-fluid {
    font-size: 100% !important
}

.fs-2x {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-2qx {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-2hx {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2tx {
    font-size: calc(1.4rem + 1.8vw) !important
}

.fs-3x {
    font-size: calc(1.425rem + 2.1vw) !important
}

.fs-3qx {
    font-size: calc(1.45rem + 2.4vw) !important
}

.fs-3hx {
    font-size: calc(1.475rem + 2.7vw) !important
}

.fs-3tx {
    font-size: calc(1.5rem + 3vw) !important
}

.fs-4x {
    font-size: calc(1.525rem + 3.3vw) !important
}

.fs-4qx {
    font-size: calc(1.55rem + 3.6vw) !important
}

.fs-4hx {
    font-size: calc(1.575rem + 3.9vw) !important
}

.fs-4tx {
    font-size: calc(1.6rem + 4.2vw) !important
}

.fs-5x {
    font-size: calc(1.625rem + 4.5vw) !important
}

.fs-5qx {
    font-size: calc(1.65rem + 4.8vw) !important
}

.fs-5hx {
    font-size: calc(1.675rem + 5.1vw) !important
}

.fs-5tx {
    font-size: calc(1.7rem + 5.4vw) !important
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #eff2f5
}

    .separator.separator-dotted {
        border-bottom-style: dotted;
        border-bottom-color: #e4e6ef
    }

    .separator.separator-dashed {
        border-bottom-style: dashed;
        border-bottom-color: #e4e6ef
    }



label {
    display: inline-block
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.g-0, .gx-0 {
    --bs-gutter-x: 0rem
}

.g-0, .gy-0 {
    --bs-gutter-y: 0rem
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 0.75rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 0.75rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 1.25rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 1.25rem
}

.g-6, .gx-6 {
    --bs-gutter-x: 1.5rem
}

.g-6, .gy-6 {
    --bs-gutter-y: 1.5rem
}

.g-7, .gx-7 {
    --bs-gutter-x: 1.75rem
}

.g-7, .gy-7 {
    --bs-gutter-y: 1.75rem
}

.g-8, .gx-8 {
    --bs-gutter-x: 2rem
}

.g-8, .gy-8 {
    --bs-gutter-y: 2rem
}

.g-9, .gx-9 {
    --bs-gutter-x: 2.25rem
}

.g-9, .gy-9 {
    --bs-gutter-y: 2.25rem
}

.g-10, .gx-10 {
    --bs-gutter-x: 2.5rem
}

.g-10, .gy-10 {
    --bs-gutter-y: 2.5rem
}


@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0rem
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0rem
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-7, .gx-sm-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-sm-7, .gy-sm-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-sm-8, .gx-sm-8 {
        --bs-gutter-x: 2rem
    }

    .g-sm-8, .gy-sm-8 {
        --bs-gutter-y: 2rem
    }

    .g-sm-9, .gx-sm-9 {
        --bs-gutter-x: 2.25rem
    }

    .g-sm-9, .gy-sm-9 {
        --bs-gutter-y: 2.25rem
    }

    .g-sm-10, .gx-sm-10 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-10, .gy-sm-10 {
        --bs-gutter-y: 2.5rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0rem
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0rem
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-md-8, .gx-md-8 {
        --bs-gutter-x: 2rem
    }

    .g-md-8, .gy-md-8 {
        --bs-gutter-y: 2rem
    }

    .g-md-9, .gx-md-9 {
        --bs-gutter-x: 2.25rem
    }

    .g-md-9, .gy-md-9 {
        --bs-gutter-y: 2.25rem
    }

    .g-md-10, .gx-md-10 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-10, .gy-md-10 {
        --bs-gutter-y: 2.5rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0rem
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0rem
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-lg-8, .gx-lg-8 {
        --bs-gutter-x: 2rem
    }

    .g-lg-8, .gy-lg-8 {
        --bs-gutter-y: 2rem
    }

    .g-lg-9, .gx-lg-9 {
        --bs-gutter-x: 2.25rem
    }

    .g-lg-9, .gy-lg-9 {
        --bs-gutter-y: 2.25rem
    }

    .g-lg-10, .gx-lg-10 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-10, .gy-lg-10 {
        --bs-gutter-y: 2.5rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0rem
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0rem
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-xl-8, .gx-xl-8 {
        --bs-gutter-x: 2rem
    }

    .g-xl-8, .gy-xl-8 {
        --bs-gutter-y: 2rem
    }

    .g-xl-9, .gx-xl-9 {
        --bs-gutter-x: 2.25rem
    }

    .g-xl-9, .gy-xl-9 {
        --bs-gutter-y: 2.25rem
    }

    .g-xl-10, .gx-xl-10 {
        --bs-gutter-x: 2.5rem
    }

    .g-xl-10, .gy-xl-10 {
        --bs-gutter-y: 2.5rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0rem
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0rem
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-xxl-8, .gx-xxl-8 {
        --bs-gutter-x: 2rem
    }

    .g-xxl-8, .gy-xxl-8 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-9, .gx-xxl-9 {
        --bs-gutter-x: 2.25rem
    }

    .g-xxl-9, .gy-xxl-9 {
        --bs-gutter-y: 2.25rem
    }

    .g-xxl-10, .gx-xxl-10 {
        --bs-gutter-x: 2.5rem
    }

    .g-xxl-10, .gy-xxl-10 {
        --bs-gutter-y: 2.5rem
    }
}



code:not([class*=language-]) {
    font-weight: 400;
    color: #b93993;
    line-height: inherit;
    font-size: inherit;
    background-color: #f1f3f8;
    padding: .1rem .4rem;
    margin: 0 .5rem;
    box-shadow: 0 3px 9px rgba(0,0,0,.08);
    border-radius: .3rem
}

.form-control {
    box-shadow: none !important
}

.dropdown.show > .form-control {
    color: #181c32;
    background-color: #fff;
    border-color: #b5b5c3
}

.form-control[readonly] {
    background-color: #fff
}

.form-control.form-control-solid {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease
}

    .form-control.form-control-solid::placeholder {
        color: #a1a5b7
    }

    .form-control.form-control-solid::-moz-placeholder {
        color: #a1a5b7;
        opacity: 1
    }

    .dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid.active, .form-control.form-control-solid.focus, .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
        background-color: #eef3f7;
        border-color: #eef3f7;
        color: #5e6278;
        transition: color .2s ease,background-color .2s ease
    }

.form-control.form-control-white {
    background-color: #fff;
    border-color: #fff
}

    .dropdown.show > .form-control.form-control-white, .form-control.form-control-white.active, .form-control.form-control-white.focus, .form-control.form-control-white:active, .form-control.form-control-white:focus {
        background-color: #fff;
        border-color: #fff
    }

.form-control.form-control-flush {
    border: 0;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none;
    border-radius: 0
}

.placeholder-gray-500::placeholder {
    color: #a1a5b7
}

.placeholder-gray-500::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.placeholder-white::placeholder {
    color: #fff
}

.placeholder-white::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.resize-none {
    resize: none
}

.column {
    float: left;
    width: 48%;
    margin-right: 30px;
}


.form-select {
    box-shadow: none !important
}

    .form-select.form-select-solid {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #5e6278;
        transition: color .2s ease,background-color .2s ease
    }

        .form-select.form-select-solid::placeholder {
            color: #a1a5b7
        }

        .form-select.form-select-solid::-moz-placeholder {
            color: #a1a5b7;
            opacity: 1
        }

        .dropdown.show > .form-select.form-select-solid, .form-select.form-select-solid.active, .form-select.form-select-solid.focus, .form-select.form-select-solid:active, .form-select.form-select-solid:focus {
            background-color: #eef3f7;
            border-color: #eef3f7 !important;
            color: #5e6278;
            transition: color .2s ease,background-color .2s ease
        }

    .form-select.form-select-white {
        background-color: #fff;
        border-color: #fff;
        color: #181c32
    }

        .form-select.form-select-white::placeholder {
            color: #a1a5b7
        }

        .form-select.form-select-white::-moz-placeholder {
            color: #a1a5b7;
            opacity: 1
        }

        .dropdown.show > .form-select.form-select-white, .form-select.form-select-white.active, .form-select.form-select-white.focus, .form-select.form-select-white:active, .form-select.form-select-white:focus {
            background-color: #fff;
            border-color: #fff !important;
            color: #181c32
        }

.form-check .form-check-label {
    cursor: pointer
}

.form-check .form-check-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-check.form-check-custom {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0
}

    .form-check.form-check-custom .form-check-input {
        margin: 0;
        float: none;
        flex-shrink: 0
    }

    .form-check.form-check-custom .form-check-label {
        margin-left: .55rem
    }

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #eff2f5
}

    .form-check.form-check-solid .form-check-input:active, .form-check.form-check-solid .form-check-input:focus {
        filter: none;
        background-color: #eff2f5
    }

    .form-check.form-check-solid .form-check-input:checked {
        background-color: #A2B436
    }

.form-check.form-check-success .form-check-input:checked {
    background-color: #50cd89
}

.form-check.form-check-danger .form-check-input:checked {
    background-color: #f1416c
}

.form-check.form-check-warning .form-check-input:checked {
    background-color: #ffc700
}

.form-check.form-check-custom.form-check-sm .form-check-input {
    height: 1.5rem;
    width: 1.5rem
}

.form-check.form-check-custom.form-check-lg .form-check-input {
    height: 2.25rem;
    width: 2.25rem
}

.form-switch.form-check-solid .form-check-input {
    height: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    border-radius: 3.25rem
}

    .form-switch.form-check-solid .form-check-input:checked {
        filter: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")
    }

.form-switch.form-check-solid.form-switch-sm .form-check-input {
    height: 1.5rem;
    width: 2.5rem
}

.form-switch.form-check-solid.form-switch-lg .form-check-input {
    height: 2.75rem;
    width: 3.75rem
}

.input-group.input-group-solid {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: .475rem
}

    .input-group.input-group-solid.input-group-sm {
        border-radius: .475rem
    }

    .input-group.input-group-solid.input-group-lg {
        border-radius: .475rem
    }

    .input-group.input-group-solid .input-group-text {
        background-color: transparent;
        border-color: transparent
    }

    .input-group.input-group-solid .form-control {
        background-color: transparent;
        border-color: transparent
    }

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    font-weight: 700
}

.modal .modal-header {
    align-items: center;
    justify-content: space-between
}

    .modal .modal-header .h1, .modal .modal-header .h2, .modal .modal-header .h3, .modal .modal-header .h4, .modal .modal-header .h5, .modal .modal-header .h6, .modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6 {
        margin-bottom: 0
    }

.modal .modal-dialog {
    outline: 0 !important
}

.modal.modal-sticky.modal-sticky-bottom-end {
    padding: 0 !important;
    max-width: 500px;
    height: auto;
    position: fixed;
    left: auto;
    top: auto;
    bottom: 25px;
    right: 25px;
    margin: 0;
    box-shadow: 0 0 60px -15px rgba(0,0,0,.2);
    border-radius: .475rem
}

    .modal.modal-sticky.modal-sticky-bottom-end .modal-dialog {
        position: static;
        max-width: 500px;
        width: auto;
        margin: 0;
        border-radius: .475rem
    }

        .modal.modal-sticky.modal-sticky-bottom-end .modal-dialog .modal-content {
            border: 0;
            border-radius: .475rem
        }

    .modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg {
        max-width: 600px
    }

        .modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg .modal-dialog {
            max-width: 600px
        }

@media (max-width:767.98px) {
    .modal.modal-sticky.modal-sticky-bottom-end {
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto
    }
}*/


/**************************
STYLE.CSS
#1 NORMALIZE CSS
    #1.1 HTML5 element display
    #1.2 Base
    #1.3 Links
    #1.4 Typography
    #1.5 Lists
    #1.6 Embedded content
    #1.7 Figures
    #1.8 Forms
    #1.9 Tables
#2 LAYOUT 
#3 HEADER 
#4 FOOTER 
#5 WIDGETS
    #5.1 SUB MENU
    #5.2 CALLS TO ACTION
    #5.3 TABS
    #5.4 AUTOPROMO
    #5.5 FORMS
    #5.6 QUOTES
    #5.7 NEWSLETTER
    #5.8 ASIDE SOCIAL
    #5.9 LISTS
#6 PAGES: HOME
#7 PAGES: PROTOTYPER LANDING
#8 PAGES: PROTOTYPER FEATURES
#9 PAGES: PROTOTYPER EXAMPLES
#10 PAGES: PROTOTYPER LEARN
#11 PAGES: PROTOTYPER WIDGETS
#12 PAGES: PROTOTYPER DOWNLOAD
#13 PAGES: PROTOTYPER BUY
#14 PAGES: PROTOTYPER FREE EDITION
#15 PAGES: USERNOTE LANDING
#16 PAGES: USERNOTE PLANS AND PRICING
#17 PAGES: USERNOTE SIGN UP
#18 PAGES: USERNOTE LOGIN
#19 PAGES: ABOUT US
#20 PAGES: EXAMPLE VIEW FRAME
#21 PAGES: CONTACT
#22 PAGES: 404
#23 PAGES: CASE STUDY
#24 PAGES: THANKS
#X NON SEMANTIC HELPER CLASSES
#Y MEDIA QUERIES
#Z MEDIA PRINT
**************************/



/*******************
  #1 NORMALIZE CSS
********************/

/*** #1.1 HTML5 element display ***/





/*** #1.2 Base ***/


a.button, button {
    font-family: "Roboto",sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px !important;
}

    .button.h-action {
        padding: 3px 15px;
        font-weight: 500;
        font-size: 11px;
        line-height: 0;
        background: #fff;
        color: #283252;
        border: 1px solid #cecece;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }

        .button.h-action.is-rounded {
            border-radius: 500px
        }

        .button.h-action.is-hoverable:hover {
            border-color: #A2B436;
            background: #A2B436;
            color: #fff;
            -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
            box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
        }

        .button.h-action.is-grey {
            background: #f2f2f2;
            border-color: #f2f2f2;
            color: #999
        }

        .button.h-action.is-active {
            background: #A2B436;
            border-color: #A2B436;
            color: #fcfcfc;
            -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
            box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
        }


.button.is-circle {
    border-radius: 50%
}

.button.h-button {
    padding: 3px 15px;
    font-size: 11px;
    font-family: "Roboto",sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .button.h-button:not([disabled]) {
        cursor: pointer
    }

    .button.h-button:active, .button.h-button:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
        border-color: #e8e8e8
    }

    .button.h-button.is-bold {
        font-weight: 500
    }

    .button.h-button.is-primary.is-raised:hover {
        opacity: .9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(207,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(207,50,50,.2);
        box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(207,50,50,.2)
    }

    .button.h-button.is-primary.is-elevated {
        -webkit-box-shadow: 0 14px 26px -12px rgba(207,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(207,50,50,.2);
        box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(207,50,50,.2)
    }

    .button.h-button.is-success.is-raised:hover {
        opacity: .9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important
    }

    .button.h-button.is-success.is-elevated {
        -webkit-box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important
    }

    .button.h-button.is-info.is-raised:hover {
        opacity: .9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

    .button.h-button.is-info.is-elevated {
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

    .button.h-button.is-warning.is-raised:hover {
        opacity: .9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(250,174,66,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(250,174,66,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(250,174,66,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(250,174,66,.2) !important
    }

    .button.h-button.is-warning.is-elevated {
        -webkit-box-shadow: 0 14px 26px -12px rgba(250,174,66,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(250,174,66,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(250,174,66,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(250,174,66,.2) !important
    }

    .button.h-button.is-danger.is-raised:hover {
        opacity: .9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(230,41,101,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(230,41,101,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(230,41,101,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(230,41,101,.2) !important
    }

    .button.h-button.is-danger.is-elevated {
        -webkit-box-shadow: 0 14px 26px -12px rgba(230,41,101,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(230,41,101,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(230,41,101,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(230,41,101,.2) !important
    }

    .button.h-button.is-lower {
        text-transform: none !important;
        font-size: .9rem
    }

    .button.h-button.is-big {
        height: 40px
    }

    .button.h-button.is-huge {
        height: 50px;
        width: 220px
    }

.button.simple-action {
    height: 32px;
    padding: 0 24px;
    line-height: 0;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .button.simple-action.is-purple {
        background: #A2B436;
        border-color: #A2B436;
        color: #fcfcfc
    }

        .button.simple-action.is-purple:hover {
            opacity: .95;
            -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
            box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
            color: #fcfcfc !important
        }

    .button.simple-action.has-icon svg {
        height: 16px;
        width: 16px
    }
    .button.simple-action.has-icon i {
        height: 16px;
        width: 16px
    }

    .button.simple-action:hover {
        border-color: #A2B436;
        color: #A2B436
    }

    .button.simple-action svg {
        height: 18px;
        width: 18px
    }
    .button.simple-action i {
        height: 18px;
        width: 18px
    }

.button .icon svg {
    height: 14px;
    width: 14px
}

    .button .icon i {
        height: 14px;
        width: 14px
    }


.button strong {
    color: inherit
}

.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em
}

    .button .icon:first-child:not(:last-child) {
        margin-left: calc(-0.5em - 1px);
        margin-right: .25em
    }

    .button .icon:last-child:not(:first-child) {
        margin-left: .25em;
        margin-right: calc(-0.5em - 1px)
    }

    .button .icon:first-child:last-child {
        margin-left: calc(-0.5em - 1px);
        margin-right: calc(-0.5em - 1px)
    }

.button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636
}

.button:focus, .button.is-focused {
    border-color: #d22c1b;
    color: #363636
}

    .button:focus:not(:active), .button.is-focused:not(:active) {
        color: rgb(238,55,36);
    }

.button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636
}

.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline
}

    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
        background-color: #f5f5f5;
        color: #363636
    }

    .button.is-text:active, .button.is-text.is-active {
        background-color: #e8e8e8;
        color: #363636
    }

    .button.is-text[disabled], fieldset[disabled] .button.is-text {
        background-color: transparent;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.button.is-ghost {
    background: none;
    border-color: transparent;
    color: #d22c1b;
    text-decoration: none
}

    .button.is-ghost:hover, .button.is-ghost.is-hovered {
        color: #d22c1b;
        text-decoration: underline
    }

.button.is-white {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a
}

    .button.is-white:hover, .button.is-white.is-hovered {
        background-color: #f9f9f9;
        border-color: transparent;
        color: #0a0a0a
    }

    .button.is-white:focus, .button.is-white.is-focused {
        border-color: transparent;
        color: #0a0a0a
    }

        .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
            box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
        }

    .button.is-white:active, .button.is-white.is-active {
        background-color: #f2f2f2;
        border-color: transparent;
        color: #0a0a0a
    }

    .button.is-white[disabled], fieldset[disabled] .button.is-white {
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-white.is-inverted {
        background-color: #0a0a0a;
        color: #fff
    }

        .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
            background-color: #000
        }

        .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
            background-color: #0a0a0a;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

    .button.is-white.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important
    }

    .button.is-white.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
            background-color: #fff;
            border-color: #fff;
            color: #0a0a0a
        }

        .button.is-white.is-outlined.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #0a0a0a #0a0a0a !important
        }

        .button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

    .button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        color: #0a0a0a
    }

        .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
            background-color: #0a0a0a;
            color: #fff
        }

        .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #0a0a0a;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #0a0a0a
        }

.button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff
}

    .button.is-black:hover, .button.is-black.is-hovered {
        background-color: #040404;
        border-color: transparent;
        color: #fff
    }

    .button.is-black:focus, .button.is-black.is-focused {
        border-color: transparent;
        color: #fff
    }

        .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
            box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
        }

    .button.is-black:active, .button.is-black.is-active {
        background-color: #000;
        border-color: transparent;
        color: #fff
    }

    .button.is-black[disabled], fieldset[disabled] .button.is-black {
        background-color: #0a0a0a;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-black.is-inverted {
        background-color: #fff;
        color: #0a0a0a
    }

        .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
            background-color: #f2f2f2
        }

        .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #0a0a0a
        }

    .button.is-black.is-loading::after {
        border-color: transparent transparent #fff #fff !important
    }

    .button.is-black.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        color: #0a0a0a
    }

        .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            color: #fff
        }

        .button.is-black.is-outlined.is-loading::after {
            border-color: transparent transparent #0a0a0a #0a0a0a !important
        }

        .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
            background-color: transparent;
            border-color: #0a0a0a;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #0a0a0a
        }

    .button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
            background-color: #fff;
            color: #0a0a0a
        }

        .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #0a0a0a #0a0a0a !important
        }

        .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

.button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    color: rgba(0,0,0,.7)
}

    .button.is-light:hover, .button.is-light.is-hovered {
        background-color: #eee;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .button.is-light:focus, .button.is-light.is-focused {
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

        .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
            box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
        }

    .button.is-light:active, .button.is-light.is-active {
        background-color: #e8e8e8;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .button.is-light[disabled], fieldset[disabled] .button.is-light {
        background-color: #f5f5f5;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-light.is-inverted {
        background-color: rgba(0,0,0,.7);
        color: #f5f5f5
    }

        .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
            background-color: rgba(0,0,0,.7)
        }

        .button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
            background-color: rgba(0,0,0,.7);
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #f5f5f5
        }

    .button.is-light.is-loading::after {
        border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important
    }

    .button.is-light.is-outlined {
        background-color: transparent;
        border-color: #f5f5f5;
        color: #f5f5f5
    }

        .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

        .button.is-light.is-outlined.is-loading::after {
            border-color: transparent transparent #f5f5f5 #f5f5f5 !important
        }

        .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important
        }

        .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
            background-color: transparent;
            border-color: #f5f5f5;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #f5f5f5
        }

    .button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0,0,0,.7);
        color: rgba(0,0,0,.7)
    }

        .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
            background-color: rgba(0,0,0,.7);
            color: #f5f5f5
        }

        .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #f5f5f5 #f5f5f5 !important
        }

        .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
            background-color: transparent;
            border-color: rgba(0,0,0,.7);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(0,0,0,.7)
        }

.button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #fff
}

    .button.is-dark:hover, .button.is-dark.is-hovered {
        background-color: #2f2f2f;
        border-color: transparent;
        color: #fff
    }

    .button.is-dark:focus, .button.is-dark.is-focused {
        border-color: transparent;
        color: #fff
    }

        .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
            box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
        }

    .button.is-dark:active, .button.is-dark.is-active {
        background-color: #292929;
        border-color: transparent;
        color: #fff
    }

    .button.is-dark[disabled], fieldset[disabled] .button.is-dark {
        background-color: #363636;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-dark.is-inverted {
        background-color: #fff;
        color: #363636
    }

        .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
            background-color: #f2f2f2
        }

        .button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #363636
        }

    .button.is-dark.is-loading::after {
        border-color: transparent transparent #fff #fff !important
    }

    .button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #363636;
        color: #363636
    }

        .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
            background-color: #363636;
            border-color: #363636;
            color: #fff
        }

        .button.is-dark.is-outlined.is-loading::after {
            border-color: transparent transparent #363636 #363636 !important
        }

        .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
            background-color: transparent;
            border-color: #363636;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #363636
        }

    .button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
            background-color: #fff;
            color: #363636
        }

        .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #363636 #363636 !important
        }

        .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

.button.is-primary {
    background-color: #A2B436;
    border-color: transparent;
    color: #fff !important
}

    .button.is-primary:hover, .button.is-primary.is-hovered {
        background-color: #d22c1b;
        border-color: transparent;
        color: #fff !important
    }

    .button.is-primary:focus, .button.is-primary.is-focused {
        border-color: transparent;
        color: #fff
    }

        .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(208,50,50,.25);
            box-shadow: 0 0 0 .125em rgba(208,50,50,.25)
        }

    .button.is-primary:active, .button.is-primary.is-active {
        background-color: #5c19b3;
        border-color: transparent;
        color: #fff
    }

    .button.is-primary[disabled], fieldset[disabled] .button.is-primary {
        background-color: #A2B436;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-primary.is-inverted {
        background-color: #fff;
        color: #A2B436
    }

        .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
            background-color: #f2f2f2
        }

        .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #A2B436
        }

    .button.is-primary.is-loading::after {
        border-color: transparent transparent #fff #fff !important
    }

    .button.is-primary.is-outlined {
        background-color: transparent;
        border-color: #A2B436;
        color: #A2B436
    }

        .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
            background-color: #A2B436;
            border-color: #A2B436;
            color: #fff
        }

        .button.is-primary.is-outlined.is-loading::after {
            border-color: transparent transparent #A2B436 #A2B436 !important
        }

        .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
            background-color: transparent;
            border-color: #A2B436;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #A2B436
        }

    .button.is-primary.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
            background-color: #fff;
            color: #A2B436
        }

        .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #A2B436 #A2B436 !important
        }

        .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

    .button.is-primary.is-light {
        background-color: #f4edfd;
        color: #7828e1
    }

        .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
            background-color: #ede2fb;
            border-color: transparent;
            color: #7828e1
        }

        .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
            background-color: #e6d7f9;
            border-color: transparent;
            color: #7828e1
        }

.button.is-link {
    background-color: #d22c1b;
    border-color: transparent;
    color: #fff
}

    .button.is-link:hover, .button.is-link.is-hovered {
        background-color: #276cda;
        border-color: transparent;
        color: #fff
    }

    .button.is-link:focus, .button.is-link.is-focused {
        border-color: transparent;
        color: #fff
    }

        .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
            box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
        }

    .button.is-link:active, .button.is-link.is-active {
        background-color: #2366d1;
        border-color: transparent;
        color: #fff
    }

    .button.is-link[disabled], fieldset[disabled] .button.is-link {
        background-color: #d22c1b;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-link.is-inverted {
        background-color: #fff;
        color: #d22c1b
    }

        .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
            background-color: #f2f2f2
        }

        .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #d22c1b
        }

    .button.is-link.is-loading::after {
        border-color: transparent transparent #fff #fff !important
    }

    .button.is-link.is-outlined {
        background-color: transparent;
        border-color: #d22c1b;
        color: #d22c1b
    }

        .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
            background-color: #d22c1b;
            border-color: #d22c1b;
            color: #fff
        }

        .button.is-link.is-outlined.is-loading::after {
            border-color: transparent transparent #d22c1b #d22c1b !important
        }

        .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
            background-color: transparent;
            border-color: #d22c1b;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #d22c1b
        }

    .button.is-link.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
            background-color: #fff;
            color: #d22c1b
        }

        .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #d22c1b #d22c1b !important
        }

        .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

    .button.is-link.is-light {
        background-color: #eef3fc;
        color: #2160c4
    }

        .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
            background-color: #e3ecfa;
            border-color: transparent;
            color: #2160c4
        }

        .button.is-link.is-light:active, .button.is-link.is-light.is-active {
            background-color: #d8e4f8;
            border-color: transparent;
            color: #2160c4
        }

.button.is-info {
    background-color: #039be5;
    border-color: transparent;
    color: #fff
}

    .button.is-info:hover, .button.is-info.is-hovered {
        background-color: #0392d8;
        border-color: transparent;
        color: #fff
    }

    .button.is-info:focus, .button.is-info.is-focused {
        border-color: transparent;
        color: #fff
    }

        .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
            box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
        }

    .button.is-info:active, .button.is-info.is-active {
        background-color: #038acc;
        border-color: transparent;
        color: #fff
    }

    .button.is-info[disabled], fieldset[disabled] .button.is-info {
        background-color: #039be5;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-info.is-inverted {
        background-color: #fff;
        color: #039be5
    }

        .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
            background-color: #f2f2f2
        }

        .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #039be5
        }

    .button.is-info.is-loading::after {
        border-color: transparent transparent #fff #fff !important
    }

    .button.is-info.is-outlined {
        background-color: transparent;
        border-color: #039be5;
        color: #039be5
    }

        .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
            background-color: #039be5;
            border-color: #039be5;
            color: #fff
        }

        .button.is-info.is-outlined.is-loading::after {
            border-color: transparent transparent #039be5 #039be5 !important
        }

        .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
            background-color: transparent;
            border-color: #039be5;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #039be5
        }

    .button.is-info.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
            background-color: #fff;
            color: #039be5
        }

        .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #039be5 #039be5 !important
        }

        .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

    .button.is-info.is-light {
        background-color: #ebf8ff;
        color: #0385c4
    }

        .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
            background-color: #def4ff;
            border-color: transparent;
            color: #0385c4
        }

        .button.is-info.is-light:active, .button.is-info.is-light.is-active {
            background-color: #d2f0fe;
            border-color: transparent;
            color: #0385c4
        }

.button.is-success {
    background-color: #06d6a0;
    border-color: transparent;
    color: #fff
}

    .button.is-success:hover, .button.is-success.is-hovered {
        background-color: #06ca97;
        border-color: transparent;
        color: #fff
    }

    .button.is-success:focus, .button.is-success.is-focused {
        border-color: transparent;
        color: #fff
    }

        .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(6,214,160,.25);
            box-shadow: 0 0 0 .125em rgba(6,214,160,.25)
        }

    .button.is-success:active, .button.is-success.is-active {
        background-color: #05bd8d;
        border-color: transparent;
        color: #fff
    }

    .button.is-success[disabled], fieldset[disabled] .button.is-success {
        background-color: #06d6a0;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-success.is-inverted {
        background-color: #fff;
        color: #06d6a0
    }

        .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
            background-color: #f2f2f2
        }

        .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #06d6a0
        }

    .button.is-success.is-loading::after {
        border-color: transparent transparent #fff #fff !important
    }

    .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #06d6a0;
        color: #06d6a0
    }

        .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
            background-color: #06d6a0;
            border-color: #06d6a0;
            color: #fff
        }

        .button.is-success.is-outlined.is-loading::after {
            border-color: transparent transparent #06d6a0 #06d6a0 !important
        }

        .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
            background-color: transparent;
            border-color: #06d6a0;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #06d6a0
        }

    .button.is-success.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
            background-color: #fff;
            color: #06d6a0
        }

        .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #06d6a0 #06d6a0 !important
        }

        .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

    .button.is-success.is-light {
        background-color: #ebfef9;
        color: #04906c
    }

        .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
            background-color: #dffef6;
            border-color: transparent;
            color: #04906c
        }

        .button.is-success.is-light:active, .button.is-success.is-light.is-active {
            background-color: #d2fef2;
            border-color: transparent;
            color: #04906c
        }

.button.is-warning {
    background-color: #faae42;
    border-color: transparent;
    color: rgba(0,0,0,.7)
}

    .button.is-warning:hover, .button.is-warning.is-hovered {
        background-color: #faa936;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .button.is-warning:focus, .button.is-warning.is-focused {
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

        .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(250,174,66,.25);
            box-shadow: 0 0 0 .125em rgba(250,174,66,.25)
        }

    .button.is-warning:active, .button.is-warning.is-active {
        background-color: #f9a329;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .button.is-warning[disabled], fieldset[disabled] .button.is-warning {
        background-color: #faae42;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-warning.is-inverted {
        background-color: rgba(0,0,0,.7);
        color: #faae42
    }

        .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
            background-color: rgba(0,0,0,.7)
        }

        .button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
            background-color: rgba(0,0,0,.7);
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #faae42
        }

    .button.is-warning.is-loading::after {
        border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important
    }

    .button.is-warning.is-outlined {
        background-color: transparent;
        border-color: #faae42;
        color: #faae42
    }

        .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
            background-color: #faae42;
            border-color: #faae42;
            color: rgba(0,0,0,.7)
        }

        .button.is-warning.is-outlined.is-loading::after {
            border-color: transparent transparent #faae42 #faae42 !important
        }

        .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important
        }

        .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
            background-color: transparent;
            border-color: #faae42;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #faae42
        }

    .button.is-warning.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0,0,0,.7);
        color: rgba(0,0,0,.7)
    }

        .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
            background-color: rgba(0,0,0,.7);
            color: #faae42
        }

        .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #faae42 #faae42 !important
        }

        .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
            background-color: transparent;
            border-color: rgba(0,0,0,.7);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(0,0,0,.7)
        }

    .button.is-warning.is-light {
        background-color: #fef6eb;
        color: #905604
    }

        .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
            background-color: #fef1df;
            border-color: transparent;
            color: #905604
        }

        .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
            background-color: #feecd2;
            border-color: transparent;
            color: #905604
        }

.button.is-danger {
    background-color: #e62965;
    border-color: transparent;
    color: #fff
}

    .button.is-danger:hover, .button.is-danger.is-hovered {
        background-color: #e51e5d;
        border-color: transparent;
        color: #fff
    }

    .button.is-danger:focus, .button.is-danger.is-focused {
        border-color: transparent;
        color: #fff
    }

        .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(230,41,101,.25);
            box-shadow: 0 0 0 .125em rgba(230,41,101,.25)
        }

    .button.is-danger:active, .button.is-danger.is-active {
        background-color: #dc1a57;
        border-color: transparent;
        color: #fff
    }

    .button.is-danger[disabled], fieldset[disabled] .button.is-danger {
        background-color: #e62965;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.is-danger.is-inverted {
        background-color: #fff;
        color: #e62965
    }

        .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
            background-color: #f2f2f2
        }

        .button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #e62965
        }

    .button.is-danger.is-loading::after {
        border-color: transparent transparent #fff #fff !important
    }

    .button.is-danger.is-outlined {
        background-color: transparent;
        border-color: #e62965;
        color: #e62965
    }

        .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
            background-color: #e62965;
            border-color: #e62965;
            color: #fff
        }

        .button.is-danger.is-outlined.is-loading::after {
            border-color: transparent transparent #e62965 #e62965 !important
        }

        .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
            background-color: transparent;
            border-color: #e62965;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #e62965
        }

    .button.is-danger.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

        .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
            background-color: #fff;
            color: #e62965
        }

        .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
            border-color: transparent transparent #e62965 #e62965 !important
        }

        .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff
        }

    .button.is-danger.is-light {
        background-color: #fdedf2;
        color: #d21953
    }

        .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
            background-color: #fce1ea;
            border-color: transparent;
            color: #d21953
        }

        .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
            background-color: #fad6e1;
            border-color: transparent;
            color: #d21953
        }

.button.is-small {
    font-size: .75rem
}

    .button.is-small:not(.is-rounded) {
        border-radius: 2px
    }

.button.is-normal {
    font-size: 1rem
}

.button.is-medium {
    font-size: 1.25rem
}

.button.is-large {
    font-size: 1.5rem
}

.button[disabled], fieldset[disabled] .button {
    background-color: #fff;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5
}

.button.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.button.is-loading {
    color: transparent !important;
    pointer-events: none
}

    .button.is-loading::after {
        position: absolute;
        left: calc(50% - (1em / 2));
        top: calc(50% - (1em / 2));
        position: absolute !important
    }

.button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.button.is-rounded {
    border-radius: 290486px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em)
}

.buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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
}

    .buttons .button {
        margin-bottom: .5rem
    }

        .buttons .button:not(:last-child):not(.is-fullwidth) {
            margin-right: .5rem
        }

    .buttons:last-child {
        margin-bottom: -0.5rem
    }

    .buttons:not(:last-child) {
        margin-bottom: 1rem
    }

    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
        font-size: .75rem
    }

        .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
            border-radius: 2px
        }

    .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
        font-size: 1.25rem
    }

    .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
        font-size: 1.5rem
    }

    .buttons.has-addons .button:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .buttons.has-addons .button:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin-right: -1px
    }

    .buttons.has-addons .button:last-child {
        margin-right: 0
    }

    .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
        z-index: 2
    }

    .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
        z-index: 3
    }

        .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
            z-index: 4
        }

    .buttons.has-addons .button.is-expanded {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .buttons.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
            margin-left: .25rem;
            margin-right: .25rem
        }

    .buttons.is-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
            margin-left: .25rem;
            margin-right: .25rem
        }



    /*ANIMATION Start*/


.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.pulsate {
    -webkit-animation: pulsate 1.5s ease-out;
    animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.preFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.preFadeInDown {
    opacity: 0
}

.fadeInDown {
    opacity: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.preFadeInLeft {
    opacity: 0
}

.fadeInLeft {
    opacity: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleIn {
    -webkit-animation: scaleIn .5s;
    animation: scaleIn .5s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.scaleInTooltip {
    -webkit-animation: scaleIn .3s;
    animation: scaleIn .3s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@-webkit-keyframes scaleOut {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(0)
    }
}

@keyframes scaleOut {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.scaleOut {
    -webkit-animation: scaleOut .5s;
    animation: scaleOut .5s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.scaleOutTooltip {
    -webkit-animation: scaleOut .3s;
    animation: scaleOut .3s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@-webkit-keyframes scaleInCircle {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(7)
    }
}

@keyframes scaleInCircle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(7);
        transform: scale(7)
    }
}

.scaleInCircle {
    -webkit-animation: scaleInCircle .6s;
    animation: scaleInCircle .6s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@-webkit-keyframes gelatine {
    from,to {
        -webkit-transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(0.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0.9)
    }

    75% {
        -webkit-transform: scale(0.95, 1.05)
    }
}

@keyframes gelatine {
    from,to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9)
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05)
    }
}

.gelatine {
    -webkit-animation: gelatine .6s;
    animation: gelatine .6s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(4.5);
        transform: scale(4.5);
        opacity: 0
    }
}

@-webkit-keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.levitate {
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes glowing {
    0% {
        -webkit-box-shadow: 0 0 -10px #fafafa;
        box-shadow: 0 0 -10px #fafafa
    }

    40% {
        -webkit-box-shadow: 0 0 20px #fafafa;
        box-shadow: 0 0 20px #fafafa
    }

    60% {
        -webkit-box-shadow: 0 0 20px #fafafa;
        box-shadow: 0 0 20px #fafafa
    }

    100% {
        -webkit-box-shadow: 0 0 -10px #fafafa;
        box-shadow: 0 0 -10px #fafafa
    }
}

@keyframes glowing {
    0% {
        -webkit-box-shadow: 0 0 -10px #fafafa;
        box-shadow: 0 0 -10px #fafafa
    }

    40% {
        -webkit-box-shadow: 0 0 20px #fafafa;
        box-shadow: 0 0 20px #fafafa
    }

    60% {
        -webkit-box-shadow: 0 0 20px #fafafa;
        box-shadow: 0 0 20px #fafafa
    }

    100% {
        -webkit-box-shadow: 0 0 -10px #fafafa;
        box-shadow: 0 0 -10px #fafafa
    }
}

@-webkit-keyframes translateLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes translateLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.translateLeft {
    -webkit-animation-name: translateLeft;
    animation-name: translateLeft;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

    /*Animation End*/

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: unset
}

.columns.is-mobile > .column.is-full {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%
}

.columns.is-mobile > .column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%
}

.columns.is-mobile > .column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%
}

.columns.is-mobile > .column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%
}

.columns.is-mobile > .column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%
}

.columns.is-mobile > .column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%
}

.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile > .column.is-0 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%
}

.columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%
}

.columns.is-mobile > .column.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%
}

.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%
}

.columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%
}

.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%
}

.columns.is-mobile > .column.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile > .column.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%
}

.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%
}

.columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%
}

.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%
}

.columns.is-mobile > .column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile > .column.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%
}

.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%
}

.columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%
}

.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%
}

.columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%
}

.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%
}

.columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%
}

.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%
}

.columns.is-mobile > .column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-0-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-mobile {
        margin-left: 0%
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.3333333333%
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.6666666667%
    }

    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.3333333333%
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.6666666667%
    }

    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.3333333333%
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.6666666667%
    }

    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.3333333333%
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.6666666667%
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width: 769px),print {
    .column.is-narrow, .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-full, .column.is-full-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters, .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds, .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half, .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third, .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter, .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth, .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths, .column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths, .column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths, .column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half, .column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-0, .column.is-0-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0, .column.is-offset-0-tablet {
        margin-left: 0%
    }

    .column.is-1, .column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1, .column.is-offset-1-tablet {
        margin-left: 8.3333333333%
    }

    .column.is-2, .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2, .column.is-offset-2-tablet {
        margin-left: 16.6666666667%
    }

    .column.is-3, .column.is-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3, .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4, .column.is-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4, .column.is-offset-4-tablet {
        margin-left: 33.3333333333%
    }

    .column.is-5, .column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5, .column.is-offset-5-tablet {
        margin-left: 41.6666666667%
    }

    .column.is-6, .column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6, .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7, .column.is-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7, .column.is-offset-7-tablet {
        margin-left: 58.3333333333%
    }

    .column.is-8, .column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8, .column.is-offset-8-tablet {
        margin-left: 66.6666666667%
    }

    .column.is-9, .column.is-9-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9, .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10, .column.is-10-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10, .column.is-offset-10-tablet {
        margin-left: 83.3333333333%
    }

    .column.is-11, .column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11, .column.is-offset-11-tablet {
        margin-left: 91.6666666667%
    }

    .column.is-12, .column.is-12-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12, .column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-0-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-touch {
        margin-left: 0%
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.3333333333%
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.6666666667%
    }

    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.3333333333%
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.6666666667%
    }

    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.3333333333%
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.6666666667%
    }

    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.3333333333%
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.6666666667%
    }

    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-0-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-desktop {
        margin-left: 0%
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.3333333333%
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.6666666667%
    }

    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.3333333333%
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.6666666667%
    }

    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.3333333333%
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.6666666667%
    }

    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.3333333333%
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.6666666667%
    }

    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-0-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-widescreen {
        margin-left: 0%
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.3333333333%
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.6666666667%
    }

    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.3333333333%
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.6666666667%
    }

    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.3333333333%
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.6666666667%
    }

    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.3333333333%
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.6666666667%
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem
}

    .columns:last-child {
        margin-bottom: -0.75rem
    }

    .columns:not(:last-child) {
        margin-bottom: calc(1.5rem - 0.75rem)
    }

    .columns.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .columns.is-gapless {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

        .columns.is-gapless > .column {
            margin: 0;
            padding: 0 !important
        }

        .columns.is-gapless:not(:last-child) {
            margin-bottom: 1.5rem
        }

        .columns.is-gapless:last-child {
            margin-bottom: 0
        }

    .columns.is-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .columns.is-multiline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .columns.is-vcentered {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media screen and (min-width: 769px),print {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width:100%
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

    .columns.is-variable > .column {
        padding-left: var(--columnGap);
        padding-right: var(--columnGap)
    }

    .columns.is-variable.is-0 {
        --columnGap: 0rem
    }

@media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem
    }
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem
    }
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem
    }
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem
    }
}
/*-----------------------------------------------------------------------------*/

.banking-dashboard.banking-dashboard-v1 .columns .column {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card:not(:last-child) {
    margin-bottom: 1.5rem
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards {
    padding: 0
}

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .title-wrap {
        padding: 20px 20px 10px 20px;
        margin-bottom: 0
    }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px
    }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner:not(:first-child) {
            border-top: 1.6px dashed #e3e3e3
        }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 80px;
            width: 120px;
            min-width: 120px;
            background: #ededed;
            border-radius: 10px;
            padding: 6px 10px 8px 10px;
            overflow: hidden
        }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card.is-theme-1 {
                background: #A2B436;
                -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
                box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
            }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card.is-theme-2 {
                background: #039be5;
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
            }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .top .card-number {
                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
            }

                .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .top .card-number span {
                    font-family: "Roboto",sans-serif;
                    font-size: .8rem;
                    font-weight: 500;
                    color: #fcfcfc;
                    display: block
                }

                .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .top .card-number img {
                    display: block;
                    width: 100%;
                    max-width: 28px
                }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .bottom {
                font-family: "Roboto",sans-serif;
                font-size: .7rem;
                font-weight: 500;
                color: #fcfcfc
            }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .shape {
                position: absolute;
                bottom: -10px;
                right: -10px;
                height: 46px;
                width: 46px;
                background: #fff;
                border-radius: 50%;
                opacity: .15
            }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta {
            margin-left: 16px
        }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span {
                display: block;
                font-family: "Roboto",sans-serif
            }

                .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span:first-child {
                    font-size: .9rem;
                    color: #a2a5b9
                }

                .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span:nth-child(2) {
                    color: #283252;
                    font-size: 1.6rem;
                    font-weight: 600;
                    line-height: 1.2
                }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-end {
            margin-left: auto
        }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner {
        padding: 10px 20px 20px 20px
    }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .title-wrap {
            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;
            padding: 0;
            margin-bottom: 12px
        }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .title-wrap h3 {
                font-size: 1rem;
                color: #283252;
                font-weight: 500
            }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .title-wrap .action-link {
                font-size: .9rem
            }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line {
            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;
            padding: 6px 0
        }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line h4 {
                font-family: "Roboto",sans-serif;
                font-weight: 500;
                color: #283252;
                font-size: .9rem;
                line-height: 2
            }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span {
                color: #a2a5b9;
                font-size: .9rem
            }

                .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span.has-image {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-flex: 2;
                    -ms-flex-positive: 2;
                    flex-grow: 2
                }

                    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span.has-image img {
                        max-width: 28px;
                        margin-right: 6px
                    }

                .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span i {
                    position: relative;
                    top: 0;
                    font-size: 10px;
                    margin-right: 8px
                }

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 372px
}

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .people {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0
    }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .people .h-avatar {
            margin: 0 4px
        }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions {
        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;
        font-family: "Roboto",sans-serif;
        padding: 0 4px
    }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions span {
            font-size: .9rem;
            color: #a2a5b9
        }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions a {
            color: #a2a5b9
        }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions a:hover {
                color: #A2B436
            }

            .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions a svg {
                height: 16px;
                width: 16px
            }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .transfer-form {
        margin-top: auto
    }

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-transactions .transactions {
    padding: 10px 0
}

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-transactions .transactions .media-flex-center .flex-meta span:nth-child(2) {
        font-size: .85rem
    }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-transactions .transactions .media-flex-center .flex-end {
        font-family: "Roboto",sans-serif;
        font-size: 1rem;
        font-weight: 500;
        color: #283252
    }

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-income {
    position: relative
}

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-income .field {
        position: absolute;
        top: 12px;
        right: 16px;
        z-index: 5
    }

        .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-income .field .h-select .select-box {
            border-color: transparent
        }

.banking-dashboard.banking-dashboard-v1 .dashboard-card > .title-wrap {
    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;
    margin-bottom: 12px;
    font-family: "Roboto",sans-serif
}

    .banking-dashboard.banking-dashboard-v1 .dashboard-card > .title-wrap h3 {
        font-family: "Montserrat",sans-serif;
        font-size: 1rem;
        font-weight: 600;
        color: #283252
    }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card > .title-wrap .title-meta {
        font-size: 1rem;
        font-weight: 500;
        color: #283252
    }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card > .title-wrap .action-link {
        font-size: .9rem
    }

.banking-dashboard.banking-dashboard-v1 .dashboard-card .context-text {
    font-size: .9rem;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card {
        height: 67px;
        width: 100px;
        min-width: 100px
    }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span:nth-child(2) {
        font-size: 1.3rem
    }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts {
        height: 400px
    }

    .banking-dashboard.banking-dashboard-v1 .dashboard-card .context-text {
        font-size: .8rem
    }
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card:not(:last-child) {
    margin-bottom: 1.5rem
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel.is-grey {
    background: #f5f6fa;
    border: none
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .columns .column:first-child .inner-box {
    border-right: 1px solid #e5e5e5
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
    position: relative;
    margin: 20px;
    height: calc(100% - 40px)
}

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title {
        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;
        margin-bottom: 20px
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title h3 {
            font-family: "Montserrat",sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            color: #283252
        }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title .h-select .select-box {
            border-color: transparent
        }

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-block
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .controls {
            margin-right: 1.5rem
        }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .controls .button .icon svg {
                height: 20px;
                width: 20px
            }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel {
            max-width: 520px
        }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .slick-dots {
                text-align: right;
                position: absolute;
                top: -45px;
                right: 0;
                height: auto;
                max-height: 30px;
                width: auto
            }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .slick-dots li {
                    margin: 0
                }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner {
                margin-bottom: 0
            }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item {
                    margin: 0 1.5rem 1.5rem 0;
                    outline: none !important
                }

                    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard {
                        background-image: linear-gradient(-225deg, #5517a5 0%, #621bc0 48%, #863ee4 100%);
                        -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
                        box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
                    }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .shape {
                            opacity: .15
                        }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top img.active {
                            display: block
                        }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top img.inactive, .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top img.inactive.light-image {
                            display: none !important
                        }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .bottom span {
                            color: #fcfcfc
                        }

                    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard {
                        position: relative;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        font-family: "Roboto",sans-serif;
                        width: 240px;
                        height: 144px;
                        border-radius: 14px;
                        background: #ededed;
                        padding: 18px;
                        margin: 0 auto;
                        overflow: hidden;
                        -webkit-transition: all .3s;
                        transition: all .3s
                    }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .shape {
                            position: absolute;
                            bottom: -10px;
                            right: -10px;
                            height: 70px;
                            width: 70px;
                            background: #fff;
                            border-radius: 50%;
                            opacity: 0;
                            -webkit-transition: opacity .3s;
                            transition: opacity .3s
                        }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top img {
                            display: block;
                            max-width: 35px
                        }

                            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top img.active {
                                display: none
                            }

                            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top img.inactive {
                                display: block
                            }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom {
                            margin-top: auto
                        }

                            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span {
                                display: block;
                                color: #283252
                            }

                                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span:first-child {
                                    font-weight: 600;
                                    font-size: 1.3rem
                                }

                                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span:nth-child(2) {
                                    font-size: .9rem
                                }

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 60px)
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span {
            display: block;
            color: #A2B436
        }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span:first-child {
                font-weight: 700;
                font-size: 2.4rem
            }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span:nth-child(2) {
                font-size: 1rem;
                font-weight: 500
            }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats {
            margin-top: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat {
                width: 50%;
                font-family: "Roboto",sans-serif
            }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-title {
                    color: #a2a5b9;
                    margin-bottom: 6px
                }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 30px;
                        width: 30px;
                        border-radius: 50%;
                        background: #f2f2f2
                    }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-up {
                            -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg)
                        }

                            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-up svg {
                                stroke: #93e088
                            }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-down {
                            -webkit-transform: rotate(45deg);
                            transform: rotate(45deg)
                        }

                            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-down svg {
                                stroke: #f92b60
                            }

                        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon svg {
                            height: 16px;
                            width: 16px;
                            stroke-width: 3px
                        }

                    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-text {
                        margin-left: 12px;
                        font-family: "Roboto",sans-serif;
                        font-weight: 600;
                        font-size: 1.1rem;
                        color: #283252
                    }

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary {
        padding: 0 20px;
        border: 1px solid #e0e0e0;
        border-radius: 6px
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item {
            padding: 20px 0;
            font-family: "Roboto",sans-serif
        }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item:first-child {
                border-bottom: 1px solid #e0e0e0
            }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span {
                display: block
            }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:first-child {
                    font-size: .85rem;
                    font-weight: 500;
                    color: #a2a5b9
                }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:nth-child(2) {
                    font-weight: 500
                }

                    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:nth-child(2).is-income {
                        color: #93e088
                    }

                    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:nth-child(2).is-expense {
                        color: #f92b60
                    }

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper {
        position: relative;
        padding-right: 30px
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper .action-link {
            position: absolute;
            top: -42px;
            right: 45px
        }

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .transactions {
        padding: 10px 0
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .transactions .media-flex-center .flex-meta span:nth-child(2) {
            font-size: .85rem
        }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .transactions .media-flex-center .flex-end {
            font-family: "Roboto",sans-serif;
            font-size: 1rem;
            font-weight: 500;
            color: #283252
        }

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .button-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0 0 0
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .button-wrap .button {
            max-width: 49%
        }

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel {
    background: #323236
}

    body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
        border-color: #404046 !important
    }

        body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title h3 {
            color: #aaaab3
        }

        body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard {
            background-image: linear-gradient(-225deg, #5456ee 0%, #7072f1 48%, #b1b2f7 100%);
            -webkit-box-shadow: 0 14px 26px -12px rgba(245,147,136,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(245,147,136,.2);
            box-shadow: 0 14px 26px -12px rgba(245,147,136,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(245,147,136,.2)
        }

            body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top .inactive.dark-image {
                display: none !important
            }

        body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard {
            background: #28282b
        }

            body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top .inactive.dark-image {
                display: block !important
            }

            body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span {
                color: #aaaab3
            }

        body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span {
            color: #A2B436
        }

        body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon {
            background: #28282b
        }

        body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-text {
            color: #aaaab3
        }

        body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary {
            border-color: #404046;
            background: #2d2d31
        }

            body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item {
                border-color: #404046
            }

.banking-dashboard.banking-dashboard-v3 .dashboard-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;
    font-family: "Roboto",sans-serif;
    margin-bottom: 20px
}

    .banking-dashboard.banking-dashboard-v3 .dashboard-header .left > span {
        color: #a2a5b9
    }

    .banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount {
        position: relative;
        font-size: 2rem;
        font-weight: 600;
        color: #283252
    }

        .banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount.is-positive:after {
            color: #93e088
        }

        .banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount.is-negative:after {
            color: #f92b60
        }

        .banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount:after {
            content: "+3.4%";
            position: relative;
            top: -8px;
            right: -8px;
            font-size: 1.1rem
        }

.banking-dashboard.banking-dashboard-v3 .dashboard-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    margin-bottom: 1rem
}

    .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile {
        width: calc(33.3% - 16px);
        margin: 8px
    }

        .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span {
            display: block;
            font-family: "Roboto",sans-serif
        }

            .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:first-child {
                font-size: .9rem;
                color: #a2a5b9;
                margin-bottom: 4px
            }

            .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:nth-child(2) {
                font-weight: 500;
                font-size: 1.2rem;
                color: #283252
            }

.banking-dashboard.banking-dashboard-v3 .dashboard-card:not(:last-child) {
    margin-bottom: 1.5rem
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card.is-side {
    padding: 30px
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card.is-wallet img {
    display: block;
    max-width: 200px;
    margin: 0 auto
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .subheading-wrap {
    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;
    margin-bottom: 30px
}

    .banking-dashboard.banking-dashboard-v3 .dashboard-card .subheading-wrap .subheading {
        font-family: "Montserrat",sans-serif;
        font-weight: 600;
        font-size: .8rem;
        text-transform: uppercase;
        color: #283252
    }

    .banking-dashboard.banking-dashboard-v3 .dashboard-card .subheading-wrap .action-link {
        font-size: .9rem
    }

.banking-dashboard.banking-dashboard-v3 .dashboard-card .currency-description {
    padding: 10px 0 20px 0
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .banking-dashboard.banking-dashboard-v3 .dashboard-card .button-wrap .button {
        width: 49%
    }

@media only screen and (max-width: 767px) {
    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel {
        overflow: hidden;
        padding: 10px
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
            border-right: none !important
        }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper {
                position: relative;
                margin-top: 30px
            }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .controls {
                    position: absolute;
                    top: -68px;
                    right: -8px;
                    margin-right: 0
                }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance {
                margin-bottom: 30px
            }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap {
                margin-bottom: 60px
            }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper {
                padding-right: 0
            }

                .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper .action-link {
                    top: -45px;
                    right: 0px
                }

    .banking-dashboard.banking-dashboard-v3 .dashboard-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .banking-dashboard.banking-dashboard-v3 .dashboard-header .left {
            margin-bottom: 1.5rem
        }

    .banking-dashboard.banking-dashboard-v3 .dashboard-tiles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile {
            width: calc(100% - 16px) !important;
            min-width: calc(100% - 16px) !important
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
        border-right: none !important
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance {
            margin-bottom: 30px
        }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap {
            margin-bottom: 60px
        }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper {
            padding-right: 0
        }

            .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper .action-link {
                top: -45px;
                right: 0px
            }

    .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:nth-child(2) {
        font-size: 1.1rem
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel {
        margin-left: 30px;
        max-width: 400px !important
    }

        .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard {
            width: 180px !important;
            height: 108px !important
        }

    .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance {
        margin-bottom: 20px
    }

    .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:nth-child(2) {
        font-size: 1rem
    }
}
/*! _business.scss | Huro | Css ninja 2020-2021 */

.business-dashboard.flights-dashboard .booking-bar-wrapper {
    position: relative;
    background: #A2B436;
    border-color: #A2B436;
    padding: 30px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
    box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
}

    .business-dashboard.flights-dashboard .booking-bar-wrapper .travel-illustration {
        position: absolute;
        bottom: 30px;
        right: 30px;
        max-width: 260px
    }

    .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px
    }

        .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .lnil {
            font-size: 2.2rem;
            color: #fff
        }

        .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .inner {
            margin-left: 16px
        }

            .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .inner .booking-bar-heading {
                font-family: "Montserrat",sans-serif;
                font-size: 1.4rem;
                font-weight: 600;
                line-height: 1.2;
                color: #fff
            }

            .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .inner .booking-bar-sub-heading {
                font-family: "Roboto",sans-serif;
                font-weight: 500;
                font-size: 1.1rem;
                color: #fff
            }

    .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar {
        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
    }

        .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .control:not(:last-of-type) {
                margin-right: 2rem
            }

            .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .input {
                font-family: "Roboto",sans-serif;
                color: #a2a5b9
            }

.business-dashboard.flights-dashboard .flights-toolbar {
    padding: 16px 0;
    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
}

    .business-dashboard.flights-dashboard .flights-toolbar h3 {
        font-family: "Roboto",sans-serif;
        font-weight: 600;
        color: #283252
    }

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ededed;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary:hover {
        border-color: #A2B436
    }

    .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured {
        background: #A2B436;
        border-color: #A2B436;
        -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
        box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
    }

        .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured .flight-price {
            color: #fff
        }

        .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured .meta span {
            color: #fff !important
        }

    .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price {
        font-family: "Roboto",sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: #A2B436
    }

        .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price:before {
            content: "$";
            position: relative;
            right: -4px;
            font-size: 1.2rem;
            font-weight: 700
        }

    .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta {
        margin-left: 16px;
        line-height: 1.3
    }

        .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span {
            display: block
        }

            .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span:first-child {
                font-family: "Montserrat",sans-serif;
                color: #283252;
                font-size: .8rem;
                font-weight: 700;
                text-transform: uppercase
            }

            .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span:nth-child(2) {
                font-family: "Roboto",sans-serif;
                color: #a2a5b9;
                font-size: .9rem
            }

.business-dashboard.flights-dashboard .flights {
    padding: 1.5rem 0
}

    .business-dashboard.flights-dashboard .flights .flight-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5rem;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .business-dashboard.flights-dashboard .flights .flight-card:hover {
            -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
        }

            .business-dashboard.flights-dashboard .flights .flight-card:hover .route .line:before, .business-dashboard.flights-dashboard .flights .flight-card:hover .route .line:after {
                opacity: 1
            }

        .business-dashboard.flights-dashboard .flights .flight-card > img {
            display: block;
            border-radius: 50%;
            max-width: 32px
        }

        .business-dashboard.flights-dashboard .flights .flight-card .start span, .business-dashboard.flights-dashboard .flights .flight-card .end span {
            display: block;
            color: #283252;
            font-family: "Roboto",sans-serif
        }

            .business-dashboard.flights-dashboard .flights .flight-card .start span:first-child, .business-dashboard.flights-dashboard .flights .flight-card .end span:first-child {
                font-family: "Montserrat",sans-serif;
                font-weight: 600;
                color: #283252
            }

            .business-dashboard.flights-dashboard .flights .flight-card .start span:nth-child(2), .business-dashboard.flights-dashboard .flights .flight-card .start span:nth-child(3), .business-dashboard.flights-dashboard .flights .flight-card .end span:nth-child(2), .business-dashboard.flights-dashboard .flights .flight-card .end span:nth-child(3) {
                font-family: "Roboto",sans-serif;
                font-size: .9rem;
                color: #a2a5b9
            }

        .business-dashboard.flights-dashboard .flights .flight-card .start {
            margin-left: 1rem
        }

        .business-dashboard.flights-dashboard .flights .flight-card .end {
            margin-left: auto;
            margin-right: 1.5rem
        }

        .business-dashboard.flights-dashboard .flights .flight-card .route {
            -webkit-box-flex: 2;
            -ms-flex-positive: 2;
            flex-grow: 2;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            max-width: 320px;
            margin: 0 auto;
            padding: 0 1rem
        }

            .business-dashboard.flights-dashboard .flights .flight-card .route .departure {
                height: 16px;
                width: 16px;
                border-radius: 50%;
                border: 1px solid #a2a5b9
            }

            .business-dashboard.flights-dashboard .flights .flight-card .route .line {
                position: relative;
                -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                flex-grow: 2;
                height: 1px;
                border-bottom: 1.6px dashed #a2a5b9
            }

                .business-dashboard.flights-dashboard .flights .flight-card .route .line:before, .business-dashboard.flights-dashboard .flights .flight-card .route .line:after {
                    opacity: 0;
                    pointer-events: none;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                .business-dashboard.flights-dashboard .flights .flight-card .route .line:before {
                    content: "";
                    position: absolute;
                    top: -14px;
                    left: 50%;
                    right: 50%;
                    height: 10px;
                    width: 1px;
                    border-right: 1px solid #a2a5b9
                }

                .business-dashboard.flights-dashboard .flights .flight-card .route .line:after {
                    content: attr(data-content);
                    position: absolute;
                    top: -32px;
                    left: 23%;
                    width: 130px;
                    font-size: .8rem;
                    text-align: center;
                    color: #a2a5b9
                }

            .business-dashboard.flights-dashboard .flights .flight-card .route .arrival {
                font-size: 1.8rem;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                height: 26px;
                width: 26px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .business-dashboard.flights-dashboard .flights .flight-card .route .arrival .lnil {
                    position: relative;
                    top: -4px;
                    right: 5px;
                    color: #a2a5b9;
                    margin-left: .75rem
                }

        .business-dashboard.flights-dashboard .flights .flight-card .flight-price {
            font-family: "Roboto",sans-serif;
            font-size: 1.8rem;
            font-weight: 600;
            color: #a2a5b9
        }

            .business-dashboard.flights-dashboard .flights .flight-card .flight-price:before {
                content: "$";
                position: relative;
                top: -8px;
                right: -6px;
                font-size: 1.1rem;
                font-weight: 700
            }

.business-dashboard.flights-dashboard .company-card {
    padding: 30px;
    margin-bottom: 1.5rem
}

    .business-dashboard.flights-dashboard .company-card .h-avatar {
        display: block;
        margin: 0 auto
    }

.business-dashboard.flights-dashboard .filters-card {
    padding: 30px;
    margin-bottom: 1.5rem
}

    .business-dashboard.flights-dashboard .filters-card .checkboxes-list {
        margin: 0;
        padding: 20px 0 0 0
    }

        .business-dashboard.flights-dashboard .filters-card .checkboxes-list .field > h5 {
            font-family: "Montserrat",sans-serif;
            font-weight: 600;
            font-size: .8rem;
            text-transform: uppercase;
            color: #283252;
            padding-bottom: 6px
        }

        .business-dashboard.flights-dashboard .filters-card .checkboxes-list .checkbox {
            padding: 8px 0
        }

body.is-dark .business-dashboard.flights-dashboard .booking-bar-wrapper {
    background: #2d2d31;
    border-color: #404046;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary:hover {
    border-color: #A2B436 !important
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured {
    background: #A2B436 !important;
    border-color: #A2B436 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(245,147,136,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(245,147,136,.2) !important;
    box-shadow: 0 14px 26px -12px rgba(245,147,136,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(245,147,136,.2) !important
}

    body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured .flight-price {
        color: #fff
    }

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price {
    color: #A2B436
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span:first-child {
    color: #aaaab3
}

body.is-dark .business-dashboard.flights-dashboard .flights .flight-card .start span:first-child, body.is-dark .business-dashboard.flights-dashboard .flights .flight-card .end span:first-child {
    color: #aaaab3
}

.business-dashboard.company-dashboard .company-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-bottom: 1.5rem
}

    .business-dashboard.company-dashboard .company-header .header-item {
        width: 25%;
        border-right: 1px solid #e5e5e5
    }

        .business-dashboard.company-dashboard .company-header .header-item:last-child {
            border-right: none
        }

        .business-dashboard.company-dashboard .company-header .header-item .item-inner {
            text-align: center
        }

            .business-dashboard.company-dashboard .company-header .header-item .item-inner .lnil, .business-dashboard.company-dashboard .company-header .header-item .item-inner .lnir {
                font-size: 1.8rem;
                margin-bottom: 6px;
                color: #A2B436
            }

            .business-dashboard.company-dashboard .company-header .header-item .item-inner span {
                display: block;
                font-family: "Roboto",sans-serif;
                font-weight: 600;
                font-size: 1.6rem;
                color: #283252
            }

            .business-dashboard.company-dashboard .company-header .header-item .item-inner p {
                font-family: "Montserrat",sans-serif;
                font-size: .95rem
            }

.business-dashboard.company-dashboard .widget {
    height: 100%
}

.business-dashboard.company-dashboard .dashboard-card {
    height: 100%
}

    .business-dashboard.company-dashboard .dashboard-card.is-company {
        text-align: center;
        padding: 30px
    }

        .business-dashboard.company-dashboard .dashboard-card.is-company .h-avatar {
            display: block;
            margin: 0 auto 10px auto
        }

            .business-dashboard.company-dashboard .dashboard-card.is-company .h-avatar .button {
                position: absolute;
                bottom: 0;
                right: 0;
                max-width: 35px
            }

        .business-dashboard.company-dashboard .dashboard-card.is-company > h3 {
            color: #283252;
            font-family: "Montserrat",sans-serif;
            font-size: 1.2rem;
            font-weight: 600
        }

        .business-dashboard.company-dashboard .dashboard-card.is-company > p {
            font-size: .9rem
        }

        .business-dashboard.company-dashboard .dashboard-card.is-company .description {
            padding: 10px 0 0 0
        }

        .business-dashboard.company-dashboard .dashboard-card.is-company .company-stats {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid #e5e5e5
        }

            .business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat {
                width: 33.3%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-align: center
            }

                .business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat span {
                    display: block;
                    font-family: "Roboto",sans-serif
                }

                    .business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat span:first-child {
                        text-transform: uppercase;
                        font-family: "Montserrat",sans-serif;
                        font-size: .75rem;
                        color: #a2a5b9
                    }

                    .business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat span:nth-child(2) {
                        color: #283252;
                        font-size: 1.4rem;
                        font-weight: 600
                    }

    .business-dashboard.company-dashboard .dashboard-card.is-base-chart {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box {
            padding: 30px
        }

            .business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-bottom: 20px;
                border-bottom: 1px solid #e5e5e5
            }

                .business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat {
                    margin-right: 30px;
                    font-family: "Roboto",sans-serif
                }

                    .business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span {
                        display: block
                    }

                        .business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span:first-child {
                            text-transform: uppercase;
                            font-family: "Montserrat",sans-serif;
                            font-size: .75rem;
                            color: #a2a5b9
                        }

                        .business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span:nth-child(2) {
                            color: #283252;
                            font-size: 1.6rem;
                            font-weight: 600
                        }

                        .business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span.current {
                            color: #A2B436
                        }

        .business-dashboard.company-dashboard .dashboard-card.is-base-chart .chart-container {
            margin-top: auto
        }

    .business-dashboard.company-dashboard .dashboard-card.is-tickets {
        padding: 30px
    }

        .business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list {
            padding: 10px 0
        }

            .business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list .media-flex + .media-flex {
                margin-top: 20px;
                padding-top: 20px;
                border-top: 1px solid #e5e5e5
            }

            .business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list .media-flex .flex-meta span:nth-child(2) {
                font-size: 1rem;
                margin: 4px 0;
                color: #696e8c;
                max-width: 430px
            }

            .business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list .media-flex .flex-meta span:nth-child(3) {
                font-size: .9rem;
                color: #a2a5b9
            }

    .business-dashboard.company-dashboard .dashboard-card .card-head {
        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;
        margin-bottom: 20px
    }

        .business-dashboard.company-dashboard .dashboard-card .card-head h3 {
            font-family: "Montserrat",sans-serif;
            font-size: 1rem;
            font-weight: 600;
            color: #283252
        }

.business-dashboard.company-dashboard .table-wrapper {
    min-height: 0
}

.business-dashboard.hr-dashboard .block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-radius: 16px;
    padding: 50px;
    background: #A2B436;
    font-family: "Roboto",sans-serif;
    -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
    box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
}

    .business-dashboard.hr-dashboard .block-header .left, .business-dashboard.hr-dashboard .block-header .right {
        width: 30%
    }

    .business-dashboard.hr-dashboard .block-header .center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 40%;
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #f5f6fa
    }

        .business-dashboard.hr-dashboard .block-header .center .block-text {
            margin-bottom: 16px
        }

        .business-dashboard.hr-dashboard .block-header .center .candidates {
            margin-top: auto
        }

            .business-dashboard.hr-dashboard .block-header .center .candidates > .h-avatar {
                margin-right: 10px
            }

            .business-dashboard.hr-dashboard .block-header .center .candidates button {
                height: 40px;
                width: 40px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 10px;
                background: #fff;
                color: #a2a5b9;
                border: none;
                outline: none;
                cursor: pointer;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .business-dashboard.hr-dashboard .block-header .center .candidates button svg {
                    height: 18px;
                    width: 18px
                }

    .business-dashboard.hr-dashboard .block-header .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .business-dashboard.hr-dashboard .block-header .left .current-user .h-avatar {
            margin-bottom: 1rem
        }

        .business-dashboard.hr-dashboard .block-header .left .current-user h3 {
            font-family: "Montserrat",sans-serif;
            font-weight: 700;
            font-size: 1.8rem;
            color: #fff;
            line-height: 1.2
        }

    .business-dashboard.hr-dashboard .block-header .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .business-dashboard.hr-dashboard .block-header .right .button {
            margin-top: auto
        }

    .business-dashboard.hr-dashboard .block-header .block-heading {
        font-family: "Montserrat",sans-serif;
        font-weight: 600;
        font-size: 1.1rem;
        color: #fff;
        margin-bottom: 4px
    }

    .business-dashboard.hr-dashboard .block-header .block-text {
        font-family: "Roboto",sans-serif;
        font-size: .9rem;
        color: #fff;
        margin-bottom: 16px
    }

    .business-dashboard.hr-dashboard .block-header .header-meta {
        margin-left: 0px;
        padding-right: 30px
    }

        .business-dashboard.hr-dashboard .block-header .header-meta h3 {
            color: #fcfcfc;
            font-family: "Montserrat",sans-serif;
            font-weight: 700;
            font-size: 1.3rem;
            max-width: 280px
        }

        .business-dashboard.hr-dashboard .block-header .header-meta p {
            font-weight: 400;
            color: #f7f7f7;
            margin-bottom: 16px;
            max-width: 320px
        }

        .business-dashboard.hr-dashboard .block-header .header-meta .action-link span {
            font-size: .8rem;
            text-transform: uppercase;
            margin-right: 6px
        }

        .business-dashboard.hr-dashboard .block-header .header-meta .action-link i {
            font-size: 12px
        }

.business-dashboard.hr-dashboard .feed-settings {
    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;
    padding: 20px 0
}

    .business-dashboard.hr-dashboard .feed-settings h3 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #283252
    }

    .business-dashboard.hr-dashboard .feed-settings .button {
        font-size: .8rem;
        border-radius: 8px;
        margin-right: 4px
    }

        .business-dashboard.hr-dashboard .feed-settings .button.is-selected {
            background: #A2B436;
            color: #fff;
            border-color: #A2B436;
            -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
            box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
        }



.feed-settings {
    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;
    padding: 20px 0
}

    .feed-settings h3 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #283252
    }

    .feed-settings .button {
        font-size: .8rem;
        border-radius: 8px;
        margin-right: 4px
    }

    .feed-settings .li {
        font-size: .8rem;
        border-radius: 8px;
        margin-right: 4px
    }

    .feed-settings .button.is-active {
        background: #A2B436;
        color: #fff;
        border-color: #A2B436;
        -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
        box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
    }

    .feed-settings li.is-active {
        background: #A2B436;
        color: #fff;
        border-color: #A2B436;
        -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
        box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
    }

.CNT_DET .setting-item h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #283252
}

.cnt_act_button .button {
    font-size: .8rem;
    border-radius: 8px;
    margin-right: 4px
}

    .cnt_act_button .button .is-selected {
        background: #A2B436;
        color: #fff;
        border-color: #A2B436;
        -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
        box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
    }

.business-dashboard.hr-dashboard .side-text h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #283252;
    margin-bottom: 8px
}

.business-dashboard.hr-dashboard .side-text p {
    font-size: .95rem;
    margin-bottom: 8px
}

.business-dashboard.hr-dashboard .side-text .action-link {
    font-size: .9rem
}

.business-dashboard.hr-dashboard .recent-rookies .recent-rookies-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;
    margin-bottom: 20px
}

    .business-dashboard.hr-dashboard .recent-rookies .recent-rookies-header h3 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #283252
    }

body.is-dark .business-dashboard.hr-dashboard .block-header {
    background: #232326;
    -webkit-box-shadow: none;
    box-shadow: none
}

    body.is-dark .business-dashboard.hr-dashboard .block-header .center {
        border-color: #3b3b41
    }

        body.is-dark .business-dashboard.hr-dashboard .block-header .center .candidates button {
            background: #3b3b41;
            border: 1px solid transparent;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            body.is-dark .business-dashboard.hr-dashboard .block-header .center .candidates button:hover {
                border-color: #A2B436
            }

                body.is-dark .business-dashboard.hr-dashboard .block-header .center .candidates button:hover svg {
                    stroke: #A2B436
                }

body.is-dark .business-dashboard.hr-dashboard .feed-settings .button.is-selected {
    background: #A2B436 !important;
    border-color: #A2B436 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(245,147,136,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(245,147,136,.2) !important;
    box-shadow: 0 14px 26px -12px rgba(245,147,136,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(245,147,136,.2) !important;
    color: #fff !important
}

.business-dashboard.course-dashboard .dashboard-title {
    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;
    margin-bottom: 20px;
    font-family: "Roboto",sans-serif
}

    .business-dashboard.course-dashboard .dashboard-title.is-main {
        margin-bottom: 30px
    }

        .business-dashboard.course-dashboard .dashboard-title.is-main h2 {
            font-size: 1.8rem
        }

    .business-dashboard.course-dashboard .dashboard-title h2 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        color: #283252
    }

.business-dashboard.course-dashboard .course-grid {
    margin-bottom: 2rem
}

    .business-dashboard.course-dashboard .course-grid .course-card .tag {
        height: 2.75em;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: .5rem;
        line-height: 2.7;
        margin-bottom: 2rem
    }

    .business-dashboard.course-dashboard .course-grid .course-card h3 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #283252;
        margin-bottom: 1rem
    }

    .business-dashboard.course-dashboard .course-grid .course-card .students {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 0
    }

        .business-dashboard.course-dashboard .course-grid .course-card .students .h-avatar {
            margin: 0 .25rem
        }

            .business-dashboard.course-dashboard .course-grid .course-card .students .h-avatar .avatar.is-fake span {
                position: relative;
                left: -2px
            }

        .business-dashboard.course-dashboard .course-grid .course-card .students .link {
            font-family: "Roboto",sans-serif;
            font-weight: 500;
            color: #A2B436;
            margin-left: 1rem
        }

    .business-dashboard.course-dashboard .course-grid .course-card .attached-block + .attached-block {
        margin-top: 1.5rem
    }

    .business-dashboard.course-dashboard .course-grid .course-card .attached-block > a {
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        color: #A2B436;
        margin-bottom: .5rem
    }

    .business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #a2a5b9
    }

        .business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats + .block-stats {
            margin-top: .25rem
        }

        .business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats span {
            font-family: "Roboto",sans-serif;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: .75rem
        }

            .business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats span svg {
                height: 15px;
                width: 15px;
                stroke-width: 1px;
                margin-right: .25rem
            }

    .business-dashboard.course-dashboard .course-grid .course-card .action-block {
        margin-top: 2.5rem
    }

        .business-dashboard.course-dashboard .course-grid .course-card .action-block .button {
            height: 46px;
            border-radius: .75rem
        }

.business-dashboard.course-dashboard .tile-grid .tile-grid-item {
    margin-bottom: 1rem
}

.business-dashboard.course-dashboard .flex-table .flex-table-item {
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem
}

    .business-dashboard.course-dashboard .flex-table .flex-table-item .tag {
        height: 2.75em;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: .5rem;
        line-height: 2.7
    }

    .business-dashboard.course-dashboard .flex-table .flex-table-item .action-button {
        border-radius: .75rem
    }

        .business-dashboard.course-dashboard .flex-table .flex-table-item .action-button:hover {
            background: #A2B436;
            border-color: #A2B436;
            color: #fff;
            -webkit-box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2);
            box-shadow: 0 14px 26px -12px rgba(208,50,50,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,50,50,.2)
        }

@media only screen and (max-width: 767px) {
    .business-dashboard.flights-dashboard .booking-bar-wrapper .travel-illustration {
        position: static;
        margin-bottom: 20px
    }

    .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

        .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .control {
            margin: 0 !important;
            width: 100% !important
        }

            .business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .control:first-child {
                margin-bottom: 1rem !important
            }

    .business-dashboard.flights-dashboard .flights {
        padding-bottom: 0
    }

        .business-dashboard.flights-dashboard .flights .flight-card {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .business-dashboard.flights-dashboard .flights .flight-card:last-child {
                margin-bottom: 0
            }

            .business-dashboard.flights-dashboard .flights .flight-card > img {
                max-width: 48px;
                margin-bottom: 12px
            }

            .business-dashboard.flights-dashboard .flights .flight-card .start, .business-dashboard.flights-dashboard .flights .flight-card .end {
                text-align: center;
                margin: 10px auto
            }

                .business-dashboard.flights-dashboard .flights .flight-card .start span, .business-dashboard.flights-dashboard .flights .flight-card .end span {
                    font-size: 1rem !important
                }

            .business-dashboard.flights-dashboard .flights .flight-card .route {
                width: 100%;
                max-width: 100%
            }

                .business-dashboard.flights-dashboard .flights .flight-card .route .line:before, .business-dashboard.flights-dashboard .flights .flight-card .route .line:after {
                    display: none !important
                }

    .business-dashboard.company-dashboard .company-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .business-dashboard.company-dashboard .company-header .header-item {
            width: 50%;
            border-right: none;
            border: none;
            padding: 16px 0
        }

    .business-dashboard.hr-dashboard .block-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px
    }

        .business-dashboard.hr-dashboard .block-header .left, .business-dashboard.hr-dashboard .block-header .center, .business-dashboard.hr-dashboard .block-header .right {
            width: 100%
        }

        .business-dashboard.hr-dashboard .block-header .left {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-bottom: 20px
        }

        .business-dashboard.hr-dashboard .block-header .center {
            padding-right: 0;
            margin-right: 0;
            border-right: none;
            margin-bottom: 20px
        }

    .business-dashboard.hr-dashboard .feed-settings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .business-dashboard.hr-dashboard .feed-settings h3 {
            margin-bottom: 16px
        }

    .business-dashboard.course-dashboard .dashboard-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .business-dashboard.course-dashboard .dashboard-title .left {
            margin-bottom: 1rem
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .business-dashboard.flights-dashboard .booking-bar-wrapper .travel-illustration {
        bottom: 30px;
        right: -25px;
        max-width: 215px
    }

    .business-dashboard.flights-dashboard .flights {
        padding-bottom: 0
    }

        .business-dashboard.flights-dashboard .flights .flight-card:last-child {
            margin-bottom: 0
        }

    .business-dashboard.hr-dashboard .block-header {
        padding: 40px
    }

    .business-dashboard.hr-dashboard .side-text {
        display: none
    }
}
/*---------------------------------------------------------------------*/
.media-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

    .media-flex:last-child, .media-flex.no-margin {
        margin-bottom: 0
    }

    .media-flex .flex-meta {
        margin-left: 12px;
        line-height: 1.3
    }

        .media-flex .flex-meta.is-lighter span:first-child, .media-flex .flex-meta.is-lighter > a:first-child {
            font-weight: 400
        }

        .media-flex .flex-meta.is-light span:first-child, .media-flex .flex-meta.is-light > a:first-child {
            font-weight: 500
        }

        .media-flex .flex-meta span, .media-flex .flex-meta > a {
            display: block
        }

            .media-flex .flex-meta span:first-child, .media-flex .flex-meta > a:first-child {
                font-family: "Montserrat",sans-serif;
                color: #283252;
                font-weight: 600
            }

            .media-flex .flex-meta span:nth-child(2), .media-flex .flex-meta > a:nth-child(2) {
                font-family: "Roboto",sans-serif;
                color: #a2a5b9;
                font-size: .9rem
            }

        .media-flex .flex-meta a:hover {
            color: #A2B436
        }

    .media-flex .flex-end {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .media-flex .flex-end .end-action {
            margin-left: 1rem
        }

.media-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

    .media-flex-center:last-child, .media-flex-center.no-margin {
        margin-bottom: 0
    }

    .media-flex-center .flex-meta {
        margin-left: 12px;
        line-height: 1.4
    }

        .media-flex-center .flex-meta.is-lighter span:first-child, .media-flex-center .flex-meta.is-lighter > a:first-child {
            font-weight: 400
        }

        .media-flex-center .flex-meta.is-light span:first-child, .media-flex-center .flex-meta.is-light > a:first-child {
            font-weight: 500
        }

        .media-flex-center .flex-meta span, .media-flex-center .flex-meta > a {
            display: block
        }

            .media-flex-center .flex-meta span:first-child, .media-flex-center .flex-meta > a:first-child {
                font-family: "Montserrat",sans-serif;
                font-size: .95rem;
                color: #283252;
                font-weight: 600
            }

            .media-flex-center .flex-meta span:nth-child(2), .media-flex-center .flex-meta > a:nth-child(2) {
                font-family: "Roboto",sans-serif;
                color: #a2a5b9;
                font-size: .9rem
            }

        .media-flex-center .flex-meta a:hover {
            color: #A2B436
        }

    .media-flex-center .flex-end {
        margin-left: auto;
        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
    }

        .media-flex-center .flex-end .end-action {
            margin-left: 1rem
        }

body.is-dark .media-flex-center .flex-meta span:first-child, body.is-dark .media-flex-center .flex-meta a:first-child, body.is-dark .media-flex .flex-meta span:first-child, body.is-dark .media-flex .flex-meta a:first-child {
    color: #aaaab3
}

body.is-dark .media-flex-center .flex-meta a:hover, body.is-dark .media-flex .flex-meta a:hover {
    color: #A2B436
}

/*@media only screen and (max-width: 767px) {
    .media-flex.is-responsive-mobile, .media-flex-center.is-responsive-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .media-flex.is-responsive-mobile .h-avatar, .media-flex.is-responsive-mobile .h-icon, .media-flex-center.is-responsive-mobile .h-avatar, .media-flex-center.is-responsive-mobile .h-icon {
            display: block;
            margin: 0 auto
        }

        .media-flex.is-responsive-mobile .flex-meta, .media-flex-center.is-responsive-mobile .flex-meta {
            margin: 10px auto 16px auto
        }

        .media-flex.is-responsive-mobile .flex-end, .media-flex-center.is-responsive-mobile .flex-end {
            margin: 0 auto 10px auto
        }

            .media-flex.is-responsive-mobile .flex-end .end-action, .media-flex-center.is-responsive-mobile .flex-end .end-action {
                margin-left: 0
            }

            .media-flex.is-responsive-mobile .flex-end .button, .media-flex-center.is-responsive-mobile .flex-end .button {
                min-width: 140px
            }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .media-flex.is-responsive-tablet-p, .media-flex-center.is-responsive-tablet-p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .media-flex.is-responsive-tablet-p .h-avatar, .media-flex.is-responsive-tablet-p .h-icon, .media-flex-center.is-responsive-tablet-p .h-avatar, .media-flex-center.is-responsive-tablet-p .h-icon {
            display: block;
            margin: 0 auto
        }

        .media-flex.is-responsive-tablet-p .flex-meta, .media-flex-center.is-responsive-tablet-p .flex-meta {
            margin: 10px auto 16px auto
        }

        .media-flex.is-responsive-tablet-p .flex-end, .media-flex-center.is-responsive-tablet-p .flex-end {
            margin: 0 auto 10px auto
        }

            .media-flex.is-responsive-tablet-p .flex-end .end-action, .media-flex-center.is-responsive-tablet-p .flex-end .end-action {
                margin-left: 0
            }

            .media-flex.is-responsive-tablet-p .flex-end .button, .media-flex-center.is-responsive-tablet-p .flex-end .button {
                min-width: 140px
            }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .media-flex.is-responsive-tablet-l, .media-flex-center.is-responsive-tablet-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .media-flex.is-responsive-tablet-l .h-avatar, .media-flex.is-responsive-tablet-l .h-icon, .media-flex-center.is-responsive-tablet-l .h-avatar, .media-flex-center.is-responsive-tablet-l .h-icon {
            display: block;
            margin: 0 auto
        }

        .media-flex.is-responsive-tablet-l .flex-meta, .media-flex-center.is-responsive-tablet-l .flex-meta {
            margin: 10px auto 16px auto
        }

        .media-flex.is-responsive-tablet-l .flex-end, .media-flex-center.is-responsive-tablet-l .flex-end {
            margin: 0 auto 10px auto
        }

            .media-flex.is-responsive-tablet-l .flex-end .end-action, .media-flex-center.is-responsive-tablet-l .flex-end .end-action {
                margin-left: 0
            }

            .media-flex.is-responsive-tablet-l .flex-end .button, .media-flex-center.is-responsive-tablet-l .flex-end .button {
                min-width: 140px
            }
}*/
/*-------------------------------------------------------------------------------------*/
.h-avatar {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

    .h-avatar.has-dot:after {
        content: "";
        position: absolute;
        top: 1px;
        right: 1px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: #06d6a0;
        border: 1.8px solid #fff
    }

    .h-avatar.has-dot.has-dot-squared:after {
        top: -3px;
        right: -3px
    }

    .h-avatar.has-dot.dot-primary:after {
        background: #A2B436
    }

    .h-avatar.has-dot.dot-info:after {
        background: #039be5
    }

    .h-avatar.has-dot.dot-warning:after {
        background: #faae42
    }

    .h-avatar.has-dot.dot-danger:after {
        background: #e62965
    }

    .h-avatar.has-dot.dot-grey:after {
        background: #a2a5b9
    }

    .h-avatar .avatar {
        width: 40px;
        min-width: 40px;
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover
    }

        .h-avatar .avatar.is-squared {
            border-radius: 10px !important
        }

        .h-avatar .avatar.is-fake {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #ededed;
            border-radius: 50%
        }

            .h-avatar .avatar.is-fake.is-primary {
                background: #dac4f7
            }

                .h-avatar .avatar.is-fake.is-primary span {
                    color: #A2B436
                }

            .h-avatar .avatar.is-fake.is-accent {
                background: #fff
            }

                .h-avatar .avatar.is-fake.is-accent span {
                    color: #A2B436
                }

            .h-avatar .avatar.is-fake.is-success {
                background: #c4fdef
            }

                .h-avatar .avatar.is-fake.is-success span {
                    color: #06d6a0
                }

            .h-avatar .avatar.is-fake.is-info {
                background: #cfeffe
            }

                .h-avatar .avatar.is-fake.is-info span {
                    color: #039be5
                }

            .h-avatar .avatar.is-fake.is-warning {
                background: #fef2e1
            }

                .h-avatar .avatar.is-fake.is-warning span {
                    color: #faae42
                }

            .h-avatar .avatar.is-fake.is-danger {
                background: #f9cddb
            }

                .h-avatar .avatar.is-fake.is-danger span {
                    color: #e62965
                }

            .h-avatar .avatar.is-fake.is-h-purple {
                background: #e7e2f0
            }

                .h-avatar .avatar.is-fake.is-h-purple span {
                    color: #8269b2
                }

            .h-avatar .avatar.is-fake.is-h-orange {
                background: #ffe8dd
            }

                .h-avatar .avatar.is-fake.is-h-orange span {
                    color: #ffa981
                }

            .h-avatar .avatar.is-fake.is-h-blue {
                background: #daf4ff
            }

                .h-avatar .avatar.is-fake.is-h-blue span {
                    color: #37c3ff
                }

            .h-avatar .avatar.is-fake.is-h-red {
                background: #fee7ed
            }

                .h-avatar .avatar.is-fake.is-h-red span {
                    color: #f92b60
                }

            .h-avatar .avatar.is-fake.is-h-green {
                background: #e4f7e1
            }

                .h-avatar .avatar.is-fake.is-h-green span {
                    color: #93e088
                }

            .h-avatar .avatar.is-fake.is-h-yellow {
                background: #fff6de
            }

                .h-avatar .avatar.is-fake.is-h-yellow span {
                    color: #ffca45
                }

            .h-avatar .avatar.is-fake span {
                position: relative;
                display: block;
                font-size: 1rem;
                font-weight: 500;
                color: #999
            }

        .h-avatar .avatar.is-more {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 50%
        }

            .h-avatar .avatar.is-more .inner {
                width: 40px;
                min-width: 40px;
                height: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 50%;
                background: #f2f2f2;
                border: 1px solid #ededed
            }

                .h-avatar .avatar.is-more .inner span {
                    line-height: 1;
                    position: relative;
                    left: -3px;
                    display: block;
                    font-size: .9rem;
                    font-weight: 500;
                    color: #a2a5b9
                }

    .h-avatar .badge {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #fff
    }

    .h-avatar img {
        display: block;
        border-radius: 50%
    }

    .h-avatar.is-small {
        max-width: 32px;
        min-width: 32px;
        max-height: 32px
    }

        .h-avatar.is-small.has-dot:after {
            content: "";
            top: 0;
            right: 0;
            height: 8px;
            width: 8px;
            border-width: 1.4px
        }

        .h-avatar.is-small.has-dot.has-dot-squared:after {
            top: -2px;
            right: -2px
        }

        .h-avatar.is-small .avatar {
            width: 32px;
            min-width: 32px;
            height: 32px
        }

            .h-avatar.is-small .avatar.is-squared {
                border-radius: 8px !important
            }

            .h-avatar.is-small .avatar.is-fake, .h-avatar.is-small .avatar.is-more {
                width: 32px;
                min-width: 32px;
                height: 32px
            }

                .h-avatar.is-small .avatar.is-fake .inner, .h-avatar.is-small .avatar.is-more .inner {
                    width: 30px;
                    min-width: 30px;
                    height: 30px
                }

                .h-avatar.is-small .avatar.is-fake span, .h-avatar.is-small .avatar.is-more span {
                    font-size: .85rem
                }

        .h-avatar.is-small .badge {
            border-width: 1px;
            width: 12px;
            height: 12px
        }

    .h-avatar.is-medium {
        max-width: 50px;
        min-width: 50px
    }

        .h-avatar.is-medium.has-dot:after {
            content: "";
            top: 1px;
            right: 1px;
            height: 12px;
            width: 12px;
            border-width: 2px
        }

        .h-avatar.is-medium.has-dot.has-dot-squared:after {
            top: -3px;
            right: -3px
        }

        .h-avatar.is-medium .avatar {
            width: 50px;
            min-width: 50px;
            height: 50px
        }

            .h-avatar.is-medium .avatar.is-squared {
                border-radius: 12px !important
            }

            .h-avatar.is-medium .avatar.is-fake, .h-avatar.is-medium .avatar.is-more {
                width: 50px;
                min-width: 50px;
                height: 50px
            }

                .h-avatar.is-medium .avatar.is-fake .inner, .h-avatar.is-medium .avatar.is-more .inner {
                    width: 50px;
                    min-width: 50px;
                    height: 50px
                }

                .h-avatar.is-medium .avatar.is-fake span, .h-avatar.is-medium .avatar.is-more span {
                    font-size: 1.2rem
                }

        .h-avatar.is-medium .badge {
            border-width: 2px;
            height: 20px;
            width: 20px
        }

    .h-avatar.is-large {
        max-width: 68px;
        min-width: 68px
    }

        .h-avatar.is-large.has-dot:after {
            content: "";
            top: 4px;
            right: 4px;
            height: 14px;
            width: 14px;
            border-width: 2.6px
        }

        .h-avatar.is-large.has-dot.has-dot-squared:after {
            top: -4px;
            right: -1px
        }

        .h-avatar.is-large .avatar {
            width: 68px;
            min-width: 68px;
            height: 68px
        }

            .h-avatar.is-large .avatar.is-squared {
                border-radius: 16px !important
            }

            .h-avatar.is-large .avatar.is-fake {
                width: 68px;
                min-width: 68px;
                height: 68px
            }

                .h-avatar.is-large .avatar.is-fake span {
                    font-size: 1.4rem
                }

        .h-avatar.is-large .badge {
            border-width: 2px;
            height: 24px;
            width: 24px
        }

    .h-avatar.is-big {
        max-width: 80px;
        min-width: 80px
    }

        .h-avatar.is-big.has-dot:after {
            content: "";
            top: 4px;
            right: 4px;
            height: 16px;
            width: 16px;
            border-width: 2.8px
        }

        .h-avatar.is-big.has-dot.has-dot-squared:after {
            top: -4px;
            right: -1px
        }

        .h-avatar.is-big .avatar {
            width: 80px;
            min-width: 80px;
            height: 80px
        }

            .h-avatar.is-big .avatar.is-squared {
                border-radius: 18px !important
            }

            .h-avatar.is-big .avatar.is-fake {
                width: 80px;
                min-width: 80px;
                height: 80px
            }

                .h-avatar.is-big .avatar.is-fake span {
                    font-size: 1.4rem
                }

        .h-avatar.is-big .badge {
            border-width: 2.4px;
            height: 28px;
            width: 28px
        }

    .h-avatar.is-xl {
        max-width: 100px;
        min-width: 100px
    }

        .h-avatar.is-xl.has-dot:after {
            content: "";
            top: 6px;
            right: 5px;
            height: 18px;
            width: 18px;
            border-width: 2.8px
        }

        .h-avatar.is-xl.has-dot.has-dot-squared:after {
            top: -3px;
            right: -3px
        }

        .h-avatar.is-xl .avatar {
            width: 100px;
            min-width: 100px;
            height: 100px
        }

            .h-avatar.is-xl .avatar.is-squared {
                border-radius: 22px !important
            }

            .h-avatar.is-xl .avatar.is-fake {
                width: 100px;
                min-width: 100px;
                height: 100px
            }

                .h-avatar.is-xl .avatar.is-fake span {
                    font-size: 1.6rem
                }

        .h-avatar.is-xl .badge {
            border-width: 3px;
            height: 34px;
            width: 34px
        }

.avatar-stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .avatar-stack .h-avatar {
        border-radius: 50%
    }

        .avatar-stack .h-avatar.is-small {
            border-radius: 50%
        }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(1) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(2) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(3) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(4) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(5) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(6) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(7) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(8) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(9) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(10) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(11) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(12) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(13) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(14) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(15) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(16) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(17) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(18) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(19) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(20) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(21) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(22) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(23) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(24) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(25) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(26) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(27) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(28) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(29) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(30) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(31) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(32) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(33) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(34) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(35) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(36) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(37) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(38) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(39) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(40) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(41) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(42) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(43) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(44) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(45) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(46) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(47) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(48) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(49) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(50) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(51) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(52) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(53) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(54) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(55) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(56) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(57) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(58) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(59) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(60) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(61) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(62) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(63) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(64) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(65) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(66) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(67) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(68) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(69) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(70) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(71) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(72) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(73) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(74) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(75) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(76) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(77) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(78) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(79) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(80) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(81) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(82) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(83) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(84) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(85) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(86) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(87) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(88) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(89) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(90) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(91) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(92) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(93) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(94) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(95) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(96) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(97) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(98) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small:not(:first-child):nth-child(99) {
                margin-left: -12px
            }

            .avatar-stack .h-avatar.is-small img, .avatar-stack .h-avatar.is-small .is-fake, .avatar-stack .h-avatar.is-small .is-more .inner {
                border: 2px solid #fff
            }

        .avatar-stack .h-avatar.is-medium {
            border-radius: 50%
        }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(1) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(2) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(3) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(4) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(5) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(6) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(7) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(8) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(9) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(10) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(11) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(12) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(13) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(14) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(15) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(16) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(17) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(18) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(19) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(20) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(21) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(22) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(23) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(24) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(25) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(26) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(27) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(28) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(29) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(30) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(31) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(32) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(33) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(34) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(35) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(36) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(37) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(38) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(39) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(40) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(41) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(42) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(43) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(44) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(45) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(46) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(47) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(48) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(49) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(50) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(51) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(52) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(53) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(54) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(55) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(56) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(57) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(58) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(59) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(60) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(61) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(62) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(63) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(64) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(65) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(66) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(67) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(68) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(69) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(70) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(71) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(72) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(73) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(74) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(75) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(76) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(77) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(78) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(79) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(80) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(81) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(82) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(83) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(84) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(85) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(86) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(87) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(88) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(89) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(90) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(91) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(92) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(93) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(94) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(95) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(96) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(97) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(98) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(99) {
                margin-left: -16px
            }

            .avatar-stack .h-avatar.is-medium img, .avatar-stack .h-avatar.is-medium .is-fake, .avatar-stack .h-avatar.is-medium .is-more .inner {
                border: 4px solid #fff
            }

        .avatar-stack .h-avatar:not(:first-child):nth-child(1) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(2) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(3) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(4) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(5) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(6) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(7) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(8) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(9) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(10) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(11) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(12) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(13) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(14) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(15) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(16) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(17) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(18) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(19) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(20) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(21) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(22) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(23) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(24) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(25) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(26) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(27) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(28) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(29) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(30) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(31) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(32) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(33) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(34) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(35) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(36) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(37) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(38) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(39) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(40) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(41) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(42) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(43) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(44) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(45) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(46) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(47) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(48) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(49) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(50) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(51) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(52) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(53) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(54) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(55) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(56) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(57) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(58) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(59) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(60) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(61) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(62) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(63) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(64) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(65) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(66) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(67) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(68) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(69) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(70) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(71) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(72) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(73) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(74) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(75) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(76) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(77) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(78) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(79) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(80) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(81) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(82) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(83) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(84) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(85) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(86) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(87) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(88) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(89) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(90) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(91) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(92) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(93) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(94) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(95) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(96) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(97) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(98) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar:not(:first-child):nth-child(99) {
            margin-left: -14px
        }

        .avatar-stack .h-avatar img, .avatar-stack .h-avatar .is-fake, .avatar-stack .h-avatar .is-more .inner {
            border: 2px solid #fff
        }

/*body.is-dark .h-avatar .avatar {
    border-color: #323236
}

    body.is-dark .h-avatar .avatar.is-fake.is-primary {
        background: #A2B436
    }

        body.is-dark .h-avatar .avatar.is-fake.is-primary span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-accent {
        background: #A2B436
    }

        body.is-dark .h-avatar .avatar.is-fake.is-accent span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-success {
        background: #06d6a0
    }

        body.is-dark .h-avatar .avatar.is-fake.is-success span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-info {
        background: #039be5
    }

        body.is-dark .h-avatar .avatar.is-fake.is-info span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-warning {
        background: #faae42
    }

        body.is-dark .h-avatar .avatar.is-fake.is-warning span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-danger {
        background: #e62965
    }

        body.is-dark .h-avatar .avatar.is-fake.is-danger span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-h-purple {
        background: #8269b2
    }

        body.is-dark .h-avatar .avatar.is-fake.is-h-purple span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-h-orange {
        background: #ffa981
    }

        body.is-dark .h-avatar .avatar.is-fake.is-h-orange span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-h-blue {
        background: #37c3ff
    }

        body.is-dark .h-avatar .avatar.is-fake.is-h-blue span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-h-red {
        background: #f92b60
    }

        body.is-dark .h-avatar .avatar.is-fake.is-h-red span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-h-green {
        background: #93e088
    }

        body.is-dark .h-avatar .avatar.is-fake.is-h-green span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-fake.is-h-yellow {
        background: #ffd66e
    }

        body.is-dark .h-avatar .avatar.is-fake.is-h-yellow span {
            color: #fff
        }

    body.is-dark .h-avatar .avatar.is-more .inner {
        background: #3b3b41;
        border-color: #1e1e21
    }

    body.is-dark .h-avatar .avatar.is-fake {
        border-color: #323236
    }*/

/*.infinite-scroll-loader {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .infinite-scroll-loader.is-active {
        pointer-events: all;
        opacity: 1
    }

    .infinite-scroll-loader .infinite-scroll-loader-inner {
        height: 180px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

        .infinite-scroll-loader .infinite-scroll-loader-inner .loader {
            height: 5rem;
            width: 5rem
        }

        .infinite-scroll-loader .infinite-scroll-loader-inner .loader-end span {
            font-family: "Roboto",sans-serif;
            color: #a2a5b9
        }*/

.has-loader {
    position: relative
}

    .has-loader.has-loader-active {
        overflow: hidden
    }

        .has-loader.has-loader-active .h-loader-wrapper {
            opacity: 1;
            pointer-events: all
        }

    .has-loader .h-loader-wrapper {
        position: fixed;
        top: 170px;
        left: 0;
        bottom:0;
        right:0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #f6f7f8;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        z-index: 5
    }

        .has-loader .h-loader-wrapper .loader {
            height: 3rem;
            width: 3rem
        }

            .has-loader .h-loader-wrapper .loader.is-small {
                height: 2rem;
                width: 2rem
            }

            .has-loader .h-loader-wrapper .loader.is-large {
                height: 5rem;
                width: 5rem
            }

            .has-loader .h-loader-wrapper .loader.is-xl {
                height: 7rem;
                width: 7rem
            }

body.is-dark .has-loader .h-loader-wrapper {
    background: #323236
}

@-webkit-keyframes spinAroundLoader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAroundLoader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

    .huro-demo-wrapper:after, .button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
        -webkit-animation: spinAroundLoader 500ms infinite linear;
        animation: spinAroundLoader 500ms infinite linear;
        border: 2px solid #dbdbdb;
        border-radius: 290486px;
        border-right-color: transparent;
        border-top-color: transparent;
        content: "";
        display: block;
        height: 1em;
        position: relative !important;
        width: 1em
    }

/*! _lifestyle.scss | Huro | Css ninja 2020-2021 */
.lifestyle-dashboard-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 355px;
    background: #fff;
    z-index: 0
}

.is-webapp .lifestyle-dashboard-bg {
    height: 385px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 220px;
    margin-bottom: 20px;
    z-index: 1
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container {
            position: relative;
            height: 140px;
            width: 140px;
            min-width: 140px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container img {
                display: block;
                height: 140px;
                width: 140px;
                min-width: 140px;
                border-radius: 50%
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container .button {
                position: absolute;
                bottom: 5px;
                right: 5px
            }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta {
            font-family: "Roboto",sans-serif;
            margin-left: 16px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username h3 {
                    font-family: "Montserrat",sans-serif;
                    color: #283252;
                    font-size: 1.2rem;
                    font-weight: 700
                }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username h3 i {
                        font-size: 1.2rem;
                        margin-left: 5px;
                        color: #ffd66e
                    }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username > span {
                    color: #9397ae
                }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .badges {
                    margin-left: 16px
                }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 16px 0
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat {
                    margin-right: 30px
                }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat span:first-child {
                        color: #283252;
                        font-size: 1.3rem;
                        font-weight: 600
                    }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat span:nth-child(2) {
                        color: #a2a5b9
                    }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-description {
                max-width: 640px
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-description p {
                    color: #9397ae
                }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-top: 16px
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement {
                    height: 36px;
                    width: 36px;
                    min-width: 28px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border: 3px solid #fff;
                    background: #ededed;
                    border-radius: 50%;
                    margin-right: 10px;
                    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
                }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement.is-primary {
                        color: #671cc9;
                        background: #e3d2f9
                    }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement.is-yellow {
                        color: #ffd66e;
                        background: #fff6de
                    }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement.is-danger {
                        color: #e62965;
                        background: #fbe0e8
                    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .end {
            margin-left: auto
        }

.lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs {
    margin-bottom: 30px
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs ul {
        border: none
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs ul li a {
            border-bottom-width: 4px
        }

.lifestyle-dashboard.lifestyle-dashboard-v1 .body-title {
    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;
    font-family: "Roboto",sans-serif;
    margin-bottom: 20px
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .body-title h3 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.1rem;
        font-weight: 700;
        color: #283252
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .body-title .h-select .select-box {
        border: none;
        background: none
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .body-title .h-select .select-box span {
            font-size: 1.1rem
        }

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card {
    font-family: "Roboto",sans-serif
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card.is-metrics, .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card.is-heatmap {
        padding: 30px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head {
        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
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head.has-margin-bottom {
            margin-bottom: 16px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head h4 {
            color: #9c9fb5
        }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head h3 {
            font-family: "Montserrat",sans-serif;
            font-size: 1rem;
            font-weight: 600;
            color: #283252
        }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-metric {
        font-weight: 700;
        font-size: 2.8rem;
        color: #283252;
        padding: 6px 0 16px 0
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-metric.is-smaller {
            font-size: 2.5rem
        }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-up span span {
            color: #93e088
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-up span span svg {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-down span span {
            color: #f92b60
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-down span span svg {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #a2a5b9
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot span span {
                margin-right: 8px;
                font-weight: 500
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot span span svg {
                    height: 18px;
                    width: 18px;
                    stroke-width: 3px
                }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container {
        position: relative;
        width: 512px;
        height: 480px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud {
            width: 512px;
            height: 480px;
            position: absolute
        }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element {
            font-size: 2em;
            font-family: "Roboto",sans-serif;
            text-align: center
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element.size-2 {
                font-size: 3rem
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element.size-3 {
                font-size: 4rem
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element.is-bold a {
                font-weight: 600
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element a {
                color: #283252
            }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-head {
        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
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-head h4 {
            color: #9c9fb5
        }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric {
        font-weight: 700;
        font-size: 2.8rem;
        color: #283252;
        padding: 10px 0
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric.is-smaller {
            font-size: 2.5rem
        }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-up span span {
            color: #93e088
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-up span span svg {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-down span span {
            color: #f92b60
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-down span span svg {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #a2a5b9
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot span span {
                margin-right: 8px;
                font-weight: 500
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot span span svg {
                    height: 18px;
                    width: 18px;
                    stroke-width: 3px
                }

.lifestyle-dashboard.lifestyle-dashboard-v1 .stat-widget:not(:last-child) {
    margin-bottom: 1.5rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-avatar {
        border-radius: 50%;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-avatar img {
            display: block;
            height: 50px;
            width: 50px;
            min-width: 50px;
            border-radius: 50%;
            border: 3px solid #fff
        }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-meta {
        margin-left: 16px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-meta p span {
            color: #283252;
            font-weight: 500
        }

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-label {
        width: 60px;
        text-align: center;
        color: #a2a5b9;
        font-size: .95rem
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item {
            margin: 5px;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 34px;
            border-radius: 6px;
            background: #eef0f7
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-1 {
                background: #ebdffb
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-2 {
                background: #b98fef
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-3 {
                background: #671cc9
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-3 i {
                    color: #fcfcfc;
                    font-size: 12px
                }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.is-time {
                background: none;
                color: #a2a5b9;
                font-size: .95rem;
                min-height: 26px
            }

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats {
    padding: 16px;
    text-align: center;
    width: 100%;
    font-family: "Roboto",sans-serif;
    font-size: .9rem
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats span {
        color: #a2a5b9
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats .post-stat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1.2
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats .post-stat i {
            font-size: 1.2rem;
            margin-right: 6px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats .post-stat .count {
            font-size: 2.2rem;
            font-weight: 700;
            color: #283252
        }

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap {
    padding: 4px 10px
}

    .lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap .post-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -6px;
        margin-right: -6px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap .post-group a {
            display: block;
            width: calc(25% - 12px);
            margin: 6px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap .post-group a img {
                display: block;
                width: 100%;
                min-height: 65px;
                max-height: 85px;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 6px;
                margin: 0
            }

body.is-dark .lifestyle-dashboard-bg {
    background: #323236
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username h3 {
    color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat span:first-child {
    color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .body-title h3 {
    color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .body-title .h-select .select-box {
    border: none !important;
    background: none !important
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-metric, body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric {
    color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element a {
    color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-title .title-avatar {
    border-color: #404046
}

    body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-title .title-avatar img {
        border-color: #1e1e21
    }

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-title .title-meta p span {
    color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time) {
    background: #3b3b41
}

    body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-1 {
        background: #28282b
    }

    body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-2 {
        background: #a7a9f7
    }

    body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-3 {
        background: #797bf2
    }

        body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-3 i {
            color: #fcfcfc
        }

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title {
    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;
    margin-bottom: 20px;
    font-family: "Roboto",sans-serif
}

    .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title.is-main {
        margin-bottom: 30px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title.is-main h2 {
            font-size: 1.8rem
        }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title h2 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        color: #283252
    }

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card {
    position: relative;
    min-height: 300px
}

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-overlay {
        opacity: .5;
        pointer-events: all
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-text-overlay {
        opacity: 1;
        pointer-events: all
    }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-text-overlay .top, .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-text-overlay .bottom {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #232326;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        cursor: pointer;
        border-radius: 16px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        font-family: "Roboto",sans-serif;
        opacity: 0;
        pointer-events: none;
        z-index: 2;
        overflow: hidden;
        cursor: pointer
    }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top, .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
            -webkit-transition: all .2s;
            transition: all .2s;
            opacity: 0;
            -webkit-transition-delay: .15s;
            transition-delay: .15s;
            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;
            color: #fcfcfc
        }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
            font-weight: 500;
            font-size: .75rem;
            letter-spacing: 2px;
            text-transform: uppercase
        }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
            font-size: .9rem;
            -webkit-transform: translateY(30px);
            transform: translateY(30px)
        }

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    max-height: 66px
}

    .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center:hover .flex-end .rating {
        opacity: 1
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-meta {
        max-width: 160px;
        width: 100%
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-end .rating {
        padding: 0 20px;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-end .rating i {
            font-size: 12px;
            color: #ccd1e6
        }

            .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-end .rating i.selected {
                color: #ffd66e
            }

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: #300d5e;
    font-family: "Roboto",sans-serif;
    margin-bottom: 30px
}

    .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image {
        position: relative;
        height: 168px;
        width: 280px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image img {
            position: absolute;
            top: -76px;
            left: -30px;
            display: block;
            pointer-events: none
        }

    .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta {
        margin-left: 0px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta h3 {
            color: #fcfcfc;
            font-family: "Montserrat",sans-serif;
            font-weight: 700;
            font-size: 1.3rem
        }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta p {
            font-weight: 400;
            color: #d3d3d3;
            margin-bottom: 16px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat {
                margin-right: 30px
            }

                .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat span {
                    font-family: "Roboto",sans-serif;
                    display: block
                }

                    .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat span:first-child {
                        font-size: 1.1rem;
                        font-family: "Montserrat",sans-serif;
                        color: #fcfcfc
                    }

                    .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat span:nth-child(2) {
                        color: #9759e8;
                        font-size: .85rem
                    }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .action-link span {
            font-size: .8rem;
            text-transform: uppercase;
            margin-right: 6px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .action-link i {
            font-size: 12px
        }

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile {
    font-family: "Roboto",sans-serif
}

    .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head .h-icon {
            margin-right: 10px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head h4 span:first-child {
            font-size: 1.2rem;
            font-weight: 600;
            color: #283252
        }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head h4 span:nth-child(2) {
            font-size: .95rem;
            color: #a2a5b9
        }

    .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile h3 {
        font-family: "Montserrat",sans-serif;
        font-size: .95rem;
        font-weight: 600;
        color: #283252
    }

    .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile p {
        font-size: .95rem
    }

.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head {
    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;
    margin-bottom: 12px
}

    .lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head h3 {
        color: #283252;
        font-size: 1.2rem;
        font-weight: 500
    }

.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .chart-meta p {
    font-size: .95rem;
    max-width: 80%
}

    .lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .chart-meta p svg {
        position: relative;
        top: 2px;
        height: 16px;
        width: 16px;
        stroke: #a2a5b9
    }

    .lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .chart-meta p a {
        color: #671cc9;
        font-weight: 500
    }

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: #671cc9;
    font-family: "Roboto",sans-serif;
    -webkit-box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2);
    box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2)
}

    .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image {
        position: relative;
        height: 175px;
        width: 320px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image img {
            position: absolute;
            top: 0;
            left: -40px;
            display: block;
            pointer-events: none
        }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta {
        margin-left: 0px;
        padding-right: 30px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta h3 {
            color: #fcfcfc;
            font-family: "Montserrat",sans-serif;
            font-weight: 700;
            font-size: 1.3rem;
            max-width: 280px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta p {
            font-weight: 400;
            color: #f7f7f7;
            margin-bottom: 16px;
            max-width: 320px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta .action-link span {
            font-size: .8rem;
            text-transform: uppercase;
            margin-right: 6px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta .action-link i {
            font-size: 12px
        }

.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    margin-left: -8px;
    margin-right: -8px
}

    .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat {
        margin: 8px;
        width: calc(33.3% - 16px);
        padding: 12px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat span {
            display: block
        }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat span:first-child {
                font-family: "Montserrat",sans-serif;
                font-size: .8rem;
                font-weight: 500;
                text-transform: uppercase;
                margin-bottom: 5px;
                color: #a2a5b9
            }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat span:nth-child(2) {
                font-family: "Roboto",sans-serif;
                font-weight: 700;
                font-size: 1.8rem;
                color: #283252
            }

.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors {
    padding: 20px
}

    .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-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;
        margin-bottom: 30px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-header h3 {
            font-family: "Montserrat",sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            color: #283252
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-header .action-link {
            font-size: .9rem
        }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-list .featured-authors-item:not(:last-child) {
        margin-bottom: 20px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-list .featured-authors-item .media-flex-center .flex-end span {
        font-family: "Montserrat",sans-serif;
        font-weight: 600;
        color: #283252
    }

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates {
    padding: 20px;
    margin-top: 8px
}

    .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-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;
        margin-bottom: 20px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-header h3 {
            font-family: "Montserrat",sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            color: #283252
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-header .action-link {
            font-size: .9rem
        }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item {
        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;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e5e5e5
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item:last-child {
            margin-bottom: 0;
            border-bottom: none
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item p {
            font-size: .9rem
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item span {
            display: block;
            min-width: 60px;
            text-align: right;
            font-family: "Roboto",sans-serif;
            font-weight: 600;
            font-size: .8rem;
            color: #283252
        }

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed {
    background: #f5f6fa;
    padding: 30px;
    border-radius: 12px
}

    .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-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;
        margin-bottom: 20px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-header h3 {
            font-family: "Montserrat",sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            color: #283252
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-header .action-link {
            font-size: .9rem
        }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader {
        margin-bottom: 20px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader .selector .button {
            font-size: .8rem;
            border-radius: 50px;
            margin-right: 4px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader .selector .button.is-selected {
                background: #671cc9;
                color: #fff;
                border-color: #671cc9;
                -webkit-box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2);
                box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2)
            }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item {
        display: block
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item:not(:last-child) {
            margin-bottom: 20px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-image {
            height: 180px;
            overflow: hidden;
            border-top-left-radius: 18px;
            border-top-right-radius: 18px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-image img {
                display: block;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover
            }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content {
            position: relative;
            padding: 25px;
            border-radius: 18px;
            background: #fff;
            margin-top: -40px;
            z-index: 1
        }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content h4, .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content p {
                margin-bottom: 10px
            }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content h4 {
                font-family: "Montserrat",sans-serif;
                font-size: 1rem;
                font-weight: 600;
                color: #283252
            }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content .media-flex-center .flex-meta span {
                font-size: .8rem
            }

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 {
    background: #232326;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed {
    background: #37373b
}

    body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader .selector .button.is-selected {
        background: #797bf2 !important;
        border-color: #797bf2 !important;
        -webkit-box-shadow: 0 14px 26px -12px rgba(121,123,242,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(121,123,242,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(121,123,242,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(121,123,242,.2) !important;
        color: #fff !important
    }

    body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content {
        background: #232326
    }

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title {
    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;
    margin-bottom: 20px;
    font-family: "Roboto",sans-serif
}

    .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title.is-main {
        margin-bottom: 30px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title.is-main h2 {
            font-size: 1.8rem
        }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title h2 {
        font-family: "Montserrat",sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        color: #283252
    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members h4 {
        font-family: "Roboto",sans-serif;
        color: #a2a5b9;
        padding: 0 .35rem;
        margin-bottom: .75rem
    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar {
            margin: 0 .35rem
        }

            .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar button {
                outline: none;
                border: none;
                background: #671cc9;
                -webkit-box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2);
                box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2);
                color: #fff;
                cursor: pointer
            }

                .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar button svg {
                    stroke: #fff;
                    height: 16px;
                    width: 16px
                }

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group + .feed-group {
    margin-top: 3.5rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-title {
    font-family: "Roboto",sans-serif;
    font-size: .85rem;
    font-weight: 500;
    color: #a2a5b9;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item {
    position: relative;
    padding: 1.5rem;
    min-height: 220px;
    overflow: hidden
}

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big {
        min-height: 380px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .item-duration {
            top: 40px;
            right: 40px
        }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .play-button {
            top: 40px;
            left: 40px;
            height: 60px;
            width: 60px;
            border-radius: 1rem
        }

            .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .play-button svg {
                height: 26px;
                width: 26px
            }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .overlay-layer .overlay-content .inner-content {
            padding: 40px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .overlay-layer .overlay-content .inner-content .media-title {
                font-size: 2.5rem;
                line-height: 43px
            }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .play-button {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #fff;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        outline: none;
        border-radius: .75rem;
        z-index: 3;
        cursor: pointer;
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
    }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .play-button:hover svg {
            stroke: #671cc9;
            fill: #671cc9
        }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .play-button svg {
            position: relative;
            left: 2px;
            height: 15px;
            width: 15px;
            fill: #283252;
            stroke: #283252;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .item-duration {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #671cc9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2);
        box-shadow: 0 14px 26px -12px rgba(103,28,201,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(103,28,201,.2);
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        color: #fff;
        height: 2.75em;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: .5rem;
        line-height: 2.7;
        z-index: 3
    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2
    }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content {
            position: relative;
            height: 100%;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

            .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content {
                padding: 20px;
                color: #fff
            }

                .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-title {
                    font-family: "Montserrat",sans-serif;
                    font-size: 1.3rem;
                    font-weight: bolder;
                    line-height: 24px;
                    color: #fcfcfc;
                    margin-bottom: 6px
                }

                .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta img {
                        display: block;
                        height: 30px;
                        width: 30px;
                        min-width: 30px;
                        border-radius: 50%;
                        margin-right: 6px
                    }

                    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .meta-item {
                        display: block;
                        font-size: .82rem;
                        font-weight: 500;
                        color: #e8e8e8;
                        -webkit-transition: color .3s;
                        transition: color .3s
                    }

                        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .meta-item.is-hoverable:hover {
                            color: #671cc9
                        }

                    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .separator {
                        padding: 0 10px;
                        font-size: .8rem;
                        color: #e3e3e3;
                        opacity: .6;
                        text-align: center;
                        color: #fcfcfc
                    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .item-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#161616), to(rgba(255, 0, 0, 0)));
        background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
        z-index: 0
    }

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar button {
    background: #797bf2 !important
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar .avatar.is-fake {
    background: #28282b
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .item-duration {
    background: #797bf2 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(121,123,242,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(121,123,242,.2) !important;
    box-shadow: 0 14px 26px -12px rgba(121,123,242,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(121,123,242,.2) !important
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match {
    padding: 2rem;
    margin-bottom: 1.5rem
}

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head {
        margin-bottom: 1.5rem
    }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league {
            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
        }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .left span {
                display: block;
                font-family: "Roboto",sans-serif
            }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .left span:first-child {
                    color: #283252
                }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .left span:nth-child(2) {
                    color: #a2a5b9;
                    font-size: .9rem
                }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .right .live-block {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: .25rem .75rem;
                border-radius: 50rem;
                background: #e62965;
                color: #fff;
                -webkit-box-shadow: 0 14px 26px -12px rgba(230,41,101,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(230,41,101,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(230,41,101,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(230,41,101,.2) !important
            }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .right .live-block svg {
                    height: 16px;
                    width: 16px
                }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .right .live-block span {
                    display: inline-block;
                    font-family: "Roboto",sans-serif;
                    font-size: .85rem;
                    margin-left: .25rem
                }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match {
        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;
        margin-bottom: 1.5rem
    }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left, .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right {
            text-align: center
        }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left .team-logo, .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right .team-logo {
                display: block;
                min-width: 50px;
                max-width: 50px;
                text-align: center;
                margin-bottom: .25rem
            }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left .team-name, .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right .team-name {
                display: block;
                font-family: "Roboto",sans-serif;
                font-weight: 500
            }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .score {
                display: block;
                font-family: "Roboto",sans-serif;
                font-weight: 700;
                font-size: 2.25rem
            }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .separator {
                position: relative;
                top: -2px;
                display: block;
                padding: 0 .5rem;
                font-family: "Roboto",sans-serif;
                font-weight: 700;
                font-size: 1.75rem
            }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .action .h-button {
        border-radius: .65rem;
        height: 44px
    }

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues {
    padding: 2rem
}

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .head {
        margin-bottom: 1.5rem
    }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item:not(:last-child) {
            margin-bottom: 1rem
        }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .league-logo {
            display: block;
            min-width: 38px;
            max-width: 38px
        }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta {
            margin-left: .5rem;
            line-height: 1.2
        }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta .league-name {
                display: block;
                font-family: "Montserrat",sans-serif;
                font-size: 1rem;
                font-weight: 600;
                color: #283252
            }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta .league-country {
                display: block;
                font-family: "Roboto",sans-serif;
                font-size: .9rem;
                color: #a2a5b9
            }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .end {
            margin-left: auto;
            font-family: "Roboto",sans-serif;
            font-size: .9rem;
            color: #a2a5b9
        }

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta {
    background-color: #671cc9;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    margin-bottom: 1.5rem
}

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-title {
        font-family: "Montserrat",sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        color: #fff;
        margin: 0 0 .25rem
    }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-text {
        color: #fff;
        opacity: .9;
        font-family: "Roboto",sans-serif;
        line-height: 1.7;
        margin-top: 0;
        max-width: 58%;
        margin-bottom: 1rem
    }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img {
        width: 40%;
        max-width: 350px;
        position: absolute;
        overflow: hidden;
        height: calc(110%);
        top: -10%;
        right: 2rem
    }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img img {
            width: 100%;
            height: auto
        }

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card {
    padding: 0;
    overflow: hidden
}

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-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;
        margin-bottom: 3rem;
        padding: 2rem 2rem 0 2rem
    }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav .nav-item .nav-link {
                font-family: "Roboto",sans-serif;
                margin-right: 1rem;
                border-bottom: 3px solid transparent;
                padding-bottom: 1rem;
                color: #a2a5b9
            }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav .nav-item .nav-link.is-active {
                    color: #283252;
                    border-bottom-color: #671cc9
                }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body {
        overflow-x: auto
    }

        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table {
            width: 100%
        }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table thead th {
                border: none;
                font-family: "Roboto",sans-serif;
                font-size: .8rem;
                text-transform: uppercase
            }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr th:first-child, .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td:first-child {
                padding-left: 2rem
            }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr th:last-child, .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td:last-child {
                padding-right: 2rem
            }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td {
                padding-top: 1.5rem;
                padding-bottom: 1.5rem
            }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td.score-cell {
                    min-width: 300px
                }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .match-time {
                        font-family: "Roboto",sans-serif;
                        color: #a2a5b9;
                        margin-right: .75rem
                    }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .tag {
                        font-family: "Roboto",sans-serif
                    }

                        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .tag svg {
                            color: #faae42
                        }

                        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .tag.is-live svg {
                            color: #e62965
                        }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .table-action {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    height: 36px;
                    width: 36px;
                    border-radius: 50%;
                    color: #a2a5b9;
                    -webkit-transition: background-color .3s;
                    transition: background-color .3s
                }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .table-action svg {
                        height: 18px;
                        width: 18px
                    }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .table-action:hover {
                        background: #f5f6fa
                    }

            .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score {
                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;
                width: 100%
            }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-vertical {
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start
                }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team {
                    text-align: center
                }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team span {
                        display: block;
                        font-weight: 500;
                        padding-top: .25rem
                    }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team img {
                        width: 40px
                    }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1
                    }

                        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical:first-child {
                            -webkit-box-pack: end;
                            -ms-flex-pack: end;
                            justify-content: flex-end
                        }

                        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical span {
                            white-space: nowrap;
                            font-size: inherit
                        }

                        .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical img {
                            width: 32px;
                            margin: 0 .5rem
                        }

                .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-result {
                    text-align: center;
                    width: 100%;
                    font-weight: 900;
                    font-size: 1.75rem;
                    margin: 0;
                    letter-spacing: .4em
                }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-result.score-result-not-started {
                        color: gray
                    }

                    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-result.score-result-vertical {
                        letter-spacing: .2em;
                        font-size: inherit;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
                        width: auto
                    }

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches .nav-item:first-child .nav-link {
    padding-left: 0
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .league .left span:first-child, .is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .league .left span:first-child {
    color: #fff
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left .team-name, .is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right .team-name, .is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .left .team-name, .is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .right .team-name {
    color: #fff !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .score, .is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .center .score {
    color: #fff !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .separator, .is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .center .separator {
    color: #a2a5b9 !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .leagues-list .league-item .meta span:first-child, .is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta span:first-child {
    font-weight: 500;
    color: #fff !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta {
    background: #797bf2
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav .nav-item .nav-link.is-active {
    color: #fff !important;
    border-color: #797bf2 !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card-body .table .score .score-team.score-team-vertical > span {
    color: #fff !important;
    font-weight: 500
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card-body .table thead th {
    color: #aaaab3
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card-body .table tr td .table-action:hover {
    background: #2a2a2e !important
}


@media only screen and (max-width: 767px) {
    .lifestyle-dashboard-bg {
        height: 555px
    }

    .is-webapp .lifestyle-dashboard-bg {
        height: 565px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper {
        height: 418px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container {
                margin: 0 auto 10px auto
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta {
                margin-left: 0;
                text-align: center
            }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column
                }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .badges {
                        margin: 10px auto
                    }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat {
                        margin: 0 10px
                    }

                .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding-bottom: 16px
                }
                 


            .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .end {
                position: absolute;
                right: 0
            }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs ul {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-overlay {
        opacity: .5 !important;
        pointer-events: all !important
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay {
        opacity: 1 !important;
        pointer-events: all !important;
        padding: 30px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top, .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
            font-size: 1rem;
            opacity: 1 !important;
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important
        }

    .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image {
            height: auto;
            width: 100%
        }

            .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image img {
                position: relative;
                width: 100%;
                max-width: 260px;
                margin: 0 auto;
                top: 0px;
                margin-top: -75px
            }

        .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta {
            padding: 20px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta > p {
                max-width: 280px;
                margin-left: auto;
                margin-right: auto
            }

            .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            }

                .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat {
                    margin: 10px;
                    min-width: calc(33.3% - 20px)
                }

    .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile {
        padding: 20px;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 10px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image {
            height: auto;
            width: 100%
        }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image img {
                position: relative;
                width: 100%;
                max-width: 260px;
                margin: 0 auto;
                top: 0px;
                left: 0;
                margin-top: -34px
            }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta {
            padding: 20px
        }

            .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta > p {
                max-width: 280px;
                margin-left: auto;
                margin-right: auto
            }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat {
        text-align: center
    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .right {
            text-align: center
        }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-title {
        max-width: 170px
    }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img {
        right: -0.25rem;
        width: 36%
    }

    body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile {
        background: #323236;
        border-color: #404046
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .is-webapp .lifestyle-dashboard-bg {
        height: 435px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p .is-half-tablet-p {
            min-width: 50%
        }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p .is-full-tablet-p {
            min-width: 100%
        }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p .column.is-3 {
            min-width: 50%
        }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-label {
        width: 40px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:first-child, .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(2), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(3), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(4), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(5), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(6), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(7), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(8), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(9) {
        display: none
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.is-time {
        font-size: .85rem
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 {
        min-width: 25% !important;
        width: 25% !important
    }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-overlay {
            opacity: .5 !important;
            pointer-events: all !important
        }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay {
            opacity: 1 !important;
            pointer-events: all !important
        }

            .lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .top, .lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .bottom {
                opacity: 1 !important;
                -webkit-transform: translateY(0) !important;
                transform: translateY(0) !important
            }

                .lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .top i {
                    display: none !important
                }

                .lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .bottom .avatar-stack {
                    display: none !important
                }

    .lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image {
        width: 250px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px
    }

        .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item {
            width: calc(50% - 24px);
            margin: 12px
        }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content > .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content > .columns .column {
            min-width: 50%
        }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-title {
        max-width: 170px
    }

    .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img {
        right: 1rem;
        width: 36%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container {
        width: 400px !important;
        height: 495px !important
    }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud {
            width: 400px !important
        }

        .lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud-element {
            font-size: 1.5em !important
        }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud-element.size-2 {
                font-size: 2rem !important
            }

            .lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud-element.size-3 {
                font-size: 3rem !important
            }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-label {
        width: 40px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:first-child, .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(2), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(3), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(4), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(5), .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(6) {
        display: none
    }

    .lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.is-time {
        font-size: .85rem
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-overlay {
        opacity: .5 !important;
        pointer-events: all !important
    }

    .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay {
        opacity: 1 !important;
        pointer-events: all !important
    }

        .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top, .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
            opacity: 1 !important;
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important
        }

            .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top i {
                display: none !important
            }

            .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom .avatar-stack {
                display: none !important
            }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item > span {
        display: none
    }

    .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed {
        padding: 20px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-title {
        font-size: 1.1rem
    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta img {
        height: 24px;
        width: 24px;
        min-width: 24px
    }

    .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .separator {
        padding: 0 5px
    }
}

