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;
}

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

.qualite-container:disabled {
    border: 1px solid #006B88cc;
    padding: 0px 25px 0 25px;
    background: #d8d8d84a;
    width: 100%;
    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;
    border-top-right-radius: 0px;
}

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

.light.badge-primary {
    background-color: #006b881a;
    color: #000000;
}

.text-center {
    text-align: center;
}

.qualite-selected {
    border: 1px solid #838383;
    background: #006B88;
    width: 100%;
    padding: 0px 25px 0 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    color: white;
}

.qualite-selected:disabled {
    border: 1px solid #838383;
    background: #006B88cc;
    width: 100%;
    padding: 0px 25px 0 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    color: white;
}

.chatbox .card-body {
    padding: 1rem;
    padding-top: 60px !important;
}

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


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