.salle-sport-edit {
    direction: rtl;
    text-align: right;
}
form {
   
    margin-block-end: 0px !important;
}
.salle-sport-edit .container {
  
    font-family: Cairo;

}

.salle-sport-edit fieldset {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.salle-sport-edit legend {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.salle-sport-edit label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: black;
    font-size: 14px;
}

.salle-sport-edit input[type="text"],
.salle-sport-edit input[type="number"],
.salle-sport-edit input[type="email"],
.salle-sport-edit textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
	height:40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.salle-sport-edit input[type="checkbox"],
.salle-sport-edit input[type="radio"] {
    margin-right: 5px;
}

.salle-sport-edit button {
   width:100px;
    cursor: pointer;
    font-size: 16px;
	text-align:center !important;
	display:block !important;
}

.salle-sport-edit button:hover {
    background-color: #FFFFFF;
}

.salle-sport-edit .form-control {
    text-align: right;
}

.salle-sport-edit .btn-primary {
    float: right;
    margin-top: 10px;
}

.salle-sport-edit .form-group.row {
    align-items: center;
    margin-bottom: 15px;
}

.salle-sport-edit .form-group .col-form-label {
    text-align: right;
}

.salle-sport-edit .form-group .col-sm-10 {
    display: flex;
    align-items: center;
}

.salle-sport-edit .form-control {
    flex: 1;
}

/* Désactiver nice-select */
.salle-sport-edit .nice-select {
    display: none !important;
}

.salle-sport-edit select {
    display: block !important;
    width: 100%;
    padding: 8px;
	    margin-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    font-size: 14px;
}

/* Style pour les sections masquables */
.salle-sport-edit [id^="id_"] {
    margin-top: 0px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

/* Style pour les messages d'erreur */
.salle-sport-edit .text-danger {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Style pour les boutons d'action */
.salle-sport-edit .action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 5px;
}

.salle-sport-edit .action-buttons .btn {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* Responsive design */
@media (max-width: 768px) {
    .salle-sport-edit .form-group.row {
        flex-direction: column;
    }
    
    .salle-sport-edit .col-form-label {
        text-align: right;
        margin-bottom: 5px;
    }
    
    .salle-sport-edit .col-sm-10,
    .salle-sport-edit .col-sm-4,
    .salle-sport-edit .col-sm-6 {
        width: 100%;
    }
}


h4 {
    color: #C51B01;
    font-weight: bold;
	font-size: 18px;
}

h1,h2,h3 {
    text-align: center;
    color: #000000;
	font-size: 22px;
    font-weight: bold;
}






