.form-ts {
    margin-top: 5px;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    background-color: #fff;
    padding: 20px;
    padding-right: 20px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
}

h2 {
    text-align: center;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

input[type="text"],  input[type="number"],input[type="email"], input[type="tel"],  input[type="date"],  input[type="time"], textarea, select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
input[type="url"], input{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 16px;
    color: #333;
}

textarea {
    height: 80px;
}

.optional {
    font-size: 12px;
    color: #999;
}

input[type="checkbox"] {
    margin-right: 10px;
}

.social-media-links input[type="text"] {
    margin-bottom: 10px;
}

.btn-submit {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #218838;
}

.success-popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 2;
}

.success-popup-content {
    background-color: #28a745;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.success-popup-content p {
    margin: 10px 0;
}

.whatsapp-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #25d366;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.doctor-list, .facility-table {
    margin-top: 10px;
}

.doctor-list .doctor-item {
    margin-bottom: 10px;
}

.facility-table table {
    width: 100%;
    border-collapse: collapse;
}

.facility-table th, .facility-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.facility-table th {
    background-color: #f4f4f4;
}

.opening-hours input[type="time"] {
    width: calc(50% - 10px);
    margin-right: 10px;
}

.opening-hours .day {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.opening-hours .day label {
    width: 150px;
    margin: 0;
}
summary{
    font-weight: bolder;
}
.document-text{
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
color: #228b22;
}
ul{
    font-weight: lighter;
    color: #228b22;

}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #e9ecef;
    border-radius: 50%;
    margin-bottom: 20px;
}