/* Conteneur principal */
.scale-container-total {
    width: 100%;
    /*max-width: 500px;*/
    font-family: Arial, sans-serif;
    padding-top: 17px;
}

/* Table */
.scale-container-total table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #333;
    background-color: #f9f9f9;
}

/* Cellules */
.scale-container-total td {
	align-content: center;
    padding: 12px !important;
    border: 1px solid #333;
    text-align: center;
    font-size: 16px;
}

/* Bloc des frais */
.fees-container,
.total-container {
    font-weight: bold;
}

/* Fee & Opening Fee */
.fee-label,
.opening_fee,
.total-scale,
.chairman-decision{
    display: inline-block;
    margin: 5px;
	width: 100%;
}

.label-result {
    margin-top: 15px;
}

.select-container {
    display: flex;
	flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.select2-container{
	width: 100%;
}

.select2-container--default .select2-selection--single {
    height: 33px !important;
}

#sum-in-dispute {
    height: 33px
}

.select2-type {
    margin-right: 30px !important;
}

.select-type-container {
    display: flex;
    flex-direction: column;
}

.label-sum-in-dispute,
.label-type,
.label-result {
    font-family: 'BioRhyme';
}

.disclaimer {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
	text-align: center;
}

.scale-container {
    justify-self: center;
	width: 740px;
	max-width: 100%;
}

.sum-in-dispute-container {
    width: 100%;
}

/* Pour les tablettes */
@media screen and (min-width: 768px) and (max-width: 1023px) {}

/* Pour les téléphones */
@media screen and (max-width: 767px) {
    .select-container {
        flex-direction: column;
    }

    .select-type-container {
        margin-right: 0;
        width: 100%;
    }

    .sum-in-dispute-container {
        margin-top: 20px;
    }

}

@media screen and (max-width: 480px){
	.scale-container-total td{
		display: block;
		padding: 10px;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	
	.scale-container-total table {
		border-bottom: none;
	}
}