/*
 * Copyright (C) 2017 Visionizo Co. (www.Visionizo.com)
 *
 * 	* Title        : app.css
 * 	* Created on   : 11/20/2023
 * 	* Author       : Visionizo Co. (www.Visionizo.com)
 * 	* Contact      : info@Visionizo.com
 * 	* Last modified: 05/19/2025
 *
*/


* {
    font-family: 'KalamehWebFaNum', 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', sans-serif;
}

html, body {
    font-family: 'KalamehWebFaNum', 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    min-height: calc(100vh - 80px);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'KalamehWebFaNum', 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

*.rtl {
    font-family: 'KalamehWebFaNum', 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', 'Font Awesome 6 Sharp', sans-serif;
}

html.rtl, html.rtl body {
    font-family: 'KalamehWebFaNum', 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', sans-serif;
    font-size: 15px;
    line-height: 1.5
}

    html.rtl h1, html.rtl h2, html.rtl h3, html.rtl h4, html.rtl h5, html.rtl h6 {
        font-family: 'KalamehWebFaNum', 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', sans-serif;
        font-style: normal;
        font-weight: normal;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

button:focus, input:focus, a:focus, i:focus, span:focus, img:focus, p:focus, div:focus, h1:focus,
h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, td:focus, ul:focus, li:focus, div:focus {
    outline: 0 !important;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

figure {
    margin: 1em 40px;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    appearance: button;
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

table {
    font-family: inherit;
    list-style-position: outside;
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none !important;
    line-height: inherit;
    background-color: transparent;
    cursor: pointer;
}

button {
    cursor: pointer;
}

a:hover, a:focus {
    color: inherit;
    outline: 0;
}

a img {
    border: none;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border-style: none;
    -ms-interpolation-mode: bicubic;
}

.AP-serif {
    font-family: Sans-Serif;
}

.AP-wide {
    letter-spacing: 4px;
}

:root {
    --co-main-color: #ff4915;
    --co-sec-color: #ffcf53;
    --co-third-color: #0b0a11;
    --button-first: #ffcf53;
    --button-sec: #ff4915;
    --button-third: #f5623a;
    --black: #000000;
    --white: #ffffff;
    --dark-gray: #121212;
    --light-gray: #cecece;
    --gold: #dfc56a;
    --gold-dark: #be9540;
    --gold-light: #ecc88c;
    --red: #f11261;
    --green: #03c5b5;
    --green-dark: #0c857b;
    --green-light: #ECFE72;
    --yellow: #d9ee1b;
    --orang: #ee6b00;
    --blue: #0097ee;
    --blue-light: #81d1ff;
    --purple: #5e41d1;
    --purple-light: #b8afdb;
    --rgb-co-main-color: 255, 116, 51;
    --rgb-co-sec-color: 255, 207, 83;
    --rgb-co-third-color: 11, 10, 17;
    --rgb-button-first: 255, 207, 83;
    --rgb-button-sec: 255, 116, 51;
    --rgb-button-third: 245, 98, 58;
    --rgb-dark-gray: 18, 18, 18;
    --rgb-light-gray: 206, 206, 206;
    --rgb-gold: 223, 197, 106;
    --rgb-gold-dark: 190, 149, 64;
    --rgb-gold-light: 236, 200, 140;
    --rgb-green: 3, 197, 181;
    --rgb-orang: 238, 107, 0;
    --rgb-blue: 0, 151, 238;
    --gradient-first: linear-gradient(to right, #5E41D1 0%, #A480FF 50%, #8B5BD8 60%, #3D34D8 100%);
    --gradient-sec: linear-gradient(to right, #5E41D1 0%, #C852FF 50%, #B55AFF 50%, #571FFF 100%);
    --transition: all 0.3s ease-out, background 0.3s ease-out, background-color 0.3s ease-out, color 0.3s ease-out, background-image 0.3s ease-out, opacity 0.3s ease-out, border 0.3s ease-out, border-color 0.3s ease-out, text-decoration 0.3s ease-out, box-shadow 0.3s ease-out;
}

    :root:not(.dark) {
        --body-main: #f1f1f1;
        --body-sec: #eaecf3;
        --body-third: #dbdfec;
        --text-main: #12101b;
        --text-sec: #666768;
        --text-third: #cfcfcf;
        --text-muted: #4f565c;
        --footer-bg-main: #ffffff;
        --footer-bg-sec: #dedede;
        --footer-text-main: #12101b;
        --footer-text-sec: #666768;
        --rgb-body-main: 255, 255, 255;
        --rgb-body-sec: 234, 236, 243;
        --rgb-body-third: 219, 223, 236;
        --rgb-text-main: 18, 16, 27;
        --rgb-text-sec: 102, 103, 104;
        --rgb-footer-bg-main: 246, 246, 246;
        --rgb-footer-bg-sec: 222, 222, 222;
        --rgb-footer-text-main: 18, 16, 27;
        --rgb-footer-text-sec: 102, 103, 104;
    }

    :root.dark {
        --body-main: #1e2430;
        --body-sec: #1c1a27;
        --body-third: #272433;
        --text-main: #fafafa;
        --text-sec: #b5b9bf;
        --text-third: #35383b;
        --text-muted: #8b949e;
        --footer-bg-main: #12101b;
        --footer-bg-sec: #1c1a27;
        --footer-text-main: #fafafa;
        --footer-text-sec: #b5b9bf;
        --rgb-body-main: 18, 16, 27;
        --rgb-body-sec: 28, 26, 39;
        --rgb-body-third: 39, 36, 51;
        --rgb-text-main: 255, 255, 255;
        --rgb-text-sec: 181, 185, 191;
        --rgb-footer-bg-main: 18, 16, 27;
        --rgb-footer-bg-sec: 40, 34, 56;
        --rgb-footer-text-main: 250, 250, 250;
        --rgb-footer-text-sec: 181, 185, 191;
    }

body {
    background-color: var(--body-main) !important;
    color: var(--text-main) !important;
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: var(--light-gray);
    border-radius: 300px;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: var(--white);
}

*::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    box-shadow: none;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(var(--rgb-dark-gray), 0.6);
    border-radius: 300px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--black);
    border-radius: 300px;
}

.no-bg {
    background-color: transparent !important;
}

.bg-green {
    background-color: var(--green) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.txt-green {
    color: var(--green) !important;
}

.txt-green-dark {
    color: var(--green-dark) !important;
}

.bg-green-dark {
    background-color: var(--green-dark) !important;
}

.txt-green-dark {
    color: var(--green-dark) !important;
}

.bg-green-light {
    background-color: var(--green-light) !important;
}

.txt-green-light {
    color: var(--green-light) !important;
}

.bg-blue {
    background-color: var(--blue) !important;
}

.txt-blue {
    color: var(--blue) !important;
}

.bg-blue-light {
    background-color: var(--blue-light) !important;
}

.txt-blue-light {
    color: var(--blue-light) !important;
}

.bg-purple {
    background-color: var(--purple) !important;
}

.txt-purple {
    color: var(--purple) !important;
}

.bg-purple-light {
    background-color: var(--purple-light) !important;
}

.txt-purple-light {
    color: var(--purple-light) !important;
}

.txt-black {
    color: var(--black) !important;
}

.txt-white {
    color: var(--white) !important;
}

.txt-sec {
    color: var(--text-sec) !important;
}

.display-none {
    display: none !important;
}

.overflow-none {
    overflow: hidden !important;
}

.direction-ltr {
    direction: ltr !important;
}

.relative-pos {
    position: relative;
}

html.webview .hide-webview {
    display: none !important;
}

.grid-gap-10 {
    grid-gap: 10px 10px !important;
}

.row-gap-10 {
    row-gap: 10px !important;
}

.row-gap-20 {
    row-gap: 20px !important;
}

.row-gap-30 {
    row-gap: 30px !important;
}

.row-gap-40 {
    row-gap: 40px !important;
}

.row-gap-50 {
    row-gap: 50px !important;
}

.row-gap-60 {
    row-gap: 60px !important;
}

.margin-0 {
    margin: 0 !important
}

.margin-lr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

html.dark .hide-in-dark {
    display: none !important
}

html:not(.dark) .hide-in-light {
    display: none !important
}

.txt-fa {
    font-family: 'KalamehWebFaNum', 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', 'Font Awesome 6 Sharp', sans-serif !important;
}

/* form */
form {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 16px auto;
    padding: 0;
}

    form .item {
        position: relative;
        width: 100%;
        margin: 0 0 24px;
    }

select {
    display: block;
    width: 100%;
    padding: 16px 48px 16px 14px;
    background-image: linear-gradient(45deg, transparent 50%, rgba(var(--rgb-text-main), 0.5) 50%), linear-gradient(135deg, rgba(var(--rgb-text-main), 0.5) 50%, transparent 50%), linear-gradient(to right, rgba(var(--rgb-text-main), 0.15), rgba(var(--rgb-text-main), 0.15));
    background-position: calc(100% - 20px) calc(16px + 9px), calc(100% - 15px) calc(16px + 9px), calc(100% - 40px) 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 24px;
    color: var(--text-main);
    border: 1px solid rgba(var(--rgb-text-main), 0.4);
    border-radius: 2px;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    transition: var(--transition);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

    select:focus-visible {
        outline: none !important;
        border-color: rgba(var(--rgb-text-main), 0.5);
        box-shadow: rgba(var(--rgb-text-main), 0.8) 0 0 0 1px inset;
    }

    select option {
        background-color: var(--body-sec);
        font-size: 16px;
        font-weight: 300;
    }

        select option:hover {
            background-color: var(--body-main);
        }

    select:hover {
        background-image: linear-gradient(45deg, transparent 50%, rgba(var(--rgb-text-main), 0.8) 50%), linear-gradient(135deg, rgba(var(--rgb-text-main), 0.8) 50%, transparent 50%), linear-gradient(to right, rgba(var(--rgb-text-main), 0.15), rgba(var(--rgb-text-main), 0.15));
    }

    select:hover,
    input:hover,
    textarea:hover {
        border-color: rgba(var(--rgb-text-main), 0.7);
    }

input {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 16px 14px;
    background-color: transparent;
    color: var(--text-main);
    border: 1px solid rgba(var(--rgb-text-main), 0.4);
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400;
    touch-action: manipulation;
    box-sizing: border-box;
    transition: var(--transition);
    z-index: 10;
}

    input:focus {
        outline: none !important;
        border-color: rgba(var(--rgb-text-main), 0.5);
        box-shadow: rgba(var(--rgb-text-main), 0.8) 0 0 0 1px inset;
    }

.form-check-input[type=checkbox] {
    border-radius: 0;
    border: 1px solid rgba(var(--rgb-text-main), 0.4);
    cursor: pointer;
    border-radius: 4px;
}

html.rtl .form-check {
    padding-left: 0;
}

    html.rtl .form-check .form-check-input {
        float: right;
        margin-top: 2px;
        margin-left: 2px;
    }

    html.rtl .form-check.form-switch .form-check-input {
        margin-top: 3px;
    }

.form-check input:not(:placeholder-shown) + label {
    transform: none;
    background-color: transparent;
}

textarea {
    position: relative;
    display: block;
    width: 100%;
    min-height: 150px;
    margin: 0;
    padding: 16px 14px;
    resize: none !important;
    background-color: transparent;
    color: var(--text-main);
    border: 1px solid rgba(var(--rgb-text-main), 0.4);
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400;
    touch-action: manipulation;
    box-sizing: border-box;
    transition: var(--transition);
    z-index: 10;
}

    textarea:focus-visible {
        outline: none !important;
        border-color: rgba(var(--rgb-text-main), 0.5);
        box-shadow: rgba(var(--rgb-text-main), 0.8) 0 0 0 1px inset;
    }

label {
    margin: 0;
    padding: 0;
    color: rgba(var(--rgb-text-main), 0.8);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    touch-action: manipulation;
    opacity: 0.6;
    transition: var(--transition);
    z-index: 9;
}

    label.form-check-label {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        opacity: 1;
        cursor: pointer;
    }

textarea:placeholder-shown + label,
input:placeholder-shown + label {
    cursor: text;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 0) scale(1.2);
    line-height: 1.6;
    transition: var(--transition);
}

textarea:not(:placeholder-shown) + label,
input:not(:placeholder-shown) + label {
    transform: translate(0, -31px) scale(1);
    background-color: var(--body-main);
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    z-index: 11;
}

textarea:focus + label,
input:focus + label {
    transform: translate(0, -31px) scale(1);
    background-color: var(--body-main);
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    transition: var(--transition);
    z-index: 11;
}

label.required::after {
    content: '*';
    margin-right: 3px;
    color: var(--red);
}

form .show-pass-btn {
    display: flex;
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 11;
}

    form .show-pass-btn i {
        font-size: 17px;
    }

form button.send {
    display: flex;
    width: 100%;
    max-width: 550px;
    height: 54px;
    margin: 0 auto;
    padding: 8px 10px;
    background-color: var(--button-first);
    color: var(--black);
    border: 0;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

    form button.send:hover {
        background-color: rgba(var(--rgb-button-first), 0.5);
        color: var(--text-main);
        box-shadow: rgba(var(--rgb-button-first, 0.4)) 0 0 0 1px inset;
    }

    form button.send .ico {
        position: relative;
        height: 20px;
    }

        form button.send .ico::after {
            font-family: "Font Awesome 6 Pro";
            content: "\e09f";
            font-size: 14px;
            font-weight: 400;
            margin-left: 6px;
            padding: 0;
            position: absolute;
            left: 0;
            top: 0;
            transition: var(--transition);
        }

    form button.send:hover .ico::after {
        opacity: 0;
    }

    form button.send .ico::before {
        font-family: "Font Awesome 6 Pro";
        content: "\e20a";
        font-size: 14px;
        font-weight: 400;
        margin-left: 6px;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: var(--transition);
    }

    form button.send:hover .ico::before {
        opacity: 1;
        transform: translateX(5px);
    }

form .valid {
    margin: 0;
    color: var(--green) !important;
    font-size: 13px !important;
}

form .invalid {
    margin: 0;
    color: var(--red) !important;
    font-size: 13px !important;
}

input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--rgb-text-main), 0.9);
}

input:-ms-input-placeholder { /* Internet Explorer */
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--rgb-text-main), 0.9);
}

input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--rgb-text-main), 0.9);
}

textarea::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--rgb-text-main), 0.9);
}

textarea:-ms-input-placeholder { /* Internet Explorer */
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--rgb-text-main), 0.9);
}

textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--rgb-text-main), 0.9);
}

@keyframes scale {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.3);
    }
}

footer {
    width: 100%;
    min-height: 40px;
    margin: 30px 0 0;
    white-space: nowrap;
}

.text-link {
    text-decoration: underline !important;
    color: var(--blue);
}

/*  Specific Styles  */
:root:not(.dark) {
    --default-border: rgba(0, 0, 0, 0.15);
}

:root.dark {
    --default-border: rgba(255, 255, 255, 0.15);
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    box-shadow: none;
    background-color: var(--body-main);
    background-clip: border-box;
    border: 1px solid var(--default-border);
    border-radius: 0.5rem;
    margin-block-end: 1.5rem;
}

    .card.custom-card .card-header:first-child {
        border-radius: 0.625rem 0.625rem 0px 0px;
    }

    .card.custom-card .card-header {
        display: flex;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        background-color: transparent !important;
        padding: 1rem 1.25rem;
        border-block-end: 1px solid var(--default-border);
        gap: 0.25rem;
    }

    .card .card-footer, .card .card-header {
        background-color: var(--custom-white) !important;
        color: var(--text-main);
    }

    .card.custom-card .card-header .card-title {
        position: relative;
        margin-block-end: 0px;
        font-size: 0.9375rem;
        font-weight: 700;
        text-transform: capitalize;
    }

        .card.custom-card .card-header .card-title::before {
            content: "";
            position: absolute;
            height: 1rem;
            width: 0.2rem;
            inset-block-start: 0.15rem;
            inset-inline-start: -0.65rem;
            background: linear-gradient(to bottom, rgba(132, 90, 223, 0.5) 50%, rgba(35, 183, 229, 0.5) 50%);
            border-radius: 0.5rem;
        }

    .card.custom-card .card-body {
        color: var(--text-main);
        padding: 1.25rem;
    }

.filepond--drop-label {
    color: var(--text-sec) !important;
}

.filepond--panel-root {
    background-color: var(--body-main) !important;
    border: 2px dashed var(--default-border) !important;
}

.filepond--credits {
    display: none !important;
}

.select-output-options_container {
    display: flex;
    margin: 0 0 16px 0;
    color: var(--text-main);
    align-items: center;
}

    .select-output-options_container p {
        margin: 8px 14px;
        display: flex;
        align-items: center;
    }

    .select-output-options_container input {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        margin: 0 6px;
        padding: 0;
        background-color: transparent;
        color: var(--text-main);
        border: 0;
        border-radius: 0;
        font-size: 16px !important;
        font-weight: 400;
        touch-action: manipulation;
        box-sizing: border-box;
        transition: var(--transition);
        z-index: auto;
    }

.home-base-container {
    min-height: calc(100vh - 246px);
    margin-top: 66px;
}

.start-btn_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.start-btn {
    display: flex;
    width: 180px;
    height: 50px;
    background-color: var(--purple);
    color: var(--white);
    border: 0;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

    .start-btn:hover {
        background-color: var(--blue);
        color: var(--white);
    }

.generate-btn {
    display: flex;
    min-width: 180px;
    height: 50px;
    margin: 0;
    padding: 0 14px;
    background-color: var(--purple);
    color: var(--white);
    border: 0;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

    .generate-btn:hover {
        background-color: var(--blue);
        color: var(--white);
    }

.download-btn {
    display: flex;
    width: 180px;
    height: 50px;
    background-color: var(--blue);
    color: var(--white);
    border: 0;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

    .download-btn:hover {
        background-color: var(--purple);
        color: var(--white);
    }

    .download-btn.reshaped-btn {
        width: 210px;
        background-color: var(--green);
    }

        .download-btn.reshaped-btn:hover {
            background-color: var(--blue);
            color: var(--white);
        }

.success-generated-msg {
    display: flex;
    width: 100%;
    margin: 0 0 32px 0;
    padding: 18px;
    background-color: rgba(122, 165, 88, 0.1);
    border: 1px solid rgba(122, 165, 88, 0.6);
    border-radius: 8px;
}

.code-generated-msg {
    display: flex;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 18px;
    background-color: rgba(88, 116, 165, 0.1);
    border: 1px solid rgba(88, 116, 165, 0.6);
    border-radius: 8px;
    font-size: 21px;
}

.warnning-generated-msg {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 0 32px 0;
    padding: 18px;
    background-color: rgba(165, 88, 107, 0.1);
    border: 1px solid rgba(209, 33, 84, 0.6);
    border-radius: 8px;
}

.validation-summary-errors {
    display: flex;
    width: 100%;
    margin: 0 0 32px 0;
    padding: 18px;
    background-color: rgba(223, 81, 83, 0.1);
    border: 1px solid rgba(227, 85, 106, 0.6);
    border-radius: 8px;
}

    .validation-summary-errors ul {
        margin: 0;
    }

.document-text_container {
    display: block;
    padding: 42px 32px;
    border: 1px solid var(--default-border);
    border-radius: 8px;
    text-align: justify;
}

.menu-contact-us {
    padding: 8px 12px 8px 12px !important;
    font-weight: 600 !important;
    height: 34px !important;
}

.text-gradient-first {
    background: var(--purple);
    background: var(--gradient-first);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-sec {
    background: var(--purple);
    background: var(--gradient-sec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fs-7 {
    font-size: 12px !important;
}

.select-json-files_container {
    display: block;
    width: 100%;
    margin: 16px 0;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .select-json-files_container .p-select {
        display: flex;
        width: 100%;
        margin: 8px 14px;
        align-items: center;
    }

        .select-json-files_container .p-select input {
            position: relative;
            display: block;
            width: auto;
            height: auto;
            margin: 0 6px;
            padding: 0;
            background-color: transparent;
            color: var(--text-main);
            border: 0;
            border-radius: 0;
            font-size: 16px !important;
            font-weight: 400;
            touch-action: manipulation;
            box-sizing: border-box;
            transition: var(--transition);
            z-index: auto;
        }

.selected-tgs-ttl {
    margin: 0;
    padding: 0;
    color: rgba(var(--rgb-text-main), 0.8);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    touch-action: manipulation;
    opacity: 0.6;
    transition: var(--transition);
}

.form-msg_container {
    display: none;
    flex-flow: row wrap;
    width: 100%;
    margin: 24px 0 24px 0;
    padding: 18px;
    background-color: rgba(223, 81, 83, 0.1);
    border: 1px solid rgba(227, 85, 106, 0.6);
    border-radius: 8px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .form-msg_container .ttl {
        display: flex;
        width: 100%;
        margin: 0 0 16px;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .form-msg_container .main-list {
        width: 100%;
    }

        .form-msg_container .main-list > li {
            margin-bottom: 16px;
        }

        .form-msg_container .main-list > ul {
        }

            .form-msg_container .main-list > ul > li {
            }


.home-logo_container {
    max-width: 900px;
    margin: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-logo_container a {
        display: flex;
        cursor: pointer;
        transition: var(--transition);
    }

        .home-logo_container a:hover {
            opacity: 0.8;
        }

    .home-logo_container img {
        max-width: 160px;
    }


.filepond--root {
    cursor: pointer !important;
}

.options_container {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .options_container .each-option {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        width: 22%;
    }
        .options_container .each-option:first-child {
            margin-right: 0;
        }

        .options_container .each-option:last-child {
            margin-left: 0;
        }

        .options_container .each-option p {
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .options_container .each-option a {
            display: flex !important;
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0 16px 6px;
            background-color: rgba(0, 0, 0, 0.3);
            color: var(--white);
            font-size: 18px;
            align-items: flex-end;
            justify-content: center;
            text-align: center;
            border: 0;
            border-radius: 8px;
            transition: var(--transition);
        }

            .options_container .each-option a::before {
                content: "";
                position: absolute;
                display: flex;
                width: 100%;
                height: 0;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-color: rgba(var(--rgb-dark-gray), 0.4);
                border-radius: 5px;
                align-items: center;
                justify-content: center;
                backdrop-filter: blur(2px);
                visibility: hidden;
                transition: all .3s cubic-bezier(0.46, 0, 0.84, 1);
            }

            .options_container .each-option a::after {
                content: "\e09d";
                position: absolute;
                display: flex;
                width: 70%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                padding: 16px;
                background-color: var(--co-third-color);
                border: 1px solid rgba(var(--rgb-co-third-color), .16);
                border-radius: 4px;
                font-size: 16px;
                font-weight: 500;
                align-items: center;
                justify-content: center;
                opacity: 0;
                animation: 0.4s fadeOutOpacity forwards;
                transition: all .3s cubic-bezier(0.46, 0, 0.84, 1);
            }

            .options_container .each-option a:hover::before {
                height: 100%;
                visibility: visible;
            }

            .options_container .each-option a:hover::after {
                animation: 1.5s fadeInOpacity forwards;
            }

            .options_container .each-option a span {
            }

.card-bg-image {
    display: flex;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--body-sec);
    color: var(--white);
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    height: 148px;
    border: 0 !important;
}

.bg-bource {
    background-image: url(../img/bource-bg.jpg);
}

.bg-milgerd {
    background-image: url(../img/products-milgerd.jpg);
}

.bg-shemsh {
    background-image: url(../img/products-shemsh.jpg);
}

.bg-home {
    background-image: url(../img/arnika-home.jpg);
}

.modal-content {
    background-color: var(--body-main);
}

.modal-body {
    padding: 40px;
}

.modal-header {
    border-bottom: 1px solid var(--text-third);
}

.btn-close {
    color: var(--text-main) !important;
    margin: 0 auto 0 0 !important;
    opacity: 1 !important;
}

.use-condition-btn {
    width: fit-content;
    text-decoration: underline;
    cursor: pointer;
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    transition: var(--transition);
}
    .use-condition-btn:hover {
        color: var(--orang);
    }

    @keyframes fadeInOpacity {
        0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 800px) {
    .document-text_container {
        text-align: start;
    }
}

@media screen and (max-width: 1024px) {
    .menu-contact-us {
        padding: 0 !important;
        font-weight: 600 !important;
        height: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .options_container {
        flex-flow: row wrap;
    }
    .options_container .each-option {
        width: 46%
    }
        .options_container .each-option:first-child {
            margin-right: auto;
        }

        .options_container .each-option:last-child {
            margin-left: auto;
        }
}
