<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes chartjs-render-animation {
    0% {
        opacity: .99
    }
    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    0% {
        opacity: .99
    }
    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 1ms;
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    bottom: 0;
    direction: ltr;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand&gt;div {
    height: 1000000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1000000px
}

.chartjs-size-monitor-shrink&gt;div {
    height: 200%;
    left: 0;
    position: absolute;
    top: 0;
    width: 200%
}


@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}


.shadow-sm {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .03) !important
}

.shadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1) !important
}

.shadow-lg {
    box-shadow: 0 0 2rem rgba(0, 0, 0, .15) !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.my-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.py-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.mx-n3 {
    margin-left: -1rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pt-sm-6 {
        padding-top: 4rem !important
    }
}

@media(min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .py-md-7 {
        padding-top: 6rem !important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem !important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
}

.badge-primary {
    background-color: rgba(51, 131, 255, .2);
    color: #0064ff
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: rgba(51, 131, 255, .4);
    color: #0064ff
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, .5);
    outline: 0
}

.badge-secondary {
    background-color: hsla(0, 0%, 46%, .2);
    color: #5c5c5c
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: hsla(0, 0%, 46%, .4);
    color: #5c5c5c
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 46%, .5);
    outline: 0
}

.badge-success {
    background-color: rgba(40, 167, 69, .2);
    color: #1e7e34
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: rgba(40, 167, 69, .4);
    color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: 0
}

.badge-info {
    background-color: rgba(23, 162, 184, .2);
    color: #117a8b
}

a.badge-info:focus,
a.badge-info:hover {
    background-color: rgba(23, 162, 184, .4);
    color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}

.badge-warning {
    background-color: rgba(255, 193, 7, .2);
    color: #d39e00
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: rgba(255, 193, 7, .4);
    color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}

.badge-danger {
    background-color: rgba(220, 53, 69, .2);
    color: #bd2130
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: rgba(220, 53, 69, .4);
    color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    outline: 0
}

.badge-light {
    background-color: hsla(0, 0%, 96%, .2);
    color: #dcdcdc
}

a.badge-light:focus,
a.badge-light:hover {
    background-color: hsla(0, 0%, 96%, .4);
    color: #dcdcdc
}

a.badge-light.focus,
a.badge-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96%, .5);
    outline: 0
}

.badge-dark {
    background-color: rgba(59, 59, 59, .2);
    color: #222
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: rgba(59, 59, 59, .4);
    color: #222
}

a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 59, 59, .5);
    outline: 0
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-1025 {
    z-index: 1025 !important
}

.z-1030 {
    z-index: 1030 !important
}

.cursor-default {
    cursor: default !important
}

.cursor-pointer {
    cursor: pointer !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.width-2 {
    width: .5rem !important
}

.width-3 {
    width: .75rem !important
}

.width-4 {
    width: 1rem !important
}

.width-5 {
    width: 1.25rem !important
}

.width-6 {
    width: 1.5rem !important
}

.width-8 {
    width: 2rem !important
}

.width-9 {
    width: 2.25rem !important
}

.width-10 {
    width: 2.5rem !important
}

.width-12 {
    width: 3rem !important
}

.width-16 {
    width: 4rem !important
}

.width-64 {
    width: 16rem !important
}

.height-2 {
    height: .5rem !important
}

.height-3 {
    height: .75rem !important
}

.height-4 {
    height: 1rem !important
}

.height-5 {
    height: 1.25rem !important
}

.height-6 {
    height: 1.5rem !important
}

.height-8 {
    height: 2rem !important
}

.height-9 {
    height: 2.25rem !important
}

.height-10 {
    height: 2.5rem !important
}

.height-12 {
    height: 3rem !important
}

.height-14 {
    height: 3.5rem !important
}

.height-16 {
    height: 4rem !important
}

.font-size-lg {
    font-size: 1.125rem !important
}

.font-size-xl {
    font-size: 1.25rem !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.border-top {
    border-top: 1px solid #ededed
}

.border-bottom {
    border-bottom: 1px solid #ededed
}

.border {
    border: 1px solid #ededed
}

@media(min-width:768px) {
    .border-md-right {
        border-right: 1px solid #ededed
    }
    .border-md-left {
        border-left: 1px solid #ededed
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important
    }
}

@media(min-width:992px) {
    .border-lg-right {
        border-right: 1px solid #ededed
    }
    .border-lg-left {
        border-left: 1px solid #ededed
    }
}

@media(min-width:1200px) {
    .border-xl-top-0 {
        border-top: 0 !important
    }
}

.border-radius-25 {
    border-radius: 25% !important
}

.border-radius-35 {
    border-radius: 35% !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-50 {
    opacity: .5 !important
}

.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.bg-visitor {
    background-color: #3584ff !important
}

.bg-pageview {
    background-color: #dc3545 !important
}

.svgMap-map-wrapper {
    background: transparent;
    color: #111;
    padding-top: 50%;
    position: relative;
    width: 100%
}

.svgMap-map-wrapper * {
    box-sizing: border-box
}

.svgMap-map-wrapper :focus:not(:focus-visible) {
    outline: 0
}

.svgMap-map-wrapper .svgMap-map-image {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.svgMap-map-wrapper .svgMap-map-controls-wrapper {
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    z-index: 1
}

.svgMap-map-wrapper .svgMap-map-controls-move,
.svgMap-map-wrapper .svgMap-map-controls-zoom {
    display: flex
}

.svgMap-map-wrapper .svgMap-map-controls-move:last-child,
.svgMap-map-wrapper .svgMap-map-controls-zoom:last-child {
    margin-right: 0
}

.svgMap-map-wrapper .svgMap-control-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background: #fff;
    border: none;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    height: 30px;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 30px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button {
    border: 1px solid #3383ff;
    border-radius: .25rem;
    color: #3383ff;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button {
        transition: none
    }
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:after,
.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before {
    background: #3383ff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color .2s
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before {
    height: 2px;
    width: 10px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover {
    background-color: #3383ff;
    border-color: #3383ff
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:after,
.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:before {
    background: #fff
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, .5);
    outline: 0
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled {
    background-color: transparent
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:after,
.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:before {
    background: #3383ff
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-in-button {
    margin: 0 .125rem 0 0
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-in-button:after {
    height: 10px;
    width: 2px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-out-button {
    margin: 0 0 0 .125rem
}

.svgMap-map-wrapper .svgMap-country {
    stroke: hsla(0, 0%, 100%, .5);
    stroke-width: 1;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    cursor: pointer;
    transition: fill .2s, stroke .2s
}

.svgMap-map-wrapper .svgMap-country.svgMap-active,
.svgMap-map-wrapper .svgMap-country:hover {
    stroke: rgba(0, 0, 0, .5)
}

.svgMap-map-wrapper .svgMap-country.svgMap-active {
    stroke-width: 2
}

.svgMap-tooltip {
    background: #000;
    border-radius: .25rem;
    color: #fff;
    display: none;
    min-width: 60px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -100%);
    z-index: 10000
}

.svgMap-tooltip.svgMap-tooltip-flipped {
    transform: translate(-50%)
}

.svgMap-tooltip.svgMap-active {
    display: block
}

.svgMap-tooltip .svgMap-tooltip-content-container {
    padding: .75rem 1rem;
    position: relative
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container.svgMap-tooltip-flag-container-emoji {
    font-size: 50px;
    line-height: 0;
    padding: 25px 0 15px
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container .svgMap-tooltip-flag {
    background: rgba(0, 0, 0, .15);
    border-radius: 2px;
    display: block;
    height: 32px;
    margin: auto;
    padding: 2px;
    width: auto
}

.svgMap-tooltip .svgMap-tooltip-title {
    display: none;
    font-size: 1rem;
    white-space: nowrap
}

.svgMap-tooltip .svgMap-tooltip-content {
    font-size: 1rem;
    white-space: nowrap
}

.svgMap-tooltip .svgMap-tooltip-content table {
    border-spacing: 0;
    margin: auto;
    padding: 0
}

.svgMap-tooltip .svgMap-tooltip-content table td {
    padding: 0 !important
}

.svgMap-tooltip .svgMap-tooltip-content table td sup {
    position: relative;
    top: -5px;
    vertical-align: baseline
}

.svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data {
    padding: 2px 0
}

.svgMap-tooltip .svgMap-tooltip-pointer {
    height: 8px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 24px
}

.svgMap-tooltip .svgMap-tooltip-pointer:after {
    background: #000;
    bottom: 6px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 20px
}

.svgMap-tooltip.svgMap-tooltip-flipped .svgMap-tooltip-pointer {
    bottom: auto;
    top: -10px;
    transform: translateX(-50%) scaleY(-1)
}

#current-plan::-webkit-slider-thumb {
    background: #3383ff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='M10 4 6 0v8ZM0 4l4-4v8Z' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    height: 1.75rem;
    margin-top: -.625rem;
    width: 1.75rem
}

#current-plan::-webkit-slider-thumb:active {
    background: #0d6cff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='M10 4 6 0v8ZM0 4l4-4v8Z' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat 50%
}

#current-plan::-moz-range-thumb {
    background: #3383ff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='M10 4 6 0v8ZM0 4l4-4v8Z' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    height: 1.75rem;
    width: 1.75rem
}

#current-plan::-moz-range-thumb:active {
    background: #0d6cff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='M10 4 6 0v8ZM0 4l4-4v8Z' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat 50%
}

#current-plan::-ms-thumb {
    background: #3383ff url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 .5v7L12 4zM0 4l4 3.5v-7z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat 50%;
    height: 1.75rem;
    width: 1.75rem
}

#current-plan::-ms-thumb:active {
    background: #0d6cff url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 .5v7L12 4zM0 4l4 3.5v-7z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat 50%
}

.pulsating-circle {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.pulsating-circle:before {
    -webkit-animation: pulse-ring 2s cubic-bezier(.215, .61, .355, 1) infinite;
    animation: pulse-ring 2s cubic-bezier(.215, .61, .355, 1) infinite;
    background-color: #28a946;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 300%;
    margin-left: -100%;
    margin-top: -100%;
    position: relative;
    width: 300%
}

.pulsating-circle:after {
    -webkit-animation: pulse-dot 2s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
    animation: pulse-dot 2s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
    background-color: #28a745;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }
    80%,
    to {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }
    80%,
    to {
        opacity: 0
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(.8)
    }
    50% {
        transform: scale(1)
    }
    to {
        transform: scale(.8)
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8)
    }
    50% {
        transform: scale(1)
    }
    to {
        transform: scale(.8)
    }
}

.stat-card {
    transform: perspective(600px) rotateX(35deg);
    transition: transform .3s
}

.chart-progress {
    height: .3125rem
}

.cookie-banner {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .85);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1)
}

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

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

[dir=rtl] body {
    text-align: right
}

[dir=rtl] .sidebar .nav-link {
    border-left: 2px solid transparent;
    border-right: 0
}

[dir=rtl] .sidebar .nav-link.active {
    border-left: 2px solid #3383ff;
    border-right: 0
}

[dir=rtl] .slide-menu {
    left: auto;
    right: 0;
    transform: translateX(113%);
    width: 250px
}

[dir=rtl] .slide-menu.active {
    transform: translateX(0)
}

@media(min-width:992px) {
    [dir=rtl] .slide-menu {
        transform: translateX(0)
    }
    [dir=rtl] .content {
        margin-left: 0;
        margin-right: 250px
    }
}

[dir=rtl] .form-control.is-invalid {
    padding-left: calc(1.5em + .75rem) !important
}

[dir=rtl] .pulsating-circle:before {
    margin-left: auto;
    margin-right: -100%
}

[dir=rtl] .pulsating-circle:after {
    left: auto;
    right: 0
}</pre></body></html>