﻿.p-2 {
    padding: .5rem;
}

.p-3 {
    padding: .75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.md\:p-3 {
    padding: .75rem;
}

.md\:pl-1 {
    padding-left: .25rem;
}

.md\:pb-0 {
    padding-bottom: 0;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(56 97 251 / var(--tw-bg-opacity));
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-y {
    border-bottom-width: 1px;
}
/* تکراری با border-b */

.border-solid {
    border-style: solid;
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(56 97 251 / var(--tw-border-opacity));
}

.\!border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(56 97 251 / var(--tw-border-opacity)) !important;
}

.rounded-lg {
    border-radius: .5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

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

.flex-\[1_1_4rem\] {
    flex: 1 1 4rem;
}

.md\:flex-\[1_1_5rem\] {
    flex: 1 1 5rem;
}

.md\:flex-col {
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

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

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

.w-full {
    width: 100%;
}

.w-5 {
    width: 1.25rem;
}

.md\:w-36 {
    width: 9rem;
}

.h-5 {
    height: 1.25rem;
}

.md\:h-80 {
    height: 20rem;
}

.text-sm {
    line-height: 1.25rem;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(56 97 251 / var(--tw-text-opacity));
}

.\!text-primary {
    --tw-text-opacity: 1 !important;
    color: rgb(56 97 251 / var(--tw-text-opacity)) !important;
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
}

.font-bold {
    font-weight: 700;
    font-variation-settings: "wght" 700;
}

.font-medium {
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.cursor-pointer {
    cursor: pointer;
}

.m-1 {
    margin: .25rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.space-s-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-s-reverse: 0;
    margin-inline-end: calc(.5rem * var(--tw-space-s-reverse));
    margin-inline-start: calc(.5rem * calc(1 - var(--tw-space-s-reverse)));
}

.space-s-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-s-reverse: 0;
    margin-inline-end: calc(.75rem * var(--tw-space-s-reverse));
    margin-inline-start: calc(.75rem * calc(1 - var(--tw-space-s-reverse)));
}

.md\:space-s-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-s-reverse: 0;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
}

.md\:space-s-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-s-reverse: 0;
    margin-inline-end: calc(.25rem * var(--tw-space-s-reverse));
    margin-inline-start: calc(.25rem * calc(1 - var(--tw-space-s-reverse)));
}

.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

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

.overflow-auto {
    overflow: auto;
}

.top-0 {
    top: 0;
}

.sticky {
    position: sticky;
}

.gap-3 {
    gap: .75rem;
}
.style-0 {
    padding: 5px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: none;
    margin: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-1 {
    position: static;
    padding: 0px 0px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    box-shadow: none;
    margin-bottom: 32px;
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom: 1px solid rgb(234, 236, 240);
    z-index: 20;
    margin: 0px 0px 32px;
    vertical-align: baseline;
}

.style-2 {
    background-color: rgb(242, 244, 247);
    top: 24px;
    right: 32px;
    cursor: pointer;
    appearance: button;
    background-image: none;
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: normal;
    color: rgb(57, 73, 89);
    margin: 0px;
    padding: 2px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    outline: rgb(57, 73, 89) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-3 {
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
    fill: rgb(71, 84, 103);
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
}

.style-4 {
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
}

.style-5 {
    padding: 0px 30px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    margin: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-6 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-7 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
    position: relative;
}

.style-8 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    box-sizing: border-box;
    border: 1px solid rgb(236, 242, 255);
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
    border-color: rgb(236, 242, 255);
    border-style: solid;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border-width: 1px;
}

.style-9 {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
    overflow: hidden;
    width: initial;
    height: 54px;
    opacity: 1;
    border: 0px none rgb(57, 73, 89);
    margin: 0px;
    padding: 0px;
    position: relative;
    font: inherit;
    vertical-align: baseline;
}

.style-10 {
    box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 100% 0px 0px;
    display: block;
    width: initial;
    height: 54px;
    opacity: 1;
    border: 0px none rgb(57, 73, 89);
    margin: 0px;
    padding: 54px 0px 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-11 {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: 0px none rgb(57, 73, 89);
    margin: auto;
    display: block;
    width: 0px;
    height: 54px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    vertical-align: middle;
    border-style: none;
    font: inherit;
}

.style-12 {
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
}

.style-13 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    margin-right: 12px;
    margin: 0px 12px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-14 {
    font-size: 18px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-15 {
    font-size: 16px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-16 {
    margin-top: 4px;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
    margin-left: 2px;
    fill: rgb(109, 129, 158);
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

.style-17 {
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
}

.style-18 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    flex: 0 0 auto;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-19 {
    width: unset;
    white-space: normal;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    margin-right: 4px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 4px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
    vertical-align: baseline;
    font-size: 12px;
    margin-top: 5px;
}

.style-20 {
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-21 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    border-radius: 12px;
    background-color: rgb(239, 248, 255);
    padding: 10px;
    position: relative;
    max-height: 110px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-22 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-23 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    border-radius: 12px;
    display: block;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-24 {
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(52, 64, 84);
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    vertical-align: baseline;
    justify-content: space-between;
    align-items: center;
}

.style-25 {
    vertical-align: middle;
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
    fill: rgb(21, 112, 239);
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    margin-left: 5px;
}

.style-26 {
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
}

.style-27 {
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-28 {
    padding: 0px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    flex-grow: 1;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
    vertical-align: baseline;
}

.style-29 {
    font-weight: 500;
    box-sizing: border-box;
    border: 0px none rgb(44, 55, 70);
    color: rgb(44, 55, 70);
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-30 {
    font-weight: 400;
    margin: 0px 0px 0px 50px;
    box-sizing: border-box;
    border: 0px none rgb(102, 112, 133);
    color: rgb(102, 112, 133);
    font-size: 14px;
    line-height: 22px;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    vertical-align: baseline;
}

.style-31 {
    color: rgb(226, 80, 65);
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    border: 0px none rgb(226, 80, 65);
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-32 {
    font-weight: 400;
    box-sizing: border-box;
    border: 0px none rgb(44, 55, 70);
    color: rgb(44, 55, 70);
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
    vertical-align: baseline;
}

.style-33 {
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
}

.style-34 {
    margin: 0px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-35 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    flex-direction: column;
    width: 100%;
    user-select: none;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-36 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-37 {
    padding: 0px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-grow: 1;
    scrollbar-width: none;
    margin: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-38 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-39 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-40 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-41 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-42 {
    min-width: 62px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}


    .style-42 img {
        width: 40px
    }

.style-43 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-44 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-45 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(3, 152, 85);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(3, 152, 85);
    padding: 0px;
    vertical-align: baseline;
}

.style-46 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(65, 135, 255);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    cursor: pointer;
    color: rgb(65, 135, 255);
    background-color: rgb(245, 250, 255);
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-47 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(65, 135, 255);
    font-weight: 500;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-48 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(65, 135, 255);
    font-weight: 600;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-49 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(3, 152, 85);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(3, 152, 85);
    padding: 0px;
    vertical-align: baseline;
}

.style-50 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-51 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-52 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-53 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(3, 152, 85);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(3, 152, 85);
    padding: 0px;
    vertical-align: baseline;
}

.style-54 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-55 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-56 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-57 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(3, 152, 85);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(3, 152, 85);
    padding: 0px;
    vertical-align: baseline;
}

.style-58 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-59 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-60 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-61 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-62 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-63 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-64 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-65 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-66 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-67 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-68 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-69 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(3, 152, 85);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(3, 152, 85);
    padding: 0px;
    vertical-align: baseline;
}

.style-70 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-71 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-72 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-73 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-74 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-75 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-76 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-77 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-78 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-79 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-80 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-81 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-82 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-83 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-84 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-85 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-86 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-87 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-88 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-89 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-90 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-91 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-92 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-93 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-94 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-95 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-96 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-97 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-98 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-99 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-100 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-101 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-102 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-103 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-104 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-105 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-106 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-107 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-108 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-109 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-110 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-111 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-112 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-113 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-114 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-115 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-116 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-117 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-118 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-119 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-120 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-121 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-122 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-123 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-124 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-125 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-126 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-127 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-128 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-129 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-130 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-131 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-132 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-133 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-134 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-135 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-136 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-137 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-138 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-139 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-140 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-141 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-142 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-143 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-144 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-145 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-146 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-147 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-148 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-149 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-150 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-151 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-152 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-153 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-154 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-155 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-156 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-157 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-158 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-159 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-160 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-161 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-162 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-163 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-164 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-165 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-166 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-167 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-168 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-169 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-170 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-171 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-172 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-173 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-174 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-175 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-176 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-177 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-178 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-179 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-180 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-181 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-182 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-183 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-184 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-185 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-186 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-187 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-188 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-189 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-190 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-191 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-192 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-193 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-194 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-195 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-196 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-197 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-198 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-199 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-200 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-201 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-202 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-203 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-204 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-205 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-206 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-207 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-208 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-209 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-210 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-211 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-212 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-213 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-214 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-215 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-216 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-217 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-218 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-219 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-220 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-221 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-222 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-223 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-224 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-225 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-226 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-227 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-228 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-229 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-230 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-231 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-232 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-233 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-234 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-235 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-236 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-237 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-238 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-239 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-240 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-241 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-242 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-243 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-244 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-245 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-246 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-247 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-248 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-249 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-250 {
    min-width: 82px;
    min-height: 92px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 221);
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    color: rgb(52, 64, 84);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-251 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    margin: 7px 0px 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-252 {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border: 0px none rgb(52, 64, 84);
    font-weight: 400;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-253 {
    margin-top: 12px;
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(152, 162, 179);
    padding: 0px;
    vertical-align: baseline;
}

.style-254 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-255 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(152, 162, 179);
    height: 4px;
    width: 4em;
    font-size: 4px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

.style-256 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.12s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-257 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.24s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-258 {
    box-sizing: border-box;
    border: 0px none rgb(152, 162, 179);
    background-color: rgb(152, 162, 179);
    border-radius: 50%;
    width: 1em;
    height: 4px;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal none running gIcOJx;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-259 {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgb(95, 115, 140);
    border: 1px solid rgb(95, 115, 140);
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: rgb(255, 255, 255);
    appearance: button;
    background-image: none;
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: normal;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    left: -16px;
    outline: rgb(95, 115, 140) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-260 {
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
    fill: rgb(95, 115, 140);
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

.style-261 {
    box-sizing: border-box;
    border: 0px solid rgb(234, 236, 240);
}

.style-262 {
    padding: 3px 30px 30px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    margin: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-263 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 12px;
    margin: 0px;
    padding: 0px 0px 12px;
    vertical-align: baseline;
}

.style-264 {
    margin: -4px;
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-265 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

.style-266 {
    height: 40px;
    width: 70px;
    margin: 4px;
    cursor: default;
    appearance: button;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgb(242, 244, 247), rgb(242, 244, 247)), linear-gradient(0deg, rgb(249, 250, 251), rgb(249, 250, 251));
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(152, 162, 179);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(242, 244, 247);
    border-color: rgb(242, 244, 247);
    background: linear-gradient(0deg, rgb(242, 244, 247), rgb(242, 244, 247)) repeat scroll 0% 0% / auto padding-box border-box, rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(249, 250, 251), rgb(249, 250, 251)) repeat scroll 0% 0% / auto padding-box border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    outline: rgb(152, 162, 179) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-267 {
    height: 40px;
    width: 70px;
    margin: 4px;
    cursor: pointer;
    appearance: button;
    background-color: rgb(255, 255, 255);
    background-image: none;
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(102, 102, 102);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(219, 219, 219);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: none;
    overflow: visible;
    vertical-align: baseline;
}

    .style-267:hover {
        border: 1px solid rgb(65, 135, 255);
    }


.style-267-2 {
    height: 40px;
    margin: 4px;
    cursor: pointer;
    appearance: button;
    background-color: rgb(255, 255, 255);
    background-image: none;
    text-transform: none;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(102, 102, 102);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(219, 219, 219);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: none;
    overflow: visible;
    vertical-align: baseline;
}

    .style-267-2:hover {
        border: 1px solid rgb(65, 135, 255);
    }

.style-268 {
    height: 40px;
    width: 70px;
    margin: 4px;
    cursor: pointer;
    appearance: button;
    background-color: rgb(255, 255, 255);
    background-image: none;
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(3, 152, 85);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(3, 152, 85);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    outline: rgb(3, 152, 85) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-269 {
    height: 40px;
    width: 70px;
    margin: 4px;
    cursor: default;
    appearance: button;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgb(242, 244, 247), rgb(242, 244, 247)), linear-gradient(0deg, rgb(249, 250, 251), rgb(249, 250, 251));
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(152, 162, 179);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(242, 244, 247);
    border-color: rgb(242, 244, 247);
    background: linear-gradient(0deg, rgb(242, 244, 247), rgb(242, 244, 247)) repeat scroll 0% 0% / auto padding-box border-box, rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(249, 250, 251), rgb(249, 250, 251)) repeat scroll 0% 0% / auto padding-box border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    outline: rgb(152, 162, 179) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-270 {
    height: 40px;
    width: 70px;
    margin: 4px;
    cursor: pointer;
    appearance: button;
    background-color: rgb(255, 255, 255);
    background-image: none;
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(3, 152, 85);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(3, 152, 85);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    outline: rgb(3, 152, 85) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-271 {
    height: 40px;
    width: 70px;
    margin: 4px;
    cursor: pointer;
    appearance: button;
    background-color: rgb(255, 255, 255);
    background-image: none;
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(3, 152, 85);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(3, 152, 85);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    outline: rgb(3, 152, 85) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-272 {
    height: 40px;
    width: 70px;
    margin: 4px;
    cursor: pointer;
    appearance: button;
    background-color: rgb(255, 255, 255);
    background-image: none;
    text-transform: none;
    font-family: __iranSans_bed820, __iranSans_Fallback_bed820;
    font-feature-settings: 'ss02';
    font-variation-settings: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(3, 152, 85);
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(3, 152, 85);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    outline: rgb(3, 152, 85) none 0px;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    vertical-align: baseline;
}

.style-273 {
    box-sizing: border-box;
    border: 0px none rgb(57, 73, 89);
    margin: 0px;
    padding: 0px;
    font: inherit;
    vertical-align: baseline;
}

#backStep {
    width: 110px;
    text-align: left;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: unset !important;
}

    #backStep:hover {
        color: #ff802e
    }

.nobat-days-wrapper {
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem; /* فضای اطراف برای دکمه‌ها */
}

.nobat-days {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem;
    padding-bottom: 3px;
    scrollbar-width: none; /* فایرفاکس */
    justify-content: center;
    flex-wrap: wrap;
}

    .nobat-days::-webkit-scrollbar {
        display: none; /* کروم */
    }

.nobat-day {
    flex-shrink: 0;
    padding: 1rem;
    text-align: center;
    border-radius: 22px;
    font-size: 14px;
}

.nobat-day-IsActive {
    background: #f7f7f7 !important;
    border: 1px solid rgb(65, 135, 255);
}

.nobat-time-IsActive {
    background: #f7f7f7 !important;
    border: 1px solid rgb(65, 135, 255);
}

.nobat-day:hover {
    border: 1px solid rgb(65, 135, 255);
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
}

.scroll-btn-left {
    left: 0;
}

.scroll-btn-right {
    right: 0;
}

.modal-header {
    padding: 10px 30px !important;
}
    .modal-header .close {
        margin-top: 10px!important;
    }
.reservedTime {
    background-color: #fff;
    background-image: repeating-linear-gradient( 45deg, rgba(0,0,0,0.1) 0px, rgba(0,0,0,0.1) 1px, transparent 1px, transparent 4px );
    border: none;
    cursor: default;
    color: #c1c1c1;
    pointer-events: none;
}
@media (max-width: 768px) {
    .style-42 {
        min-width: 62px;
        margin: 0px 5px 0px 0px;
    }
}
@media (min-width: 768px) {
    .modal-content {
        width: 800px;
    }
}