@charset "UTF-8";

:root {
    --White: 255, 255, 255;
    --Black: 0, 0, 0;
    --Transparent: transparent;
    --PrimaryColor: 93, 104, 110;
    --SecondaryColor: 210, 59, 56;
    --ThirdColor: 181, 187, 190;
    --FourthColor: 246, 247, 248;
    --FifthColor: 112, 112, 112;
    --SixthColor: 244, 204, 36;
    --SeventhColor: 253, 187, 37;
    --EighthColor: 58, 122, 170;
    --NinthColor: 242, 243, 244;
    --TenthColor: 243, 249, 243;
    --EleventhColor: 26, 128, 19;
    --TwelfthColor: 31, 155, 120;
    --ThirteenthColor: 157, 157, 156;
    --SuccessColor:;
    --DangerColor:;
    --WarningColor:;
    --InfoColor:;
    --FontSize-unit: 1em;
    --FontSize-xxxxs: calc(.5 * var(--FontSize-unit));
    --FontSize-xxxs: calc(.6 * var(--FontSize-unit));
    --FontSize-xxs: calc(.7 * var(--FontSize-unit));
    --FontSize-xs: calc(.8 * var(--FontSize-unit));
    --FontSize-sm: calc(.9 * var(--FontSize-unit));
    --FontSize-md: calc(1 * var(--FontSize-unit));
    --FontSize-lg: calc(1.1 * var(--FontSize-unit));
    --FontSize-xl: calc(1.2 * var(--FontSize-unit));
    --FontSize-xxl: calc(1.3 * var(--FontSize-unit));
    --FontSize-xxxl: calc(1.4 * var(--FontSize-unit));
    --FontSize-xxxxl: calc(1.8 * var(--FontSize-unit));
    --FontSize-xxxxxl: calc(2 * var(--FontSize-unit));
    --Space-unit: 1em;
    --Space-xxxxxs: calc(.4 * var(--Space-unit));
    --Space-xxxxs: calc(.5 * var(--Space-unit));
    --Space-xxxs: calc(.6 * var(--Space-unit));
    --Space-xxs: calc(.7 * var(--Space-unit));
    --Space-xs: calc(.8 * var(--Space-unit));
    --Space-sm: calc(.9 * var(--Space-unit));
    --Space-md: calc(1 * var(--Space-unit));
    --Space-lg: calc(1.1 * var(--Space-unit));
    --Space-xl: calc(1.2 * var(--Space-unit));
    --Space-xxl: calc(1.3 * var(--Space-unit));
    --Space-xxxl: calc(1.4 * var(--Space-unit));
    --Space-xxxxl: calc(1.8 * var(--Space-unit));
    --Space-xxxxxl: calc(2 * var(--Space-unit));
}

.additional input[type=checkbox]:checked + label::after, .additional input[type=checkbox] + label::after, input[type=checkbox]:checked + label::before, input[type=checkbox] + label::before {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.payment-content .payment-form .submit-btn button, .payment-content .payment-form .taksit-option select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.res-inquire-form-main .res-inquire-form-search .res-inquire-search a, .res-inquire-form-main .res-inquire-form-search .res-inquire-form form button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

input,
textarea {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
}

div[role=form].additional .form-group label {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}

.res-inquire-form-main {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

div[role=form].additional .form-group label {
    box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -webkit-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -moz-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -o-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -ms-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
}

div[role=form].additional .form-group label {
    box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -o-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -ms-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
    [type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 1em;
}

svg:not(:root) {
    overflow: hidden;
}

html {
    background-color: rgba(var(--White), 1);
    box-sizing: border-box;
    color: rgba(var(--PrimaryColor), 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(var(--PrimaryColor), 0);
    margin: 0;
    padding: 0;
}

body {
    -webkit-transition: opacity ease-in 0.2s;
    transition: opacity ease-in 0.2s;
    margin: 0;
}

a {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    a svg {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    text-align: center;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: var(--FontSize-xxxxl);
    margin: 0 0 var(--Space-sm) 0;
}

h3 {
    margin: 0 0 var(--Space-xxxxs) 0;
}

h4 {
    font-size: 16px;
}

h5 {
    font-weight: 500;
    margin: 0 0 var(--Space-xxxxs) 0;
}

h6 {
    font-size: 16px;
}

hr {
    background: rgba(var(--ThirdColor), 0.5);
    border: 0;
    height: 1px;
    margin: var(--Space-sm) auto;
}

.container {
    max-width: 73em;
    margin: 0 auto;
    padding: 0 1em;
}

.res-inquire-header {
    background: url("../image/rez-sorgulama-banner.png") no-repeat center top;
    min-height: 312px;
    position: relative;
    width: 100%;
    z-index: 8;
}

    .res-inquire-header header h1 {
        color: rgba(var(--PrimaryColor), 1);
        font-size: var(--FontSize-xxxxxl);
        font-weight: 500;
        margin: 0;
        padding-top: 0.8em;
    }

.res-inquire-form-main {
    background-color: rgba(var(--White), 1);
    border: 1px solid #ededed;
    margin-top: -3em;
    margin-bottom: 4em;
    padding: 2em;
    position: relative;
    z-index: 10;
}

    .res-inquire-form-main .res-inquire-form-search {
        border-bottom: 1px solid #ededed;
        margin-left: -2em;
        margin-right: -2em;
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 2em;
    }

        .res-inquire-form-main .res-inquire-form-search header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            .res-inquire-form-main .res-inquire-form-search header svg {
                fill: rgba(var(--PrimaryColor), 1);
                height: 24px;
                width: 29px;
                margin-right: 1em;
            }

            .res-inquire-form-main .res-inquire-form-search header h2 {
                font-size: calc(var(--FontSize-xxxl) + 4px);
                margin: 0;
                text-align: left;
            }

        .res-inquire-form-main .res-inquire-form-search .res-inquire-form {
            margin-top: 2em;
        }

            .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    width: 48%;
                }

                    .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group label {
                        font-size: var(--FontSize-md);
                        font-weight: 500;
                        margin-bottom: 0.8em;
                        text-align: left;
                    }

                    .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group input {
                        border: 1px solid rgba(var(--PrimaryColor), 1);
                        padding: 0.75em;
                    }

                    .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group .info {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font-size: var(--FontSize-xxs);
                        margin-top: 1em;
                    }

                        .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group .info svg {
                            fill: rgba(var(--PrimaryColor), 1);
                            height: 16px;
                            width: 16px;
                            margin-right: 0.5em;
                        }

            .res-inquire-form-main .res-inquire-form-search .res-inquire-form form .error-message {
                color: rgba(var(--SecondaryColor), 1);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: var(--FontSize-xs);
                margin: 2em auto 0 auto;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
            }

                .res-inquire-form-main .res-inquire-form-search .res-inquire-form form .error-message svg {
                    fill: rgba(var(--SecondaryColor), 1);
                    height: 20px;
                    width: 20px;
                    margin-right: 0.5em;
                }

            .res-inquire-form-main .res-inquire-form-search .res-inquire-form form button {
                background-color: rgba(var(--SecondaryColor), 1);
                border: 1px solid rgba(var(--SecondaryColor), 1);
                color: rgba(var(--White), 1);
                cursor: pointer;
                display: block;
                font-size: var(--FontSize-xxxl);
                font-weight: 500;
                margin: 2em auto 0 auto;
                padding: 0.5em 2em;
                text-decoration: none;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                min-width: 215px;
            }

        .res-inquire-form-main .res-inquire-form-search .res-inquire-or-line {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 2em auto;
        }

            .res-inquire-form-main .res-inquire-form-search .res-inquire-or-line hr {
                width: calc(100% - 4em);
                background-color: #ededed;
                position: absolute;
            }

            .res-inquire-form-main .res-inquire-form-search .res-inquire-or-line span {
                background-color: rgba(var(--White), 1);
                display: inline-block;
                font-weight: 500;
                padding: 0 1em;
                position: relative;
                z-index: 10;
            }

        .res-inquire-form-main .res-inquire-form-search .res-inquire-search a {
            border: 1px solid rgba(var(--SecondaryColor), 1);
            color: rgba(var(--SecondaryColor), 1);
            display: block;
            font-size: var(--FontSize-xl);
            font-weight: 500;
            margin: 0 auto;
            padding: 0.5em 2em;
            text-decoration: none;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            min-width: 215px;
        }

    .res-inquire-form-main .res-inquire-text-list header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .res-inquire-form-main .res-inquire-text-list header svg {
            fill: rgba(var(--PrimaryColor), 1);
            height: 2em;
            width: 2em;
            margin-right: 1em;
        }

        .res-inquire-form-main .res-inquire-text-list header h2 {
            font-size: var(--FontSize-xxxxxl);
            font-weight: 500;
            margin-top: 1em;
            margin-bottom: 1em;
        }

    .res-inquire-form-main .res-inquire-text-list ul {
        margin: 0 3em;
        padding: 0;
    }

        .res-inquire-form-main .res-inquire-text-list ul li:not(:last-child) {
            margin-bottom: 1em;
        }

@media (max-width: 767.98px) {
    [role=res-inquire] .header-row-2 {
        display: none;
    }

    .res-inquire-header {
        background: none;
        min-height: auto;
    }

        .res-inquire-header header h1 {
            font-size: var(--FontSize-xxxl);
        }

    .res-inquire-form-main {
        border: 0px solid #ededed;
        margin-top: 0em;
        padding: 1em;
    }

        .res-inquire-form-main .res-inquire-form-search {
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 2em;
        }

            .res-inquire-form-main .res-inquire-form-search header {
                display: none;
            }

            .res-inquire-form-main .res-inquire-form-search .res-inquire-form {
                margin-top: 1em;
            }

                .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group {
                        width: 100%;
                    }

                        .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group label {
                            font-size: var(--FontSize-xs);
                        }

                        .res-inquire-form-main .res-inquire-form-search .res-inquire-form form div .form-group:last-child {
                            margin-top: 1em;
                        }

                .res-inquire-form-main .res-inquire-form-search .res-inquire-form form button {
                    font-size: var(--FontSize-xl);
                    margin: 1em auto 0 auto;
                    width: 100%;
                }

            .res-inquire-form-main .res-inquire-form-search .res-inquire-search a {
                text-align: center;
                width: 100%;
            }

        .res-inquire-form-main .res-inquire-text-list header {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .res-inquire-form-main .res-inquire-text-list header svg {
                display: none;
            }

            .res-inquire-form-main .res-inquire-text-list header h2 {
                font-size: var(--FontSize-xxxxl);
                font-weight: 500;
                margin-top: 1em;
                margin-bottom: 1em;
            }

        .res-inquire-form-main .res-inquire-text-list ul {
            margin: 0;
            padding: 0;
        }

            .res-inquire-form-main .res-inquire-text-list ul li {
                list-style-type: none;
                position: relative;
                padding-left: 24px;
            }

                .res-inquire-form-main .res-inquire-text-list ul li::before {
                    background: url(../image/icons/info-form.png) no-repeat left top;
                    background-size: 16px 16px;
                    content: "";
                    display: inline-block;
                    height: 16px;
                    width: 16px;
                    position: absolute;
                    left: 0px;
                    top: 1.5px;
                }

                .res-inquire-form-main .res-inquire-text-list ul li:not(:last-child) {
                    margin-bottom: 1em;
                }
}

.additional input[type=checkbox]:checked + label::after, .additional input[type=checkbox] + label::after, input[type=checkbox]:checked + label::before, input[type=checkbox] + label::before {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.payment-content .payment-form .submit-btn button, .payment-content .payment-form .taksit-option select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.res-inquire-form-main .res-inquire-form-search .res-inquire-form form button, .res-inquire-form-main .res-inquire-form-search .res-inquire-search a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

input,
textarea {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
}

div[role=form].additional .form-group label {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}

.res-inquire-form-main {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

div[role=form].additional .form-group label {
    box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -webkit-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -moz-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -o-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -ms-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
}

div[role=form].additional .form-group label {
    box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -o-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -ms-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
}

input[type=checkbox] {
    position: absolute;
    left: -99999px;
    opacity: 0;
    border: 0px;
}

    input[type=checkbox] + label {
        color: rgba(var(--FifthColor), 1);
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: var(--FontSize-xxs);
        font-weight: normal;
        margin: 0;
        padding-left: 0;
        position: relative;
        top: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

input[type=text] + label a {
    color: rgba(var(--FifthColor), 1);
    font-weight: 600;
    text-decoration: underline !important;
}

input[type=checkbox] + label::before {
    content: "";
    color: rgba(var(--FifthColor), 1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    background-color: rgba(var(--White), 1);
    border: 1px solid rgba(var(--ThirdColor), 1) !important;
    margin-right: var(--Space-xxxxxs);
}

input[type=checkbox]:checked + label::before {
    background-image: url("../image/icons/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
    fill: #ffffff;
    background-color: #26bb8f;
    border: 1px solid #26bb8f;
    color: rgba(var(--White), 1);
    margin-right: var(--Space-xxxxxs);
}

input[type=checkbox]:focus + label::before {
    position: relative;
    top: auto;
}

input[type=checkbox]:disabled + label {
    color: rgba(var(--PrimaryColor), 1);
}

    input[type=checkbox]:disabled + label::before {
        background-color: rgba(var(--SecondaryColor), 1);
        border: 1px solid rgba(var(--SecondaryColor), 1);
    }

    input[type=checkbox]:disabled + label:hover::before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.additional input[type=checkbox] + label::before {
    display: none;
}

.additional input[type=checkbox]:checked + label::before {
    display: none;
}

.additional input[type=checkbox] + label::after {
    content: "";
    color: rgba(var(--FifthColor), 1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    background-color: rgba(var(--White), 1);
    border: 1px solid rgba(var(--ThirteenthColor), 1) !important;
    margin-right: var(--Space-xxxxxs);
}

.additional input[type=checkbox]:checked + label::after {
    background-image: url("../image/icons/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
    fill: #ffffff;
    background-color: #26bb8f;
    border: 1px solid #26bb8f;
    color: rgba(var(--White), 1);
    margin-right: var(--Space-xxxxxs);
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

    .flex-row label {
        width: auto;
    }

input[type=radio] {
    position: absolute;
    left: -99999px;
    opacity: 0;
    border: 0px;
}

    input[type=radio] + label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 1.5rem 0 0 0;
        position: relative;
        top: auto;
        border-radius: 0.5rem;
        padding: 0.5rem 0.5rem;
        font-size: 0.875rem;
    }

        input[type=radio] + label a {
            color: rgba(var(--SecondaryColor), 1);
            text-decoration: underline;
        }

        input[type=radio] + label::before {
            content: "";
            color: rgba(var(--PrimaryColor), 1);
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 1.5rem;
            width: 1.5rem;
            background-color: rgba(var(--White), 1);
            border: 1px solid rgba(var(--Black), 0.16) !important;
            border-radius: 50rem;
            margin-right: 0.5rem;
        }

    input[type=radio]:checked + label::before {
        font-family: "kolaycar";
        content: "✓";
        color: rgba(var(--White), 1);
        background-color: rgba(var(--SecondaryColor), 1);
        border: 1px solid rgba(var(--SecondaryColor), 1);
        font-size: 0.7rem;
    }

    input[type=radio]:checked + label {
        color: rgba(var(--SecondaryColor), 1);
    }

body[dir=rtl] input[type=radio] + label::before {
    margin-left: 0.5rem;
    margin-right: 0;
}

[role=step-two] article.car-item .comment-detail-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

    [role=step-two] article.car-item .comment-detail-sort .sort-header {
        color: #5d686e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 14px;
        font-weight: 500;
        margin-right: 0.5rem;
        padding: 0.5rem 0;
    }

        [role=step-two] article.car-item .comment-detail-sort .sort-header i {
            background-color: transparent;
            background-image: url(../image/icons/sort.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 14.4px 12.9px;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -o-box-shadow: none !important;
            -ms-box-shadow: none !important;
            display: inline-block;
            margin: 0 0.5rem 0 0;
            padding: 0;
            height: 12.9px;
            width: 14.4px;
        }

    [role=step-two] article.car-item .comment-detail-sort .form-group label {
        margin: 0 4px;
        padding: 6px 5px 7px 4px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 4px;
        -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
        border: solid 0.5px #b5bbbe;
        background-color: #fafafa;
        font-size: 14px;
        font-weight: normal;
        color: #6e7a81;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        [role=step-two] article.car-item .comment-detail-sort .form-group label::before {
            display: none;
        }

    [role=step-two] article.car-item .comment-detail-sort .form-group input[type=radio]:checked + label {
        border-radius: 4px;
        -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
        border: solid 0.5px #3a7aaa;
        background-color: rgba(58, 122, 170, 0.1);
        color: #3a7aaa;
    }

    [role=step-two] article.car-item .comment-detail-sort .sort-dropdown {
        display: none;
    }

@media (max-width: 767.98px) {
    [role=step-two] article.car-item .comment-detail-sort .form-group {
        display: none;
    }
}

.rangeslider {
    margin-top: 1em;
    margin-right: 0;
    margin-left: 0;
}

.slider-labels {
    margin-top: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#selected-range-km {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#selected-range-km-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#selected-range-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#selected-range-price-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#selected-range-depozito {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#selected-range-depozito-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 10px;
}

    .noUi-horizontal .noUi-handle {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        left: -2px;
        top: -7px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24);
        border: solid 0.5px rgba(255, 255, 255, 0.12);
    }

.noUi-handle-lower {
    left: -2px !important;
}

.noUi-handle-upper {
    left: -20px !important;
}

/* Styling;
 */
.noUi-background {
    background: #ededef;
}

.noUi-connect {
    background: #0ab285;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 500px;
}

.noUi-target {
    border-radius: 500px;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #ededef;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

input,
textarea,
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

select {
    background: transparent;
    width: 100%;
}

input,
textarea {
    width: 100%;
    background-color: rgba(var(--White), 1);
    border: 1px solid rgba(var(--ThirdColor), 1);
    outline: 0;
    color: rgba(var(--PrimaryColor), 1) !important;
    font-size: var(--FontSize-sm);
    font-weight: normal;
    padding: 11px 23px 10px 8px;
    background: transparent;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: rgba(var(--ThirdColor), 1);
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: rgba(var(--ThirdColor), 1);
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: rgba(var(--ThirdColor), 1);
    }

    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: rgba(var(--ThirdColor), 1);
    }

    input::placeholder,
    textarea::placeholder {
        color: rgba(var(--ThirdColor), 1);
    }

    input:-webkit-autofill,
    input:-webkit-autofill:focus {
        background-color: rgba(var(--White), 1) !important;
        color: rgba(var(--PrimaryColor), 1) !important;
    }

    input:-internal-autofill-selected {
        background-color: rgba(var(--White), 1) !important;
        color: rgba(var(--PrimaryColor), 1) !important;
    }

label {
    display: block;
    color: rgba(var(--PrimaryColor), 1);
    font-size: var(--FontSize-xs);
    font-weight: 500;
    margin-bottom: var(--Space-xxxxxs);
}

select {
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
    padding: 0.5rem;
    width: 100%;
}

.form-control:focus {
    border-color: #3a7aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: rgba(var(--SecondaryColor), 1) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: rgba(var(--SecondaryColor), 1) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div[role=form] {
    display: -ms-grid;
    display: grid;
    grid-gap: var(--Space-xxxxxs);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    div[role=form].contact-info {
        -ms-grid-columns: 1.5fr var(--Space-xxxxxs) 1.5fr var(--Space-xxxxxs) 2fr;
        grid-template-columns: 1.5fr 1.5fr 2fr;
    }

        div[role=form].contact-info label span a {
            font-weight: 500;
            text-decoration: underline;
        }

        div[role=form].contact-info input::-webkit-input-placeholder {
            visibility: hidden;
        }

        div[role=form].contact-info input::-moz-placeholder {
            visibility: hidden;
        }

        div[role=form].contact-info input:-ms-input-placeholder {
            visibility: hidden;
        }

        div[role=form].contact-info input::-ms-input-placeholder {
            visibility: hidden;
        }

        div[role=form].contact-info input::placeholder {
            visibility: hidden;
        }

    div[role=form].driver-info {
        -ms-grid-columns: 1fr var(--Space-xxxxxs) 1fr var(--Space-xxxxxs) 1fr var(--Space-xxxxxs) 1fr var(--Space-xxxxxs) 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: var(--Space-xxxxxs);
    }

        div[role=form].driver-info .passoport {
            -ms-grid-column: 4;
            grid-column-start: 4;
            -ms-grid-column-span: 1;
            grid-column-end: 5;
            -ms-grid-row: 2;
            grid-row-start: 2;
            -ms-grid-row-span: 1;
            grid-row-end: 3;
        }

    div[role=form].evaluation-analysis {
        -ms-grid-columns: 1fr var(--Space-xxxxxs) 1fr var(--Space-xxxxxs) 1fr var(--Space-xxxxxs) 1fr var(--Space-xxxxxs) 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: var(--Space-xxxxxs);
    }

        div[role=form].evaluation-analysis .next-btn {
            -ms-grid-column: 4;
            grid-column-start: 4;
            -ms-grid-column-span: 2;
            grid-column-end: 6;
            -ms-grid-row: 1;
            grid-row-start: 1;
            -ms-grid-row-span: 1;
            grid-row-end: 2;
        }

        div[role=form].evaluation-analysis .tab {
            display: none;
        }

            div[role=form].evaluation-analysis .tab header {
                border-bottom: 0px;
                margin-bottom: 24px;
                padding-top: 0;
            }

                div[role=form].evaluation-analysis .tab header strong {
                    display: block;
                    font-size: 20px;
                    font-weight: 500;
                    margin-bottom: 24px;
                    text-align: center;
                }

                div[role=form].evaluation-analysis .tab header span {
                    display: block;
                    font-size: 14px;
                    font-weight: 400;
                    text-align: center;
                }

            div[role=form].evaluation-analysis .tab label {
                font-size: 14px;
            }

            div[role=form].evaluation-analysis .tab .tab-content {
                max-width: 60%;
                margin: 0 auto 32px auto;
            }

                div[role=form].evaluation-analysis .tab .tab-content .form-group label {
                    text-align: left;
                }

                div[role=form].evaluation-analysis .tab .tab-content .form-group select {
                    border: 1px solid #9d9d9c;
                    border-radius: 7px;
                    color: #5d686e;
                    margin: 0;
                    -moz-appearance: none !important;
                    -webkit-appearance: none !important;
                    appearance: none !important;
                    padding: 0.5rem 1rem;
                }

                    div[role=form].evaluation-analysis .tab .tab-content .form-group select:focus {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

                    div[role=form].evaluation-analysis .tab .tab-content .form-group select:focus-visible {
                        outline: 0;
                    }

                    div[role=form].evaluation-analysis .tab .tab-content .form-group select:required {
                        color: rgba(var(--PrimaryColor), 1);
                        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235d686e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
                    }

                        div[role=form].evaluation-analysis .tab .tab-content .form-group select:required:invalid {
                            color: rgba(var(--PrimaryColor), 0.5);
                            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23aeb3b6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
                        }

                    div[role=form].evaluation-analysis .tab .tab-content .form-group select option {
                        color: #5d686e;
                        font-weight: 500;
                    }

                div[role=form].evaluation-analysis .tab .tab-content .form-group input::-webkit-input-placeholder {
                    color: rgba(var(--PrimaryColor), 0.5);
                }

                div[role=form].evaluation-analysis .tab .tab-content .form-group input::-moz-placeholder {
                    color: rgba(var(--PrimaryColor), 0.5);
                }

                div[role=form].evaluation-analysis .tab .tab-content .form-group input:-ms-input-placeholder {
                    color: rgba(var(--PrimaryColor), 0.5);
                }

                div[role=form].evaluation-analysis .tab .tab-content .form-group input::-ms-input-placeholder {
                    color: rgba(var(--PrimaryColor), 0.5);
                }

                div[role=form].evaluation-analysis .tab .tab-content .form-group input::placeholder {
                    color: rgba(var(--PrimaryColor), 0.5);
                }

                div[role=form].evaluation-analysis .tab .tab-content .form-group input.invalid {
                    background-color: rgba(var(--SecondaryColor), 0.16);
                }

                div[role=form].evaluation-analysis .tab .tab-content .send-again {
                    background-color: transparent;
                    color: #5d686e;
                    border: none;
                    padding: 5px 0;
                    font-size: 14px;
                    font-weight: normal;
                    cursor: pointer;
                    margin-left: 0px;
                    text-align: left;
                    text-decoration: underline;
                    width: 100%;
                    margin-top: 10px;
                }

        div[role=form].evaluation-analysis .prev-next-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            div[role=form].evaluation-analysis .prev-next-btn button {
                background-color: #2e9b78;
                border-radius: 4px;
                color: #ffffff;
                border: none;
                height: 40px;
                line-height: 40px;
                margin-left: 0.25em;
                margin-right: 0.25rem;
                padding: 0 20px;
                font-size: 14px;
                cursor: pointer;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                div[role=form].evaluation-analysis .prev-next-btn button.nextbtn {
                    /*&::after {
      content: "";
      display: block;
      border-width: 2px 2px 0 0;
      border-style: solid;
      border-color: rgba(var(--White), $OpacityHigher);
      height: 5px;
      transform: rotate(45deg);
      width: 5px;
      margin-left: 10px;
  }*/
                }

                div[role=form].evaluation-analysis .prev-next-btn button.prevbtn {
                    opacity: 0.5;
                }

        div[role=form].evaluation-analysis .indicators {
            display: none;
        }

            div[role=form].evaluation-analysis .indicators .step {
                height: 15px;
                width: 15px;
                margin: 0 2px;
                background-color: #bbbbbb;
                border: none;
                border-radius: 50%;
                display: inline-block;
                opacity: 0.5;
            }

                div[role=form].evaluation-analysis .indicators .step.active {
                    opacity: 1;
                }

                div[role=form].evaluation-analysis .indicators .step.finish {
                    background-color: #04AA6D;
                }

    div[role=form].additional {
        -ms-grid-columns: 1fr var(--Space-xxs) 1fr var(--Space-xxs) 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: var(--Space-xxs);
    }

        div[role=form].additional .form-group label {
            background-color: rgba(var(--White), 1);
            font-size: var(--FontSize-xs);
            padding: var(--Space-xxs);
            width: 100%;
        }

            div[role=form].additional .form-group label img {
                height: 60px;
                width: 60px;
            }

            div[role=form].additional .form-group label div {
                margin: 0 var(--Space-xxxs);
                width: 100%;
            }

                div[role=form].additional .form-group label div strong {
                    font-weight: 500;
                }

                div[role=form].additional .form-group label div span {
                    color: rgba(var(--ThirdColor), 1);
                    display: block;
                    margin: var(--Space-xxxs) 0;
                }

.driver-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: rgba(var(--SecondaryColor), 1);
    font-size: var(--FontSize-xs);
    margin-top: 1em;
}

    .driver-note::before {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaW5mby1mb3JtLXN5bWJvbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgogICAgPHBhdGggZGF0YS1uYW1lPSJQYXRoIDEyODAzIiBkPSJNNy4xNjcgNy4xMzNhMS44MjMgMS44MjMgMCAwIDAgMS44NjYtMS44NjZBMS44MjMgMS44MjMgMCAwIDAgNy4xNjcgMy40IDEuODIzIDEuODIzIDAgMCAwIDUuMyA1LjI2N2ExLjgyMyAxLjgyMyAwIDAgMCAxLjg2NyAxLjg2NnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguODMzIDUuNjY3KSIgZmlsbD0iI2QyM2IzOCIgLz4KICAgIDxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxMjgwNCIgZD0iTTEwLjY2NyAxMS44NjdhLjU3NC41NzQgMCAwIDEtLjUzMy0uNTMzVjZjMC0uMjY3LS4yNjctLjgtLjUzMy0uOEg1LjMzM2MtLjI2NyAwLS41MzMuMjY3LS41MzMuOHYxLjMzM2EuNTc0LjU3NCAwIDAgMCAuNTMzLjUzM2MuMjY3IDAgLjUzMy4yNjcuNTMzLjh2Mi42NjdhLjU3NC41NzQgMCAwIDEtLjUzMy41MzNjLS4yNjcgMC0uNTMzLjI2Ny0uNTMzLjhWMTRhLjU3NC41NzQgMCAwIDAgLjUzMy41MzNoNS4zMzNBLjU3NC41NzQgMCAwIDAgMTEuMiAxNHYtMS4zMzNjMC0uNTMzLS4yNjctLjgtLjUzMy0uOHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDggOC42NjcpIiBmaWxsPSIjZDIzYjM4IiAvPgogICAgPHBhdGggZGF0YS1uYW1lPSJQYXRoIDEyODA1IiBkPSJNMTYgMGExNiAxNiAwIDEgMCAxNiAxNkExNi4wNDcgMTYuMDQ3IDAgMCAwIDE2IDB6bTAgMjkuNkExMy42IDEzLjYgMCAxIDEgMjkuNiAxNiAxMy42NTcgMTMuNjU3IDAgMCAxIDE2IDI5LjZ6IiBmaWxsPSIjZDIzYjM4IiAvPgo8L3N2Zz4K");
        background-position: center center;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        margin-right: 0.5em;
    }

.payment-content strong {
    color: rgba(var(--PrimaryColor), 1);
    display: block;
    text-align: center;
}

.payment-content .bank-logo {
    text-align: center;
}

    .payment-content .bank-logo img {
        margin: var(--Space-xxxs) 0 var(--Space-sm) 0;
        text-align: center;
        width: 215px;
    }

.payment-content .payment-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--Space-sm) 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--Space-sm);
}

    .payment-content .payment-form a {
        font-weight: 500;
        text-decoration: underline;
    }

    .payment-content .payment-form .kart-no {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        position: relative;
    }

        .payment-content .payment-form .kart-no #loading-view {
            background-color: rgba(255, 255, 255, 0.75);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .payment-content .payment-form .kart-no #loading-view .spinner {
                width: 30px;
                padding: 8px;
                aspect-ratio: 1;
                border-radius: 50%;
                background: #219f57;
                --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
                -webkit-mask: var(--_m);
                mask: var(--_m);
                -webkit-mask-composite: source-out;
                mask-composite: subtract;
                -webkit-animation: s3 1s infinite linear;
                animation: s3 1s infinite linear;
            }

@-webkit-keyframes s3 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes s3 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.payment-content .payment-form .son-tarih {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

.payment-content .payment-form .cvc2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

    .payment-content .payment-form .cvc2 label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .payment-content .payment-form .cvc2 label a {
            color: rgba(var(--ThirdColor), 1);
            font-size: var(--FontSize-md);
            font-weight: normal;
            text-decoration: none;
        }

.payment-content .payment-form .kurumsal-fatura {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}

.payment-content .payment-form .taksit {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}

.payment-content .payment-form .taksit-option {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}

    .payment-content .payment-form .taksit-option select {
        border: 1px solid rgba(var(--ThirdColor), 1) !important;
        cursor: pointer;
        font-size: var(--FontSize-sm);
        margin: 0;
        width: 100%;
    }

        .payment-content .payment-form .taksit-option select:focus-visible {
            border-color: #3a7aaa !important;
            outline: none !important;
        }

.payment-content .payment-form .onay-box {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}

.payment-content .payment-form .submit-btn {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}

    .payment-content .payment-form .submit-btn button {
        background-color: #219f57;
        border: 0;
        color: rgba(var(--White), 1);
        cursor: pointer;
        display: block;
        font-size: var(--FontSize-xxl);
        font-weight: 600;
        overflow: hidden;
        padding: var(--Space-xxxs) 60px;
        position: relative;
        text-align: center;
        width: 100%;
    }

        .payment-content .payment-form .submit-btn button i.security-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 46px;
            height: 100%;
            position: absolute;
            left: 10px;
            top: 0px;
        }

            .payment-content .payment-form .submit-btn button i.security-icon::before {
                content: "";
                display: block;
                background-image: url(../image/icons/security.svg);
                background-size: 37px 46px;
                height: 46px;
                width: 37px;
            }

        .payment-content .payment-form .submit-btn button i.arrow-icon {
            background-color: #1a8448;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 47px;
            height: 100%;
            position: absolute;
            top: 0px;
            right: 0px;
        }

            .payment-content .payment-form .submit-btn button i.arrow-icon::before {
                content: "";
                display: block;
                border-width: 3px 3px 0 0;
                border-style: solid;
                border-color: rgba(var(--White), 1);
                height: 15px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 15px;
            }

        .payment-content .payment-form .submit-btn button span {
            display: block;
            font-size: var(--FontSize-xxxs);
            font-weight: normal;
        }

            .payment-content .payment-form .submit-btn button span#payment-button-text {
                font-size: var(--FontSize-xxl);
                font-weight: 600;
            }

.payment-content .payment-form input[type=checkbox] + label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.payment-content .taksit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--FontSize-xxs);
}

    .payment-content .taksit svg {
        fill: rgba(var(--PrimaryColor), 1);
        height: 12px;
        width: 19px;
        margin-right: var(--Space-xxxxxs);
    }

    .payment-content .taksit a {
        color: #5d686e;
        display: inline-block;
        font-weight: 600;
        text-decoration: underline;
    }

.payment-content .ssl {
    color: rgba(var(--ThirdColor), 1);
    font-size: var(--FontSize-xxxs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: var(--Space-xxs);
}

    .payment-content .ssl img {
        height: 20.9px;
        margin-right: var(--Space-xxxs);
        width: 16px;
    }

@media (max-width: 767.98px) {
    div[role=form] {
        display: -ms-grid;
        display: grid;
        grid-gap: var(--Space-xxxxxs);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        div[role=form].contact-info {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

            div[role=form].contact-info .form-group:nth-child(1) {
                -ms-grid-column: 1;
                grid-column-start: 1;
                -ms-grid-column-span: 2;
                grid-column-end: 3;
                -ms-grid-row: 1;
                grid-row-start: 1;
                -ms-grid-row-span: 1;
                grid-row-end: 2;
                margin-bottom: 0.5em;
            }

            div[role=form].contact-info .form-group:nth-child(2) {
                -ms-grid-column: 1;
                grid-column-start: 1;
                -ms-grid-column-span: 2;
                grid-column-end: 3;
                -ms-grid-row: 2;
                grid-row-start: 2;
                -ms-grid-row-span: 1;
                grid-row-end: 3;
            }

            div[role=form].contact-info .form-group:nth-child(4) {
                -ms-grid-column: 1;
                grid-column-start: 1;
                -ms-grid-column-span: 2;
                grid-column-end: 3;
                -ms-grid-row: 3;
                grid-row-start: 3;
                -ms-grid-row-span: 1;
                grid-row-end: 4;
                margin-top: 1em;
            }

            div[role=form].contact-info .form-group .iti {
                width: 100%;
            }

        div[role=form].driver-info {
            -ms-grid-columns: 1fr var(--Space-xxxxxs) 1fr;
            grid-template-columns: 1fr 1fr;
            grid-gap: var(--Space-xxxxxs);
        }

            div[role=form].driver-info .passoport {
                -ms-grid-column: 2;
                grid-column-start: 2;
                -ms-grid-column-span: 1;
                grid-column-end: 3;
                -ms-grid-row: 4;
                grid-row-start: 4;
                -ms-grid-row-span: 1;
                grid-row-end: 5;
            }

            div[role=form].driver-info div:nth-child(6) {
                -ms-grid-column: 1;
                grid-column-start: 1;
                -ms-grid-column-span: 1;
                grid-column-end: 2;
                -ms-grid-row: 5;
                grid-row-start: 5;
                -ms-grid-row-span: 1;
                grid-row-end: 6;
            }

        div[role=form].additional {
            -ms-grid-columns: 1fr var(--Space-xxs) 1fr;
            grid-template-columns: 1fr 1fr;
            grid-gap: var(--Space-xxs);
        }

            div[role=form].additional .form-group label {
                background-color: rgba(var(--White), 1);
                font-size: var(--FontSize-xs);
                padding: var(--Space-xxxxs);
                width: 100%;
            }

                div[role=form].additional .form-group label img {
                    height: 40px;
                    width: 40px;
                }

                div[role=form].additional .form-group label div {
                    margin: 0 var(--Space-xxxs);
                    width: 100% !important;
                }

                    div[role=form].additional .form-group label div strong {
                        font-weight: 500;
                    }

                    div[role=form].additional .form-group label div span {
                        color: rgba(var(--ThirdColor), 1);
                        display: block;
                        margin: var(--Space-xxxs) 0;
                    }
}

input[type=checkbox] + label::before, input[type=checkbox]:checked + label::before, .additional input[type=checkbox] + label::after, .additional input[type=checkbox]:checked + label::after {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.payment-content .payment-form .taksit-option select, .payment-content .payment-form .submit-btn button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.res-inquire-form-main .res-inquire-form-search .res-inquire-form form button, .res-inquire-form-main .res-inquire-form-search .res-inquire-search a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

input,
textarea {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
}

div[role=form].additional .form-group label {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}

.res-inquire-form-main {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

div[role=form].additional .form-group label {
    box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -webkit-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -moz-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -o-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
    -ms-box-shadow: 0 1px 3px 0 rgba(var(--Black), 0.16);
}

div[role=form].additional .form-group label {
    box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -o-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
    -ms-box-shadow: 0 3px 6px 0 rgba(var(--Black), 0.16);
}

.loading-fluid {
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loading-container {
    max-width: 650px;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0.5em;
    padding: 0.5em;
}

    .loading-container .loading-logo-img {
        height: 80px;
        width: 240px;
        margin: 0 auto;
        text-align: center;
    }

    .loading-container .loading-img {
        height: 80px;
        width: 240px;
        margin: 1.5em auto;
        text-align: center;
    }

        .loading-container .loading-img img {
            width: auto;
        }

    .loading-container .loading-header-desktop {
        color: #5d686e;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    .loading-container .loading-header-mobile {
        color: #5d686e;
        display: none;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    .loading-container .loading-img {
        height: 80px;
        width: 240px;
        margin: 1.5em auto;
    }

        .loading-container .loading-img img {
            width: auto;
        }

    .loading-container .loading-text {
        color: #5d686e;
        font-size: 18px;
        margin-bottom: 1.5em;
        text-align: center;
    }

    .loading-container .loading-company-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .loading-container .loading-company-list ul li {
            margin: 10px;
            text-align: center;
            width: 20%;
        }

            .loading-container .loading-company-list ul li img {
                max-width: 135px;
            }

.loading-view {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .loading-view .spinner {
        width: 30px;
        padding: 8px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #219f57;
        --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
        -webkit-mask: var(--_m);
        mask: var(--_m);
        -webkit-mask-composite: source-out;
        mask-composite: subtract;
        -webkit-animation: s3 1s infinite linear;
        animation: s3 1s infinite linear;
    }

@keyframes s3 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media (max-width: 767.98px) {
    .loading-container .loading-header-desktop {
        display: none;
    }

    .loading-container .loading-header-mobile {
        color: #585858;
        display: block;
        font-size: 14px;
    }

    .loading-container .loading-img {
        height: 60px;
        width: 60px;
        margin: 1em auto;
    }

    .loading-container .loading-text {
        color: #585858;
        font-size: 14px;
        margin: 0 auto 1.5em auto;
        width: 75%;
    }

    .loading-container .loading-company-list ul li {
        text-align: center;
        width: auto;
    }

        .loading-container .loading-company-list ul li img {
            max-width: 100px;
        }
}

.modal {
    background-color: rgba(var(--Black), 0.5);
}

.modal-backdrop {
    display: none !important;
}

.ob-info-modal .modal-dialog {
    width: 332px !important;
}

.ob-info-modal .modal-body {
    padding: 3em 1em 2em 1em !important;
    text-align: center;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

.ob-info-modal .modal-content {
    border: 0px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
}

.ob-info-modal .modal-header {
    background-color: rgba(var(--SixthColor), 1);
    padding: 2em 1em !important;
    position: relative;
}

    .ob-info-modal .modal-header svg {
        height: 80px;
        width: 80px;
        background-color: rgba(var(--White), 1);
        border-radius: 100px;
        padding: 4px;
        position: absolute;
        bottom: -35px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .ob-info-modal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        cursor: pointer;
        margin-right: 0.2em;
        opacity: 1 !important;
    }

.ob-info-modal .modal-footer {
    border-top: 0px !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .ob-info-modal .modal-footer .btn {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -o-border-radius: 5px !important;
        -ms-border-radius: 5px !important;
        padding: 0.375em 1.5em !important;
    }

    .ob-info-modal .modal-footer .btn-secondary {
        background-color: rgba(var(--White), 1) !important;
        border: 2px solid rgba(var(--PrimaryColor), 1) !important;
        color: rgba(var(--PrimaryColor), 1) !important;
        cursor: pointer;
    }

.analysis-modal .modal-dialog {
    max-width: 520px !important;
}

.analysis-modal .modal-body {
    padding: 0 1em 2em 1em !important;
    text-align: center;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

.analysis-modal .modal-content {
    border: 0px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
}

.analysis-modal .modal-header {
    background-color: rgba(var(--White), 1);
    border-bottom: 0px;
    padding: 1.5em 1em 1em 1em !important;
    position: relative;
}

    .analysis-modal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235d686d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        cursor: pointer;
        margin-right: 0.2em;
        opacity: 1 !important;
    }

.analysis-modal .modal-footer {
    border-top: 0px !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .analysis-modal .modal-footer .btn {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -o-border-radius: 5px !important;
        -ms-border-radius: 5px !important;
        padding: 0.375em 1.5em !important;
    }

    .analysis-modal .modal-footer .btn-secondary {
        background-color: rgba(var(--White), 1) !important;
        border: 2px solid rgba(var(--PrimaryColor), 1) !important;
        color: rgba(var(--PrimaryColor), 1) !important;
        cursor: pointer;
    }

.ob-installment-modal .modal-body {
    font-size: var(--FontSize-sm);
    font-weight: normal;
    padding: 1em 1em 1em 1em !important;
    text-align: left;
}

    .ob-installment-modal .modal-body strong {
        font-size: var(--FontSize-md);
    }

.ob-installment-modal .modal-content {
    border: 0px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
}

    .ob-installment-modal .modal-content .modal-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.ob-installment-modal .modal-header {
    background-color: rgba(var(--SecondaryColor), 1);
    color: rgba(var(--White), 1);
    padding: 1em !important;
    position: relative;
}

    .ob-installment-modal .modal-header h5 {
        display: block;
        text-align: center;
        width: 100%;
    }

    .ob-installment-modal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        cursor: pointer;
        margin-right: 0.2em;
        opacity: 1 !important;
    }

.ob-installment-modal .modal-footer {
    border-top: 0px !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: none !important;
}

    .ob-installment-modal .modal-footer .btn {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -o-border-radius: 5px !important;
        -ms-border-radius: 5px !important;
        padding: 0.375em 1.5em !important;
    }

    .ob-installment-modal .modal-footer .btn-secondary {
        background-color: rgba(var(--White), 1) !important;
        border: 2px solid rgba(var(--PrimaryColor), 1) !important;
        color: rgba(var(--PrimaryColor), 1) !important;
        cursor: pointer;
    }

.ob-modal .modal-body {
    font-size: var(--FontSize-sm);
    font-weight: normal;
    padding: 1em 1em 1em 1em !important;
    text-align: left;
}

    .ob-modal .modal-body strong {
        font-size: var(--FontSize-md);
    }

.ob-modal .modal-content {
    border: 0px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
}

.ob-modal .modal-header {
    background-color: rgba(var(--SecondaryColor), 1);
    color: rgba(var(--White), 1);
    padding: 1em !important;
    position: relative;
}

    .ob-modal .modal-header h5 {
        display: block;
        text-align: center;
        width: 100%;
    }

    .ob-modal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        cursor: pointer;
        margin-right: 0.2em;
        opacity: 1 !important;
    }

.ob-modal .modal-footer {
    border-top: 0px !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: none !important;
}

    .ob-modal .modal-footer .btn {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -o-border-radius: 5px !important;
        -ms-border-radius: 5px !important;
        padding: 0.375em 1.5em !important;
    }

    .ob-modal .modal-footer .btn-secondary {
        background-color: rgba(var(--White), 1) !important;
        border: 2px solid rgba(var(--PrimaryColor), 1) !important;
        color: rgba(var(--PrimaryColor), 1) !important;
        cursor: pointer;
    }

.language-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .language-modal button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        border: none !important;
        border-radius: 0 !important;
        line-height: 2.875em;
        min-width: 8em !important;
        text-align: left;
        padding: 0 1em 0 1em !important;
        margin: 0;
        zoom: 1;
        cursor: pointer;
        font-size: var(--FontSize-xl);
    }

        .language-modal button svg {
            border: 1px solid rgba(var(--White), 1);
            border-radius: 100em;
            height: 1.8em;
            width: 1.8em;
            margin-right: 0.5em;
        }

        .language-modal button:focus-visible {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .language-modal button.selected {
            background-color: rgba(26, 128, 19, 0.1);
            color: #3c4448;
        }

            .language-modal button.selected::after {
                content: "";
                display: inline-block;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                height: 16px;
                width: 10px;
                border-bottom: 4px solid #229f57;
                border-right: 4px solid #229f57;
                margin-left: 1em;
            }

.currency-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .currency-modal button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        border: none !important;
        border-radius: 0 !important;
        line-height: 2.875em;
        min-width: 8em !important;
        text-align: left;
        padding: 0 1em 0 1em !important;
        margin: 0;
        zoom: 1;
        cursor: pointer;
        font-size: var(--FontSize-xl);
    }

        .currency-modal button svg {
            display: block;
            border: 1px solid rgba(var(--PrimaryColor), 1);
            border-radius: 100em;
            height: 1.5em;
            width: 1.5em;
            padding: 0.2em;
            margin-right: 0.5em;
            fill: rgba(var(--PrimaryColor), 1);
        }

        .currency-modal button:focus-visible {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .currency-modal button.selected {
            background-color: rgba(26, 128, 19, 0.1);
            color: #3c4448;
        }

            .currency-modal button.selected::after {
                content: "";
                display: inline-block;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                height: 16px;
                width: 10px;
                border-bottom: 4px solid #229f57;
                border-right: 4px solid #229f57;
                margin-left: 1em;
            }

.ob-campaign-modal .modal {
    padding-right: 0px !important;
}

.ob-campaign-modal .modal-body {
    font-size: var(--FontSize-sm);
    font-weight: normal;
    padding: 0.5em 0.5em 0.5em 0.5em !important;
    text-align: center;
}

.ob-campaign-modal .modal-dialog {
    max-width: calc(410px + 1em) !important;
}

.ob-campaign-modal .modal-content {
    border: 0px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
}

    .ob-campaign-modal .modal-content img {
        width: 100%;
    }

.ob-campaign-modal .modal-header {
    background-color: transparent;
    border-bottom: 0px !important;
    color: rgba(var(--White), 1);
    padding: 2em 1em !important;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

    .ob-campaign-modal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        cursor: pointer;
        margin-right: 0.2em;
        opacity: 1 !important;
    }

@media (max-width: 767.98px) {
    .ob-info-modal .modal-dialog {
        width: auto !important;
    }

    .language-modal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
    }

        .language-modal button {
            width: 100%;
        }

            .language-modal button.selected {
                background-color: rgba(26, 128, 19, 0.1);
                color: #3c4448;
            }

                .language-modal button.selected::after {
                    margin-left: auto;
                }

    .currency-modal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
    }

        .currency-modal button {
            width: 100%;
        }

            .currency-modal button.selected {
                background-color: rgba(26, 128, 19, 0.1);
                color: #3c4448;
            }

                .currency-modal button.selected::after {
                    margin-left: auto;
                }
}

#sticky_btn {
    background-color: rgba(var(--SecondaryColor), 1);
    border: 0;
    border-radius: 50em;
    height: 53px;
    width: 53px;
    position: sticky;
    bottom: 5em;
    right: 1em;
    margin-left: auto;
    cursor: pointer;
    z-index: 1040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: 5s;
    transform: 5s;
}

    #sticky_btn::before {
        content: "";
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 6px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: 10px;
    }

.breadcrumb {
    display: block;
    margin-bottom: 0.5em;
}

    .breadcrumb ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .breadcrumb ul li {
            color: rgba(var(--PrimaryColor), 1);
            font-size: 12px;
            font-weight: 500;
        }

            .breadcrumb ul li a {
                color: rgba(var(--PrimaryColor), 1);
                text-decoration: none;
            }

            .breadcrumb ul li:not(:last-child)::after {
                content: ">";
                margin-left: 0.5em;
                margin-right: 0.5em;
            }

@media (max-width: 767.98px) {
    .breadcrumb-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .breadcrumb-search .breadcrumb {
            margin-top: 1rem;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

            .breadcrumb-search .breadcrumb ul {
                -webkit-box-pack: center !important;
                -ms-flex-pack: center !important;
                justify-content: center !important;
            }

        .breadcrumb-search .search {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
}
