:root {
    --primary005: rgba(253, 129, 129, 0.05);
    --primary02: rgba(253, 129, 129, 0.2);
    --primary03: rgba(253, 129, 129, 0.3);
    --primary05: rgba(253, 129, 129, 0.5);
    --primary07: rgba(253, 129, 129, 0.7);
    --primary08: rgba(253, 129, 129, 0.8);
    --primary01: rgba(253, 129, 129, 0.1);
    --primary09: rgba(253, 129, 129, 0.9);
    --primary-bg-color: #fd7032;
    --primary-bg-hover: #fd7032;
    --primary-bg-border: #fd7032;
    --primary-color-nav: #fff;
    --primary-transparentcolor: rgba(98,89,202,.16);
    --dark-theme: #0e0e23;
    --dark-body: #24243e;
    --dark-border: hsla(0,0%,100%,.15);
    --dark-color: #0e0e23;
    --dark-primary: #6259ca;
    --indigo: indigo;
    --purple: #6f42c1;
    --pink: #f1388b;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --custom-nav-color:#242633;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
.notification-icon-custom2{
    text-decoration: none;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 3px solid var(--primary-bg-color);
    transition: border-color .2s linear;
    position: absolute;
    right: -10px;
    z-index:2;
}
.tooltip-inner-border-r-m{
    color: #000 !important;
    font-weight: 600;
    font-size: medium;
    background-color: #fff !important;
    border-left: 3px solid #fd6f32;
    border-radius: 6px 4px 4px 6px;
    border-top: 1px solid #fd6f32;
    border-bottom: 1px solid #fd6f32;
    border-right: 1px solid #fd6f32;
    padding: 0.25rem 1rem;
    text-align: center;
}
.tooltip-inner-border-l-m{
    color: #000 !important;
    font-weight: 600;
    font-size: medium;
    background-color: #fff !important;
    border-left: 1px solid #fd6f32;
    border-radius: 4px 6px 6px 4px;
    border-top: 1px solid #fd6f32;
    border-bottom: 1px solid #fd6f32;
    border-right: 3px solid #fd6f32;
    padding: 0.25rem 1rem;
    text-align: center;
}
.tooltip-inner-border-t-m{
    color: #000 !important;
    font-weight: 600;
    font-size: medium;
    background-color: #fff !important;
    border-left: 1px solid #fd6f32;
    border-radius: 4px 4px 6px 6px;
    border-top: 1px solid #fd6f32;
    border-bottom: 3px solid #fd6f32;
    border-right: 1px solid #fd6f32;
    padding: 0.25rem 1rem;
    text-align: center;
}
.tooltip-inner-border-b-m{
    color: #000 !important;
    font-weight: 600;
    font-size: medium;
    background-color: #fff !important;
    border-left: 1px solid #fd6f32;
    border-radius: 6px 6px 4px 4px;
    border-top: 3px solid #fd6f32;
    border-bottom: 1px solid #fd6f32;
    border-right: 1px solid #fd6f32;
    padding: 0.25rem 1rem;
    text-align: center;
}
.notification-icon-custom3{
padding-top: 25px;
}
.tip-size-custom{
    padding-top: 0px;
    height: 46px;
}
.notification-icon-custom::before {
    content: '|';
    border:1px solid #000;
    content: '';
    position: absolute;
    /* text-align: center; */
    /* margin: auto; */
    height: 100%;
    left: 35px;
    border-right: 1px solid;
    top: 0px;

}
.c_lock_footer{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding-left: 240px;
    padding-top: 20px;
    background: #e9edf7;
}
.lds-spinner div {
    transform-origin: 32px 74px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 6px;
    height: 35px;
    border-radius: 20%;
}
.hover-back-none {
    color: #1d212f !important;
}
.hover-back-none:hover {
    background: transparent !important;
    color: unset !important;
}
.main-content {
    min-height: 76vh;
}
.message-container{
    background: rgb(115, 45, 220);
    position: fixed;
    color: #fff;
    padding: 10px 18px;
    border-radius: 16px;
    width: auto;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 14px rgba(0,0,0,.2)!important;
}
.nav-tabs .nav-link.active{
    background-color: var(--primary-bg-color);
    color: #fff !important;
    border-radius: 3px;
}

.nav-tabs .nav-link:hover {
    background-color: var(--primary-bg-color);
    color: #fff !important
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff !important;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.landing-page .top-footer a {
    color: var(--light);
}
.demo-footer {
    color: var(--light);
}
.searchable {
    position: relative;
    font-family: arial;
    z-index: 1;
}

.searchable--disabled {
    opacity: 0.8;
}

.searchable--disabled,
.searchable--disabled *,
.searchable--disabled .searchable__controls__arrow {
    cursor: not-allowed;
}

.searchable--active {
    z-index: 2;
}

.searchable--active .searchable__controls__arrow__inner {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}

.searchable--active .searchable__controls {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #6f7dab;
}

.searchable,
.searchable * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.searchable__controls {
    position: relative;
    background-color: #252d47;
    border-radius: 5px;
    padding-right: 34px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.searchable__controls input {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 1em;
    padding: 14px;
    width: 100%;
    color: #fff;
    position: relative;
}

.searchable__controls input::-ms-clear {
    display: none;
}

.searchable__controls input:-moz-read-only {
    cursor: pointer;
}

.searchable__controls input:read-only {
    cursor: pointer;
}

.searchable__controls input:focus {
    outline: none;
}

.searchable__controls input::-webkit-input-placeholder {
    color: #aab7e1;
}

.searchable__controls input::-moz-placeholder {
    color: #aab7e1;
}

.searchable__controls input:-ms-input-placeholder {
    color: #aab7e1;
}

.searchable__controls input::-ms-input-placeholder {
    color: #aab7e1;
}

.searchable__controls input::placeholder {
    color: #aab7e1;
}

.searchable__controls__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    cursor: pointer;
}

.searchable__controls__arrow__inner {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    cursor: pointer;
}

.searchable__controls__arrow__inner:focus {
    outline: none;
}

.searchable__controls__arrow svg {
    fill: #ffffff;
}

.searchable__controls__placeholder {
    color: #aab7e1;
    padding: 14px;
    font-size: 14px;
}

.searchable__controls__input {
    position: relative;
}

.searchable__controls__input--hidden {
    position: absolute;
    width: 0;
    height: 0;
}

.searchable__controls__input--hidden * {
    font-size: 0;
}

.searchable__controls__input__assume {
    color: #aab7e1;
    position: absolute;
    left: 14px;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.searchable__controls__input__assume__char--hidden {
    color: transparent;
}

.searchable__controls__input__assume__char--upper {
    letter-spacing: -0.6px;
}

.searchable__controls__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5px;
}

.searchable__controls__list:empty {
    padding: 0;
}

.searchable__controls__list__item {
    padding: 7px 5px 7px 10px;
    color: #fff;
    background-color: #6f7dab;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2.5px;
    cursor: default;
}

.searchable__controls__list__item__remove {
    margin-left: 10px;
    border: none;
    background-color: transparent;
    padding: 6px;
    width: 20px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
}

.searchable__controls__list__item__remove svg {
    fill: #fff;
}

.searchable__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    background-color: #252d47;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
}

.searchable__list--empty {
    color: #eee;
    text-align: center;
    padding: 10px;
    line-height: 1em;
}

.searchable__list__item {
    color: #aab7e1;
    padding: 10px 14px;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.searchable__list__item__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
}

.searchable__list__item__arrow svg {
    width: 100%;
    height: auto;
    fill: #fff;
}

.searchable__list__item:hover {
    color: #fff;
    background-color: #1a1e30;
}

.searchable__list__item--active {
    color: #fff;
}

.searchable__list__item--arrow-position {
    padding-left: 20px;
}

.searchable--active .searchable__list,
.searchable--active .searchable__controls {
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
}
@keyframes opaque {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes resizeanim {
    0%, to {
        opacity: 0
    }
}

.apexcharts-canvas {
    position: relative;
    user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.apexcharts-inner {
    position: relative
}

.apexcharts-text tspan {
    font-family: inherit
}

.legend-mouseover-inactive {
    transition: .15s ease all;
    opacity: .2
}

.apexcharts-legend-text {
    padding-left: 15px;
    margin-left: -15px;
}

.apexcharts-series-collapsed {
    opacity: 0
}

.apexcharts-tooltip {
    border-radius: 5px;
    box-shadow: 2px 2px 6px -4px #999;
    cursor: default;
    font-size: 14px;
    left: 62px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    z-index: 12;
    transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
    opacity: 1;
    transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid #e3e3e3;
    background: rgba(255, 255, 255, .96)
}

.apexcharts-tooltip.apexcharts-theme-dark {
    color: #fff;
    background: rgba(30, 30, 30, .8)
}

.apexcharts-tooltip * {
    font-family: inherit
}

.apexcharts-tooltip-title {
    padding: 6px;
    font-size: 15px;
    margin-bottom: 4px
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #eceff1;
    border-bottom: 1px solid #ddd
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
    background: rgba(0, 0, 0, .7);
    border-bottom: 1px solid #333
}

.apexcharts-tooltip-text-goals-value, .apexcharts-tooltip-text-y-value, .apexcharts-tooltip-text-z-value {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty, .apexcharts-tooltip-text-goals-value:empty, .apexcharts-tooltip-text-y-label:empty, .apexcharts-tooltip-text-y-value:empty, .apexcharts-tooltip-text-z-value:empty, .apexcharts-tooltip-title:empty {
    display: none
}

.apexcharts-tooltip-text-goals-label, .apexcharts-tooltip-text-goals-value {
    padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group, .apexcharts-tooltip-text-goals-label, .apexcharts-tooltip-text-goals-value {
    display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty), .apexcharts-tooltip-text-goals-value:not(:empty) {
    margin-top: -6px
}

.apexcharts-tooltip-marker {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0;
    margin-right: 10px;
    border-radius: 50%
}

.apexcharts-tooltip-series-group {
    padding: 0 10px;
    display: none;
    text-align: left;
    justify-content: left;
    align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active, .apexcharts-tooltip-series-group:last-child {
    padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
    opacity: 0;
    height: 0;
    line-height: 0;
    padding: 0 !important
}

.apexcharts-tooltip-y-group {
    padding: 6px 0 5px
}

.apexcharts-custom-tooltip, .apexcharts-tooltip-box {
    padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
    display: flex;
    flex-direction: column-reverse
}

.apexcharts-tooltip-box > div {
    margin: 4px 0
}

.apexcharts-tooltip-box span.value {
    font-weight: 700
}

.apexcharts-tooltip-rangebar {
    padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
    font-weight: 600;
    color: #777
}

.apexcharts-tooltip-rangebar .series-name {
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.apexcharts-xaxistooltip, .apexcharts-yaxistooltip {
    opacity: 0;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #eceff1;
    border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
    padding: 9px 10px;
    transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
    background: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .5);
    color: #fff
}

.apexcharts-xaxistooltip:after, .apexcharts-xaxistooltip:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-xaxistooltip:after {
    border-color: transparent;
    border-width: 6px;
    margin-left: -6px
}

.apexcharts-xaxistooltip:before {
    border-color: transparent;
    border-width: 7px;
    margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after, .apexcharts-xaxistooltip-bottom:before {
    bottom: 100%
}

.apexcharts-xaxistooltip-top:after, .apexcharts-xaxistooltip-top:before {
    top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after, .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
    border-bottom-color: rgba(0, 0, 0, .5)
}

.apexcharts-xaxistooltip-top:after {
    border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
    border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after, .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
    border-top-color: rgba(0, 0, 0, .5)
}

.apexcharts-xaxistooltip.apexcharts-active {
    opacity: 1;
    transition: .15s ease all
}

.apexcharts-yaxistooltip {
    padding: 4px 10px
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
    background: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .5);
    color: #fff
}

.apexcharts-yaxistooltip:after, .apexcharts-yaxistooltip:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-yaxistooltip:after {
    border-color: transparent;
    border-width: 6px;
    margin-top: -6px
}

.apexcharts-yaxistooltip:before {
    border-color: transparent;
    border-width: 7px;
    margin-top: -7px
}

.apexcharts-yaxistooltip-left:after, .apexcharts-yaxistooltip-left:before {
    left: 100%
}

.apexcharts-yaxistooltip-right:after, .apexcharts-yaxistooltip-right:before {
    right: 100%
}

.apexcharts-yaxistooltip-left:after {
    border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
    border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after, .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
    border-left-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip-right:after {
    border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
    border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after, .apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
    border-right-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip.apexcharts-active {
    opacity: 1
}

.apexcharts-yaxistooltip-hidden {
    display: none
}

.apexcharts-xcrosshairs, .apexcharts-ycrosshairs {
    pointer-events: none;
    opacity: 0;
    transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active, .apexcharts-ycrosshairs.apexcharts-active {
    opacity: 1;
    transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
    opacity: 0
}

.apexcharts-selection-rect {
    cursor: move
}

.svg_select_boundingRect, .svg_select_points_rot {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.apexcharts-selection-rect + g .svg_select_boundingRect, .apexcharts-selection-rect + g .svg_select_points_rot {
    opacity: 0;
    visibility: hidden
}

.apexcharts-selection-rect + g .svg_select_points_l, .apexcharts-selection-rect + g .svg_select_points_r {
    cursor: ew-resize;
    opacity: 1;
    visibility: visible
}

.svg_select_points {
    fill: #efefef;
    stroke: #333;
    rx: 2
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
    cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
    cursor: move
}

.apexcharts-menu-icon, .apexcharts-pan-icon, .apexcharts-reset-icon, .apexcharts-selection-icon, .apexcharts-toolbar-custom-icon, .apexcharts-zoom-icon, .apexcharts-zoomin-icon, .apexcharts-zoomout-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 24px;
    color: #6e8192;
    text-align: center
}

.apexcharts-menu-icon svg, .apexcharts-reset-icon svg, .apexcharts-zoom-icon svg, .apexcharts-zoomin-icon svg, .apexcharts-zoomout-icon svg {
    fill: #6e8192
}

.apexcharts-selection-icon svg {
    fill: #444;
    transform: scale(.76)
}

.apexcharts-theme-dark .apexcharts-menu-icon svg, .apexcharts-theme-dark .apexcharts-pan-icon svg, .apexcharts-theme-dark .apexcharts-reset-icon svg, .apexcharts-theme-dark .apexcharts-selection-icon svg, .apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg, .apexcharts-theme-dark .apexcharts-zoom-icon svg, .apexcharts-theme-dark .apexcharts-zoomin-icon svg, .apexcharts-theme-dark .apexcharts-zoomout-icon svg {
    fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
    fill: #008ffb
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg, .apexcharts-theme-light .apexcharts-reset-icon:hover svg, .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg, .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg, .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg, .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
    fill: #333
}

.apexcharts-menu-icon, .apexcharts-selection-icon {
    position: relative
}

.apexcharts-reset-icon {
    margin-left: 5px
}

.apexcharts-menu-icon, .apexcharts-reset-icon, .apexcharts-zoom-icon {
    transform: scale(.85)
}

.apexcharts-zoomin-icon, .apexcharts-zoomout-icon {
    transform: scale(.7)
}

.apexcharts-zoomout-icon {
    margin-right: 3px
}

.apexcharts-pan-icon {
    transform: scale(.62);
    position: relative;
    left: 1px;
    top: 0
}

.apexcharts-pan-icon svg {
    fill: #fff;
    stroke: #6e8192;
    stroke-width: 2
}

.apexcharts-pan-icon.apexcharts-selected svg {
    stroke: #008ffb
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
    stroke: #333
}

.apexcharts-toolbar {
    position: absolute;
    z-index: 11;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 0 6px 2px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.apexcharts-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    right: 10px;
    opacity: 0;
    min-width: 110px;
    transition: .15s ease all;
    pointer-events: none
}

.apexcharts-menu.apexcharts-menu-open {
    opacity: 1;
    pointer-events: all;
    transition: .15s ease all
}

.apexcharts-menu-item {
    padding: 6px 7px;
    font-size: 12px;
    cursor: pointer
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
    background: #eee
}

.apexcharts-theme-dark .apexcharts-menu {
    background: rgba(0, 0, 0, .7);
    color: #fff
}

@media screen and (min-width: 768px) {
    .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity: 1
    }
}

.apexcharts-canvas .apexcharts-element-hidden, .apexcharts-datalabel.apexcharts-element-hidden, .apexcharts-hide .apexcharts-series-points {
    opacity: 0
}

.apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value, .apexcharts-datalabels, .apexcharts-pie-label {
    cursor: default;
    pointer-events: none
}

.apexcharts-pie-label-delay {
    opacity: 0;
    animation-name: opaque;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

.apexcharts-annotation-rect, .apexcharts-area-series .apexcharts-area, .apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, .apexcharts-gridline, .apexcharts-line, .apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, .apexcharts-point-annotation-label, .apexcharts-radar-series path, .apexcharts-radar-series polygon, .apexcharts-toolbar svg, .apexcharts-tooltip .apexcharts-marker, .apexcharts-xaxis-annotation-label, .apexcharts-yaxis-annotation-label, .apexcharts-zoom-rect {
    pointer-events: none
}

.apexcharts-marker {
    transition: .15s ease all
}

.resize-triggers {
    animation: 1ms resizeanim;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.contract-trigger:before, .resize-triggers, .resize-triggers > div {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.resize-triggers > div {
    height: 100%;
    width: 100%;
    background: #eee;
    overflow: auto
}

.contract-trigger:before {
    overflow: hidden;
    width: 200%;
    height: 200%
}

.index-module_slot_wrap__ZT-DX {
    display: inline-block;
    white-space: nowrap;
}

.index-module_slot__DpPgW {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
    will-change: transform;
}

.index-module_separator__7GhtE {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}
.tox-notifications-container{
    display: none;
}
.c_show_mouse{
    //background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--ct-secondary-color%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.c_phone_badge_popup{
    padding: 0px 5px !important;
    min-height: unset;
    font-weight: 900;
    margin: 5px 5px 5px 0px;
}
.choices{
    //width:300px;
    width:100%;
    max-width:300px;
}
.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable{
    padding-right: 50px !important;
}
.choices__inner{
    padding: 3.5px 7.5px 3.75px !important;
    min-height: 37px !important;
    //height: 37px;
}
.choices__input{
    margin-bottom: unset !important;
    min-width: 250px !important;
}
.choices__list--multiple .choices__item{
    padding: 0px 5px !important;
    margin-bottom: unset !important;
}
.dropdown-menu{
    min-width: unset;
    padding: 0px;
}
.dropdown-menu-customb{
    box-shadow: 0 3px 9px 0 hsla(212, 8%, 45%, .15);
    height: 100%;
    position: fixed;
    right: 0;
    width: 800px;
    display: block;
    overflow: scroll;
    overflow-y: scroll;
    background: #fff;
    color: #000;
}