﻿
/*#region setUp*/

.dropdown-menu {
    --bs-dropdown-link-active-color: var(--bs-secondary);
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-hover-color: var(--bs-secondary);
    --bs-dropdown-link-hover-bg: transparent;
}

.navbar {
    --bs-navbar-toggler-icon-bg: "";
}

.navbar-toggler-icon > img {
    background-image: var(--bs-navbar-toggler-icon-bg)
}
.fs-5 {
    font-size: 1.1rem !important;
}

.shadow {
    box-shadow: 0 9px 15px 0px rgb(0 0 0 / 15%) !important
}

.border {
    --bs-border-color: #e4e4e4;
}

::selection {
    color: #fff;
    background: var(--bs-secondary);
}
.form-control::placeholder {
    color: #ced4da;
}

.required {
    position: relative;
}
    .required::before {
        content: "*";
        color: red;
        display: inline-block;
        position: absolute;
        left: 0px;
    }
/*#endregion setUp*/
/*------------------------------------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    /* padding: 0;
    margin: 0;*/
    color: #444;
}

body {
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

html:has(.modal-open) {
    overflow: hidden;
}

h1 {
    font-size: 30px;
    font-weight: 600;
}

.btn {
    border-radius: 0px;
    height: 100%;
}

li {
    list-style-type: none;
}

#loadingPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1056;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s ease-in-out;
}

    #loadingPage.show {
        visibility: visible;
        opacity: 1;
    }
    #loadingPage .loadingPageBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000c2; /* Black with transparency */
        z-index: 1055;
    }

    #loadingPage .spinnerDiv {
        position: fixed;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1056; /* Above the background */
    }

    #Alert {
    z-index: 1056;
}

.spinner-border {
    --bs-spinner-width: 4rem;
    --bs-spinner-height: 4rem;
    --bs-spinner-border-width: .4rem;
}

#content_errorMsg {
    max-width: 550px;
    margin: auto;
    padding: 0px 10px;
}
.col-form-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0;
}


.form-select > label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-fill-available;
    line-height: normal;
    cursor: pointer;
    height: 24px;
    padding: 0;
    display: block;
}

.form-select[disabled="disabled"] > label {
    cursor: default;
}
    /*#region navbar*/
    /*------- navbar ---------*/
.badge {
    background-color: var(--bs-badge-bg);
    font-weight: bolder;
}

.navbar.hertz {
    font-size: 16px;
    font-weight: 600;
}

.nav-item {
    position: relative;
    margin-right: 20px;
}

.logos {
    max-width: 100%;
    height: -webkit-fill-available;
}

.brands {
    height: 30px;
}

#brands2 > img {
    padding-right: 15px;
}

.userinfo.d-lg-none {
    color: var(--bs-secondary-color);
}


#userInfoDropdown {
    width: fit-content;
    float: right;
}

#imgLogo {
    height: 40px;
}

.header {
    height: 55px;
    padding-top: 15px;
}

#userprofile {
    text-align: right;
}

.userinfo {
    display: inline-block;
    text-align: right;
    float: right;
    line-height: 18px;
    margin-right: 10px;
}

.username {
    display: block;
    font-weight: 900;
}

.station {
    display: block;
}

.usericon {
    display: inline-block;
    float: right;
    line-height: 28px;
    margin-top: 5px;
    font-size: 30px;
    color: #444;
    /*cursor: pointer;*/
    background-color: transparent;
    border: none;
}

.dropdown .usericon {
    float: unset;
}

/*.usericon:hover {
        color: var(--bs-secondary);
    }*/

.navbar .dropdown-menu {
    width: max-content;
    max-width: 77vw;
}

.navbar .dropdown-toggle::after {
    content: unset;
}

.navbar-collapse.collapsing ~ div, .navbar-collapse.collapse.show ~ div {
    position: absolute;
    right: 10px;
    top: 18px;
}

.nav-link:hover {
    color: var(--bs-secondary);
}
/*li.nav-item .nav-link {
        transition: all .2s;
    }*/



/*------- navbar end ---------*/
/*#endregion navbar*/

/*#region metrics*/
/*--------- metrics ----------*/
.metrics li {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.metric {
    font-size: 14px;
    line-height: 14px;
}

.subtext {
    font-size: 14px;
    font-weight: 900;
}

/*--------- metrics end----------*/
/*#endregion metrics*/

/*#region pageheader*/
/*------- page header ---------*/

#header a {
    color: var(--bs-primary-color);
}
.page-header .list-inline li:first-of-type {
    border-left: 0;
}

.page-header .list-inline li:last-of-type {
    padding-right: 0;
}

.page-header .list-inline li {
    border-left: 1px dotted #000;
}

.page-header h4 {
    opacity: 0;
    -webkit-animation: fadeIn 1s .3s;
    -moz-animation: fadeIn 1s .3s;
    -o-animation: fadeIn 1s .3s;
    -o-animation: fadeIn 1s .3s;
    -ms-animation: fadeIn 1s .3s;
    animation: fadeIn 1s .3s;
    -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
    -moz-animation-fill-mode: forwards; /* FF 5+ */
    -o-animation-fill-mode: forwards; /* Not implemented yet */
    -ms-animation-fill-mode: forwards; /* IE 10+ */
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*------- page header end ---------*/
/*#endregion pageheader*/
/*#region footer*/
/*------- footer ---------*/
footer {
    background-color: var(--st-dark);
    color: var(--bs-primary-dark-color);
}

    footer .heading, footer .heading--collapsed {
        align-items: center;
        color: #ffd100;
        display: flex;
        font-weight: 800;
        gap: 10px;
        justify-content: space-between;
    }

.s-footer__grid ul:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

.s-footer__grid ul {
    display: grid;
    gap: 12px;
}

.s-footer__grid a {
    color: #fff;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out;
}

    .s-footer__grid a:active, .s-footer__grid a:focus, .s-footer__grid a:hover {
        color: #ffd100;
        text-decoration: none;
    }

.s-footer__grid--main {
    margin-bottom: 50px;
}

.s-footer__bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0 5px;
    flex-wrap: wrap;
    min-height: 50px;
}

    .s-footer__bottom img {
        /*filter: invert(1);*/
        width: 13rem;
    }

    .s-footer__bottom .logo-area {
        align-items: center;
        display: flex;
        gap: 20px;
    }

.s-footer__terms a {
    color: var(--bs-primary-dark-color);
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out;
}

    .s-footer__terms a:active, .s-footer__terms a:focus, .s-footer__terms a:hover {
        color: var(--bs-primary-dark-color-hover);
        text-decoration: none;
    }

.s-footer__copyright {
    font-size: 12px;
}
/*------- footer end ---------*/
/*#endregion footer*/
/*#region pagecontent*/
/*------- page content ---------*/
.count-sections {
    width: 30px;
}

#QuoteContent > .col > .quote-section,
#moreQuoteInfo .quote-section:not(:last-of-type) {
    margin-bottom: 40px;
}

/* .double-icons {
        height: 24px;
        width: 15px;
    }

        .double-icons > i {
            position: absolute;
            font-size: 13px;
        }

            .double-icons > i:first-of-type {
                left: 3px;
                top: 11px;
            }

            .double-icons > i:last-of-type {
                left: 9px;
                top: 1px;
            }*/

.section-title {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 12px;
    width: 100%;
}

    .section-title > div {
        background-color: white;
        z-index: 1;
    }

    .section-title svg {
        font-size: 30px;
        display: inline-block;
        margin-right: 10px;
    }

    .section-title::before {
        content: "";
        border-bottom: 1px solid grey;
        width: 100%;
        position: absolute;
    }

#previewDialog .section-title {
    font-size: 16px;
}
#previewDialog .section-title::before {
    bottom: 0;
}

#previewSave {
    height: 38px;
    width: 160px;
}

    #previewSave .spinner-border {
        height: 25px;
        width: 25px;
        border-width: 3px;
    }

.quote-section .container-fluid {
    padding: 0px 15px 0px 40px;
}

.input-form {
    max-width: 948px;
    width: 100%;
}

#optRulesDialog form {
    max-width: unset;
}

.quote-section .ag-theme-balham {
    height: 300px;
}

#content-container {
    flex: 1;
}

/*#moreQuoteInfo {
    opacity: 0;
    transform: scale(.95);
    transition: all .2s;
}
    #moreQuoteInfo.show {
        opacity: 1;
        transform: scale(1);
    }*/

.collapsing {
    height: 0%;
    overflow: hidden;
    transition: unset;
}

#moreQuoteInfo {
    overflow: hidden;
}

    #moreQuoteInfo .quote-section {
        opacity: 0;
        transform: translateY(-80%);
    }

        #moreQuoteInfo .quote-section > .section-title::before {
            opacity: 0;
            transform: translateX(-100%);
        }

    #moreQuoteInfo.show .quote-section > .section-title::before {
        opacity: 1;
        transform: translateX(0%);
        transition: all .9s .5s ease-in;
    }

    #moreQuoteInfo.show .quote-section:nth-of-type(2) > .section-title::before {
        opacity: 1;
        transform: translateX(0%);
        transition: all .9s .7s ease-in;
    }

    #moreQuoteInfo.show .quote-section:nth-of-type(3) > .section-title::before {
        opacity: 1;
        transform: translateX(0%);
        transition: all .9s .9s ease-in;
    }

    #moreQuoteInfo.show .quote-section {
        position: relative;
        background-color: white;
    }

        #moreQuoteInfo.show .quote-section:first-of-type {
            opacity: 1;
            transform: translateY(0%);
            transition: all 1s 0s cubic-bezier(1,-0.12,.35,.82);
            position: relative;
            z-index: 11;
        }

        #moreQuoteInfo.show .quote-section:nth-of-type(2) {
            opacity: 1;
            transform: translateY(0%);
            transition: all 1s .2s cubic-bezier(1,-0.12,.35,.82);
        }

        #moreQuoteInfo.show .quote-section:nth-of-type(3) {
            opacity: 1;
            transform: translateY(0%);
            transition: all 1s .4s cubic-bezier(1,-0.12,.35,.82);
            z-index: 10;
        }

        #moreQuoteInfo.show .quote-section:nth-of-type(4) {
            opacity: 1;
            transform: translateY(0%);
            transition: all 1s .6s cubic-bezier(1,-0.12,.35,.82);
            z-index: 1;
        }

        #moreQuoteInfo.show .quote-section:nth-of-type(5) {
            opacity: 1;
            transform: translateY(0%);
            transition: all 1s .8s cubic-bezier(1,-0.12,.35,.82);
        }

        #moreQuoteInfo.show .quote-section:nth-of-type(6) {
            opacity: 1;
            transform: translateY(0%);
            transition: all 1s 1s cubic-bezier(1,-0.12,.35,.82);
        }

#finalizeBtn > div {
    line-height: 29px;
}
.fa-user {
    color: rgba(var(--bs-primary-rgb));
}
/*div:has(>#DownPaymentPrice) {

}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*#DownPayment1,
#switchExtraMonthly {
    margin-top: 10px;
}*/

label > input:not([disabled]) {
    cursor: auto;
}
/*------- page content end ---------*/
/*#endregion pagecontent*/
/*#region forms inputs*/
#DownPaymentPrice .form-check-input {
    position: absolute;
    margin-left: 0;
    margin-top: 11px;
    width: 15px;
}

fieldset > .form-check-container .form-check-input[type=radio] ~ label {
    padding-left: 22px;
}

.form-control,
.form-select,
.custom-uploader {
    --bs-border-color: #ced4da;
    border-radius: 0;
    resize: none;
    /* box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);*/
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.form-control:focus,
.form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible,
.iti__search-inpt:focus,
.iti__search-input:focus-visible {
    color: var(--st-input-focus-color);
    background-color: var(--st-input-focus-bg);
    border-color: var(--st-input-focus-border);
    outline: 0;
    box-shadow: var(--st-input-focus-box-shadow);
}

.list-group {
    max-height: 200px;
    overflow: auto;
}

input[readonly="readonly"],
.form-control[readonly="readonly"]:focus,
.form-control:disabled,
.form-select[disabled="disabled"] {
    background-color: var(--st-input-readonly-bg);
    border-color: var(--bs-border-color);
    box-shadow: unset;
}

.form-select[disabled="disabled"] {
    cursor: default;
}

form #combobox {
    overflow: auto;
    max-height: 152px;
}

form .dropdown-item {
    cursor: pointer;
}

form .dropdown-menu input {
    padding-left: 2rem;
}

form .dropdown-toggle {
    text-decoration: none;
}

    form .dropdown-toggle::after {
        display: none;
    }

form .search-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
    color: #6b747c;
}


.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    height: 14px;
    width: 14px;
    margin-top: 4px;
}

.accordion-body .form-check:not(.form-switch) .form-check-input[type=checkbox] {
    height: 20px;
    width: 20px;
    margin-top: 1px;
    cursor: pointer;
}


.form-check:not(.form-switch) .form-check-input:checked {
    background-color: #fff;
    border-color: var(--bs-secondary);
}

.form-switch .form-check-input:checked {
    background-color: var(--bs-secondary);
}

.custom-uploader {
    cursor: pointer;
    height: 70px;
    overflow: auto;
}

    .custom-uploader > a {
        width: fit-content;
        height: fit-content;
    }

    .custom-uploader:has( ~ #fileToUpload[disabled]) {
        background-color: #e7e7e7;
        cursor: default;
    }

        .custom-uploader:has( ~ #fileToUpload[disabled]) > span {
            color: transparent;
            cursor: default;
        }

.noUploadedFiles {
    align-content: center;
    text-align: center
}


.form-select.loadingData .spinner-border {
    width: 15px;
    height: 15px;
    border-width: 1px;
    position: absolute;
    right: 13px;
    top: 11px;
    background-color: #e9e9e9;
}

#customerInfo div:has( > input[readonly]) {
    position: relative;
}

#customerInfo div:has( > input[readonly="readonly"])::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    margin: 6px 24px 7px 25px;
    background-color: #e7e7e7;
}

.form-switch .form-check-input {
    cursor: pointer;
}

#customerInfo div:has( > input.writeAnimation[readonly="readonly"])::after {
    animation: animated-text 2s steps(30,end) .1s 1 normal both;
}

@keyframes animated-text {
    from {
        left: 0%;
    }

    to {
        left: 95%;
    }
}

#inputLegal {
    padding-right: 16px;
}

#maxDiscount {
    display:none;
    text-wrap-mode: nowrap;
    padding-left: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
   /* position: absolute;
    right: -70px;*/
    opacity: .5;
}

.toggle-container {
    display: inline-flex;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
    height: 38px;
    background-color: #fff;
}

    /* Hide radio inputs */
    .toggle-container input {
        display: none;
    }

    /* Style labels */
    .toggle-container label {
        flex: 1;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        cursor: pointer;
        user-select: none;
        transition: color 0.3s ease;
    }

    /* Style the active toggle */
    .toggle-container input:checked + label {
        color: var(--bs-secondary);
        font-weight: bold;
    }

/* The toggle background indicator */
.toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    transition: left 0.3s ease;
    z-index: 0;
    border: 2px solid var(--bs-secondary);
}

/* Position the toggle for the selected radio button */
.toggle-container > input:last-of-type:checked ~ .toggle {
    left: 50%;
}


input[textboxtype="Currency"] {
    text-align: right;
}

/*#endregion forms inputs*/
/*#region lists*/
/*lists*/
.ag-theme-balham .ag-root-wrapper {
    border: unset;
}

#dataGrid {
    height: calc(100svh - 290px);
    min-height: 250px;
    font-size: 14px;
}

.ag-theme-balham .ag-header {
    background-color: #fff;
    border-bottom-color: var(--ag-border-color, #e4e4e4);
}

.ag-theme-balham .ag-row {
    background-color: #c9def629;
}

.ag-theme-balham .ag-row-odd {
    background-color: #ffffff33;
}

.ag-theme-balham .ag-row-selected {
    background-color: #c9def6;
}

.ag-theme-balham .ag-row:hover {
    background-color: #e9f1fb;
}

#carListGrid {
    width: 100%;
    height: 400px;
}
/*#endregion lists*/
/*#region accordion*/
.accordion-button {
    border: 1px solid var(--bs-accordion-border-color);
}

.accordion-item {
    border: unset;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.collapsing {
    transition: height .2s;
}

.accordion:not(.sub-accordion) .accordion-body {
    border: 1px solid var(--bs-accordion-border-color);
    border-top: unset;
}

.accordion .sub-accordion .accordion-button {
    background-color: transparent;
    border: unset;
    border-color: var(--bs-accordion-border-color);
}

    .accordion .sub-accordion .accordion-button:hover {
        color: var(--bs-secondary);
    }

.accordion-body .accordion-button:hover::after {
    background-image: var(--bs-accordion-btn-hover-icon);
}

.accordion .sub-accordion .accordion-item:not(:has(.collapsing)) .accordion-button.collapsed {
    border-bottom: 1px solid var(--bs-accordion-border-color);
}

.sub-accordion > .accordion-item > .accordion-collapse {
    border-bottom: 1px solid var(--bs-accordion-border-color);
    border-radius: unset;
}

.accordion .fa-circle-check {
    color: var(--bs-secondary);
}

.accordion #standardEquipmentContent li {
    position: relative;
    padding-left: 28px;
    margin-bottom: .5rem;
}

    .accordion #standardEquipmentContent li:before {
        background-color: unset !important;
        color: #4a90e2;
        content: "\f058";
        font-family: "Font Awesome 6 Pro";
        font-size: 20px;
        font-weight: 400;
        height: unset;
        line-height: 1;
        top: 3px;
        left: 0;
        transform: unset;
        position: absolute;
        width: unset;
    }


.accordion-collapse > .accordion-body > div,
.accordion-body .accordion-collapse .accordion-body > ul {
    opacity: 0;
    transform: scale(.95);
    transition: all .2s;
}

.collapse.show > .accordion-body > div,
.accordion-body .collapse.show .accordion-body > ul {
    opacity: 1;
    transform: scale(1);
}

.accordion-body .form-check {
    margin-bottom: .5rem;
}

    .accordion-body .form-check label {
        padding-left: 10px;
        cursor: pointer;
    }

.accordion li:has(.form-check input:not([disabled='disabled'])):hover {
    color: var(--bs-secondary);
}

.accordion .form-check:hover .form-check-input:not([disabled='disabled']) {
    border-color: var(--bs-secondary);
}

.accordion .accordion-button[disabled='disabled']::after {
    opacity: 0;
}

.accordion .loadingData .spinner-border {
    width: 20px;
    height: 20px;
    border-width: 2px;
    position: absolute;
    right: 18px;
}

.iti:has(input[disabled='disabled']) .iti__selected-country {
    cursor: default;
    /*filter: grayscale(50%);*/
}

    .iti:has(input[disabled='disabled']) .iti__selected-country .iti__arrow {
        display: none;
    }

/*#previewOptExtras .form-check-input:disabled ~ .form-check-label,
#previewOptExtras .form-check-input[disabled] ~ .form-check-label {
    opacity: 1;
}*/
.form-check-input:not([disabled]),
.form-check-input:not([disabled]) ~ label.form-check-label {
    cursor: pointer;
}
/*#endregion accordion*/
/*#region summary*/
/*------- summary section ---------*/
.summary-section {
    opacity: 0;
    transform: scale(.95);
    transition: all .2s;
}

    .summary-section.show {
        opacity: 1;
        transform: scale(1);
    }

.summary-btn {
    left: -42px;
    top: 0%;
    transition: left .2s;
    height: auto;
}

.summarylabel {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--bs-border-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.summary td {
    padding: 3px 0;
}

.table-value {
    text-align: right;
    font-weight: 600;
}

.summary-content {
    background-color: white;
    /*padding-top: 10px;*/
    /*padding: 1rem;*/
    /*box-shadow: var(--bs-box-shadow);*/
}

    .summary-content .summary-loader {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        align-content: center;
        z-index: 100;
        text-align-last: center;
    }

.summary-loader .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.2rem;
}

.brand-img {
    max-height: 30px;
}

.details img {
    width: 15px;
}

.summary-section {
    width: 355px;
}

label[for="carListSwitchVat"] {
    width: 140px;
    padding-right: 45px;
}

.carousel {
    height: 270px;
    align-content: center;
}
#ContentText:has( > ul) {
    text-align: start;
}

#ContentText li {
    list-style-type: unset;
}
#previewDialog .carousel {
    height: 220px;
    align-content: flex-start;
}

.carousel-control-next, .carousel-control-prev {
    width: 45px;
}

.carousel-control-prev {
    left: -8px;
}

.carousel-control-next {
    right: -8px;
}

.carousel-indicators {
    margin-bottom: 0rem;
}

    .carousel-indicators [data-bs-target] {
        width: 20px;
        height: 4px;
        background-color: #c7c7c7;
    }

.carousel-inner {
    max-width: 280px;
    margin: auto;
}
/*carImage {
    display: block;
    max-width: 100%;
    height: auto;
}*/
legend {
    border-top: 1px solid var(--bs-border-color);
}
/*------- summary section end ---------*/
/*#endregion summary*/

/*#region print*/
#printDialog .modal-dialog {
    max-width: 1400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#printDialog .modal-body {
    overflow: auto;
    max-height: calc(100svh - 205px);
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 505px;
}

/*#endregion print*/


#editor-container {
    position: relative;
    height: 100%;
}

#editor {
    width: 50%;
    height: 100%;
    border: none;
    padding: 10px;
    font-size: 16px;
    resize: none;
}

#preview {
    position: absolute;
    left: 0;
    min-height: 380px;
    border: 1px solid lightgray;
}

#cke_editor,
#cke_1_contents {
    height: 100% !important;
}

#cke_1_top,
#cke_1_bottom {
    display: none;
}


/*#region keyframes*/

@keyframes checkPulse {
    0% {
        background-size: 50%
    }

    50% {
        background-size: 130%
    }

    100% {
        background-size: 100%
    }
}

@keyframes checkPulseOut {
    0% {
        background-size: 100%
    }

    50% {
        background-size: 130%
    }

    100% {
        background-size: 0%
    }
}
/*#endregion keyframes*/

/*#region media*/

@media only screen and (max-width: 1400px) {
    .quote-section .container-fluid,
    .col > .quote-section > .container-fluid {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .sticky-xl-top {
        top: 201px;
    }

    .offset-xl-1 {
        margin-left: 1.333333%;
    }
}

@media only screen and (max-width: 1200px) {
    .summary-section {
        position: fixed;
        width: 360px;
        right: -360px;
        z-index: 100;
        padding: 0;
        transition: right .2s;
    }

        .summary-section:has(.summary-btn.active ) {
            right: 0;
        }

    .summary-btn.active i::before {
        content: "\f00d";
    }

    .summary-btn.active {
        left: -36px;
    }

    .summary-content {
        position: relative;
    }

    .card {
        padding: 1rem;
        box-shadow: var(--bs-box-shadow);
        max-height: calc(100vh - 193px);
        overflow: auto;
    }
}

@media only screen and (min-width: 992px) {
    li .nav-item.active {
        /*font-weight: bolder;*/
        position: relative;
        overflow: hidden;
    }

    li.nav-item::before {
        content: "";
        position: absolute;
        border-bottom: 3px solid var(--st-dark-border);
        left: 0;
        bottom: 0px;
        width: 0%;
        transition: all .2s;
    }

    li.nav-item:has(.nav-link:hover)::before {
        border-bottom-color: var(--bs-nav-color-hover);
    }

    li.nav-item.active::before {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    li.nav-item.active .nav-link {
        font-weight: bolder;
    }

    #dataGrid {
        height: calc(100svh - 258px);
    }
    .menu {
        width: 100%;
    }
}


@media only screen and (max-width: 800px) {
    .brands {
        height: 25px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 440px) {
    .summary-section {
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 100%;
    }
    .summary-content {
        height: 100%;
    }
    .summary-btn {
        left: -50px;
        margin-bottom: 10px;
        top: unset;
        bottom: 20px;
        transition: unset;
    }

    .summary-content .card {
        max-height: 100vh;
        height: 100%;
    }

    .summary-btn.active {
        left: unset;
        bottom: unset;
        right: 20px;
        top: 10px;
        z-index: 1;
        background-color: transparent;
        border: unset;
        color: var(--bs-secondary);
    }

    .btn.active, .btn:first-child:active {
        color: var(--bs-secondary);
        background-color: transparent;
        border-color: unset;
    }
  

    #printDialog .modal-dialog {
        max-width: unset;
        width: 96%;
    }
}

/*#endregion media*/

