.text-grand{
    color: #333;
	font-size:18px;
}

.text-color{
    color: #556ee6;
}

.text-color2{
    color: #333;
}

.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: #6672ad;
    background-color: #e8eeff;
}


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