﻿body {
    width: 100%;
}

.dz-clickable > * {
    pointer-events: none;
}

.ui.checkbox.default input[type=checkbox] {
    opacity: 1 !important;
}

td > .ui.message {
    padding: 1em 0.75em !important;
}

.sneaky-hide {
    opacity: 0 !important;
    visibility: hidden !important;
}

.ui.message:not(.sx-message) {
    display: none;
}

.ui.label.ribbon {
    position: absolute;
    top: 15px;
    margin-left: 15px;
}

    .ui.label.ribbon.right {
        margin-left: -15px;
    }

.wrapper {
    max-width: 1500px;
    padding-bottom: 20px;
}

.js-table {
    padding-top: 15px;
}

    .js-table > .preloader {
        min-height: 500px;
    }

.sx-dataTable table.dataTable.table {
    width: 100%;
}

    .sx-dataTable table.dataTable.table > tfoot {
        border-top: 2px solid #ccc !important;
    }

        .sx-dataTable table.dataTable.table > tfoot > tr > th {
            text-align: right;
        }

.sx-dataTable table.dataTable tbody > tr.selected,
.sx-dataTable table.dataTable tbody > tr > .selected,
.sx-dataTable .dataTable.stripe tbody > tr.odd.selected,
.sx-dataTable .dataTable.stripe tbody > tr.odd > .selected,
.sx-dataTable .dataTable.display tbody > tr.odd.selected,
.sx-dataTable .dataTable.display tbody > tr.odd > .selected,
.sx-dataTable .dataTable.order-column tbody > tr.selected > td,
.sx-dataTable .dataTable.order-column tbody > tr.selected > .sorting_2,
.sx-dataTable .dataTable.order-column tbody > tr.selected > .sorting_3,
.sx-dataTable .dataTable.order-column tbody > tr > .selected,
.sx-dataTable .dataTable.display tbody > tr.selected > td,
.sx-dataTable .dataTable.display tbody > tr.selected > .sorting_2,
.sx-dataTable .dataTable.display tbody > tr.selected > .sorting_3,
.sx-dataTable .dataTable.display tbody > tr > .selected {
    background: #acbad4 !important;
    background-color: #acbad4 !important;
}

.dataTables_scrollBody table thead th.select-checkbox,
.dataTables_scrollBody table thead th.select-checkbox .sx-checkbox-like {
    /*background: unset !important;*/
    background-image: unset !important;
}

.sx-dataTable .ui.table {
    border-collapse: unset !important;
}

table.dataTable.table td.dataTables_empty {
    height: 100px;
    line-height: 100px;
}

.sx-dataTable table.dataTable tr.selected td.select-checkbox:before, .sx-dataTable table.dataTable tr.selected th.select-checkbox:before {
    background-image: url(../images/icons/checked-white.svg);
}

.ui.table td, .ui.table th {
    -webkit-transition: unset !important;
    transition: unset !important;
}




@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.js-table > .preloader {
    min-height: 500px;
}

.preloader {
    background-color: black;
    opacity: 0.85;
    position: absolute;
    z-index: 10001;
    -webkit-transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
    -moz-transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
    -o-transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
    transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
}


    .preloader:not(.active) {
        opacity: 0 !important;
        visibility: hidden;
    }


    .preloader > .lds-roller {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
        left: 50%;
        top: 50%;
    }

        .preloader > .lds-roller div {
            animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            transform-origin: 32px 32px;
        }

            .preloader > .lds-roller div:after {
                content: " ";
                display: block;
                position: absolute;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #fff;
                margin: -3px 0 0 -3px;
            }

            .preloader > .lds-roller div:nth-child(1) {
                animation-delay: -0.036s;
            }

                .preloader > .lds-roller div:nth-child(1):after {
                    top: 50px;
                    left: 50px;
                }

            .preloader > .lds-roller div:nth-child(2) {
                animation-delay: -0.072s;
            }

                .preloader > .lds-roller div:nth-child(2):after {
                    top: 54px;
                    left: 45px;
                }

            .preloader > .lds-roller div:nth-child(3) {
                animation-delay: -0.108s;
            }

                .preloader > .lds-roller div:nth-child(3):after {
                    top: 57px;
                    left: 39px;
                }

            .preloader > .lds-roller div:nth-child(4) {
                animation-delay: -0.144s;
            }

                .preloader > .lds-roller div:nth-child(4):after {
                    top: 58px;
                    left: 32px;
                }

            .preloader > .lds-roller div:nth-child(5) {
                animation-delay: -0.18s;
            }

                .preloader > .lds-roller div:nth-child(5):after {
                    top: 57px;
                    left: 25px;
                }

            .preloader > .lds-roller div:nth-child(6) {
                animation-delay: -0.216s;
            }

                .preloader > .lds-roller div:nth-child(6):after {
                    top: 54px;
                    left: 19px;
                }

            .preloader > .lds-roller div:nth-child(7) {
                animation-delay: -0.252s;
            }

                .preloader > .lds-roller div:nth-child(7):after {
                    top: 50px;
                    left: 14px;
                }

            .preloader > .lds-roller div:nth-child(8) {
                animation-delay: -0.288s;
            }

                .preloader > .lds-roller div:nth-child(8):after {
                    top: 45px;
                    left: 10px;
                }

.modal[data-modal="new-user"] {
    width: 700px;
    top: 100px;
}

    .modal[data-modal="new-user"] .field > .input {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal[data-modal="new-user"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-user"] .ui.checkbox {
        margin-top: 10px;
    }

.modal[data-modal="new-owner"] {
    width: 700px;
    top: 100px;
}

    .modal[data-modal="new-owner"] .field > .input {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal[data-modal="new-owner"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-owner"] .ui.checkbox {
        margin-top: 10px;
    }

.modal[data-modal="new-invoice"] {
    width: 700px;
    top: 100px;
}

    .modal[data-modal="new-invoice"] .field > .input {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal[data-modal="new-invoice"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-invoice"] .ui.checkbox {
        margin-top: 10px;
    }

.modal[data-modal="new-debtor"] {
    width: 700px;
    top: 100px;
}

    .modal[data-modal="new-debtor"] .field > .input {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal[data-modal="new-debtor"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-debtor"] .ui.checkbox {
        margin-top: 10px;
    }

.bs-tooltip {
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    transition: opacity 0.3s ease-in-out;
    display: block;
    position: fixed;
    background-color: rgba(239, 246, 255, 0.9);
    font-family: 'Akrobat';
    max-width: 17vw;
    overflow-y: auto;
    word-wrap: break-word;
    overflow-x: hidden;
    max-height: 350px;
    font-size: 1.1rem;
    z-index: 99;
    padding: 10px;
    padding-bottom: 0;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12), 0 11px 15px -7px rgba(0,0,0,.2);
    box-shadow: 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12), 0 11px 15px -7px rgba(0,0,0,.2);
}

    .bs-tooltip:hover, .bs-tooltip.show {
        visibility: visible;
        opacity: 1;
    }

    .bs-tooltip > div {
        margin-bottom: 10px;
    }

    .bs-tooltip .lbl {
        font-weight: 900;
        text-transform: capitalize;
    }

        .bs-tooltip .lbl:after {
            content: ': '
        }

.itm {
    border: 1px dashed #ccc;
    padding: 5px;
    margin-bottom: 10px;
}

    .itm > .lbl {
        font-size: 13px;
        font-weight: 900;
    }

    .itm > .val {
        margin-top: 5px;
    }

.bar {
    background-color: #dcdcdc;
    text-align: right;
}

    .bar > .bar-fill {
        background-color: #C5C3C3;
        float: left;
        height: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

    .bar > .bar-txt {
        position: absolute;
        font-weight: 600;
        color: #000;
        width: 100px;
        margin-left: -110px;
        display: inline-block;
        float: right;
        text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
        height: inherit;
        line-height: inherit;
    }

        .bar > .bar-txt::after {
            content: '%'
        }

.dataTables_scrollBody thead th {
    -webkit-transition: unset !important;
    transition: unset !important;
}

.dataTables_scrollBody tbody td.dataTables_empty {
    vertical-align: middle;
    background-color: #fafbfd;
}

td .bar {
    pointer-events: none;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
}

.column > .segment.raised {
    height: 460px;
    margin-bottom: 15px !important;
    padding-top: 45px;
}

.column > .segment > .label {
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
}

i.icon.info ~ span {
    padding-right: 1rem;
}

i.icon.info {
    position: absolute;
    margin-top: 24px;
    top: 10%;
    right: 0px;
    border: 1px solid;
    border-radius: 3px;
    padding: 3px;
    transform: translate(0%, -10%);
    font-size: 0.6rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ */
    .bar > .bar-txt {
        position: relative;
        margin-right: 10px;
    }

    .dataTables_scrollHead th.select-checkbox {
        padding-top: 25px !important;
    }

    .dataTables_scrollBody td.select-checkbox {
        padding-top: 35px !important;
    }

    .ui.label.ribbon.right {
        display: inline-table;
    }
}

@supports (-ms-ime-align:auto) {
    /* IE Edge 12+ */
    .dataTables_scrollHead th.select-checkbox {
        padding-top: 25px !important;
    }

    .dataTables_scrollBody td.select-checkbox {
        padding-top: 35px !important;
    }

    .ui.label.ribbon.right {
        display: inline-table;
    }
}

.is-ie .ui.modal {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
}

.displayNone {
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
    pointer-events: none;
}


.mbtm {
    margin: 0 0 1em;
}

.section-header {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.button.small {
    font-size: 0.75rem !important;
    font-weight: 100;
    letter-spacing: 0.5px;
    padding: 8px 10px;
    height: 1.75rem;
}

    .button.small.rounded {
        border-radius: 20px;
    }

.button.red:not(:hover) {
    background-color: #bc2649 !important
}

.button.red:hover {
    background-color: #bc2649 !important
}

.main-content {
    align-items: normal;
}

.main-content-title {
    text-align: left;
    padding-top: 15px;
}

.wrapper--modified-2 {
    justify-content: left;
}

.wrapper {
    max-width: unset;
    /*margin: 30px auto;*/
}

.sx-header .ui.menu:first-child {
    padding: 5px;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.input-small {
    width: 700px;
    height: 36px;
}

.ui.table thead th {
    padding: 10px 10px;
    font-size: 17px;
    color: white;
}

.ui.calendar.sx-calendar .ui.input {
    max-width: 800px;
}

.ui.icon.input > i.icon {
    left: 0;
}

.ui.calendar.sx-calendar .ui.input input {
    padding-left: 21px;
    max-width: 370px;
    font-size: 16px !important;
}

.ui.calendar.sx-calendar {
    margin-bottom: 4px;
}

.divBtnSave {
    text-align: right;
}

.ui.modal.sx-modal .field label, .ui.modal .field label {
    color: #222222;
    font-size: 15px;
}

.ui.checkbox {
    margin-left: 5px;
}

.dimmer {
    overflow: scroll;
}

.bootbox-close-button {
    background: none;
    float: right;
}

.stepsInActive {
    float: left;
    height: 32px;
    width: 110px;
    color: #000;
    text-align: center;
    font-size: 10px;
    padding: 4px;
    border: 1px solid #777;
    border-radius: 5px;
}

.stepsActive {
    float: left;
    height: 32px;
    width: 110px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    background-color: #662d91;
    padding: 4px;
    border: 1px solid #662d91;
    border-radius: 5px;
}

.label-addon {
    padding: 8px;
    font-weight: bold;
    width: 300px;
}

.ui.input > input {
    min-width: 292px;
}

.ui.dropdown.sx-dropdown {
    max-width: 292px;
}

.ui.modal.sx-modal .field label, .ui.modal .field label {
    text-align: left;
}

.modal[data-modal="new-csspec"] {
    width: 500px;
    top: 100px;
}

    .modal[data-modal="new-csspec"] .field > .input {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal[data-modal="new-csspec"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-csspec"] .ui.calendar.sx-calendar .ui.input input {
        max-width: 290px;
    }

    .modal[data-modal="new-csspec"] .ui.checkbox {
        margin-top: 10px;
    }

.modal[data-modal="new-creproduct"] {
    width: 500px;
    top: 100px;
}

    .modal[data-modal="new-creproduct"] .field > .input {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal[data-modal="new-creproduct"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-creproduct"] .ui.checkbox {
        margin-top: 10px;
    }

.modal[data-modal="new-client"] {
    width: 600px;
    top: 100px;
}

    .modal[data-modal="new-client"] .field > .input {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .modal[data-modal="new-client"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-client"] .ui.checkbox {
        margin-top: 10px;
    }

.modal[data-modal="new-legal"] {
    width: 600px;
    top: 100px;
}

    .modal[data-modal="new-legal"] .field > .input {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .modal[data-modal="new-legal"] .content {
        padding: 5px 15px !important;
    }

    .modal[data-modal="new-legal"] .ui.checkbox {
        margin-top: 10px;
    }

.dropdownBS:hover {
    border-color: rgba(34,36,38,.35)
}

.dropdownBS {
    display: flex;
    width: 100%;
    min-height: 36px;
    border-radius: 2px;
    border: 1px solid #e8ecf0;
    background-color: #fff;
    position: relative;
    align-items: center;
    padding: 8px 38px 8px 10px;
    max-width: 292px;
}

*,
::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:
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */ *,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after,
::before {
    --tw-content: ''
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.right-0 {
    right: 0px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.mt-2 {
    margin-top: 0.5rem
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.hidden {
    display: none
}

.h-12 {
    height: 3rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-\[72px\] {
    height: 72px
}

.h-full {
    height: 100%
}

.max-h-\[340px\] {
    max-height: 340px
}

.w-5 {
    width: 1.25rem
}

.w-56 {
    width: 14rem
}

.w-6 {
    width: 1.5rem
}

.w-\[159px\] {
    width: 159px
}

.w-full {
    width: 100%
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-2 {
    gap: 0.5rem
}

.gap-2\.5 {
    gap: 0.625rem
}

.gap-3 {
    gap: 0.75rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.self-stretch {
    align-self: stretch
}

.overflow-hidden {
    overflow: hidden
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-xl {
    border-radius: 0.75rem
}

.border {
    border-width: 1px
}

.border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity, 1))
}

.bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1))
}

.object-contain {
    object-fit: contain
}

.object-cover {
    object-fit: cover
}

.p-2 {
    padding: 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-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.text-center {
    text-align: center
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.text-\[36px\] {
    font-size: 36px
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.not-italic {
    font-style: normal
}

.leading-5 {
    line-height: 1.25rem
}

.leading-\[44px\] {
    line-height: 44px
}

.leading-tight {
    line-height: 1.25
}

.tracking-\[-0\.36px\] {
    letter-spacing: -0.36px
}

.text-\[\#7F65A5\] {
    --tw-text-opacity: 1;
    color: rgb(127 101 165 / var(--tw-text-opacity, 1))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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
}

.hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1))
}

.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1))
}

@media (min-width: 640px) {
    .sm\:flex {
        display: flex
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .md\:inline-block {
        display: inline-block
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:gap-32 {
        gap: 8rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1024px) {
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media (min-width: 1280px) {
    .xl\:max-w-\[1280px\] {
        max-width: 1280px
    }
}
