﻿:root {
    --bg-primary-color: #fff;
    --bg-secondary-color: #2c99ce;
    --bg-third-color: #F6903E;
    --bg-fourth-color: #F5F5F5;
    --d-body-color: #2b445a;
    --a-primary-color: #2c99ce;
    --a-secondary-color: #F6903E;
    --lable-primary-color: #2c99ce;
    --lable-secondary-color: #F6903E;
    --btn-primary-color: #2c99ce;
    --btn-secondary-color: #F6903E;
    --primary-color: #2c99ce;
    --secondary-color: #F6903E;
    --anchor-color: #2b445a;
    --lable-color: #2b445a;
    --input-color: #2b445a;
    --dark: #2b445a;
    --white-color: #fff;
    --linear-bg-color: linear-gradient(150deg,#2c99ce,#F6903E 94%);
}

*,
*:after,
*:before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.tbl {
    display: table;
    width: 100%
}

.td {
    display: table-cell;
    vertical-align: top;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand',sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    position: relative;
    color: var(--d-body-color);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 2;
    background-color: var(--bg-primary-color);
    overflow-x: hidden !important;
}

a {
    color: var(--a-primary-color);
    text-decoration: none;
}

    a:hover {
        color: var(--a-secondary-color);
        text-decoration: none;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*.container {
    max-width: 100%;
}*/
.row {
    margin-right: unset;
    margin-left: unset;
}

.SectionHeaderTage h1 {
    color: var(--primary-color);
}

ul.cust-list {
    padding-left: 3%;
    margin-top: -2%;
    list-style: none;
}

    ul.cust-list strong {
        color: var(--primary-color);
    }

    ul.cust-list svg {
        padding-right: 5px;
        color: var(--primary-color);
    }

.featureList {
    margin-top: 10px;
    display: flex;
    margin-bottom: 20px;
    width: 50%;
}

.featureTxt {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-color);
}

.featureSubTxt {
    font-size: 13px;
    line-height: 22px;
}

.vertical-center {
    margin: 0;
}

.mmt-5 {
    margin-top: -50px;
}

.vehicleSummery-list {
    list-style: none;
}

    .vehicleSummery-list li {
        width: 49%;
        float: left;
        font-size: 13px;
        margin-top: 15px;
    }

    .vehicleSummery-list strong {
        color: var(--primary-color);
        margin-left: 5px;
    }

    .vehicleSummery-list svg {
        color: var(--primary-color);
    }

@media screen and (max-width: 992px) {
    .search-panel .col-6 {
        width: 100%
    }

    ul.cust-list li {
        padding-left: 3%;
    }

    .featureList {
        width: 100% !important;
    }

    .featureSubTxt {
        padding-left: 7px;
    }
}
/* Date Time Picker */
.ui-widget.ui-widget-content {
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-title select {
    margin: 1px 2px !important;
    padding-left: 5px;
    height: 25px;
}
/* Select 2 */
.select2-container--default .select2-selection--single {
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom-color: currentcolor !important;
    border-bottom: 2px solid #9b9b9b !important;
    border-radius: unset !important;
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: unset !important;
    }
/* Floating Error Message */
.floating-error {
    position: fixed;
    top: 140px;
    right: 20px;
    background-color: #d06058;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
    max-width: 90%;
    max-height: 200px;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    text-align: center;
}

    .floating-error .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        background: none;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }

.floating-view-more {
    display: block;
    margin-top: 10px;
    color: #ffdada;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

#moreErrorText {
    display: none;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .floating-error {
        top: 10px;
        right: 10px;
        padding: 12px 16px;
        font-size: 14px;
    }
}
