.dropdown-item {
    font-weight: 300;
    color: #556ee6 !important;
}

.btn-danger {
    color: #a54f4f;
    background-color: #ffffff;
    border-color: #d7bebe;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #eef5f2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    box-shadow: inset 0 -1px 0 #c5d7cf;
}


.divbord {
    border-left: 1px solid #dbdbdb;
}

hr {
    margin: 0.5rem 0 !important;
}

.card-body {
    border-radius: 8px;
}

.form-select {
    font-size: .75rem !important;
} 

.form-select:disabled {
    color: #0021cb !important;
    background-color: #f9fbff !important;
}

.form-control:disabled, .form-control[readonly] {
    color: #0021cb !important;
    background-color: #f9fbff !important;
    opacity: 1;
}

.table>:not(caption)>*>*{
    padding: .45rem .45rem !important;
    background-color: #afc6d361 !important;
}

.form-label {
    margin-bottom: .3rem;
    font-size: 11px;
    font-weight: 500;
}  
    
.label {
    font-weight: 500;
    font-size: 10px;
    color: #123995;
}
.text-grand{
    color: #333;
	font-size:16px;
}

.text-color{
    color: #5363b1;
}

.text-color2{
    color: #bd5656;
}

.full-width{
    width: 100% !important;
}

.full-height{
    height: 100% !important;
}

.page-title{
    font-size: 1.42188rem;
}

.stat-icon{
    object-fit: contain;
    max-width: 50px;
}

.recap-stat-icon{
    object-fit: contain;
    max-width: 50px;
}

.select2-container{
    width: auto !important;
}
.custom-tags .select2-container{
    min-width: 200px !important;
}
.carrier{
    background-color: #eff2f7;
    width: 100px;
    height: 40px;
    font-weight: bold;
}

.carrier.selected{
    background-color: #556ee6;
    color: white;
}

.type-select .select2-container{
    width: 100% !important;
}

#accordion-simulation-list .accordion-button::after{
    display: block;
    margin-top: 1rem;
}

#accordion-simulation-list .accordion-button:not(.collapsed){
    background-color: initial;
    color: initial;
}

.collapse-button-price-calculation, .collapse-button-products-details{
    cursor: pointer;
}

@media (max-width: 768px) {
    .simulation-title-element{
        width: 100%;
        margin-left: 0;
    }
}

#form-admin-variables .form-control{
    width: 80px !important;
    flex: inherit;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}.card{    background-color: #fff;}.table-striped>tbody>tr:nth-of-type(odd)>* {		--bs-table-accent-bg: #f5f9ff;}	.table-light {	--bs-table-bg: #cfdbf5;}


.table-bordered {
    border: 1px solid #d1d1d1;
}

.table .table-light {
    color: #000;
    border-color: #d1d1d1;
}	

.table {
   bs-table-bg: #f0f2ff;
}	

.badge.bg-light {
    color: #3e4e9b;
	padding: 4px 10px;
	background-color: #f1f5ff;
}

.p-2 {
    padding: 0.5rem!important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e4eeff;
    border: 1px solid #c7cde7;
    border-radius: 1px; 
    padding:  2px 6px;
}

.mt-4 {
    margin-top: 0.5rem!important;
}

.footer {
    color: #595959;
    font-size: 10px;
    background-color: #eaecf1;
}


.custom-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 50px auto;
    text-align: center;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#select-affaire-new-quotation + .select2-container {
    width: 100% !important;
}

.statut{
    height: 30px;
    line-height: 30px;
    width: 250px;
    text-align: center;
    font-weight: 500;
    color:#4d4d4d;
    font-size:11px;
}

.statut-table{
    display: block;
    line-height: 30px !important;
    width: 100px !important;
    border-radius: 5px;
    float:left;
}

.statut-1{
    background-color: #efefef !important;
}

.text-statut-1{
    color:#efefef;
}

.statut-2{
    background-color: #f1eea7 !important;
}

.text-statut-2{
    color:#f1eea7;
}

.statut-3{
    background-color: #baf9cf !important;
}

.text-statut-3{
    color:#baf9cf;
}

.statut-4{
    background-color: #ff8b8b;
}

.text-statut-4{
    color:#ff8b8b;
}

.statut-5{
    background-color: #ffd1c4 !important;
}

.text-statut-5{
    color:#ffd1c4;
}

.statut-6{
    background-color: #bfafaf !important;
}

.text-statut-6{
    color:#bfafaf;
}

.currency-group {
    display: flex;
    gap: 15px;
}
.currency-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.currency-section-title {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.currency-buttons {
    display: flex;
    gap: 5px;
}
.currency-btn {
    border: 2px solid #dee2e6;
    background: white;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.9rem;
}
.currency-btn.active {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}
.currency-btn:hover:not(.active) {
    border-color: #0d6efd;
}

.uploaded-photo {
    position: relative;
    display: inline-block;
    margin: 10px;
    overflow: visible;
}

.uploaded-photo img {
    display: block;
    max-width: 200px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.remove-uploaded-photo {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: rgba(255, 0, 0, 0.9);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    z-index: 2;
}

.remove-uploaded-photo:hover {
    background-color: #ff0000;
    color: #fff;
    transform: scale(1.1);
}
