html {

    padding-right: 12px;
}

ul,
li {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    color: #272424;
    background-color: white;
}

.container1 {
    padding: 20px 0;
}

.container1 h1 {
    text-align: center;
}

.timeline {
    position: relative;
    margin: 0 auto;
    width: 90%;

}

.timeline ul li {
    margin-bottom: -15px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.point {
    min-width: 20px;
    height: 20px;
    background-color: #be9fe1;
    border-radius: 100%;
    z-index: 2;
    border: 3px #333333 solid;
    position: relative;
    left: 0px;
}

@media (max-width: 800px) {
    .point {
        min-width: 15px;
        height: 15px;
    }

    html,
    body {
        font-size: 15px;
    }

}

@media (max-width: 650px) {

    html,
    body {
        font-size: 14px;
    }

    .point {
        min-width: 12px;
        height: 12px;
    }

}

@media (max-width: 450px) {

    html,
    body {
        font-size: 10px;
    }

    p {
        padding: 10px !important;
    }
}

.timeline ul li .content {
    width: 50%;
    padding: 0 20px;
}

.timeline ul li:nth-child(odd) .content {
    padding-left: 0;
}

.timeline ul li:nth-child(odd) .date {
    padding-right: 0;
}

.timeline ul li:nth-child(even) .content {
    padding-right: 0;
}

.timeline ul li:nth-child(even) .date {
    padding-left: 0;
}

.timeline ul li .date {
    width: 50%;
    padding: 0 20px;
    font-weight: normal;
}

.timeline ul li .date h4 {
    background-color: #e1ccec;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
}



.timeline ul li .content {
    padding: 10px 20px;
    background-color: #e1d9ec;
    margin-top: 0;
    text-align: left;
    border-radius: 10px;
    /* border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; */
}

.timeline ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline ul li:nth-child(even) .date h4 {
    float: right
}

.timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 50%;
    background-color: #333333;
}

/* Basic CSS for styling */
body {
    font-family: verdana, sans-serif;
}

/* .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

} */

.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 88vh;
    /* Set a fixed height equal to the viewport height */
}

/* .case-list {
    flex: 1;
    border-style: solid;
    border-color: red;
    text-align: center;
    border-radius: 10px;
    height: 722px;
    overflow:scroll;
    background-image: url(assets/wesley-tingey-9z9fxr_7Z-k-unsplash.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 34% 100%;
   
} */

.case-list {
    flex: 1;
    border-style: solid;
    /* border-color: red; */
    text-align: left;
    border-radius: 10px;
    overflow-y: auto;
    /* Enable vertical scrolling */
    max-height: calc(92vh - 4px);


}

/* .case-info {
    flex: 2;
    border-style: solid;
    border-color: green;
    border-radius: 10px;
    height: 722px;
    overflow: scroll;
    
} */

.case-info {
    flex: 2;
    border-style: solid;
    /* border-color: red; */
    border-radius: 10px;
    overflow-y: auto;
    /* Enable vertical scrolling */
    max-height: calc(92vh - 4px);
    /* Adjust the height to accommodate the border and padding */

}

.case-item {
    cursor: pointer;

    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
}

.case-item:hover {
    background-color: #f0f0f0;
}

.case-info {
    text-align: center;
}

.std_info {

    background-color: #90ee90;
    border-radius: 10px;
}

h2 {

    /* background-color: rgb(255, 255, 128); */
    background-color: whitesmoke;
    border-radius: 10px;
}

.case-item {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
}

.case-item:hover {
    background-color: #f0f0f0;
}

.table {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    border-collapse: collapse;
    width: 100%;
}

.newtable {
    color: black;
    font: bold;
    text-align: left;
    border-spacing: 2px;
    border: 1px solid #C0C0C0;
    border: none;
    width: 100%;
    font-family: 'Lato';
}

body {
    height: 100%;
    width: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif !important;
}

tr {
    background-color: #ffffff;
}

td {
    font-weight: 900;
    border: 1px solid #dddddd;
    text-align: left;
    border-color: black;
    padding: 10px 4px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    width: 100px;
    background-color: lightgray;
}

/* .newtable2 .td{
font-weight: 900;
} */


th {
    border: 1px solid #dddddd;
    text-align: left;
    border-color: black;
    padding: 10px 4px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    width: 100px;
    background-color: #f2f2f2;
}

.page-title-main {
    color: #FA814C !important;
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
}

.case_history {
    border-color: black;
    font-family: 'Lato', sans-serif;
    border: 1px solid #dddddd;
    text-align: center;
}

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

th {
    background-color: #f2f2f2;
}

caption {
    caption-side: top;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.popup {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    /* Initially hide the popup */
    z-index: 9999;
    /* Ensure it appears on top of other elements */
}

li.case-item {
    font-size: 15px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;

}

tr {
    background-color: transparent;
}

#petnamealing {

    text-align: center;
}


.case-item {
    /* Your common styling for list items */
}

#myInput {
    padding: 10px;
    margin-top: -2px;
    margin-left: 94px;
    margin-bottom: 7px;
    font-size: 17px;
    padding-right: 30cm;
    border-radius: 17px;
    border-color: blue;
}