table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

table button {
    background-color: #ff0000;
    color: #fff;
}

.booking {
    padding: 20px;
    font-size: 1.2rem;
    padding-top: 131px;
}

.booking h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.booking .del-btn {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: red;
    color: #fff;
    border: none;
}

input,
select {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}

.career {
    min-height: calc(100vh - 150px);
    position: relative;
}

.application {
    padding: 20px;
    border-radius: 10px;
    background-color: #b0190c1f;
}

.application button {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}

.career input {
    border: 1px solid #dddddd;
    width: 300px;
    max-width: 100%;
}

.career textarea,
.career select {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 5px;
    width: 300px;
    max-width: 100%;
    resize: none;
}

.career textarea {
    height: 100px;
}

.career .container img {
    max-width: 100%;
    width: 200px;
    object-fit: cover;
}

.departments {
    width: 100% !important;
    max-width: none !important;
}

.departments .doctors {
    width: 100%;
    max-width: calc(100% - 300px) !important;
}

.input-block {
    background-color: #dddddd !important;
    width: 260px;
    border-radius: 10px;
    position: sticky;
    top: 70px;
}

.wrapper .form {
    padding: 10px;
    color: #000;
}

.wrapper .form label {
    font-size: 12px;
}

.doc-data image,
.doc-data img {
    width: 100%;
    max-width: 250px;
    height: 250px;
    object-fit: cover;
}

.wrapper .form input,
.wrapper .form select {
    width: 100%;
    font-size: 16px;
}

.submit {
    background-color: green;
    color: #fff;
    border: none;
}

.fd-rw {
    flex-direction: row !important;
    flex-wrap: wrap;
}

.back-btn {
    background-color: gray;
    color: #fff;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    width: fit-content;
    margin: 20px;
}

.departments h2 {
    padding-top: 10px !important;
}

.departments input {
    border: 1px solid #dddddd;
    width: 300px;
    max-width: 100%;
}

.departments textarea,
.departments select {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 5px;
    width: 300px;
    max-width: 100%;
    resize: none;
}

.departments hr {
    margin: 20px 0px;
}

.departments p {
    color: #000;
    font-size: 14px;
    padding-top: 10px;
}

.add-more {
    background-color: orange;
    color: #000;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

button {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    margin: 5px;
    font-size: 14px;
}

.orange-btn {
    background-color: orange;
    color: #000;
}

.green-btn {
    background-color: limegreen;
    color: #fff;
}

.red-btn {
    background-color: red;
    color: #fff;
}

.gray-btn {
    background-color: gray;
    color: #fff;
}

.blue-btn {
    background-color: blue;
    color: #fff;
}

.timeschedule textarea {
    height: 200px;
}

.admin-h1 {
    font-size: 2.5rem;
    color: #b0190c;
    font-weight: 300;
    margin: 30px;
}

.admin-table textarea {
    min-width: 300px;
    width: 100%;
    height: 200px;
    padding: 10px;
    border-radius: 5px;
}

.admin-table img {
    max-width: 200px;
    max-height: 160px;
    display: block;
    border-radius: 5px;
    object-fit: cover;
}

.doc-data {
    max-width: 400px;
    color: #000;
}
