/* ============================================== section reports main  ================================================= */
.section-reports-main {
    padding: 162px 0 96px;
}

.reports-main-title-wrap {
    margin-bottom: 16px;
}

.section-reports-main .heading-style-6 {
    color: var(--secondary-02);
}

.section-reports-main .reports-id-tag {
    background-color: var(--gray-01);
    border-radius: 100px;
    padding: 6px 16px;
    flex-shrink: 0;
}

.section-reports-main .reports-id-tag p {
    color: var(--secondary);
}

.section-reports-main .comman-btn-medium {
    font-family: var(--helvetica-reg);
}

/* top content */
.reports-content-wrap-top {
    padding: 24px 32px;
    background-color: var(--white);
    border-radius: 24px;
    margin-bottom: 40px;
}

.reports-content-wrap-top .heading-style-7 {
    color: var(--dark-blue);
    margin-bottom: 8px;
}

.reports-content-wrap-top .heading-style-10 {
    color: #75797C;
}

.reports-content-wrap-top .comman-btn-medium img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(44%) sepia(55%) saturate(1481%) hue-rotate(179deg) brightness(87%) contrast(76%);
}

.reports-content-wrap-top .comman-btn-medium:hover img,
.share-icon:hover>img {
    filter: none;
}

.share-icon {
    border: 1px solid var(--blue-01);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: var(--f0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(44%) sepia(55%) saturate(1481%) hue-rotate(179deg) brightness(87%) contrast(76%);
}

.share-icon:hover {
    background: var(--blue-01);
}

.car-detail-wrap {
    margin-top: 17px;
}

.car-detail-inner {
    padding: 8px 12px;
    background-color: var(--gray);
    border-radius: 8px;
}

/* tabs nav */
.section-reports-main .nav {
    gap: 12px;
}

.section-reports-main .nav-link {
    padding: 0 20px;
    font-size: 16px;
    line-height: 28px;
    min-width: 155px;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-family: var(--helvetica-reg);
    border-radius: 100px !important;
    border: 1px solid #CFD1D2;
    color: var(--secondary-02);
}

.section-reports-main .nav-link span,
.accordion-button span {
    flex-shrink: 0;
    background: var(--gray-01);
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-reports-main .nav-link span img,
.accordion-button span img {
    width: 20px;
    height: 20px;
}

.section-reports-main .nav-pills .nav-link.active,
.section-reports-main .nav-pills .show>.nav-link {
    color: var(--white);
    background-color: var(--blue-01);
    border-color: var(--blue-01);
}

.section-reports-main .nav-link.disabled,
.nav-link:disabled {
    background-color: var(--gray-01);
    color: #AEB1B2;
}

.section-reports-main .nav-link:focus,
.nav-link:hover {
    color: var(--white);
    background-color: var(--blue-01);
    border-color: var(--blue-01);
}

.section-reports-main #pills-plate-change-tab {
    padding-right: 4px;
}

.nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}

/*=========== tab-content =========== */
.section-reports-main .tab-content {
    margin-top: 32px;
    background-color: var(--white);
    border-radius: 16px;
    border: none;
}

/* Vehicle Details ====== */
/* title */
.section-reports-main .tab-title-wrap {
    padding: 30px 24px;
    border-bottom: 1px solid var(--gray-01);
}

.section-reports-main .tab-title-wrap .heading-style-8 {
    color: var(--dark-blue);
    font-family: var(--helvetica-bold);
}

.section-reports-main .tab-gb-wrap {
    padding: 4px 20px 4px 4px;
    background-color: var(--yellow);
    border-radius: 8px;
    min-width: 148px;
}

.section-reports-main .tab-gb-wrap p {
    color: var(--dark-blue);
    font-family: var(--helvetica-bold);
    text-transform: uppercase;
}

.section-reports-main .gb-inner {
    width: 38px;
    height: 38px;
    padding: 5px;
    background-color: var(--white);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-reports-main .gb-inner p {
    color: var(--blue);
}

/* card */
.tab-card-wrap {
    padding: 32px;
}

.tab-card-wrap .row {
    row-gap: 41px;
}

.report-card-image {
    background-color: #F2F8FD;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-card-image img {
    width: 26px;
    height: 26px;
}

.tab-card-wrap p {
    color: #75797C;
}

.tab-card-wrap .p-big {
    color: var(--dark-blue);
}

/* vehicle-valution =========== */
.vehicle-valution-right-content-inner {
    padding: 32px;
    border: 1px solid #CFD1D2;
    border-radius: 32px;
}

.vehicle-valution-right-content-inner .heading-style-10 {
    color: var(--dark-blue);
    font-family: var(--helvetica-bold);
    margin-bottom: 8px;
}

.vehicle-valution-right-content-inner p {
    margin-top: 0px;
}

.vehicle-valution-right-content p {
    margin-top: 16px;
}

.price-range-wrap {
    margin-top: 48px;
}

.price-range-inner-card {
    padding: 8px 12px;
    border: 1px solid #CFD1D2;
    border-radius: 9px;
    text-align: center;
    position: relative;
}

.price-range-inner-card:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #59C24D;
    border-left: 7px solid transparent;
    width: 0;
    height: 0;
    top: auto;
    bottom: -25px;
    content: "";
}

.price-range-inner-card:nth-child(2):after {
    border-bottom-color: #F2E463;
}

.price-range-inner-card:nth-child(3):after {
    border-bottom-color: #F87848;
}

.price-range-inner-card:nth-child(2) {
    background-color: var(--secondary);
}

.price-range-inner-card:nth-child(2) p:last-child {
    color: var(--white);
}

.price-range-inner-card:nth-child(2) p:first-child {
    color: #CFD1D2;
}

.price-range-inner-card p:last-child {
    margin-top: 4px;
    font-family: var(--helvetica-bold);
    color: var(--secondary);
}

.price-range-inner-card p:first-child {
    margin-top: 0 !important;
}

.price-range-inner {
    position: relative;
    padding-bottom: 32px;
}

.price-range-inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    border-radius: 100vmax;
    background: linear-gradient(90deg, #00c364 20%, #ffeb28 45%, #ffeb28 55%, #ff5f5f 80%);
    inset: auto 0 0;
    content: "";
}

/* plate changes ====== */
.section-reports-main .table-wrap {
    border: 1px solid var(--gray-01);
    border-radius: 12px;
    overflow-x: auto;
    white-space: nowrap;
}

.section-reports-main table {
    width: 100%;
    text-align: center;
}

.section-reports-main table td,
.section-reports-main table th {
    border-right: 1px solid var(--gray-01);
    width: 33.33%;
}

.section-reports-main table tr,
.section-reports-main table thead tr:last-child {
    border-bottom: 1px solid var(--gray-01);
}

.section-reports-main td:last-child,
.section-reports-main th:last-child,
.section-reports-main tr:last-child {
    border: none;
}

.section-reports-main table td {
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-blue);
    background-color: var(--white);
}

.section-reports-main table th {
    padding: 12px 20px;
    background-color: var(--gray);
    border-color: #CFD1D2;
    color: var(--black);
}

.section-reports-main table .gb-inner p {
    color: var(--dark-blue);
}

.section-reports-main table .tab-gb-wrap p {
    font-family: var(--helvetica-reg);
}

/* vn-end-with ====== */
.table-check-input {
    max-width: 451px;
    padding-bottom: 20px;
}

.input-check-wrap {
    gap: 24px;
    position: relative;
}

.input-check-wrap label {
    margin-bottom: 6px;
}

.input-check-wrap input[type="text"] {
    min-width: 320px;
}

.input-check-wrap input[type="submit"] {
    margin: 0;
}

.input-check-wrap .error-msg {
    color: #FF0000 !important;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 6px;
}

.input-check-wrap .success-msg {
    color: green !important;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 6px;
}

/* previous-owner ====== */
/* fuel-economy ====== */
#pills-previous-owner table td,
#pills-fuel-economy table td,
#pills-logbook-report table td {
    padding: 20px;
}

/* logbook-report ====== */
#pills-logbook-report .table-wrap {
    max-width: 300px;
}

#pills-logbook-report table {
    text-align: start;
}

.tab-table-total .heading-style-10 {
    color: var(--dark-blue);
    font-family: var(--helvetica-reg);
}

.tab-table-total .heading-style-10 span {
    font-family: var(--helvetica-bold);
}

/* MOT History ====== */
#pills-mot-history table th {
    width: auto;
}

#pills-mot-history table td {
    width: auto;
    height: 84px;
}

.tab-table-status {
    background-color: #14B243;
    color: var(--white);
    font-size: 14px;
    font-family: var(--helvetica-bold);
    border-radius: 8px;
    padding: 6px 12px;
}

td .p-big {
    text-align: left;
    font-size: 16px;
    line-height: 21px;
}

td ol.mot-comments-list li {
    list-style-type: decimal;
}

td ol {
    margin-bottom: 0;
}

td .p-big span {
    background-color: #FBDE39;
    color: var(--black);
    font-size: 12px;
    font-family: var(--helvetica-reg);
    border-radius: 8px;
    padding: 3px 9px;
}

td .p-big span.fail-red {
    background-color: #d11a20;
    color: var(--white);
}

#pills-mot-history td .p-big {
    margin-top: 8px;
}

#pills-mot-history td .p-big:first-child {
    margin-top: 0px !important;
}

/* accordion items */
.section-reports-main .accordion-item {
    border: none;
    border-radius: 24px;
}

.my-report-main {
    padding: 40px 0 40px;
}

.my-report-main table th {
    background: #E6E7E7;
}

.my-report-main table td {
    width: auto
}

.my-report-main table .id-td {
    width: 60px;
}

.my-report-main table .action {
    width: 100px;
}

.report-download-icon img {
    width: 24px;
}

.my-report-main .add-btn {
    flex-shrink: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto !important;
}

.my-report-main .add-btn img {
    width: auto;
}

.my-report-main .add-btn:hover img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(93%) saturate(397%) hue-rotate(161deg) brightness(91%) contrast(96%);
}

.my-credits {
    padding: 0;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--white);
}

.my-credits .my-credit-head {
    background: #18578C;
    padding: 24px;
}

.my-credits .my-credit-head h3 {
    color: var(--white);
}

.my-credits .my-credit-head .add-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--white);
}

.my-credits .my-credit-head .add-link img {
    width: 16px;
}

.my-credits-content {
    padding: 16px;
}

.my-credits-content .my-credits-block {
    background-color: #F2F8FD;
    border-radius: 16px;
    padding: 20px 16px;
    margin: 0 0 16px 0;
}

.my-credits-content .my-credits-block h4 {
    font-size: 16px;
    color: var(--light-blue);
    font-family: var(--helvetica-bold);
    margin-bottom: 15px;
}

.my-credits-content .my-credits-block p {
    color: #184A74;
}

.my-credits-content .my-credits-block p span {
    color: var(--blue-01);
    font-size: 30px;
    font-family: var(--helvetica-bold);
}

.model-new-report {
    max-width: 582px !important;
}

.model-new-report .modal-content {
    padding: 34px;
}

.new-report-tab {
    margin: 30px 0 0 0;
}

.new-report-tab .nav-link {
    background-color: var(--gray);
    color: #75797C;
    font-size: 18px;
    width: 100%;
    padding: 14px 16px;
}

.new-report-tab .nav-link.active {
    background-color: var(--blue-01);
}

.new-report-tab .gb-check-wrap {
    width: 100%;
}

.new-report-tab .gb-check-wrap input {
    max-width: 400px !important;
}

.credits-left {
    border: solid 1px #CFD1D2;
    padding: 13px 16px;
    border-radius: 12px;
    margin: 10px 0 0 0
}

.credits-left p {
    color: #75797C;
    font-size: 20px;
}

.credits-left span {
    color: var(--blue-01);
    font-size: 26px;
    font-family: var(--helvetica-bold);
}

#new-report-modal .tab-content {
    border: none;
}

/* graph  */
/* canvas{height: 396px !important;border: 1px solid #E6E7E7;border-radius:12px;} */

/* emission data */
/* Tooltip Styles */
.bar-tooltip-active .bar-tooltip {
    visibility: visible;
    opacity: 1;
    top: -105px;
}

.bar-tooltip {
    visibility: hidden;
    opacity: 0;
    padding: 8px 12px;
    text-align: center;
    min-width: 212px;
    width: 100%;
    position: absolute;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--black);
    border-radius: 8px;
}

/* .bar:hover .bar-tooltip{visibility: visible;opacity: 1;} */
.bar-tooltip p {
    color: var(--white);
    margin-bottom: 4px;
}

.bar-1 .bar-tooltip-data p:first-child {
    color: #6AC36A;
}

.bar-2 .bar-tooltip-data p:first-child {
    color: #A0D699;
}

.bar-3 .bar-tooltip-data p:first-child {
    color: #D1DF6B;
}

.bar-4 .bar-tooltip-data p:first-child {
    color: #F3D46B;
}

.bar-5 .bar-tooltip-data p:first-child {
    color: #F9A55C;
}

.bar-6 .bar-tooltip-data p:first-child {
    color: #F59175;
}

.bar-7 .bar-tooltip-data p:first-child {
    color: #F76E6E;
}

.bar .bar-tooltip-data p span {
    color: var(--black);
    border-radius: 50%;
    display: inline-flex;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    font-size: 12px;
}

.bar-1 .bar-tooltip-data p span {
    background-color: #6AC36A;
}

.bar-2 .bar-tooltip-data p span {
    background-color: #A0D699;
}

.bar-3 .bar-tooltip-data p span {
    background-color: #D1DF6B;
}

.bar-4 .bar-tooltip-data p span {
    background-color: #F3D46B;
}

.bar-5 .bar-tooltip-data p span {
    background-color: #F9A55C;
}

.bar-6 .bar-tooltip-data p span {
    background-color: #F59175;
}

.bar-7 .bar-tooltip-data p span {
    background-color: #F76E6E;
}

.bar-tooltip::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: var(--black) transparent transparent transparent;
}

/* Scale Styles */
#pills-emissions .scale-container {
    width: 100%;
    margin-top: 93px;
}

#pills-emissions .scale-bar {
    display: flex;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    gap: 7px;
}

#pills-emissions .bar {
    flex: 1;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px;
    color: #112840;
    font-family: var(--helvetica-bold);
    text-align: center;
}

/* Bar Colors */
#pills-emissions .bar-1 {
    background-color: #6AC36A;
}

#pills-emissions .bar-2 {
    background-color: #A0D699;
}

#pills-emissions .bar-3 {
    background-color: #D1DF6B;
}

#pills-emissions .bar-4 {
    background-color: #F3D46B;
}

#pills-emissions .bar-5 {
    background-color: #F9A55C;
}

#pills-emissions .bar-6 {
    background-color: #F59175;
}

#pills-emissions .bar-7 {
    background-color: #F76E6E;
}

/* Label */
#pills-emissions .p-big {
    margin-top: 18px;
    color: #4D4F51;
    font-family: var(--helvetica-bold);
}

/* share icon tooltip */
.share-icon {
    position: relative;
    cursor: pointer;
}

.share-icon:hover .share-tooltip {
    visibility: visible;
    opacity: 1;
}

.share-tooltip {
    visibility: hidden;
    opacity: 0;
    padding: 8px 12px;
    text-align: center;
    min-width: 170px;
    width: 100%;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: var(--blue-01);
    border-radius: 8px;
    display: flex;
    gap: 10px;
}

.share-tooltip a {
    display: inline-flex;
    height: 30px;
    width: 30px;
    background-color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.share-tooltip::after {
    content: "";
    position: absolute;
    top: -5px;
    transform: translateX(-50%);
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: var(--blue-01) transparent transparent transparent;
}

.share-tooltip img {
    width: 20px;
    height: 20px;
}

/* tab write of car image ===== */
.car-damage-container {
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

.car-wrapper {
    position: relative;
    border-radius: 300px;
    background-clip: content-box;
    padding: 4px;
    overflow: hidden;
}

.car-wrapper:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 150px solid transparent;
    border-top-width: 75px;
    border-bottom-width: 75px;
    z-index: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.car-wrapper:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 300px solid transparent;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 0;
    pointer-events: none;
}

.car-damage-inner {
    position: relative;
    background: #f5f5f5;
    border-radius: 300px;
    z-index: 1;
}

/* add class and style */
/* .car-wrapper.left-side-damage:before{border-color:#DE1616 transparent transparent;}
.car-wrapper.right-side-damage:before{border-color:transparent transparent #DE1616;}
.car-wrapper.front-side-damage:before{border-color:transparent #DE1616 transparent transparent;}
.car-wrapper.rear-side-damage:before{border-color:transparent transparent transparent #DE1616;} */
/* cross */
/* .car-wrapper.left-front-side-damage:after{border-color: #DE1616 transparent transparent transparent;}
.car-wrapper.front-right-side-damage:after{border-color:transparent #DE1616 transparent transparent;}
.car-wrapper.right-rear-side-damage:after{border-color:transparent transparent #DE1616 transparent;}
.car-wrapper.rear-left-side-damage:after{border-color: transparent transparent transparent #DE1616;} */

.car-wrapper.left-side-damage:before {
    border-top-color: #DE1616;
}

.car-wrapper.right-side-damage:before {
    border-bottom-color: #DE1616;
}

.car-wrapper.front-side-damage:before {
    border-right-color: #DE1616;
}

.car-wrapper.rear-side-damage:before {
    border-left-color: #DE1616;
}

/* cross */
.car-wrapper.left-front-side-damage:after {
    border-top-color: #DE1616;
}

.car-wrapper.front-right-side-damage:after {
    border-right-color: #DE1616;
}

.car-wrapper.right-rear-side-damage:after {
    border-bottom-color: #DE1616;
}

.car-wrapper.rear-left-side-damage:after {
    border-left-color: #DE1616;
}

.car {
    width: 100%;
    height: auto;
    display: block;
}

/* Labels */
.labels {
    position: absolute;
    inset: 0;
}

.label {
    position: absolute;
    font-size: 14px;
    color: var(--black);
}

.left-side {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.right-side {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.rear {
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.front {
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

/* pop up and icon */
.car-damage-icon-dec {
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.car-damage-icon-dec a {
    display: inline-block;
}

.car-damage-icon-dec a img {
    width: 25px;
    height: 25px;
}

.damage-text {
    opacity: 0;
    pointer-events: none;
    background: white;
    padding: 8px 12px;
    border-radius: 12px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 176px;
}

.damage-text p {
    color: #5A5D60;
    margin-bottom: 3px;
    font-family: var(--helvetica-reg);
    font-size: 12px;
}

.damage-text .car-damage-tag-wrap p {
    background-color: #FBC139;
    padding: 4px 8px;
    border-radius: 4px;
    color: var(--black);
    margin: 0;
    font-size: 12px;
    color: var(--black);
    font-family: var(--helvetica-bold);
}

.left-side-damage~.left-side-damage-icon-dec {
    top: 0;
    z-index: 1;
}

.right-side-damage~.right-side-damage-icon-dec {
    top: auto;
    z-index: 1;
}

.front-side-damage~.front-side-damage-icon-dec {
    top: 50%;
    left: auto;
    right: -4%;
    z-index: 1;
}

.rear-side-damage~.rear-side-damage-icon-dec {
    top: 50%;
    left: auto;
    z-index: 1;
}

/* cross damage */
.left-front-side-damage~.left-front-side-damage-icon-dec {
    top: 3%;
    right: 12%;
    left: auto;
    z-index: 1;
}

.front-right-side-damage~.front-right-side-damage-icon-dec {
    bottom: -3%;
    right: 12%;
    top: auto;
    left: auto;
    z-index: 1;
}

.right-rear-side-damage~.right-rear-side-damage-icon-dec {
    bottom: -2%;
    left: 15%;
    top: auto;
    z-index: 1;
}

.rear-left-side-damage~.rear-left-side-damage-icon-dec {
    top: 5%;
    left: 15%;
    z-index: 1;
}

/* pop up position */
.left-side-damage-icon-dec .damage-text {
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 120%;
}

.right-side-damage-icon-dec .damage-text {
    left: 50%;
    transform: translateX(-50%);
    bottom: 120%;
}

.rear-side-damage-icon-dec .damage-text {
    left: 120%;
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
}

.rear-left-side-damage-icon-dec .damage-text {
    left: 120%;
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
}

.right-rear-side-damage-icon-dec .damage-text {
    left: 120%;
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
}

/* active class */
.car-damage-icon-dec a.active~.damage-text {
    opacity: 1;
}

/* Damage Indicator */
.damage-indicator {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.osf {
    font-weight: bold;
}


/* reports eye icon style */
.reports-eye-icon img {
    width: 20px;
    height: 20px;
}

/* wright off image */
.tab-card-wrap .tab-check-icon {
    width: 28px;
    height: 28px;
}


.chart-container-inner {
    min-width: 600px;
    aspect-ratio: 1572 / 480;
}


/* ======================================================== Media Query ================================================= */
@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {

    /* ================================== section reports main  ==================================== */
    .section-reports-main {
        padding: 142px 0 90px;
    }

    /* tab nav */
    .section-reports-main .nav-link {
        min-width: 133px;
        min-height: 42px;
    }
}

@media screen and (max-width:1400px) {

    /* ================================== section reports main  ==================================== */
    .section-reports-main {
        padding: 130px 0 86px;
    }

    /* main title */
    .reports-content-wrap-top {
        padding: 22px;
        margin-bottom: 30px;
    }

    /* tab nav */
    .section-reports-main .nav {
        gap: 10px;
    }

    .section-reports-main .nav-link {
        min-width: 132px;
        min-height: 40px;
        font-size: 15px;
        line-height: 26px;
    }

    /* tab content */
    .section-reports-main .tab-content {
        margin-top: 30px;
    }

    /* title */
    .section-reports-main .tab-title-wrap {
        padding: 22px;
    }

    /* content */
    .tab-card-wrap {
        padding: 22px;
    }

    /* card */
    .tab-card-wrap .row {
        row-gap: 32px;
    }

    .report-card-image {
        width: 45px;
        height: 45px;
    }

    .report-card-image img {
        width: 22px;
        height: 22px;
    }

    .section-reports-main table th {
        padding: 10px 18px;
    }

    .section-reports-main table td {
        font-size: 16px;
        line-height: 22px;
    }

    #pills-previous-owner table td,
    #pills-fuel-economy table td,
    #pills-logbook-report table td {
        padding: 15px;
    }

    /* MOT History  */
    #pills-mot-history table td {
        height: 74px;
    }

    .tab-table-status {
        padding: 3px 15px;
    }

    #pills-mot-history td .p-big:last-child {
        margin-top: 5px;
    }

}

@media screen and (max-width:1199px) {

    /* ================================== section reports main  ==================================== */
    .section-reports-main {
        padding: 100px 0 46px;
    }

    /* reports-content-wrap-top */
    .reports-content-wrap-top {
        padding: 21px;
        margin-bottom: 26px;
        border-radius: 18px;
    }

    .reports-content-wrap-top .heading-style-7 {
        margin-bottom: 5px;
    }

    .share-icon {
        width: 38px;
        height: 38px;
    }

    .share-icon img {
        width: 20px;
        height: 20px;
    }

    .car-detail-wrap {
        margin-top: 15px;
    }

    .car-detail-inner {
        padding: 6px 10px;
    }

    /* tabs nav */
    .section-reports-main .nav {
        gap: 4px;
        row-gap: 7px;
    }

    .section-reports-main .nav-link {
        min-width: auto;
        min-height: 37px;
        font-size: 14px;
        line-height: 22px;
    }

    /* content */
    .section-reports-main .tab-content {
        margin-top: 26px;
    }

    /* title */
    .section-reports-main .tab-title-wrap,
    .tab-card-wrap {
        padding: 21px;
    }

    .section-reports-main .tab-gb-wrap {
        min-width: 138px;
    }

    /* card */
    .tab-card-wrap .row {
        row-gap: 28px;
    }

    .report-card-image {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }

    .report-card-image img {
        width: 20px;
        height: 20px;
    }

    .section-reports-main .gb-inner {
        width: 35px;
        height: 35px;
    }

    /* table */
    .section-reports-main table th {
        padding: 8px 14px;
        font-size: 14px;
    }

    .section-reports-main table td {
        font-size: 15px;
        line-height: 20px;
    }

    #pills-previous-owner table td,
    #pills-fuel-economy table td,
    #pills-logbook-report table td {
        padding: 13px;
    }

    #pills-mot-history table td {
        height: 70px;
    }

    /* input */
    .input-check-wrap {
        gap: 15px;
    }

    /* accordion items */
    .section-reports-main .accordion-item {
        border-radius: 18px;
    }

    /* emission ======= */
    #pills-emissions .bar {
        flex: auto;
    }

    /* wright off */
    .car-damage-icon-dec a img {
        width: 20px;
        height: 20px;
    }

    .front-right-side-damage~.front-right-side-damage-icon-dec {
        bottom: -6%;
    }

    .right-rear-side-damage~.right-rear-side-damage-icon-dec {
        bottom: -5%;
    }

}

@media screen and (max-width:991px) {

    /* ================================== section reports main  ==================================== */
    /* title */
    .reports-main-title-wrap {
        margin-bottom: 14px;
    }

    /* reports-content-wrap-top */
    .reports-content-wrap-top {
        padding: 20px;
        margin-bottom: 22px;
        border-radius: 16px;
    }

    /* tab nav */
    .section-reports-main .nav-link {
        min-height: 36px;
        font-size: 13px;
        line-height: 20px;
    }

    /* tab content */
    .section-reports-main .tab-content {
        margin-top: 20px;
    }

    .section-reports-main .tab-title-wrap,
    .tab-card-wrap {
        padding: 20px;
    }

    .section-reports-main .gb-inner {
        width: 30px;
        height: 30px;
    }

    /* table */
    .section-reports-main table th {
        padding: 6px 10px;
        font-size: 14px;
    }

    .section-reports-main table td {
        padding: 9px;
    }

    .input-check-wrap .error-msg {
        font-size: 13px;
    }

    #pills-previous-owner table td,
    #pills-fuel-economy table td,
    #pills-logbook-report table td {
        padding: 11px;
    }

    #pills-mot-history td .p-big:last-child {
        margin-top: 7px;
    }

    /* accordion items */
    .section-reports-main .accordion-item {
        border-radius: 16px;
    }

    .my-report-main {
        padding: 30px 0;
    }

    .new-report-tab .nav-link {
        font-size: 16px;
        padding: 10px 16px;
    }

    .credits-left p {
        font-size: 16px;
    }

    .credits-left span {
        font-size: 22px;
    }

    /* emission ======= */
    #pills-emissions .bar {
        font-size: 14px;
    }

    /* wright off */
    .car-damage-icon-dec a img {
        width: 24px;
        height: 24px;
    }

    .left-front-side-damage~.left-front-side-damage-icon-dec {
        top: 5%;
    }

    .front-right-side-damage~.front-right-side-damage-icon-dec {
        bottom: -3%;
    }

    .right-rear-side-damage~.right-rear-side-damage-icon-dec {
        bottom: -3%;
    }
}

@media screen and (max-width:767px) {

    /* ================================== section reports main  ==================================== */
    /* title */
    .reports-content-wrap-top .heading-style-7 {
        margin-bottom: 3px;
    }

    .share-icon {
        width: 34px;
        height: 34px;
    }

    .reports-content-wrap-top .comman-btn-medium img {
        width: 18px;
        height: 18px;
    }

    /* tab nav */
    .section-reports-main .nav {
        display: none;
    }

    /* accordion */
    .section-reports-main .accordion-item {
        border: none;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 14px;
    }

    .section-reports-main .accordion-item.active .accordion-button::after,
    .section-reports-main .accordion-item.active .accordion-button:not(.collapsed)::after {
        filter: brightness(1);
    }

    .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        background-image: url(../images/accordion-arrow-icon.svg);
        filter: brightness(0);
    }

    /*  */
    .section-reports-main .accordion-item .accordion-button {
        padding: 12px 20px;
        gap: 10px;
        line-height: 23px;
        background-color: var(--f0);
        color: var(--secondary-02);
        border: 1px solid #CFD1D2;
        border-radius: 12px;
    }

    .section-reports-main .accordion-item.disabled .accordion-button {
        background-color: var(--gray-01);
        color: #AEB1B2;
        pointer-events: none;
    }

    .section-reports-main .accordion-item.active .accordion-button {
        background-color: var(--blue-01);
        color: var(--white);
        border-color: var(--blue-01);
    }

    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .section-reports-main .tab-content {
        background-color: var(--f0);
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .new-report-tab .tab-content>.tab-pane {
        display: none;
        opacity: 0;
    }

    .new-report-tab .tab-content>.tab-pane.active {
        display: block;
        opacity: 1;
    }

    .my-report-main {
        padding: 20px 0;
    }

    .model-new-report .modal-content {
        padding: 20px;
    }

    .new-report-tab .nav-link {
        font-size: 14px;
        line-height: 22px;
    }

    /* emission ======= */
    #pills-emissions .scale-container {
        margin-top: 53px;
    }

    #pills-emissions .scale-bar {
        flex-wrap: wrap;
        height: auto;
    }

    #pills-emissions .bar {
        min-width: 100px;
    }

    #pills-emissions .p-big {
        margin-top: 28px;
    }


    .chart-container {
        overflow-x: auto;
        width: 100%;
    }

    .chart-container-inner {
        aspect-ratio: 1 / 0.8;
    }

    .bar-tooltip {
        left: 52%;
        min-width: 140px;
        max-width: 140px;
        padding: 8px;
        top: -100px;
    }

    .bar-tooltip-active .bar-tooltip {
        top: -100px !important;
    }
}

@media screen and (max-width:575px) {
    .section-reports-main {
        padding: 90px 0 40px;
    }

    .section-reports-main .tab-gb-wrap {
        min-width: 160px;
    }

    .section-reports-main .tab-gb-wrap p {
        font-size: 20px;
        line-height: 27px;
    }

    .section-reports-main .gb-inner {
        width: 36px;
        height: 36px;
    }

    .section-reports-main table td {
        font-size: 14px;
        line-height: 18px;
    }

    .section-reports-main .tab-title-wrap,
    .tab-card-wrap {
        gap: 10px;
        flex-wrap: wrap;
    }

    .input-check-wrap input[type="text"] {
        min-width: 70%;
    }

    .input-check-wrap {
        gap: 10px;
    }

    .section-reports-main .table-wrap {
        border-radius: 8px;
    }

    .section-reports-main .comman-btn-medium {
        width: 100%;
    }

    .section-reports-main .accordion-item {
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .section-reports-main .accordion-item .accordion-button {
        padding: 10px 16px;
        line-height: 22px;
        border-radius: 10px;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .section-reports-main .tab-title-wrap,
    .tab-card-wrap {
        padding: 15px;
    }

    /* .input-check-wrap        {flex-wrap: wrap;} */
    /* .input-check-wrap .error-msg     {top: 37%;} */
    .input-check-wrap input[type="submit"] {
        width: auto;
    }

    .reports-main-title-left {
        width: 100%;
    }

    /* valuation */
    .vehicle-valution-right-content-inner {
        padding: 18px;
        border-radius: 20px;
    }

    .price-range-inner-card {
        padding: 8px;
        max-width: 80px;
    }

    /* .bar-tooltip {
        min-width: 182px;
        max-width: 182px;
    } */
    /* .bar-tooltip{left: 52%;
        min-width: 140px;
        max-width: 140px;
        padding: 8px;top: -100px;}
    .bar-tooltip-active .bar-tooltip{top: -100px !important;}
    */
    .bar-tooltip {
        left: 52%;
        min-width: 115px;
        max-width: 115px;
        padding: 8px;
        top: -100px;
    }

    /* wright off */
    .car-wrapper {
        padding: 3px;
    }

    .rear {
        left: 5px;
    }

    .front {
        right: 5px;
    }

    .car-damage-icon-dec a img {
        width: 20px;
        height: 20px;
    }

    .front-side-damage~.front-side-damage-icon-dec {
        right: -5%;
    }

    .left-front-side-damage~.left-front-side-damage-icon-dec {
        top: 3%;
    }

    .front-right-side-damage~.front-right-side-damage-icon-dec {
        bottom: -10%;
    }

    .right-rear-side-damage~.right-rear-side-damage-icon-dec {
        bottom: -10%;
    }

    /* canvas */
    /* canvas {
            width: 500px !important;
            height: 500px !important;
        } */
    .share-tooltip {
        left: 3%;
    }

    .share-tooltip a {
        height: 28px;
        width: 28px;
    }

    .share-tooltip::after {
        left: 60%;
    }


}