@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap') 
*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.body {
    font-family: "Montserrat", sans-serif;
    /* background: #fff !important; */
    height: 100vh;
}
body{    
    padding-bottom: 41px;
}
p{
    font-size: 14px;
    margin-bottom: 0;
}

a{
    text-decoration: none;
}
.header {
    /* background: #00beff3d; */
    background: #b3e3f5;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}


.logos {
    padding: 10px;
}

.clinic-name h1{
    color: #034;
}
.line{
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
}
hr{
    background: #b72025;
    height: 2px !important;
    opacity: 1;
    width: 100%;
}
.patient-info{
    padding: 0 20px;
}
.patient-info p{
    text-transform: capitalize;
    margin: 0;
}

.Measurements p {
    text-align: right;
}

.fw-500{
    font-weight: 500;
}

.red{
    background: red;
    padding: 5px 10px;
    color: #fff;
    width: 100px;
}

.red1{
    background: red;
    padding: 5px 10px;
    color: #fff;
    width: 25%;
}

.danger{
    color: red;
}

.green{
    background: green;
    padding: 5px 10px;
    color: #fff;
    width: 105px;
}

.normal{
    color: green;
}

.yellow{
    background: #ffc11e;
    padding: 5px 10px;
    color: #fff;
    width: 105px;
}
.green1{
    background: green;
    padding: 5px 10px;
    color: #fff;
    width: 80px;
    width: 25%;
}


.yellow1{
    background: #ffc11e;
    padding: 5px 10px;
    color: #fff;
    width: 25%;
}
.over{
    color: #ffc11e;
}

.w-15{
    width: 15%;
}

.w-5{
    width: 5%;
}

.w-40{
    width: 40%;
}


.Important table tr th{ 
    font-weight: 500 ;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
}

table td{
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
}

.table>:not(caption)>*>*{
    padding: 5px;
}

.footer{
    background: #034da2;
    color: #fff;
    padding: 10px 0;    
    width: 100%;
}

.fix-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.jubicard {
    box-shadow: 0px 0px 16px -5px #c0c0c0;
    border-radius: 10px;
    transition: .3s all;
    border: none;
}

.jubicard:hover{
    background: #f1f1f182;
    transition: .3s all;
    transform: scale(1.05);
}
