input {
    border: 1px solid #016b88;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6fd7d9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 100, 0.25);
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0;
    border: 1px solid #016b88;
}

.price-bottom {
    margin-top: 10px;
}

.details-card .bg-img {
    width: 100% !important;
    height: 190px !important;
}

.no-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0px !important;
    margin-left: -30px !important;
    overflow: scroll;
    /* margin-bottom: 50px !important; */
}

.no-wrap::-webkit-scrollbar {
    display: none;
}

.new-arrival-content .price {
    font-size: 18px;
}

.new-arrival-content h4 {
    margin-bottom: 15px;
}

.card {
    margin-bottom: 0.5em;
    height: calc(100% - 0px);
}

.align-right {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 1800px) {
    .btn {
        padding: -1rem 0rem;
        font-size: 0.813rem;
    }
}

@media only screen and (max-width: 1199px) {
    .details-card .img-card {
        width: 230px;
        margin-top: -175px;
        margin-right: 15px;
        border-width: 0px;
        background: #f3f5f9;
    }
}

.compagnie-container {
    background-image: url(https://www.seneplus.com/sites/default/files/styles/section_hero/public/raw_photos/axa-grand.png?itok=TGGFhwNt);
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
}

.details-card .img-card {
    padding: 0 !important;
    margin-right: 0px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.details-card .img-card {
    width: 330px;
    margin-top: 0px;
    margin-right: 30px;
    border: 18px solid #006b8838;
    border-radius: 10px;
    cursor: pointer;
}

.scroll-container {
    width: 300px; /* Set the width of the container */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line breaks for inline elements */
  }

  .scroll-content {
    width: 600px; /* Set the total width of the content */
  }

  .scroll-item {
    display: inline-block; /* Display items in a row */
    margin: 5px; /* Add some space between items */
  }

  .chatbox .card-body {
    padding: 1rem;
    margin-top: 25px;
}

.label-section {
    margin-top: 30px;
    color: black;
}

.label-section-garantie {
    margin-top: 0px;
    color: black;
    font-size: 12px;
}

.label-section-auto {
    margin: 15px;
    color: black;
}

.garantie-list {
    margin-top: 10px;
    height: 156px;
    overflow-y: auto;
    margin-top: 10px;
}

.segment-auto {
    margin-bottom: 10px;
    padding-top: 10px;
}

.qualite-container {
    border: 1px solid #006B88;
    padding: 0px 25px 0 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.qualite-title {
    font-size: 19px;
}

.mb-20 {
    margin-top: 15px;
}

.btn-outline-black {
    color: #000;
    /* border-color: #006b88; */
}

.bg-primary-opacity {
    background-color: #cedfe5 !important;
    /* border-bottom: 1px solid #FFFFFF; */
    border-top-left-radius: 40px;
    height: 100px;
    border-top-right-radius: 0px;
}

.bg-primary {
    border-top-left-radius: 40px;
    height: 100px;
    /* border-bottom: 1px solid #FFFFFF; */
    border-top-right-radius: 0px;
}

.form-control {
    border: 1px solid #607D8B;
    /* -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75); */
}

.details-card .img-card img {
    object-fit: contain;
    width: 100%;
    height: 120px 
}


.plan-taux {
    color: black;
    font-weight: 400;
    font-size: 26px;
}

h4 {
    margin: 0 0 16px;
}

.ant-slider-with-marks {
    margin-bottom: 44px;
}

.margin-10 {
    margin-left: 9px;
}

label {
    margin-bottom: 0rem;
}

.radio-border {
    border: 1px solid #919191;
    border-radius: 20px;
    padding: 10px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.red-form {
    border: 1.5px solid red;
}