:root {
    --cd-secondary-color: #363636;
    --cd-secondary-color: #d4af37;
    --cd-primary-color: #363636;
    --cd-tertiary-color: #999999;
    --title-font: "Outfit", sans-serif;
    --body-font: "Outfit", sans-serif;
    --bg-dark-color: #091c3a;
    --section-bg-light: #fafafa;
    --section-bg-dark: #15181f;
    --button-bg-dark: #15181f;
    --section-padding: 110px;
    --section-padding-md: 90px;
    --section-padding-sm: 70px;
    --section-title-margin: 40px;
    --transition: all 0.25s ease-in-out;
}

.bootstrap {
    all: revert;
}

#filterForm {
    padding-bottom: 20px;
}

.whiteBg {
    background-color: #fff;
    color: #000;
}

.allDataArea {
    margin-top: 80px;
    transition: all 0.3s ease;
}
/* all data counter start */
.allDataCounter .stat-card {
    position: relative;
    text-align: center;
    padding-top: 3rem;
    border-radius: 1rem;
    background-color: #f8f9fa;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.allDataCounter .stat-circle {
    width: 100px;
    height: 100px;
    background-color: var(--cd-secondary-color);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid white;
    box-shadow: inset 0px -7px 7px 1px rgb(0 0 0 / 29%);
}

.allDataCounter .stat-body {
    padding: 2rem 1rem 1rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    color: var(--cd-secondary-color);
}
/* all data counter end */

.allDataDetailsArea {
    margin-top: 80px;
    color: #000;

    /* allDataImages image slider  */
    .allDataImages .owl-carousel .owl-item img {
        width: 100% !important;
        height: 300px;
        margin: auto;
        object-fit: cover;
    }

    .allDataImages #big .item {
        background-color: #ffffff;
    }

    .allDataImages .owl-item.active.current {
        background-color: var(--cd-primary-color) !important;
        padding: 5px;
    }

    /* .allDataImages .owl-carousel,
    .allDataImages .owl-carousel .owl-stage-outer,
    .allDataImages .owl-carousel .owl-stage,
    .allDataImages .owl-carousel .item {
        min-height: 300px;
    } */

    .allDataImages.fade {
        -webkit-animation: zoomIn 1s linear;
        animation: zoomIn 1s linear;
    }

    .allDataImages .owl-controls {
        margin-top: 10px !important;
    }

    .owl-controls {
        display: none !important;
    }

    .singleImage {
        position: relative;
    }

    .auction-prev,
    .auction-next,
    .pickup-prev,
    .pickup-next,
    .warehouse-prev,
    .warehouse-next,
    .loading-prev,
    .loading-next,
    .terminal-prev,
    .terminal-next,
    .additional-prev,
    .additional-next {
        background-color: var(--cd-secondary-color);
        border: none;
        padding: 8px 10px;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        z-index: 99;
        transition: 0.3s ease;
        opacity: 0;
        pointer-events: none;
    }

    .auction-prev,
    .pickup-prev,
    .warehouse-prev,
    .loading-prev,
    .terminal-prev,
    .additional-prev {
        left: 0;
    }

    .auction-next,
    .pickup-next,
    .warehouse-next,
    .loading-next,
    .terminal-next,
    .additional-next {
        right: 0;
    }

    .allDataImages:hover .auction-prev,
    .allDataImages:hover .auction-next,
    .allDataImages:hover .pickup-prev,
    .allDataImages:hover .pickup-next,
    .allDataImages:hover .warehouse-prev,
    .allDataImages:hover .warehouse-next,
    .allDataImages:hover .loading-prev,
    .allDataImages:hover .loading-next,
    .allDataImages:hover .terminal-prev,
    .allDataImages:hover .terminal-next,
    .allDataImages:hover .additional-prev,
    .allDataImages:hover .additional-next {
        opacity: 1;
        pointer-events: auto;
    }

    .auction-prev:hover,
    .auction-next:hover,
    .pickup-prev:hover,
    .pickup-next:hover,
    .warehouse-prev:hover,
    .warehouse-next:hover,
    .loading-prev:hover,
    .loading-next:hover,
    .terminal-prev:hover,
    .terminal-next:hover,
    .additional-prev:hover,
    .additional-next:hover {
        background-color: #ddd;
        color: #000;
    }

    .allDataImages .imagesHeader {
        margin-bottom: 3px;
        margin-top: 20px;
    }

    .allDataImages .imagesHeader p {
        background: var(--cd-primary-color);
        color: #fff;
        padding: 10px 20px 5px 16px;
        width: 200px;
        border-radius: 20px;
    }

    .allData-details ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .allData-details ul li {
        list-style: none;
        border-left: 1px solid var(--cd-primary-color);
        border-bottom: 1px solid var(--cd-primary-color);
        box-shadow: -1px 2px 0px 1px
            color-mix(in srgb, var(--cd-primary-color), transparent 50%);
        padding: 4px 8px;
    }
}

.pageArea {
    margin-top: 80px;
}

/* request pages */
.select2-dropdown .select2-results .select2-results__options li {
    list-style: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: 48px;
    padding: 5px 10px 8px 5px;
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: normal;
    padding-left: 0;
}

.select2-results__options {
    padding-left: 0 !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 8px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-search__field {
    padding-bottom: 35px;
}

.createModal,
#editCalculationModal {
    color: #000;
}

/* diller news page start */
.tab.quote-list-tab .tabs {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab.quote-list-tab .tabs li {
    display: inline-block;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
}

.tab.quote-list-tab .tabs li.current {
    border-bottom: 2px solid var(--cd-secondary-color);
}

.tab.quote-list-tab .tabs li.current a {
    color: var(--cd-secondary-color);
}

.tab.quote-list-tab .tabs li a {
    color: #000;
    position: relative;
    padding-left: 35px;
}

.tab.quote-list-tab .tabs li a i {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -6px;
}

.tab.quote-list-tab .tabs_item {
    padding: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab_content .tabs_item .items {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
/* diller news page end */


.btn-primary {
    background-color: var(--cd-secondary-color) !important;
}