/* Shakaib */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main {
    height: 100dvh;
    display: flex;
}

.left {
    height: 100dvh;
    width: 250px;
    background-color: var(--greyy);
    z-index: 9999;
}

.left-top {
    height: 80px;
}

.logodiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
    color: #000;
    max-width: 150px;
    margin: 0 auto;
    padding: 16px 10px 0;
}

.left-mid {
    height: calc(100dvh - 160px);
    padding: 12px 20px 12px 0;
}

.list ul {
    list-style: none;
    overflow: auto;
    height: calc(100dvh - 200px);
    overflow: auto;
    padding: 0;
}

.list>ul>li {
    justify-content: center;
    color: #000;
    margin-top: 10px;
}

.list>ul>li .active {
    color: #fff;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(to right, var(--purple), var(--purple));
}

.sidelink {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #000;
}

.sideicon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.left-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    color: #000;
}

.left-bottom a {
    text-decoration: none;
    margin-left: 5px;
    color: #000;
}

.right {
    height: 100dvh;
    width: calc(100% - 250px);
}

.right-top {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    color: #000;
}

.btnredd {
    border: none;
    color: #E80000;
    font-weight: 500;
    background-color: #F4E2D4;
    padding: 5px 20px;
    border-radius: 5px;
}

.btngreenn {
    border: none;
    color: #04B76B;
    font-weight: 500;
    background-color: #DFF5DE;
    padding: 5px 20px;
    border-radius: 5px;
}

.userimg {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.bellimg {
    width: 25px;
    height: 25px;
}

.right-profile {
    height: calc(100dvh - 80px);
    padding: 12px;
    color: #000;
}

.profile-content {
    height: calc(100dvh - 110px);
    overflow: auto;
    padding: 5px 10px;
}

.right-mid {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    color: #000;
}

.right-mid h3 {
    margin-bottom: 0;
    font-family: 'montserrat_alternatessemibold';
}

.content h3 {
    margin-bottom: 0;
    font-family: 'montserrat_alternatessemibold';
}

.ivrrr {
    font-family: 'montserrat_alternatessemibold';
}

.right-bottom {
    height: calc(100dvh - 130px);
    padding: 12px;
    color: #000;
}

.bottom-main {
    height: calc(100dvh - 160px);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 10px;
    border-radius: 25px;
    color: #000;
}

.content {
    height: calc(100dvh - 180px);
    overflow: auto;
    padding: 5px 10px;
}

.purplebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    color: #fff;
    background-color: var(--purple);
    text-decoration: none;
    padding: 5px 15px;
}

.lcborder {
    border-bottom: 5px solid #78D533;
}

.dcborder {
    border-bottom: 5px solid #419800;
}

.redbtn {
    border: solid 2px var(--lightred);
    color: var(--red);
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 10px;
}

.table th {
    background-color: var(--greyy);
    font-weight: 500 !important;
    color: var(--dgray);
}

.table td {
    padding: 15px 5px;
    font-weight: 400 !important;
    color: var(--dgray);
}

.patientimg {
    width: 125px;
    height: 125px;
    border-radius: 15px;
}

.dropdown-menu {
    width: 100% !important;
}

.profilecover {
    height: 100px;
    width: 100% !important;
    object-fit: cover;
    z-index: 99;
}

.modalupload {
    border: dashed 1px #000;
    background-color: #e4e4e4;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.measurinput {
    width: 60px;
    text-align: center;
    border: none;
    border-bottom: solid 3px #E4E4E4;
}
.detimage{
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}
.patientdetimg{
    object-fit: cover;
    width: 120px;
    height: 120px;
}
.btngreen{
    background-color: var(--lightgreen);
    border: none;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color: var(--green);
    border-radius: 25px;
}
.btnred{
    background-color: var(--red);
    border: none;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
}
.btnyellow{
    background-color: var(--lightyellow);
    border: none;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color: var(--yellow);
    border-radius: 25px;
}
.btngreen1{
    background-color: var(--green);
    border: none;
    padding: 12px 25px;
    color: #fff;
    border-radius: 10px;
}
.btnred1{
    background-color: var(--red);
    border: none;
    padding: 5px 20px;
    color: #fff;
    border-radius: 10px;
}
.dropdown-menu{
    height: 300px !important;
    overflow: auto;
}
.graphimg{
    height: 200px;
    width: 200px;
}
.idimage{
    margin-top: 15px;
    height: 180px;
    width: 300px;
}
.bgimage{
    background-image: url('../img/loginimage.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.afdimg{
    height: 200px;
    height: 250px;
    margin-right: 10px;
}
.print-page{
    background-color: #000;
    border: none !important;
    font-weight:600 ;
}