@charset "UTF-8";
:root {
    --bs-blue: #009ef6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #7e8299;
    --bs-gray-dark: #3f4254;
    --bs-gray-100: #f5f8fa;
    --bs-gray-200: #eff2f5;
    --bs-gray-300: #e4e6ef;
    --bs-gray-400: #b5b5c3;
    --bs-gray-500: #a1a5b7;
    --bs-gray-600: #7e8299;
    --bs-gray-700: #5e6278;
    --bs-gray-800: #3f4254;
    --bs-gray-900: #181c32;
    --bs-white: #ffffff;
    --bs-light: #f5f8fa;
    --bs-primary: #009ef7;
    --bs-secondary: #e4e6ef;
    --bs-success: #50cd89;
    --bs-info: #7239ea;
    --bs-warning: #ffc700;
    --bs-danger: #f1416c;
    --bs-dark: #181c32;
    --bs-body-text-align: #181c32;
    --bs-white-rgb: 255, 255, 255;
    --bs-light-rgb: 245, 248, 250;
    --bs-primary-rgb: 0, 158, 247;
    --bs-secondary-rgb: 228, 230, 239;
    --bs-success-rgb: 80, 205, 137;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 255, 199, 0;
    --bs-danger-rgb: 241, 65, 108;
    --bs-dark-rgb: 24, 28, 50;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 24, 28, 50;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "IRANSansWeb";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #181c32;
    --bs-body-bg: #ffffff;
    --tagify-dd-color-primary: rgb(53, 149, 246);
    --tagify-dd-bg-color: white;
}

@font-face {
    font-family: bootstrap-icons;
    src: url('../../fonts/bootstrap-icons.woff2') format("woff2"),
    url('../../fonts/bootstrap-icons.woff') format("woff");
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../../fonts/IRANSansWeb(FaNum).eot') format('truetype'), /* IE6–8 */ url('../../fonts/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/IRANSansWeb(FaNum).ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-weight: 400;
    font-family: "IRANSansWeb";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-family: sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.h6, h6 {
    font-size: 1.075rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #181c32;
}

.fv-plugins-icon-container {
    position: relative;
}

.bi::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-eye-slash::before {
    content: "\f340";
}

.bi-eye::before {
    content: "\f341";
}

.fv-plugins-message-container {
    margin-top: 0.3rem;
}

.fv-plugins-message-container.invalid-feedback {
    display: block;
    font-weight: 400;
}

body {
    --fc-event-border-color: #009ef7;
    --fc-event-bg-color: #009ef7;
    --fc-event-text-color: #ffffff;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #181c32;
}

h1 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 1.75rem;
    }

    .fs-2qx {
        font-size: 2.25rem !important;
    }
}

@media (max-width: 375.98px) {
    #smsFilde {
        display: block !important;
    }

    #smsFildes {
        display: none;
    }
}

a {
    color: #009ef7;
    text-decoration: none;
}

a:hover {
    color: #006dab;
    text-decoration: underline;
}

img, svg {
    vertical-align: middle;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

[type="button"], button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type="email"], [type="tel"] {
    direction: ltr;
}

@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #3f4254;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: #181c32;
    background-color: #fff;
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

.form-control::placeholder {
    color: #a1a5b7;
    opacity: 1;
}

.form-control:disabled {
    background-color: #eff2f5;
    opacity: 1;
}

.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.475rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-right: 2.25rem;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: right;
    margin-right: -2.25rem;
}

.form-check-input {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -0.125rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        transition: none;
    }
}

.form-check-input[type="checkbox"] {
    border-radius: 0.45em;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #009ef7;
    border-color: #009ef7;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.form-check-inline {
    display: inline-block;
    margin-left: 1rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.925rem;
    color: #f1416c;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.475rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #181c32;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:disabled {
    pointer-events: none;
    opacity: 0.6;
    box-shadow: none;
}

.btn-primary {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
    color: #000;
    background-color: #26adf8;
    border-color: #1aa8f8;
}

.btn-primary:focus {
    color: #000;
    background-color: #26adf8;
    border-color: #1aa8f8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 134, 210, 0.5);
}

.btn-primary:active {
    color: #000;
    background-color: #33b1f9;
    border-color: #1aa8f8;
}

.btn-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 134, 210, 0.5);
}

.btn-primary:disabled {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7;
}

.btn-lg {
    padding: 0.825rem 1.75rem;
    font-size: 1.15rem;
    border-radius: 0.475rem;
}

.btn-sm {
    padding: 0.65rem 1.25rem;
    font-size: 0.925rem;
    border-radius: 0.475rem;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.185em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    animation: 0.65s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.145em;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        animation-duration: 1.3s;
    }
}

.link-primary {
    color: #009ef7;
}

.link-primary:focus, .link-primary:hover {
    color: #33b1f9;
}

.align-middle {
    vertical-align: middle !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.shadow-sm {
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.top-50 {
    top: 50% !important;
}

.end-0 {
    left: 0 !important;
}

.translate-middle {
    transform: translate(50%, -50%) !important;
}

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

.h-5px {
    height: 5px !important;
}

.h-70px {
    height: 70px !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.align-items-center {
    align-items: center !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.me-2 {
    margin-left: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

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

.mb-7 {
    margin-bottom: 1.75rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.ms-1 {
    margin-right: 0.25rem !important;
}

.ms-2 {
    margin-right: 0.5rem !important;
}

.me-n2 {
    margin-left: -0.5rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.fs-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1.075rem !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: 600 !important;
}

.text-center {
    text-align: center !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.rounded {
    border-radius: 0.475rem !important;
}

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .w-lg-600px {
        width: 600px !important;
    }

    .p-lg-15 {
        padding: 3.75rem !important;
    }

    .pb-lg-20 {
        padding-bottom: 5rem !important;
    }

    .h-lg-60px {
        height: 60px !important;
    }
}

@media (min-width: 1200px) {
    .fs-2 {
        font-size: 1.5rem !important;
    }
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.bg-secondary {
    --bg-color: 228, 230, 239;
}

.bg-dark {
    --bg-color: 24, 28, 50;
}

.bg-opacity-50 {
    background-color: rgba(var(--bg-color), 0.5) !important;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.bgi-position-y-bottom {
    background-position-y: bottom;
}

.bgi-size-contain {
    background-size: contain;
}

.bgi-attachment-fixed {
    background-attachment: fixed;
}

.flex-root {
    flex: 1;
}

.flex-column-auto {
    flex: none;
}

.flex-column-fluid {
    flex: 1 0 auto;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.text-white {
    color: #fff !important;
}

.text-hover-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-primary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #009ef7 !important;
}

i {
    line-height: 1;
    font-size: 1rem;
    color: #a1a5b7;
}

a {
    transition: color 0.2s ease, background-color 0.2s ease;
}

a:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.btn {
    outline: 0 !important;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
    box-shadow: none !important;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-lg {
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
}

.btn i {
    display: inline-flex;
    font-size: 1rem;
    padding-left: 0.35rem;
    vertical-align: middle;
    line-height: 0;
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px);
}

.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
    border: 0;
}

.btn.btn-icon.btn-sm {
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.btn.btn-icon i {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.btn.btn-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7;
}

.btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active) {
    color: #fff;
    border-color: #0095e8;
    background-color: #0095e8 !important;
}

.form-control {
    box-shadow: none !important;
}

.form-control.form-control-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.form-control.form-control-solid::placeholder {
    color: #a1a5b7;
}

.form-control.form-control-solid:active, .form-control.form-control-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.form-check .form-check-label {
    cursor: pointer;
}

.form-check .form-check-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check.form-check-custom {
    display: flex;
    align-items: center;
    padding-right: 0;
    margin: 0;
}

.form-check.form-check-custom .form-check-input {
    margin: 0;
    float: none;
    flex-shrink: 0;
}

.form-check.form-check-custom .form-check-label {
    margin-right: 0.55rem;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
    background-size: 60% 60%;
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #eff2f5;
}

.form-check.form-check-solid .form-check-input:active, .form-check.form-check-solid .form-check-input:focus {
    filter: none;
    background-color: #eff2f5;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #009ef7;
}

.indicator-progress {
    display: none;
}

@media (min-width: 992px) {
    div, span {
        scrollbar-width: thin;
        scrollbar-color: #eff2f5 transparent;
    }

    .w-lg-60px {
        width: 60px !important;
    }

    div::-webkit-scrollbar, span::-webkit-scrollbar {
        width: 0.4rem;
        height: 0.4rem;
    }

    div::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb {
        background-color: #eff2f5;
    }

    div:hover, span:hover {
        scrollbar-color: #e9edf1 transparent;
    }

    div:hover::-webkit-scrollbar-thumb, span:hover::-webkit-scrollbar-thumb {
        background-color: #e9edf1;
    }
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-weight: 400;
    font-family: "IRANSansWeb";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991.98px) {
    body {
        font-size: 13px !important;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 12px !important;
    }
}

body a:active, body a:focus, body a:hover, html a:active, html a:focus, html a:hover {
    text-decoration: none !important;
}

body {
    display: flex;
    flex-direction: column;
    color: #181c32;
}

body {
    background-color: #f5f8fa;
}

.bg-active-success.active {
    --bg-color: 80, 205, 137;
    background-color: #50cd89 !important;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.me-4 {
    margin-left: 1rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.btn.btn-light-primary {
    color: #009ef7;
    border-color: #f1faff;
    background-color: #f1faff;
}

.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
    cursor: pointer;
    border-color: transparent !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.indicator-progress {
    display: none;
}

[data-kt-indicator="on"] > .indicator-progress {
    display: inline-block;
}

[data-kt-indicator="on"] > .indicator-label {
    display: none;
}
