@tailwind base;

@tailwind components;

@tailwind utilities;

body {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.bg-auth-page {
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.text-shadow-xl {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.logo {
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.bg-auth-page .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgb(4, 28, 47) 0%, #0d558c 100%);
}

.main-text {
    font-size: 52px;
}

.main-box {
    margin: auto;
    margin-top: 100px;
}

.welecome-text {
    font-weight: 600;
    font-size: 48px;
}

._description {
    font-size: 18px !important;
    color: #52525b;
    font-weight: 400;
}

.form-control-lg {
    background: transparent !important;
    border-color: #cbd5e1 !important;
    border-radius: 12px !important;
}

.form-label {
    color: #090914 !important;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #0E6CDB !important;
}

.form-check.form-check-solid .form-check-input {
    border: 1px solid #94a3b8 !important;
    border-radius: 5px !important;
}

.cs-btn {
    color: white !important;
    background: #0E6CDB !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 12px 38px !important;
}

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

.aside.aside-dark,
.aside-logo {
    background: #09395D !important;
}

.aside-dark .menu .menu-item .menu-section {
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #ffff !important;
}

.aside-dark .menu .menu-item .menu-link.active {
    border-radius: 7px !important;
    background: #0E6CDB !important;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: white !important;
    font-weight: 500 !important;
}

.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    border-radius: 7px !important;
    background: #0E6CDB !important;
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here) {
    border-radius: 7px !important;
    background: #0E6CDB !important;
}

.menu-item .menu-link .menu-bullet {
    span {
        color: white;
    }
}

.table > :not(:last-child) > :last-child > * {
    background: #f9fafb !important;
    padding: 10px 7px;
}

.table > :not(:last-child) {
    border-right: 1px solid #f2f4f5;
}

.table th:first-child {
    border-start-start-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.table th:last-child {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.btn.btn-active-color-primary.active i {
    color: black !important;
}

.btn.btn-active-color-primary:hover:not(.btn-active) i {
    color: #0E6CDB !important;
}

.aside-dark .menu .menu-item .menu-link .menu-icon i {
    color: #fff !important;
}

.delivered {
    color: #0E6CDB !important;
}

.shipped {
    color: #000 !important;
}

.hover-scroll-overlay-y {
    scrollbar-color: white !important;
}

.bg-dark {
    background: #0E6CDBFF !important;
}

.btn-primary {
    background: #0E6CDB !important;
}

.btn.btn-primary:hover:not(.btn-active) {
    background-color: #0E6CDB !important;
}

.page-item.active .page-link {
    background-image: linear-gradient(
        109.6deg,
        rgb(14, 108, 219) 16%,
        #377ed3 91.1%
    ) !important;
    font-weight: bold !important;
    color: white !important;
}

.page-item.next .page-link i {
    color: white !important;
}

.page-link:hover {
    background-image: linear-gradient(
        109.6deg,
        rgb(14, 108, 219) 16%,
        #377ed3 91.1%
    ) !important;
    font-weight: bold !important;
    color: white !important;
}

.scrolltop {
    background: #0E6CDB !important;
}

.page-item:hover:not(.offset) .page-link {
    color: #fff !important;
}

.odd {
    background: white !important;
}

.even {
    background: #f9fafb !important;
}

.odd .dtr-control,
.even .dtr-control {
    padding: 20px !important;
}

.odd td,
.even td {
    border: 1px solid #f2f4f5 !important;
    padding-bottom: 1px !important;
}

.symbol.symbol-50px .symbol-label {
    height: 40px !important;
    width: 40px !important;
}

.btn.btn-secondary {
    background-image: linear-gradient(
        76.3deg,
        rgb(14, 108, 219) 12.6%,
        rgb(55, 126, 211) 82.8%
    ) !important;
    color: white !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.form-control.form-control-solid {
    color: black !important;
}

a.nav-link.active {
    font-weight: bold !important;
    color: #0E6CDB !important;
}

.nav-line-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #0E6CDB !important;
}

.nav-line-tabs .nav-item .nav-link:not(.active) {
    color: #000 !important;
}

.card .card-header {
    min-height: 56px !important;
}

.line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 2px solid #0E6CDB !important;
}

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

.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 2px solid #0E6CDB !important;
}

.card-toolbar {
    overflow-x: auto !important;
    overflow-y: none !important;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
}

.nav-tabs {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
}

.card-toolbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.btn-linearGradient {
    background-image: radial-gradient(
        circle 1292px at -13.6% 51.7%,
        rgb(14, 108, 219) 0%,
        rgb(97, 145, 204) 51.5%,
        rgba(255, 252, 247, 1) 88.6%
    );
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected {
    background-image: radial-gradient(
        circle 1292px at -13.6% 51.7%,
        rgb(14, 108, 219) 0%,
        rgb(97, 145, 204) 51.5%,
        rgba(255, 252, 247, 1) 88.6%
    );
    background: rgba(0, 56, 68, 1) 0% !important;
    color: white !important;
}

.li#select2-type-0x-result-zdqe-simple {
    background-image: radial-gradient(
        circle 1292px at -13.6% 51.7%,
        rgb(14, 108, 219) 0%,
        rgb(97, 145, 204) 51.5%,
        rgba(255, 252, 247, 1) 88.6%
    );
    background: rgb(14, 108, 219) 0% !important;
    color: white !important;
}

.btn-lx {
    background-color: unset !important;
    background-image: linear-gradient(
        109.6deg,
        rgb(14, 108, 219) 16%,
        #bbb 91.1%
    );
    transition: all 0.4s ease;
    animation: gradient 3s ease infinite;
}

.btn-success{
    background-image: linear-gradient(
        109.6deg,
        rgb(14, 108, 219) 16%,
        #377ed3 91.1%
    ) !important;
    transition: all 0.4s ease;
    animation: gradient 0.5s ease infinite;
    color: white !important;
}

.btn-cx {
    background-image: radial-gradient(
        circle 690px at 3.3% 40.7%,
        rgb(14, 108, 219) 0%,
        rgb(97, 145, 204) 51.5%,
    );
    transition: all 0.4s ease;
    animation: gradient 0.5s ease infinite;
    color: white !important;
}

.btn-cw {
    background-image: radial-gradient(
        circle 759px at 14% 22.3%,
        rgb(14, 108, 219) 16%,
        #377ed3 91.1%
    );
    transition: all 0.4s ease;
    animation: gradient 0.5s ease infinite;
    color: white !important;
}

.form-control {
    border: 1px solid #d0d9e4 !important;
}

.card-toolbar::-webkit-scrollbar {
    width: 11px;
    background-color: #f5f5f5;
    height: 1px;
    margin-top: 12rem;
    padding: 15px;
}

.card-toolbar::-webkit-scrollbar-thumb {
    background-color: #eff2f5;
}

.nav-tabs {
    display: flex !important;
    justify-content: flex-start !important;
    list-style-type: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap !important;
}

.dropzone {
    background: #e0f1e6 !important;
    border-color: #000 !important;
}

.form-check.form-check-solid .form-check-input {
    background-color: #3f4254 !important;
}

.form-check.form-check-solid .form-check-input:focus {
    background-color: #3f4254;
}

.col-form-label {
    font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    text-transform: capitalize !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("https://icons.veryicon.com/png/o/miscellaneous/offerino-icons/arrow-up-45.png") !important;
    transform: rotate(-180deg) !important;
}

.accordion-item {
    border: unset !important;
}

.accordion-button {
    background-color: #dcdcdc3b !important;
}

.accordion-item {
    background-color: #dcdcdc3b !important;
    margin-bottom: 20px !important;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn.btn-primary {
    transition: opacity 1000ms;
}

.btn.btn-primary:focus:not(.btn-active) {
    background-color: #0E6CDB !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 320px) {
    .main-box {
        width: 94%;
        h1 {
            font-size: 36px;
        }
    }

    .welecome-text {
        font-size: 34px;
    }
}

@media (min-width: 480px) {
    .main-box {
        width: 94%;
        h1 {
            font-size: 36px;
        }
    }

    .welecome-text {
        font-size: 34px;
    }
}

@media (min-width: 768px) {
    .main-box {
        width: 76%;
        h1 {
            font-size: 36px;
        }
    }

    .welecome-text {
        font-size: 34px;
    }
}

@media (min-width: 992px) {
    .main-box {
        width: 406px;
        h1 {
            font-size: 52px;
        }
    }

    .welecome-text {
        font-size: 48px;
    }
}

@media (min-width: 1280px) {
    .main-box {
        width: 406px;
        h1 {
            font-size: 52px;
        }
    }

    .welecome-text {
        font-size: 48px;
    }
}

/* ! tailwindcss v3.4.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    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, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
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-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: 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,
input:where([type="button"]),
input:where([type="reset"]),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
    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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.container {
    width: 100%;
}

@media (min-width: 415px) {
    .container {
        max-width: 415px;
    }
}

@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;
    }
}

.visible {
    visibility: visible;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0px;
}

.end-0 {
    inset-inline-end: 0px;
}

.top-0 {
    top: 0px;
}

.z-50 {
    z-index: 50;
}

.order-1 {
    order: 1;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.m-1 {
    margin: 0.25rem;
}

.m-auto {
    margin: auto;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

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

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

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

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.\!mt-5 {
    margin-top: 1.25rem !important;
}

.mb-0 {
    margin-bottom: 0px;
}

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

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

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

.mb-20 {
    margin-bottom: 5rem;
}

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

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

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

.me-0 {
    margin-inline-end: 0px;
}

.me-1 {
    margin-inline-end: 0.25rem;
}

.me-2 {
    margin-inline-end: 0.5rem;
}

.me-3 {
    margin-inline-end: 0.75rem;
}

.me-4 {
    margin-inline-end: 1rem;
}

.me-5 {
    margin-inline-end: 1.25rem;
}

.me-9 {
    margin-inline-end: 2.25rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ms-1 {
    margin-inline-start: 0.25rem;
}

.ms-10 {
    margin-inline-start: 2.5rem;
}

.ms-2 {
    margin-inline-start: 0.5rem;
}

.ms-3 {
    margin-inline-start: 0.75rem;
}

.ms-4 {
    margin-inline-start: 1rem;
}

.ms-5 {
    margin-inline-start: 1.25rem;
}

.ms-\[30px\] {
    margin-inline-start: 30px;
}

.ms-auto {
    margin-inline-start: auto;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-28 {
    margin-top: 7rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-36 {
    margin-top: 9rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-40 {
    margin-top: 10rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mt-auto {
    margin-top: auto;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-\[100px\] {
    height: 100px;
}

.h-\[2px\] {
    height: 2px;
}

.h-\[30\%\] {
    height: 30%;
}

.h-\[59px\] {
    height: 59px;
}

.h-\[64px\] {
    height: 64px;
}

.h-\[80px\] {
    height: 80px;
}

.h-full {
    height: 100%;
}

.w-\[300px\] {
    width: 300px;
}

.w-\[64px\] {
    width: 64px;
}

.w-\[80px\] {
    width: 80px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

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

.border-collapse {
    border-collapse: collapse;
}

.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));
}

.transform {
    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;
}

.list-none {
    list-style-type: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

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

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

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

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

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

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

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

.gap-10 {
    gap: 2.5rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.text-wrap {
    text-wrap: wrap;
}

.\!rounded-\[8px\] {
    border-radius: 8px !important;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-\[12px\] {
    border-radius: 12px;
}

.rounded-\[24px\] {
    border-radius: 24px;
}

.rounded-\[8px\] {
    border-radius: 8px;
}

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

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

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

.border-\[2px\] {
    border-width: 2px;
}

.border-\[\#000\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.\!bg-\[\#0E6CDB\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(91 136 105 / var(--tw-bg-opacity)) !important;
}

.\!bg-\[\#e0f1e6\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 241 230 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#1e1e1e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.bg-\[\#303030\] {
    --tw-bg-opacity: 1;
    background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}

.bg-\[\#0E6CDB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(91 136 105 / var(--tw-bg-opacity));
}

.bg-\[\#0E6CDB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(91 136 105 / var(--tw-bg-opacity));
}

.bg-\[\#E0F1E6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(224 241 230 / var(--tw-bg-opacity));
}

.bg-\[\#e0f1e6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(224 241 230 / var(--tw-bg-opacity));
}

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

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-1 {
    padding: 0.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

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

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

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

.pb-4 {
    padding-bottom: 1rem;
}

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

.pb-7 {
    padding-bottom: 1.75rem;
}

.pe-0 {
    padding-inline-end: 0px;
}

.pe-6 {
    padding-inline-end: 1.5rem;
}

.ps-4 {
    padding-inline-start: 1rem;
}

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

.pt-1 {
    padding-top: 0.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-8 {
    padding-top: 2rem;
}

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

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

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

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

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

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[14px\] {
    font-size: 14px;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-\[17px\] {
    font-size: 17px;
}

.text-\[18px\] {
    font-size: 18px;
}

.text-\[19px\] {
    font-size: 19px;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[24px\] {
    font-size: 24px;
}

.text-\[30px\] {
    font-size: 30px;
}

.text-\[32px\] {
    font-size: 32px;
}

.text-\[33px\] {
    font-size: 33px;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

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

.\!font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.capitalize {
    text-transform: capitalize;
}

.\!text-\[\#3e4758\] {
    --tw-text-opacity: 1 !important;
    color: rgb(62 71 88 / var(--tw-text-opacity)) !important;
}

.\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#00\] {
    color: #00;
}

.text-\[\#263238\] {
    --tw-text-opacity: 1;
    color: rgb(38 50 56 / var(--tw-text-opacity));
}

.text-\[\#09395D\] {
    --tw-text-opacity: 1;
    color: rgb(9 57 93 / var(--tw-text-opacity));
}

.text-\[\#2a3547\] {
    --tw-text-opacity: 1;
    color: rgb(42 53 71 / var(--tw-text-opacity));
}

.text-\[\#333335\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 53 / var(--tw-text-opacity));
}

.text-\[\#0E6CDB\] {
    --tw-text-opacity: 1;
    color: rgb(91 136 105 / var(--tw-text-opacity));
}

.text-\[\#5C5F6E\] {
    --tw-text-opacity: 1;
    color: rgb(92 95 110 / var(--tw-text-opacity));
}

.text-\[\#0E6CDB\] {
    --tw-text-opacity: 1;
    color: rgb(91 136 105 / var(--tw-text-opacity));
}

.text-\[\#838696\] {
    --tw-text-opacity: 1;
    color: rgb(131 134 150 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / 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-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

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

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

.underline {
    text-decoration-line: underline;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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);
}

.outline {
    outline-style: solid;
}

.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-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.fw-cairo {
    font-family: "Cairo", sans-serif !important;
}

html[dir="rtl"] body {
    font-family: "Cairo", sans-serif !important;
}

.btn-check:active + .btn.btn-outline.btn-outline-dashed.btn-outline-default,
.btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.active,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.show,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active),
.show > .btn.btn-outline.btn-outline-dashed.btn-outline-default {
    color: white !important;
    border-color: #fff !important;
    background-color: #09395D !important;
    .day {
        color: white !important ;
    }
}

.day {
    color: #09395D;
}

#kt_aside_toggle {
    margin-left: 15px;
}

html[dir="rtl"] #kt_aside_toggle {
    margin-right: 15px;
}

.input-group-text {
    padding: 0.7rem 1rem !important;
}

html[dir="rtl"] label {
    text-align: right !important;
}

html[dir="rtl"] .input-group-text {
    border-radius: 13px 0 0 13px !important;
}

.collapse {
    visibility: visible !important;
}

.hover\:\!bg-\[\#0E6CDB\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(91 136 105 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.hover\:\!text-\[\#0E6CDB\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(91 136 105 / var(--tw-text-opacity)) !important;
}

.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\:underline:hover {
    text-decoration-line: underline;
}

@media (min-width: 640px) {
    .sm\:order-1 {
        order: 1;
    }

    .sm\:\!m-auto {
        margin: auto !important;
    }

    .sm\:\!mt-5 {
        margin-top: 1.25rem !important;
    }

    .sm\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

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

    .sm\:flex-col-reverse {
        flex-direction: column-reverse;
    }

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

    .sm\:gap-10 {
        gap: 2.5rem;
    }

    .sm\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .sm\:px-\[0\] {
        padding-left: 0;
        padding-right: 0;
    }

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

    .sm\:text-\[20px\] {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .md\:order-1 {
        order: 1;
    }

    .md\:\!m-0 {
        margin: 0px !important;
    }

    .md\:\!mr-auto {
        margin-right: auto !important;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:hidden {
        display: none;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-\[450px\] {
        width: 450px;
    }

    .md\:w-\[460px\] {
        width: 460px;
    }

    .md\:w-\[50\%\] {
        width: 50%;
    }

    .md\:w-\[500px\] {
        width: 500px;
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

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

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

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

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

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-20 {
        gap: 5rem;
    }

    .md\:px-\[2\.25rem\] {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .md\:py-\[2rem\] {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md\:pb-20 {
        padding-bottom: 5rem;
    }

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

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

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-\[48px\] {
        font-size: 48px;
    }

    .md\:text-\[56px\] {
        font-size: 56px;
    }
}

@media (min-width: 1024px) {
    .lg\:order-1 {
        order: 1;
    }

    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .lg\:\!mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:block {
        display: block;
    }

    .lg\:w-\[301px\] {
        width: 301px;
    }

    .lg\:w-\[433px\] {
        width: 433px;
    }

    .lg\:w-\[484px\] {
        width: 484px;
    }

    .lg\:w-\[500px\] {
        width: 500px;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

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

    .lg\:gap-14 {
        gap: 3.5rem;
    }

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

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

    .lg\:text-\[52px\] {
        font-size: 52px;
    }
}

.rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
}

.rtl\:flex:where([dir="rtl"], [dir="rtl"] *) {
    display: flex;
}

.rtl\:flex-col:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: column;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

@media (min-width: 640px) {
    .rtl\:sm\:flex-col:where([dir="rtl"], [dir="rtl"] *) {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .rtl\:md\:flex-col:where([dir="rtl"], [dir="rtl"] *) {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .rtl\:lg\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
        flex-direction: row-reverse;
    }
}
