.ant-input {
    padding: 4px 10px;
    width: 100%;
    height: 35px;
    cursor: text;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    color: #595959;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-transition: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-input:focus {
    border-color: #4482FF;
}

.ant-input.ant-input-lg {
    height: 42px;
    padding: 6px 10px;
}

.ant-input.ant-input-sm {
    padding: 1px 10px;
    height: 30px;
}

.ant-input::-webkit-input-placeholder {
    text-align: left;
    color: #bababa;
}

.ant-input:-moz-placeholder {
    text-align: left;
    color: #bababa;
}

.ant-input::-moz-placeholder {
    text-align: left;
    color: #bababa;
}

.ant-input:-ms-input-placeholder {
    text-align: left;
    color: #bababa;
}

/* sc-component-id: sc-ifAKCX */

.ant-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 4px;
    height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    color: #595959;
    border-color: #e9e9e9;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-btn:hover {
    border-color: #4482FF;
    color: #4482FF;
}

.ant-btn > .anticon + span, .ant-btn > span + .anticon {
    margin: 0 0 0 0.5em;
}

.ant-btn .anticon-right {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.ant-btn .anticon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.ant-btn.ant-btn-primary {
    background-color: #4482FF;
    border-color: #4482FF;
}

.ant-btn.ant-btn-primary:hover {
    background-color: #5896FF;
    border-color: #5896FF;
    color: #fff;
}

.ant-btn.ant-btn-sm {
    padding: 0 15px;
    height: 28px;
    font-size: 12px;
}

.ant-btn.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) {
    padding: 0 15px 0 24px;
}

.ant-btn.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) .anticon {
    margin: 0 0 0 -17px;
}

.ant-btn.ant-btn-lg {
    padding: 0 35px;
    font-size: 14px;
    height: 42px;
}

.ant-btn.ant-btn-primary {
    color: #ffffff;
}

.ant-btn.ant-btn-dashed {
    border-style: dashed;
    border-color: #d8d8d8;
}

.ant-btn.ant-btn-dashed:hover {
    color: #4482FF;
    border-color: #4482FF;
}

.ant-btn.ant-btn-danger {
    background-color: #f64744;
    border-color: #f64744;
    color: #ffffff;
}

.ant-btn.ant-btn-danger:hover {
    background-color: #FF5B58;
    border-color: #FF5B58;
}

.ant-btn.ant-btn-danger.ant-btn-background-ghost {
    color: #f64744;
    background-color: transparent;
    border-color: #f64744;
}

.ant-btn.ant-btn-danger.ant-btn-background-ghost:hover {
    color: #FF5B58;
    border-color: #FF5B58;
}

.ant-btn.ant-btn-circle, .ant-btn.ant-btn-circle-outline {
    width: 35px;
    padding: 0;
    font-size: 14px;
    border-radius: 50%;
    height: 35px;
}

.ant-btn.ant-btn-circle.ant-btn-sm, .ant-btn.ant-btn-circle-outline.ant-btn-sm {
    padding: 0;
    height: 28px;
    width: 28px;
    font-size: 12px;
}

.ant-btn.ant-btn-circle.ant-btn-lg, .ant-btn.ant-btn-circle-outline.ant-btn-lg {
    padding: 0;
    font-size: 14px;
    height: 42px;
    width: 42px;
}

.ant-btn.ant-btn.disabled, .ant-btn.ant-btn[disabled], .ant-btn.ant-btn.disabled:hover, .ant-btn.ant-btn[disabled]:hover, .ant-btn.ant-btn.disabled:focus, .ant-btn.ant-btn[disabled]:focus, .ant-btn.ant-btn.disabled:active, .ant-btn.ant-btn[disabled]:active, .ant-btn.ant-btn.disabled.active, .ant-btn.ant-btn[disabled].active {
    color: #D8D8D8;
    background-color: #f7f7f7;
    border-color: #e9e9e9;
    cursor: not-allowed;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) .anticon {
    margin: 0 0 0 -14px;
}

.ant-btn.isoButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    line-height: 1.5;
    padding: 0 25px;
    font-size: 13px;
    border-radius: 4px;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    color: #ffffff;
    background-color: #4482FF;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-btn.isoButton:hover {
    background-color: #3775F2;
}

.ant-btn.isoButton.isoBtnSm {
    padding: 0 15px;
    height: 28px;
    font-size: 12px;
}

.ant-btn.isoButton.isoBtnLg {
    padding: 0 35px;
    font-size: 14px;
    height: 42px;
}

+ .ant-btn-group {
    margin-left: -1px !important;
    margin-right: 0 !important;
}

/* sc-component-id: sc-bZQynM */

.isomorphicSidebar {
    z-index: 1000;
    background: #2d3446;
    width: 280px;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}

.isomorphicSidebar .scrollarea {
    height: calc(100vh - 70px);
}

@media only screen and (max-width: 767px) {
    .isomorphicSidebar {
        width: 240px !important;
        -webkit-flex: 0 0 240px !important;
        -ms-flex: 0 0 240px !important;
        flex: 0 0 240px !important;
    }
}

@media only screen and (max-width: 767px) {
    .isomorphicSidebar.ant-layout-sider-collapsed {
        width: 0;
        min-width: 0 !important;
        max-width: 0 !important;
        -webkit-flex: 0 0 0 !important;
        -ms-flex: 0 0 0 !important;
        flex: 0 0 0 !important;
    }
}

.isomorphicSidebar .isoLogoWrapper {
    height: 70px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-transition: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.isomorphicSidebar .isoLogoWrapper h3 a {
    font-size: 21px;
    font-weight: 300;
    line-height: 70px;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F9F9F9;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.isomorphicSidebar.ant-layout-sider-collapsed .isoLogoWrapper {
    padding: 0;
}

.isomorphicSidebar.ant-layout-sider-collapsed .isoLogoWrapper h3 a {
    font-size: 27px;
    font-weight: 500;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

.isomorphicSidebar .isoDashboardMenu {
    padding-top: 35px;
    padding-bottom: 35px;
    background: transparent;
}

.isomorphicSidebar .isoDashboardMenu a {
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 400;
}

.isomorphicSidebar .isoDashboardMenu .ant-menu-item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    margin: 0;
}

.isomorphicSidebar .isoDashboardMenu .isoMenuHolder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.isomorphicSidebar .isoDashboardMenu .isoMenuHolder i {
    font-size: 19px;
    color: inherit;
    margin: 0 30px 0 0;
    width: 18px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isomorphicSidebar .isoDashboardMenu .anticon {
    font-size: 18px;
    margin-right: 30px;
    color: inherit;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isomorphicSidebar .isoDashboardMenu .nav-text {
    font-size: 14px;
    color: inherit;
    font-weight: 400;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isomorphicSidebar .isoDashboardMenu .ant-menu-item-selected {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.isomorphicSidebar .isoDashboardMenu .ant-menu-item-selected .anticon {
    color: #fff;
}

.isomorphicSidebar .isoDashboardMenu .ant-menu-item-selected i {
    color: #fff;
}

.isomorphicSidebar .isoDashboardMenu .ant-menu-item-selected .nav-text {
    color: #fff;
}

.isomorphicSidebar .isoDashboardMenu > li:hover i, .isomorphicSidebar .isoDashboardMenu > li:hover .nav-text {
    color: #ffffff;
}

.isomorphicSidebar .ant-menu-dark .ant-menu-inline.ant-menu-sub {
    background: #202739;
}

.isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
}

.isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title > span, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow {
    left: auto;
    right: 25px;
}

.isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
    width: 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
    -webkit-transform: rotate(-45deg) translateX(3px);
    -ms-transform: rotate(-45deg) translateX(3px);
    transform: rotate(-45deg) translateX(3px);
}

.isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
    -webkit-transform: rotate(45deg) translateX(-3px);
    -ms-transform: rotate(45deg) translateX(-3px);
    transform: rotate(45deg) translateX(-3px);
}

.isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before, .isomorphicSidebar .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after, .isomorphicSidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after {
    color: #ffffff;
}

.isomorphicSidebar .ant-menu-submenu-inline .ant-menu-inline > li:not(.ant-menu-item-group), .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-inline > li:not(.ant-menu-item-group), .isomorphicSidebar .ant-menu-submenu-inline .ant-menu-submenu-vertical > li:not(.ant-menu-item-group), .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-submenu-vertical > li:not(.ant-menu-item-group) {
    padding-left: 74px !important;
    padding-right: 0px !important;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: inherit;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isomorphicSidebar .ant-menu-submenu-inline .ant-menu-inline > li:not(.ant-menu-item-group):hover a, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-inline > li:not(.ant-menu-item-group):hover a, .isomorphicSidebar .ant-menu-submenu-inline .ant-menu-submenu-vertical > li:not(.ant-menu-item-group):hover a, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-submenu-vertical > li:not(.ant-menu-item-group):hover a {
    color: #ffffff !important;
}

.isomorphicSidebar .ant-menu-submenu-inline .ant-menu-inline .ant-menu-item-group, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-inline .ant-menu-item-group, .isomorphicSidebar .ant-menu-submenu-inline .ant-menu-submenu-vertical .ant-menu-item-group, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-submenu-vertical .ant-menu-item-group {
    padding-left: 0;
}

.isomorphicSidebar .ant-menu-submenu-inline .ant-menu-inline .ant-menu-item-group .ant-menu-item-group-title, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-inline .ant-menu-item-group .ant-menu-item-group-title, .isomorphicSidebar .ant-menu-submenu-inline .ant-menu-submenu-vertical .ant-menu-item-group .ant-menu-item-group-title, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-submenu-vertical .ant-menu-item-group .ant-menu-item-group-title {
    padding-left: 100px !important;
}

.isomorphicSidebar .ant-menu-submenu-inline .ant-menu-inline .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-inline .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item, .isomorphicSidebar .ant-menu-submenu-inline .ant-menu-submenu-vertical .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-submenu-vertical .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item {
    padding-left: 125px !important;
}

.isomorphicSidebar .ant-menu-submenu-inline .ant-menu-sub, .isomorphicSidebar .ant-menu-submenu-vertical .ant-menu-sub {
    box-shadow: none;
    background-color: transparent !important;
}

.isomorphicSidebar.ant-layout-sider-collapsed .nav-text {
    display: none;
}

.isomorphicSidebar.ant-layout-sider-collapsed .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
    display: none;
}

.isomorphicSidebar.ant-layout-sider-collapsed .ant-menu-submenu-vertical > .ant-menu-submenu-title:after {
    display: none;
}

.isomorphicSidebar.ant-layout-sider-collapsed .ant-menu-submenu-vertical .ant-menu-sub {
    background-color: transparent !important;
}

.isomorphicSidebar.ant-layout-sider-collapsed .ant-menu-submenu-vertical .ant-menu-sub .ant-menu-item {
    height: 35px;
}

/* sc-component-id: sc-gzVnrw */

{
    display: -webkit-box
;
    display: -webkit-flex
;
    display: -ms-flexbox
;
    display: flex
;
    -webkit-flex-direction: column
;
    -ms-flex-direction: column
;
    flex-direction: column
;
    background-color: #ffffff
;
    margin: -12px -16px
;
    width: 360px
;
    min-width: 160px
;
    -webkit-flex-shrink: 0
;
    -ms-flex-negative: 0
;
    flex-shrink: 0
;
    -webkit-border-radius: 5px
;
    -moz-border-radius: 5px
;
    -ms-transition: 5px
;
    -o-border-radius: 5px
;
    border-radius: 5px
;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
;
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
;
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
;
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
;
}

@media only screen and (max-width: 767px) { {
    width: 310px;
}
}

.isoDropdownHeader {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px;
    padding: 15px 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.isoDropdownHeader h3 {
    font-size: 14px;
    font-weight: 500;
    color: #323332;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.isoDropdownBody {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #F9F9F9;
}

.isoDropdownBody a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.isoDropdownBody .isoDropdownListItem {
    padding: 15px 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isoDropdownBody .isoDropdownListItem:hover {
    background-color: #f1f1f1;
}

.isoDropdownBody .isoDropdownListItem .isoListHead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.isoDropdownBody .isoDropdownListItem h5 {
    font-size: 13px;
    font-weight: 500;
    color: #323332;
    margin-top: 0;
}

.isoDropdownBody .isoDropdownListItem p {
    font-size: 12px;
    font-weight: 400;
    color: #979797;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.isoDropdownBody .isoDropdownListItem .isoDate {
    font-size: 11px;
    color: #c1c1c1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.isoViewAllBtn {
    font-size: 13px;
    font-weight: 500;
    color: #979797;
    padding: 10px 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isoViewAllBtn:hover {
    color: #4482FF;
}

.isoDropdownFooterLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px 20px;
}

.isoDropdownFooterLinks a {
    font-size: 13px;
    font-weight: 500;
    color: #323332;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 1;
    border: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isoDropdownFooterLinks a:hover {
    background-color: #4482FF;
    border-color: #4482FF;
    color: #ffffff;
}

.isoDropdownFooterLinks h3 {
    font-size: 14px;
    font-weight: 500;
    color: #323332;
    line-height: 1.3;
}

.withImg .isoDropdownListItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.withImg .isoDropdownListItem .isoImgWrapper {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 0 15px 0 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fbfbfb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.withImg .isoDropdownListItem .isoImgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.withImg .isoDropdownListItem .isoListContent {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.withImg .isoDropdownListItem .isoListContent .isoListHead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.withImg .isoDropdownListItem .isoListContent h5 {
    margin-bottom: 0;
    padding: 0 15px 0 0;
}

.withImg .isoDropdownListItem .isoListContent .isoDate {
    font-size: 11px;
    color: #c1c1c1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.withImg .isoDropdownListItem .isoListContent p {
    white-space: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 519px) {
    .topbarMail {
        right: -170px;
    }
}

@media only screen and (max-width: 500px) {
    .topbarMessage {
        right: -69px;
    }
}

@media only screen and (max-width: 500px) {
    .topbarNotification {
        right: -120px;
    }
}

@media only screen and (max-width: 465px) {
    .topbarAddtoCart {
        right: -55px;
    }
}

.topbarAddtoCart .isoDropdownHeader {
    margin-bottom: 0;
}

.topbarAddtoCart .isoDropdownBody {
    background-color: #F9F9F9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.topbarAddtoCart .isoDropdownBody .isoNoItemMsg {
    height: 100%;
    min-height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topbarAddtoCart .isoDropdownBody .isoNoItemMsg span {
    font-size: 30px;
    font-weight: 300;
    color: #c1c1c1;
    line-height: 1.2;
}

.isoUserDropdown {
    padding: 7px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    width: 220px;
    min-width: 160px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-transition: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isoUserDropdown .isoDropdownLink {
    font-size: 13px;
    color: #595959;
    line-height: 1.1;
    padding: 7px 15px;
    background-color: transparent;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isoUserDropdown .isoDropdownLink:hover {
    background-color: #f5f6f8;
}

/* sc-component-id: sc-htoDjs */

.kGVuJF.ant-modal {
    top: 150px;
    padding-bottom: 0;
}

.ant-modal-close-x {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: none;
}

.ant-modal-content {
    overflow: hidden;
    border-radius: 5px;
}

.ant-modal-content .ant-modal-header {
    display: none;
}

.ant-modal-content .ant-modal-body {
    padding: 0px;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-search .ant-input {
    border: 0;
    border-radius: 0;
    padding-left: 55px;
    padding-right: 15px;
    height: 60px;
    font-size: 14px;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-search .ant-input::-webkit-input-placeholder {
    color: #bababa;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-search .ant-input:-moz-placeholder {
    color: #bababa;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-search .ant-input::-moz-placeholder {
    color: #bababa;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-search .ant-input:-ms-input-placeholder {
    color: #bababa;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-search .ant-input:focus {
    outline: 0;
    box-shadow: none;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-suffix {
    right: auto;
    left: 20px;
    height: 0;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-suffix:before {
    content: '\f4a4';
    font-family: 'ionicons';
    font-size: 24px;
    color: #979797;
}

.ant-modal-content .ant-modal-body .isoSearchContainer .ant-input-suffix .ant-input-search-icon {
    display: none;
}

/* sc-component-id: sc-gZMcBi */

.isomorphicTopbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 31px 0 265px;
    z-index: 1000;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
    .isomorphicTopbar {
        padding: 0px 15px 0px 260px !important;
    }
}

.isomorphicTopbar.collapsed {
    padding: 0 31px 0 109px;
}

@media only screen and (max-width: 767px) {
    .isomorphicTopbar.collapsed {
        padding: 0px 15px !important;
    }
}

.isomorphicTopbar .isoLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .isomorphicTopbar .isoLeft {
        margin: 0 20px 0 0;
    }
}

.isomorphicTopbar .isoLeft .triggerBtn {
    width: 24px;
    height: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
}

.isomorphicTopbar .isoLeft .triggerBtn:before {
    content: '\f20e';
    font-family: 'Ionicons';
    font-size: 26px;
    color: inherit;
    line-height: 0;
    position: absolute;
}

.isomorphicTopbar .isoRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.isomorphicTopbar .isoRight li {
    margin-left: 0;
    margin-right: 35px;
    cursor: pointer;
    line-height: normal;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 360px) {
    .isomorphicTopbar .isoRight li {
        margin-left: 0;
        margin-right: 25px;
    }
}

.isomorphicTopbar .isoRight li:last-child {
    margin: 0;
}

.isomorphicTopbar .isoRight li i {
    font-size: 24px;
    color: #323332;
    line-height: 1;
}

.isomorphicTopbar .isoRight li .isoIconWrapper {
    position: relative;
    line-height: normal;
}

.isomorphicTopbar .isoRight li .isoIconWrapper span {
    font-size: 12px;
    color: #fff;
    background-color: #f1f3f6;
    width: 20px;
    height: 20px;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -8px;
    left: 10px;
    right: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.isomorphicTopbar .isoRight li.isoMail .isoIconWrapper span {
    background-color: #FEAC01;
}

.isomorphicTopbar .isoRight li.isoNotify .isoIconWrapper span {
    background-color: #3775F2;
}

.isomorphicTopbar .isoRight li.isoMsg .isoIconWrapper span {
    background-color: #42299a;
}

.isomorphicTopbar .isoRight li.isoCart .isoIconWrapper span {
    background-color: #F75D81;
}

.isomorphicTopbar .isoRight li.isoUser .isoImgWrapper {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #fbfbfb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.isomorphicTopbar .isoRight li.isoUser .isoImgWrapper img {
    height: 100%;
    object-fit: cover;
}

.isomorphicTopbar .isoRight li.isoUser .isoImgWrapper .userActivity {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #7ED321;
    position: absolute;
    bottom: 0;
    right: 3px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.isoUserDropdown .ant-popover-inner .ant-popover-inner-content .isoUserDropdownContent {
    padding: 7px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 220px;
    min-width: 160px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
. isoBorderRadius(5 px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-transition: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isoUserDropdown .ant-popover-inner .ant-popover-inner-content .isoUserDropdownContent .isoDropdownLink {
    font-size: 13px;
    color: #595959;
    line-height: 1.1;
    padding: 7px 15px;
    background-color: transparent;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.isoUserDropdown .ant-popover-inner .ant-popover-inner-content .isoUserDropdownContent .isoDropdownLink:hover {
    background-color: #f5f6f8;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 360px;
    min-width: 160px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-transition: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
    .ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent {
        width: 310px;
    }
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownHeader {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px;
    padding: 15px 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownHeader h3 {
    font-size: 14px;
    font-weight: 500;
    color: #323332;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #F9F9F9;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody .isoDropdownListItem {
    padding: 15px 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody .isoDropdownListItem:hover {
    background-color: #f1f1f1;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody .isoDropdownListItem .isoListHead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody .isoDropdownListItem h5 {
    font-size: 13px;
    font-weight: 500;
    color: #323332;
    margin-top: 0;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody .isoDropdownListItem p {
    font-size: 12px;
    font-weight: 400;
    color: #979797;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody .isoDropdownListItem .isoDate {
    font-size: 11px;
    color: #c1c1c1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoViewAllBtn {
    font-size: 13px;
    font-weight: 500;
    color: #979797;
    padding: 10px 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoViewAllBtn:hover {
    color: #4482FF;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownFooterLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px 20px;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownFooterLinks a {
    font-size: 13px;
    font-weight: 500;
    color: #323332;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 1;
    border: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownFooterLinks a:hover {
    background-color: #4482FF;
    border-color: #4482FF;
    color: #ffffff;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownFooterLinks h3 {
    font-size: 14px;
    font-weight: 500;
    color: #323332;
    line-height: 1.3;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem .isoImgWrapper {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-right: 15px;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fbfbfb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem .isoImgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem .isoListContent {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem .isoListContent .isoListHead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem .isoListContent h5 {
    margin-bottom: 0;
    padding-right: 15px;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem .isoListContent .isoDate {
    font-size: 11px;
    color: #c1c1c1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ant-popover .ant-popover-inner .ant-popover-inner-content .isoDropdownContent.withImg .isoDropdownListItem .isoListContent p {
    white-space: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 519px) {
    .ant-popover.topbarMail .ant-popover-inner .ant-popover-inner-content .isoDropdownContent {
        right: -170px;
    }
}

@media only screen and (max-width: 500px) {
    .ant-popover.topbarMessage .ant-popover-inner .ant-popover-inner-content .isoDropdownContent {
        right: -69px;
    }
}

@media only screen and (max-width: 500px) {
    .ant-popover.topbarNotification .ant-popover-inner .ant-popover-inner-content .isoDropdownContent {
        right: -120px;
    }
}

@media only screen and (max-width: 465px) {
    .ant-popover.topbarAddtoCart .ant-popover-inner .ant-popover-inner-content .isoDropdownContent {
        right: -55px;
    }
}

.ant-popover.topbarAddtoCart .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownHeader {
    margin-bottom: 0;
}

.ant-popover.topbarAddtoCart .ant-popover-inner .ant-popover-inner-content .isoDropdownContent .isoDropdownBody {
    background-color: #F9F9F9;
}

/* sc-component-id: sc-gqjmRU */

.clbsSa {
    background-color: #ffffff;
    width: 340px;
    height: calc(100% - 70px);
    padding: 0 0 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    top: 70px;
    right: -340px;
    left: inherit;
    z-index: 1001;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
    .clbsSa {
        width: 270px;
        right: -270px;
        left: inherit;
    }
}

.clbsSa.active {
    right: 0;
    left: inherit;
}

.clbsSa .switcher {
    right: inherit;
    left: -98px;
}

.clbsSa .componentTitleWrapper {
    padding: 25px 15px;
    height: 70px;
    background-color: #323332;
}

.clbsSa .componentTitleWrapper .componentTitle {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clbsSa .SwitcherBlockWrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 105px;
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock h4 {
    font-size: 14px;
    font-weight: 700;
    color: #323332;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0 15px;
    text-transform: uppercase;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper button {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 0 0;
    border: 1px solid #e4e4e4;
    outline: 0;
    padding: 0;
    background: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-transition: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper button.languageSwitch {
    border: 0;
    width: 30px;
    height: auto;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper button.languageSwitch.selectedTheme:before, .clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper button.languageSwitch.selectedTheme:after {
    top: 2px;
    left: -3px;
    right: inherit;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper button img {
    width: 100%;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper button.selectedTheme:before {
    content: '';
    width: 6px;
    height: 6px;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #e0364c;
    position: absolute;
    top: -2px;
    left: -2px;
    right: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.clbsSa .SwitcherBlockWrapper .themeSwitchBlock .themeSwitchBtnWrapper button.selectedTheme:after {
    content: '';
    width: 6px;
    height: 6px;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #e0364c;
    background-color: #e0364c;
    position: absolute;
    top: -2px;
    left: -2px;
    right: inherit;
    -webkit-animation: selectedAnimation 1.2s infinite ease-in-out;
    -webkit-animation: selectedAnimation 1.2s infinite ease-in-out;
    animation: selectedAnimation 1.2s infinite ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.clbsSa .switcherToggleBtn {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    outline: 0;
    border: 0;
    position: absolute;
    text-align: center;
    top: 200px;
    left: -50px;
    right: inherit;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}

.clbsSa .switcherToggleBtn img {
    width: 23px;
}

.clbsSa .purchaseBtnWrapper {
    width: 100%;
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0px;
    position: absolute;
    background-color: #ffffff;
}

.clbsSa .purchaseBtnWrapper .purchaseBtn {
    width: calc(100% - 50px);
    height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #4482FF;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-transition: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.clbsSa .purchaseBtnWrapper .purchaseBtn:hover {
    background-color: #4d88ff;
}

@-webkit-keyframes selectedAnimation {

    0% {
        -webkit-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }

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

@-webkit-keyframes selectedAnimation {
    0% {
        -webkit-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(2.4);
        -webkit-transform: scale(2.4);
        -ms-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0;
    }
}

@keyframes selectedAnimation {
    0% {
        -webkit-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(2.4);
        -webkit-transform: scale(2.4);
        -ms-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0;
    }
}

/* sc-component-id: sc-VigVT */

{
    -webkit-overflow-scrolling: touch
;
}

.trigger {
    font-size: 18px;
    line-height: 64px;
    padding: 0 16px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.trigger:hover {
    color: #4482FF;
}

.ant-layout-sider-collapsed .anticon {
    font-size: 16px;
}

.ant-layout-sider-collapsed .nav-text {
    display: none;
}

.ant-layout {
    background: #f1f3f6;
}

.ant-layout.isoContentMainLayout {
    overflow: auto;
    overflow-x: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1220px) {
    .ant-layout.isoContentMainLayout {
        width: calc(100% - 80px);
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ant-layout.isoContentMainLayout {
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.isoLayoutContent {
    width: 100%;
    padding: 35px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    height: 100%;
}

.isomorphicLayout {
    width: calc(100% - 240px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-x: hidden !important;
}

@media only screen and (max-width: 767px) {
    .isomorphicLayout {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1220px) {
    .isomorphicLayout {
        width: calc(100% - 80px);
        width: 100%;
    }
}

.ant-layout-footer {
    font-size: 13px;
}

@media (max-width: 767px) {
    .ant-layout-footer {
        padding: 10px 20px;
    }
}

/* sc-component-id: sc-jTzLTM */

{
    font-family: Roboto, sans-serif
;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, a::selection, p::selection, li::selection, input::selection, textarea::selection, span::selection, div::selection, img::selection, svg::selection {
    background: #4482FF;
    color: #fff;
}

.ant-row:not(.ant-form-item):before, .ant-row:not(.ant-form-item):after {
    display: none;
}

.ant-row > div {
    padding: 0;
}

.isoLeftRightComponent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.isoCenterComponent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

/* sc-component-id: sc-fjdhpX */

.cKswoM {
    padding: 40px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .cKswoM {
        padding: 50px 20px;
    }
}

@media (max-width: 580px) {
    .cKswoM {
        padding: 15px;
    }
}

/* sc-component-id: sc-jzJRlG */

.bAoCRe {
    margin: 0 10px;
}

@media only screen and (max-width: 767) {
    .bAoCRe {
        margin-right: 0 !important;
    }
}

/* sc-component-id: sc-cSHVUG */

.fKyPaw {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.fKyPaw canvas {
    width: 100% !important;
    height: 100% !important;
}

.gGlQoO {
    width: 100%;
    height: 455px;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.gGlQoO canvas {
    width: 100% !important;
    height: 100% !important;
}

.cqkuiw {
    width: 100%;
    height: 470px;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.cqkuiw canvas {
    width: 100% !important;
    height: 100% !important;
}

.iJfapv {
    width: 100%;
    height: 450px;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.iJfapv canvas {
    width: 100% !important;
    height: 100% !important;
}

/* sc-component-id: sc-chPdSV */

.iBacwG {
    width: 100%;
    min-height: 126px;
    padding: 20px 30px 20px 20px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iBacwG .isoIconWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px 20px 20px;
}

.iBacwG .isoIconWrapper i {
    font-size: 36px;
}

.iBacwG .isoContentWrapper .isoStatNumber {
    font-size: 19px;
    color: #323332;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}

.iBacwG .isoContentWrapper .isoLabel {
    font-size: 14px;
    color: #979797;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

/* sc-component-id: sc-kgoBCf */

.hQSwpX.ant-progress-line .ant-progress-outer {
    padding-right: calc(2em + 16px);
    margin-right: calc(-2em - 16px);
}

.hQSwpX.ant-progress-line .ant-progress-text {
    text-align: left;
    margin: 0 0 0 0.75em;
}

/* sc-component-id: sc-kGXeez */

.bkOSTC {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bkOSTC h3 {
    font-size: 14px;
    color: #979797;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 5px;
}

.bkOSTC .ant-progress-text {
    font-size: 13px;
    color: #797979;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
    margin-left: 0.75em;
    margin-right: 0;
}

.bkOSTC .ant-progress-show-info .ant-progress-outer {
    padding-right: 4em;
    margin-right: -4em;
}

/* sc-component-id: sc-dxgOiQ */

.kiyzK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.kiyzK .isoProgressWidgetTopbar {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 11px;
}

.kiyzK .isoProgressWidgetTopbar h3 {
    font-size: 19px;
    color: #323332;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.kiyzK .isoProgressWidgetTopbar i {
    font-size: 24px;
}

.kiyzK .isoProgressWidgetBody p {
    font-size: 14px;
    color: #797979;
    font-weight: 300;
    width: 100%;
    margin: 0 0 5px;
}

/* sc-component-id: sc-ckVGcZ */

.gMzSvx {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.gMzSvx .isoWidgetLabel {
    font-size: 21px;
    color: #323332;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 25px;
}

.gMzSvx .isoReportsWidgetBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
}

.gMzSvx .isoReportsWidgetBar .isoSingleProgressBar {
    margin-bottom: 10px;
}

.gMzSvx .isoReportsWidgetBar .isoSingleProgressBar:last-child {
    margin-bottom: 0;
}

.gMzSvx .isoDescription {
    font-size: 13px;
    color: #979797;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

/* sc-component-id: sc-jKJlTe */

.gbcuIV {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-transition: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.gbcuIV .isoIconWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.gbcuIV .isoIconWrapper i {
    font-size: 30px;
}

.gbcuIV .isoContentWrapper {
    width: 100%;
    padding: 20px 15px 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gbcuIV .isoContentWrapper .isoStatNumber {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 5px;
}

.gbcuIV .isoContentWrapper .isoLabel {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

/* sc-component-id: sc-eNQAEJ */

.dDXBnu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.dDXBnu .isoSaleLabel {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #323332;
    margin: 0 0 20px;
}

.dDXBnu .isoSalePrice {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
}

.dDXBnu .isoSaleDetails {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #979797;
    margin: 0;
}

/* sc-component-id: sc-hMqMXs */

.jSyudW {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #ebebeb;
    padding: 50px 30px 30px;
}

.jSyudW .isoVCardImage {
    width: 70px;
    height: 70px;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.jSyudW .isoVCardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jSyudW .isoVCardBody {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.jSyudW .isoVCardBody .isoName {
    font-size: 17px;
    color: #323332;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.2;
}

.jSyudW .isoVCardBody .isoDesgTitle {
    font-size: 13px;
    color: #979797;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.jSyudW .isoVCardBody .isoDescription {
    font-size: 13px;
    color: #979797;
    font-weight: 400;
    margin: 20px 0 0 0;
    line-height: 1.5;
}

.jSyudW .isoVCardBody .isoSocialWidgetWrapper {
    margin-top: 25px;
}

/* sc-component-id: sc-kEYyzF */

.dpbfnS {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    list-style: none;
}

.dpbfnS li {
    line-height: 1;
}

.dpbfnS li:nth-child(n + 2) {
    margin-left: 16px;
    margin-right: 0;
}

.dpbfnS li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    opacity: 0.8;
    font-size: 19px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dpbfnS li a:hover {
    opacity: 1;
}

/* sc-component-id: sc-hSdWYo */

.gqGsgV {
    overflow: hidden;
    overflow-x: auto;
    background-color: #ffffff;
}

.gqGsgV .ant-table-body {
    overflow-x: auto;
}

.gqGsgV .ant-table-thead > tr > th {
    color: #788195;
    font-size: 13px;
    background-color: #f1f3f6;
    border-bottom: 0;
}

.gqGsgV .ant-table-thead > tr > th.ant-table-column-sort {
    background: #f1f3f6;
    margin: 0 0 0 4px;
}

.gqGsgV .ant-table-thead > tr > th, .gqGsgV .ant-table-tbody > tr > td {
    padding: 16px 15px;
    white-space: nowrap;
    text-align: left;
}

.gqGsgV .ant-table-thead > tr > th p, .gqGsgV .ant-table-tbody > tr > td p {
    margin-bottom: 0;
}

.gqGsgV .ant-table-tbody > tr > td {
    font-size: 12px;
    color: #797979;
    border-bottom: 1px solid #e9e9e9;
}

.gqGsgV .ant-table-tbody > tr > td a {
    color: #4482FF;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gqGsgV .ant-table-tbody > tr > td a:hover {
    color: #4C8AFF;
}

.gqGsgV .ant-table-thead > tr.ant-table-row-hover > td, .gqGsgV .ant-table-tbody > tr.ant-table-row-hover > td, .gqGsgV .ant-table-thead > tr:hover > td, .gqGsgV .ant-table-tbody > tr:hover > td {
    background-color: transparent;
}

.gqGsgV .ant-table-bordered .ant-table-thead > tr > th {
    border-bottom: 1px solid #e9e9e9;
}

.gqGsgV .ant-table-bordered .ant-table-thead > tr > th, .gqGsgV .ant-table-bordered .ant-table-tbody > tr > td {
    border-right: 1px solid #e9e9e9;
}

.gqGsgV .ant-table-pagination {
    float: right;
}

.gqGsgV .ant-pagination-prev, .gqGsgV .ant-pagination-next {
    border: 1px solid #e9e9e9;
}

.gqGsgV .ant-pagination-disabled, .gqGsgV .ant-pagination-prev.ant-pagination-disabled, .gqGsgV .ant-pagination-next.ant-pagination-disabled {
    border: 1px solid #e9e9e9;
}

.gqGsgV .ant-pagination-disabled a, .gqGsgV .ant-pagination-prev.ant-pagination-disabled a, .gqGsgV .ant-pagination-next.ant-pagination-disabled a {
    border: 0;
}

.gqGsgV .ant-pagination-prev, .gqGsgV .ant-pagination-next, .gqGsgV .ant-pagination-jump-prev, .gqGsgV .ant-pagination-jump-next {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.gqGsgV .ant-pagination-prev, .gqGsgV .ant-pagination-jump-prev, .gqGsgV .ant-pagination-jump-next {
    margin: 0 8px 0 0;
}

.gqGsgV .ant-pagination-item {
    margin: 0 8px 0 0;
}

.gqGsgV .ant-pagination-item:hover {
    border-color: #4482FF;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gqGsgV .ant-pagination-item:hover a {
    color: #4482FF;
}

.gqGsgV .ant-pagination-item-active {
    background-color: #4482FF;
    border-color: #4482FF;
}

.gqGsgV .ant-pagination-item-active a {
    color: #ffffff;
}

.gqGsgV .ant-pagination-item-active:hover a {
    color: #ffffff;
}

.gqGsgV .ant-table-expanded-row {
    background: #F9F9F9;
}

.gqGsgV .ant-table-expanded-row p {
    color: #797979;
}

.gqGsgV .ant-spin-nested-loading > div > .ant-spin {
    max-height: none;
}

.gqGsgV .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot i {
    color: #4482FF;
}

.gqGsgV .ant-table-header {
    background-color: transparent;
}

.gqGsgV .ant-table-title {
    background: #f1f3f6;
    color: #788195;
    font-size: 13px;
    font-weight: 500;
    padding: 16px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-transition: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.gqGsgV .ant-table-footer {
    background: #f1f3f6;
    color: #788195;
    font-size: 12px;
    font-weight: 400;
    padding: 16px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-transition: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.gqGsgV .ant-table-content {
    overflow-x: auto;
}

.gqGsgV .ant-table-column-sorter-up.on .anticon-caret-up, .gqGsgV .ant-table-column-sorter-down.on .anticon-caret-up, .gqGsgV .ant-table-column-sorter-up.on .anticon-caret-down, .gqGsgV .ant-table-column-sorter-down.on .anticon-caret-down {
    color: #4482FF;
}

.gqGsgV.isoSearchableTable .isoTableSearchBox {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.gqGsgV.isoSearchableTable .isoTableSearchBox input {
    font-size: 14px;
    font-weight: 400;
    color: #797979;
    line-height: inherit;
    height: 36px;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    border: 1px solid #e9ebf1;
    outline: 0 !important;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-transition: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gqGsgV.isoSearchableTable .isoTableSearchBox input:focus, .gqGsgV.isoSearchableTable .isoTableSearchBox input:hover {
    border-color: #e9ebf1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gqGsgV.isoSearchableTable .isoTableSearchBox input::-webkit-input-placeholder {
    color: #bababa;
}

.gqGsgV.isoSearchableTable .isoTableSearchBox input:-moz-placeholder {
    color: #bababa;
}

.gqGsgV.isoSearchableTable .isoTableSearchBox input::-moz-placeholder {
    color: #bababa;
}

.gqGsgV.isoSearchableTable .isoTableSearchBox input:-ms-input-placeholder {
    color: #bababa;
}

.gqGsgV.isoSearchableTable .isoTableSearchBox button {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #4482FF;
    border: 0;
    outline: 0;
    height: 36px;
    padding: 0 15px;
    margin-left: -1px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gqGsgV.isoSearchableTable .isoTableSearchBox button:hover {
    background-color: #3A78F5;
}

.gqGsgV.isoSearchableTable .ant-table-thead > tr > th {
    word-break: keep-all;
}

.gqGsgV.isoSearchableTable .ant-table-thead > tr > th span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gqGsgV.isoSearchableTable .ant-table-thead > tr > th span i {
    margin: 0 10px 0 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.gqGsgV.isoGroupTable .ant-table-thead > tr th {
    border: 1px solid #e9e9e9;
    border-left: 0;
}

.gqGsgV.isoGroupTable .ant-table-thead > tr th[rowspan] {
    text-align: center;
}

.gqGsgV.isoGroupTable .ant-table-thead > tr th.isoImageCell {
    padding: 3px;
}

.gqGsgV.isoGroupTable .ant-table-thead > tr:first-child th:first-child {
    border-left: 1px solid #e9e9e9;
}

.gqGsgV.isoGroupTable .ant-table-thead > tr:last-child th {
    border-top: 0;
}

.gqGsgV.isoGroupTable .ant-table-tbody .ant-table-row td {
    border-right: 1px solid #e9e9e9;
}

.gqGsgV.isoGroupTable .ant-table-tbody .ant-table-row td:first-child {
    border-left: 1px solid #e9e9e9;
}

.gqGsgV.isoGroupTable .ant-table-tbody .ant-table-row td:last-child {
    border-left: 0 solid #e9e9e9;
}

.gqGsgV.isoGroupTable .ant-table-tbody .ant-table-row td.isoImageCell {
    padding: 3px;
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper input {
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    line-height: inherit;
    padding: 7px 10px;
    margin: 0 10px 0 0;
    border: 1px solid #e9e9e9;
    outline: 0 !important;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-transition: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper input:focus, .gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper input:hover {
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper input::-webkit-input-placeholder {
    color: #bababa;
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper input:-moz-placeholder {
    color: #bababa;
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper input::-moz-placeholder {
    color: #bababa;
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper input:-ms-input-placeholder {
    color: #bababa;
}

.gqGsgV.isoEditableTable .isoEditData .isoEditDataWrapper .isoEditIcon {
    cursor: pointer;
}

.gqGsgV.isoEditableTable .isoEditData .isoDataWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gqGsgV.isoEditableTable .isoEditData .isoDataWrapper .isoEditIcon {
    margin: 0 0 0 auto;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* sc-component-id: sc-gPEVay */

.faOEfW {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faOEfW .isoChartControl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: inherit;
    margin-bottom: 20px;
}

.faOEfW .isoChartControl span {
    font-size: 13px;
    color: #595959;
    font-weight: 400;
    margin-right: 15px;
    margin-left: inherit;
}

.faOEfW .isoChartControl button {
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    border-radius: 0;
    position: relative;
}

.faOEfW .isoChartControl button span {
    margin: 0;
}

.faOEfW .isoChartControl button:last-child {
    margin-left: -1px;
    margin-right: inherit;
}

.faOEfW .isoChartControl button:hover {
    color: #4482FF;
    border-color: #4482FF;
    z-index: 1;
}

.faOEfW .isoChartControl button:hover span {
    color: #4482FF;
}

/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/

.fbNpRP.ant-checkbox-wrapper {
    flex: 1;
    font-size: 13px;
    color: #595959;
    vertical-align: middle;
}

.fbNpRP.ant-checkbox-wrapper .ant-checkbox {
    top: inherit;
}

/* sc-component-id: sc-jlyJG */

.jyWpoo {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: url(/static/media/sign.adf5846b.jpg) no-repeat center center;
    background-size: cover;
}

.jyWpoo:before {
    content: '';
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: inherit;
}

.jyWpoo .isoLoginContentWrapper {
    width: 500px;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    position: relative;
}

.jyWpoo .isoLoginContent {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 70px 50px;
    position: relative;
    background-color: #ffffff;

    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .jyWpoo .isoLoginContent {
        width: 100%;
        padding: 70px 20px;
    }
}

.jyWpoo .isoLoginContent .isoLogoWrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.jyWpoo .isoLoginContent .isoLogoWrapper a {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #788195;
}

.jyWpoo .isoLoginContent .isoSignInForm {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoInputWrapper {
    margin-bottom: 15px;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoInputWrapper:last-of-type {
    margin-bottom: 0;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoInputWrapper input::-webkit-input-placeholder {
    color: #bababa;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoInputWrapper input:-moz-placeholder {
    color: #bababa;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoInputWrapper input::-moz-placeholder {
    color: #bababa;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoInputWrapper input:-ms-input-placeholder {
    color: #bababa;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoHelperText {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #c1c1c1;
    padding-left: 13px;
    padding-right: inherit;
    margin: 15px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoHelperText:before {
    content: '*';
    color: #f64744;
    padding-right: 3px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
    right: inherit;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoHelperWrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin {
    padding-top: 40px;
    border-top: 1px dashed #D8D8D8;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin > a:last-child {
    margin-bottom: 0;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button {
    width: 100%;
    height: 42px;
    border: 0;
    font-weight: 500;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnFacebook {
    background-color: #3b5998;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnFacebook:hover {
    background-color: darken(#3b5998, 5%);
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnGooglePlus {
    background-color: #dd4b39;
    margin-top: 15px;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnGooglePlus:hover {
    background-color: darken(#dd4b39, 5%);
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnAuthZero {
    background-color: #e14615;
    margin-top: 15px;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnAuthZero:hover {
    background-color: darken(#e14615, 5%);
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnFirebase {
    background-color: #FFCA28;
    margin-top: 15px;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoOtherLogin button.btnFirebase:hover {
    background-color: #F2BD1B;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoForgotPass {
    font-size: 12px;
    color: #797979;
    margin-bottom: 10px;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.jyWpoo .isoLoginContent .isoSignInForm .isoForgotPass:hover {
    color: #4482FF;
}

.jyWpoo .isoLoginContent .isoSignInForm button {
    font-weight: 500;
}
