/*
! tailwindcss v3.0.21 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
    display: none;
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MaterialIcons-Regular.ttf?69a05f7f816de467f8c5439ceae2e828)
        format("truetype");
}
@font-face {
    font-family: "Sora";
    font-weight: 300;
    src: url(/fonts/Sora-Light.ttf?7e014c416e8b4ba50bf83c272322fb81);
}
@font-face {
    font-family: "Sora";
    font-weight: 400;
    src: url(/fonts/Sora-Regular.ttf?9d1a5a24778609b79d75d2afa4bf0985);
}
@font-face {
    font-family: "Sora";
    font-weight: 700;
    src: url(/fonts/Sora-Bold.ttf?5255f50bb8c8886fe93d6dc01884eb68);
}
.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}
body {
    font-family: "Sora";
}

*,
::before,
::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
button[data-status="off"] > .dislike_on,
button[data-status="off"] > .like_on {
    display: none;
}
button[data-status="on"] > .dislike_off,
button[data-status="on"] > .like_off {
    display: none;
}
/*generated with Input range slider CSS style generator (version 20211219)
https://toughengineer.github.io/demo/slider-styler*/
input[type="range"].styled-slider {
    height: 16px;
    -webkit-appearance: none;
}
/*progress support*/
input[type="range"].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 28px + var(--ratio) * (100% - 28px));
}
input[type="range"].styled-slider:focus {
    outline: none;
}
/*webkit*/
input[type="range"].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2f80ed;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: calc(1em * 0.5 - 28px * 0.5);
}
input[type="range"].styled-slider::-webkit-slider-runnable-track {
    height: 1em;
    border: none;
    border-radius: 100px;
    background: #f3f3f3;
    box-shadow: none;
}
input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#2f80ed, #2f80ed) 0 / var(--sx) 100% no-repeat,
        #f3f3f3;
}
/*mozilla*/
input[type="range"].styled-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2f80ed;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
input[type="range"].styled-slider::-moz-range-track {
    height: 1em;
    border: none;
    border-radius: 0;
    background: #f3f3f3;
    box-shadow: none;
}
input[type="range"].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#2f80ed, #2f80ed) 0 / var(--sx) 100% no-repeat,
        #f3f3f3;
}
/*ms*/
input[type="range"].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
}
input[type="range"].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
}
input[type="range"].styled-slider::-ms-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2f80ed;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 0;
    box-sizing: border-box;
}
input[type="range"].styled-slider::-ms-track {
    height: 1em;
    border-radius: 0;
    background: #f3f3f3;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
}
input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
    height: 1em;
    border-radius: 0px 0 0 0px;
    margin: -undefined 0 -undefined -undefined;
    background: #2f80ed;
    border: none;
    border-right-width: 0;
}
#all_sentiment_chart {
    width: 100%;
    height: 100%;
}
#telegram_chart,
#whatsapp_chart,
#facebook_chart,
#twitter_chart,
#forum_chart {
    width: 100%;
    height: calc(100vh - 673px);
}
#online_news_chart,
#offline_news_chart {
    width: 100%;
    height: calc(((100vh - 611px) / 2) - 65px);
}

canvas:nth-child(2) {
    display: none;
}
#timeline_chart,
#bar_chart {
    width: 100%;
    height: 100%;
}
#graph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pointer-events-none {
    pointer-events: none;
}
.visible {
    visibility: visible;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.left-0 {
    left: 0px;
}
.bottom-0 {
    bottom: 0px;
}
.top-\[-50\%\] {
    top: -50%;
}
.right-\[0\] {
    right: 0;
}
.right-\[12px\] {
    right: 12px;
}
.top-1\/2 {
    top: 50%;
}
.left-1\/2 {
    left: 50%;
}
.bottom-\[6px\] {
    bottom: 6px;
}
.right-\[-50\%\] {
    right: -50%;
}
.top-\[50\%\] {
    top: 50%;
}
.right-\[19px\] {
    right: 19px;
}
.top-0 {
    top: 0px;
}
.top-\[96px\] {
    top: 96px;
}
.left-\[64px\] {
    left: 64px;
}
.top-\[3\.5\%\] {
    top: 3.5%;
}
.right-\[3\.5\%\] {
    right: 3.5%;
}
.bottom-\[3\.5\%\] {
    bottom: 3.5%;
}
.left-\[3\.5\%\] {
    left: 3.5%;
}
.right-0 {
    right: 0px;
}
.left-\[1\.5\%\] {
    left: 1.5%;
}
.top-\[18\.5\%\] {
    top: 18.5%;
}
.left-\[38\.5\%\] {
    left: 38.5%;
}
.top-\[33\.5\%\] {
    top: 33.5%;
}
.left-\[9\.5\%\] {
    left: 9.5%;
}
.top-\[62\.5\%\] {
    top: 62.5%;
}
.left-\[69\.5\%\] {
    left: 69.5%;
}
.top-\[74\%\] {
    top: 74%;
}
.left-\[46\%\] {
    left: 46%;
}
.top-\[2\.125rem\] {
    top: 2.125rem;
}
.right-\[calc\(-1\.75rem\/2\)\] {
    right: calc(-1.75rem / 2);
}
.left-1 {
    left: 0.25rem;
}
.z-\[1\] {
    z-index: 1;
}
.z-\[2\] {
    z-index: 2;
}
.z-\[3\] {
    z-index: 3;
}
.z-\[99\] {
    z-index: 99;
}
.z-0 {
    z-index: 0;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.m-0 {
    margin: 0px;
}
.m-auto {
    margin: auto;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-\[6px\] {
    margin-top: 6px;
}
.ml-\[-9px\] {
    margin-left: -9px;
}
.mt-4 {
    margin-top: 1rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.ml-\[19px\] {
    margin-left: 19px;
}
.ml-\[6px\] {
    margin-left: 6px;
}
.ml-\[3px\] {
    margin-left: 3px;
}
.ml-\[14px\] {
    margin-left: 14px;
}
.ml-\[9px\] {
    margin-left: 9px;
}
.mb-4 {
    margin-bottom: 1rem;
}
.ml-\[8px\] {
    margin-left: 8px;
}
.ml-auto {
    margin-left: auto;
}
.ml-\[35px\] {
    margin-left: 35px;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mr-\[14px\] {
    margin-right: 14px;
}
.mb-\[1px\] {
    margin-bottom: 1px;
}
.mr-\[9px\] {
    margin-right: 9px;
}
.mt-5 {
    margin-top: 1.25rem;
}
.ml-\[-4rem\] {
    margin-left: -4rem;
}
.mt-\[72px\] {
    margin-top: 72px;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mt-9 {
    margin-top: 2.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.ml-\[10px\] {
    margin-left: 10px;
}
.ml-\[15px\] {
    margin-left: 15px;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mb-\[8px\] {
    margin-bottom: 8px;
}
.mb-\[6px\] {
    margin-bottom: 6px;
}
.mt-\[16px\] {
    margin-top: 16px;
}
.mb-\[4px\] {
    margin-bottom: 4px;
}
.mr-\[16px\] {
    margin-right: 16px;
}
.mt-\[5px\] {
    margin-top: 5px;
}
.mr-\[24px\] {
    margin-right: 24px;
}
.mt-\[20px\] {
    margin-top: 20px;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mt-8 {
    margin-top: 2rem;
}
.ml-12 {
    margin-left: 3rem;
}
.-mt-px {
    margin-top: -1px;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.h-\[458px\] {
    height: 458px;
}
.h-\[425px\] {
    height: 425px;
}
.h-\[405px\] {
    height: 405px;
}
.h-\[36px\] {
    height: 36px;
}
.h-\[calc\(100vh-306px-18px\)\] {
    height: calc(100vh - 306px - 18px);
}
.h-\[40px\] {
    height: 40px;
}
.h-full {
    height: 100%;
}
.h-\[5px\] {
    height: 5px;
}
.h-\[164px\] {
    height: 164px;
}
.h-\[30px\] {
    height: 30px;
}
.h-\[11px\] {
    height: 11px;
}
.h-\[200px\] {
    height: 200px;
}
.h-\[calc\(100\%-30px\)\] {
    height: calc(100% - 30px);
}
.h-\[42px\] {
    height: 42px;
}
.h-\[18px\] {
    height: 18px;
}
.h-\[calc\(100vh-535px-18px\)\] {
    height: calc(100vh - 535px - 18px);
}
.h-\[calc\(100vh-500px-18px\)\] {
    height: calc(100vh - 500px - 18px);
}
.h-\[calc\(50\%-3px\)\] {
    height: calc(50% - 3px);
}
.h-\[46px\] {
    height: 46px;
}
.h-\[calc\(100\%-20px\)\] {
    height: calc(100% - 20px);
}
.h-\[32px\] {
    height: 32px;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[34px\] {
    height: 34px;
}
.h-2 {
    height: 0.5rem;
}
.h-1\/2 {
    height: 50%;
}
.h-1\/4 {
    height: 25%;
}
.h-\[17px\] {
    height: 17px;
}
.h-\[8px\] {
    height: 8px;
}
.h-\[710px\] {
    height: 710px;
}
.h-\[12px\] {
    height: 12px;
}
.h-\[calc\(100vh-525px-18px\)\] {
    height: calc(100vh - 525px - 18px);
}
.h-screen {
    height: 100vh;
}
.h-\[270px\] {
    height: 270px;
}
.h-48 {
    height: 12rem;
}
.h-\[350px\] {
    height: 350px;
}
.h-\[15px\] {
    height: 15px;
}
.h-\[360px\] {
    height: 360px;
}
.h-\[45px\] {
    height: 45px;
}
.h-\[79px\] {
    height: 79px;
}
.h-\[27px\] {
    height: 27px;
}
.h-\[44px\] {
    height: 44px;
}
.h-\[28px\] {
    height: 28px;
}
.h-\[calc\(100vh-268px-18px\)\] {
    height: calc(100vh - 268px - 18px);
}
.h-\[calc\(100\%-30px-57px\)\] {
    height: calc(100% - 30px - 57px);
}
.h-\[calc\(\(100\%-6px\)\/2\)\] {
    height: calc((100% - 6px) / 2);
}
.h-\[calc\(100\%-10px-27px\)\] {
    height: calc(100% - 10px - 27px);
}
.h-\[700px\] {
    height: 700px;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-\[250px\] {
    height: 250px;
}
.h-\[280px\] {
    height: 280px;
}
.h-\[322px\] {
    height: 322px;
}
.h-\[48px\] {
    height: 48px;
}
.h-\[1\.125rem\] {
    height: 1.125rem;
}
.h-\[1rem\] {
    height: 1rem;
}
.h-\[1\.75rem\] {
    height: 1.75rem;
}
.h-\[35px\] {
    height: 35px;
}
.h-\[50px\] {
    height: 50px;
}
.h-\[calc\(100vh-190px\)\] {
    height: calc(100vh - 190px);
}
.h-\[768px\] {
    height: 768px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[255px\] {
    height: 255px;
}
.h-\[calc\(100\%-72px\)\] {
    height: calc(100% - 72px);
}
.h-\[72px\] {
    height: 72px;
}
.h-\[calc\(100\%-36px\)\] {
    height: calc(100% - 36px);
}
.h-\[20px\] {
    height: 20px;
}
.h-\[calc\(100vh-258px-18px\)\] {
    height: calc(100vh - 258px - 18px);
}
.h-\[820px\] {
    height: 820px;
}
.h-5 {
    height: 1.25rem;
}
.h-8 {
    height: 2rem;
}
.h-16 {
    height: 4rem;
}
.h-\[650px\] {
    height: 650px;
}
.max-h-\[170px\] {
    max-height: 170px;
}
.max-h-\[72px\] {
    max-height: 72px;
}
.max-h-\[280px\] {
    max-height: 280px;
}
.max-h-\[530px\] {
    max-height: 530px;
}
.max-h-\[500px\] {
    max-height: 500px;
}
.max-h-\[47px\] {
    max-height: 47px;
}
.max-h-\[900px\] {
    max-height: 900px;
}
.max-h-\[36px\] {
    max-height: 36px;
}
.min-h-\[36px\] {
    min-height: 36px;
}
.min-h-full {
    min-height: 100%;
}
.min-h-\[84px\] {
    min-height: 84px;
}
.min-h-\[152px\] {
    min-height: 152px;
}
.min-h-screen {
    min-height: 100vh;
}
.w-full {
    width: 100%;
}
.w-\[40px\] {
    width: 40px;
}
.w-\[calc\(\(\(\(100\%-30px\)\/6\)\*1\.5\)\+3px\)\] {
    width: calc((((100% - 30px) / 6) * 1.5) + 3px);
}
.w-\[36px\] {
    width: 36px;
}
.w-\[20px\] {
    width: 20px;
}
.w-\[126px\] {
    width: 126px;
}
.w-\[11px\] {
    width: 11px;
}
.w-\[calc\(\(\(\(100\%-30px\)\/6\)\*3\)\+13px\)\] {
    width: calc((((100% - 30px) / 6) * 3) + 13px);
}
.w-1\/2 {
    width: 50%;
}
.w-\[calc\(\(100\%-30px\)\/6\)\] {
    width: calc((100% - 30px) / 6);
}
.w-\[18px\] {
    width: 18px;
}
.w-\[calc\(\(100\%-30px\)\/4\)\] {
    width: calc((100% - 30px) / 4);
}
.w-\[calc\(\(100\%-25px\)\/6\)\] {
    width: calc((100% - 25px) / 6);
}
.w-\[25px\] {
    width: 25px;
}
.w-\[calc\(100\%-\(\(\(\(100\%-30px\)\/6\)\*1\.5\)\+3px\)-6px\)\] {
    width: calc(100% - ((((100% - 30px) / 6) * 1.5) + 3px) - 6px);
}
.w-\[calc\(100\%-112px\)\] {
    width: calc(100% - 112px);
}
.w-\[calc\(100\%-72px\)\] {
    width: calc(100% - 72px);
}
.w-\[112px\] {
    width: 112px;
}
.w-\[34px\] {
    width: 34px;
}
.w-\[17px\] {
    width: 17px;
}
.w-\[5\%\] {
    width: 5%;
}
.w-\[150px\] {
    width: 150px;
}
.w-\[500px\] {
    width: 500px;
}
.w-\[367px\] {
    width: 367px;
}
.w-\[250px\] {
    width: 250px;
}
.w-\[24px\] {
    width: 24px;
}
.w-\[14px\] {
    width: 14px;
}
.w-\[688px\] {
    width: 688px;
}
.w-7 {
    width: 1.75rem;
}
.w-\[8px\] {
    width: 8px;
}
.w-\[27px\] {
    width: 27px;
}
.w-\[44px\] {
    width: 44px;
}
.w-\[29px\] {
    width: 29px;
}
.w-\[28px\] {
    width: 28px;
}
.w-\[calc\(60\%-3px\)\] {
    width: calc(60% - 3px);
}
.w-\[1000px\] {
    width: 1000px;
}
.w-\[calc\(40\%-3px\)\] {
    width: calc(40% - 3px);
}
.w-\[18\.5\%\] {
    width: 18.5%;
}
.w-\[9\.5\%\] {
    width: 9.5%;
}
.w-\[calc\(100\%-1\.5\%\)\] {
    width: calc(100% - 1.5%);
}
.w-\[7\.5\%\] {
    width: 7.5%;
}
.w-\[47\%\] {
    width: 47%;
}
.w-\[10\%\] {
    width: 10%;
}
.w-\[1\.125rem\] {
    width: 1.125rem;
}
.w-\[calc\(50\%-0\.875rem\)\] {
    width: calc(50% - 0.875rem);
}
.w-\[50\%\] {
    width: 50%;
}
.w-\[1\.75rem\] {
    width: 1.75rem;
}
.w-8\/12 {
    width: 66.666667%;
}
.w-\[345px\] {
    width: 345px;
}
.w-\[277px\] {
    width: 277px;
}
.w-\[164px\] {
    width: 164px;
}
.w-3\/5 {
    width: 60%;
}
.w-\[15\%\] {
    width: 15%;
}
.w-\[25\%\] {
    width: 25%;
}
.w-1\/12 {
    width: 8.333333%;
}
.w-2\/5 {
    width: 40%;
}
.w-2\/3 {
    width: 66.666667%;
}
.w-\[457px\] {
    width: 457px;
}
.w-\[299px\] {
    width: 299px;
}
.w-\[158px\] {
    width: 158px;
}
.w-\[229px\] {
    width: 229px;
}
.w-\[497px\] {
    width: 497px;
}
.w-\[699px\] {
    width: 699px;
}
.w-\[calc\(100\%-\(130px\+16px\)\)\] {
    width: calc(100% - (130px + 16px));
}
.w-\[130px\] {
    width: 130px;
}
.w-\[48px\] {
    width: 48px;
}
.w-5 {
    width: 1.25rem;
}
.w-8 {
    width: 2rem;
}
.w-auto {
    width: auto;
}
.min-w-\[40px\] {
    min-width: 40px;
}
.min-w-\[36px\] {
    min-width: 36px;
}
.min-w-\[1903px\] {
    min-width: 1903px;
}
.min-w-full {
    min-width: 100%;
}
.min-w-\[238px\] {
    min-width: 238px;
}
.min-w-\[620px\] {
    min-width: 620px;
}
.min-w-\[460px\] {
    min-width: 460px;
}
.min-w-\[96px\] {
    min-width: 96px;
}
.min-w-\[205px\] {
    min-width: 205px;
}
.max-w-none {
    max-width: none;
}
.max-w-\[24px\] {
    max-width: 24px;
}
.max-w-\[47px\] {
    max-width: 47px;
}
.max-w-6xl {
    max-width: 72rem;
}
.shrink {
    flex-shrink: 1;
}
.translate-y-\[50\%\] {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\] {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[50\%\] {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-items-center {
    justify-items: center;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-14 {
    gap: 3.5rem;
}
.gap-16 {
    gap: 4rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-\[6px\] {
    border-radius: 6px;
}
.rounded-\[5px\] {
    border-radius: 5px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-\[100px\] {
    border-radius: 100px;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-\[10px\] {
    border-radius: 10px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-\[1rem\] {
    border-radius: 1rem;
}
.rounded-tl {
    border-top-left-radius: 0.25rem;
}
.border {
    border-width: 1px;
}
.border-\[4px\] {
    border-width: 4px;
}
.border-4 {
    border-width: 4px;
}
.border-2 {
    border-width: 2px;
}
.border-\[3px\] {
    border-width: 3px;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-l {
    border-left-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-r-2 {
    border-right-width: 2px;
}
.border-solid {
    border-style: solid;
}
.border-dashed {
    border-style: dashed;
}
.border-\[\#e0e0e0\] {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#E0E0E0\] {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
    border-color: transparent;
}
.border-\[\#F2F2F2\] {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-\[\#c4c4c4\] {
    --tw-border-opacity: 1;
    border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#2F80ED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-\[\#EB5757\] {
    --tw-bg-opacity: 1;
    background-color: rgb(235 87 87 / var(--tw-bg-opacity));
}
.bg-\[\#E0E0E0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-\[\#FBFBFB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.75\)\] {
    background-color: rgba(0, 0, 0, 0.75);
}
.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#C4C4C4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-clip-padding {
    background-clip: padding-box;
}
.p-5 {
    padding: 1.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-\[11px\] {
    padding: 11px;
}
.p-4 {
    padding: 1rem;
}
.p-\[12px\] {
    padding: 12px;
}
.p-\[5px\] {
    padding: 5px;
}
.p-7 {
    padding: 1.75rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-6 {
    padding: 1.5rem;
}
.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-\[21px\] {
    padding-top: 21px;
    padding-bottom: 21px;
}
.py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px;
}
.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
}
.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
}
.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}
.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
}
.px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
}
.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
}
.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
}
.px-\[7px\] {
    padding-left: 7px;
    padding-right: 7px;
}
.px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}
.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}
.pl-\[29px\] {
    padding-left: 29px;
}
.pr-\[12px\] {
    padding-right: 12px;
}
.pl-\[18px\] {
    padding-left: 18px;
}
.pl-\[20px\] {
    padding-left: 20px;
}
.pr-\[8px\] {
    padding-right: 8px;
}
.pl-\[17px\] {
    padding-left: 17px;
}
.pr-\[6px\] {
    padding-right: 6px;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pl-\[24px\] {
    padding-left: 24px;
}
.pt-\[6px\] {
    padding-top: 6px;
}
.pb-\[4px\] {
    padding-bottom: 4px;
}
.pr-\[32px\] {
    padding-right: 32px;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pl-7 {
    padding-left: 1.75rem;
}
.pr-\[14px\] {
    padding-right: 14px;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.font-bold {
    font-weight: 700;
}
.font-semibold {
    font-weight: 600;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.uppercase {
    text-transform: uppercase;
}
.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
        var(--tw-numeric-figure) var(--tw-numeric-spacing)
        var(--tw-numeric-fraction);
}
.leading-\[14px\] {
    line-height: 14px;
}
.leading-7 {
    line-height: 1.75rem;
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#2F80ED\] {
    --tw-text-opacity: 1;
    color: rgb(47 128 237 / var(--tw-text-opacity));
}
.text-\[\#BDBDBD\] {
    --tw-text-opacity: 1;
    color: rgb(189 189 189 / var(--tw-text-opacity));
}
.text-\[\#828282\] {
    --tw-text-opacity: 1;
    color: rgb(130 130 130 / var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-\[\#F2F2F2\] {
    --tw-text-opacity: 1;
    color: rgb(242 242 242 / var(--tw-text-opacity));
}
.text-\[\#EB5757\] {
    --tw-text-opacity: 1;
    color: rgb(235 87 87 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#333333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-\[\#4F4F4F\] {
    --tw-text-opacity: 1;
    color: rgb(79 79 79 / var(--tw-text-opacity));
}
.text-\[\#E0E0E0\] {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
}
.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-\[red\] {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.decoration-\[white\] {
    -webkit-text-decoration-color: white;
    text-decoration-color: white;
}
.decoration-2 {
    text-decoration-thickness: 2px;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shadow-\[0_10px_20px_rgba\(166\2c 166\2c 166\2c 0\.1\)\] {
    --tw-shadow: 0 10px 20px rgba(166, 166, 166, 0.1);
    --tw-shadow-colored: 0 10px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_7px_7px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
    --tw-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
    --tw-shadow-colored: 0 7px 7px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_35px_\#165BB9\] {
    --tw-shadow: 0 24px 35px #165bb9;
    --tw-shadow-colored: 0 24px 35px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 4px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: #e0e0e0;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 5px;
    border-color: #e0e0e0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0 24px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    /* margin-top: 10px; */
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    margin-right: 0;
    margin-left: 8px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    background-color: #2f80ed;
    margin-top: 9px;
    padding: 2px 12px;
    display: flex;
    flex-direction: row-reverse;
    color: #fff;
    border: 0;
    border-radius: 100px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    margin-top: 10px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff;
}
.placeholder\:text-\[\#E0E0E0\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#E0E0E0\]:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#E0E0E0\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
}
.last\:mb-\[18px\]:last-child {
    margin-bottom: 18px;
}
.last\:mb-0:last-child {
    margin-bottom: 0px;
}
.last\:border-0:last-child {
    border-width: 0px;
}
.last\:border-b-0:last-child {
    border-bottom-width: 0px;
}
.hover\:border-\[\#E0E0E0\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.hover\:bg-\[rgba\(0\2c 0\2c 0\2c \.025\)\]:hover {
    background-color: rgba(0, 0, 0, 0.025);
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:decoration-\[\#2F80ED\]:hover {
    -webkit-text-decoration-color: #2f80ed;
    text-decoration-color: #2f80ed;
}
.focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {
    .dark\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }

    .dark\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    }

    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    }

    .dark\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity));
    }

    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
    }
}
@media (min-width: 640px) {
    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:block {
        display: block;
    }

    .sm\:h-20 {
        height: 5rem;
    }

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

    .sm\:justify-start {
        justify-content: flex-start;
    }

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

    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:pt-0 {
        padding-top: 0px;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-right {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:border-t-0 {
        border-top-width: 0px;
    }

    .md\:border-l {
        border-left-width: 1px;
    }
}
@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
