.pharmacist-dashboard{
    width: 99%;
    margin: auto;
    height: 100%;
    display: block;
}
.pharmacist-dashboard .pharmacist-dashboard-header{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 12px;
    color: black;
    border: 1px solid rgba(103, 45, 45, 0.1);
}
.pharmacist-dashboard .pharmacist-dashboard-header div{
    display: block;
    width: 50%;
    height: 100%;
    float: left;
}
.pharmacist-dashboard .pharmacist-dashboard-header div:last-child{
    text-align: right;
}

.pharmacist-dashboard .pharmacist-dashboard-cards-row{
    width: 100%;
    margin-top: 15px;
    height: 100px;
    display: block;
}

.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card{
    width: 24%;
    margin-right: 1%;
    height: 100px;
    float: left;
    border-radius: 12px;
    background-color: #64c6ff;
}
.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card:nth-child(2){
    background-color: #ffc870;
}
.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card:nth-child(4){
    background-color: #fbadb5;
}
.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card:nth-child(3){
    background-color: #fd5e6a;
}

.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card .pharmacist-dashboard-card-header{
    width: 40%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    float: left;
    font-size: 3em;
}
.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card .pharmacist-dashboard-card-header img{
    width: 80%;
    margin-top: -10px;
    height: 70%;
    object-fit: contain;
}

.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card .pharmacist-dashboard-card-header .pharmacist-stock-level{
   margin-top: 10px !important;
   height: 80px;
   width: 40%;
   margin: auto;
   display: block;
   background-color: rgba(100, 100, 219, 0.58);
   border-bottom-left-radius: 12px;
   border-bottom-right-radius: 12px;
   overflow: hidden;
}
.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card .pharmacist-dashboard-card-header .pharmacist-stock-level .pharmacist-current-level{
    height: 0;
    width: 100%;
    margin: auto;
    display: block;
    border: 0 !important;
    background-color: rgb(221, 221, 229);
    transition: 2s ease-in-out;
}

.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card .pharmacist-dashboard-card-body{
    width: 60%;
    height: 60px;
    float: left;
}
.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card .pharmacist-dashboard-card-counter{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 70px;
    font-size: 3em;
    color: #fff;
    font-weight: 700;
}
.pharmacist-dashboard .pharmacist-dashboard-cards-row .pharmacist-dashboard-card .pharmacist-dashboard-card-description{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}
.pharmacist-dashboard .pharmacist-dashboard-small-cards-row{
    width: 100%;
    margin-top: 10px;
    height: 50px;
    display: block;
}
.pharmacist-dashboard .pharmacist-dashboard-small-cards-row .pharmacist-dashboard-card{
    width: 24%;
    margin-right: 1%;
    height: 50px;
    display: block;
    float: left;
    border-radius: 12px;
}
.pharmacist-dashboard .pharmacist-dashboard-small-cards-row .pharmacist-dashboard-card div:first-child{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 70%;
    height: 50px;
    float: left;
    background-color: rgba(220, 102, 111, 0.42);
    text-align: center;
    line-height: 50px;
    color: #421414;
}
.pharmacist-dashboard .pharmacist-dashboard-small-cards-row .pharmacist-dashboard-card div:nth-child(2){
    width: 30%;
    height: 50px;
    float: left;
    background-color: #dc666f;
    text-align: center;
    line-height: 50px;
    color: black;
    font-size: 1.5em;
    color: white;
    font-weight: 700;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.pharmacist-dashboard .pharmacist-dashboard-small-main-row{
    width: 100%;
    margin-top: 15px;
    height: 370px;
    display: block;
}
.pharmacist-dashboard .pharmacist-dashboard-small-main-row .pharmacist-dashboard-small-main-card{
    width: 32%;
    margin-right: 1.3%;
    height: 385px;
    background-color: #f2f2f2;
    display: block;
    float: left;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10), 0 2px 2px 0 rgba(0,0,0,0.10);
    border-radius: 12px;
}
.pharmacist-dashboard .pharmacist-dashboard-small-main-row .pharmacist-dashboard-small-main-card div:first-child{
    width: 97%;
    height: 45px;
    line-height: 40px;
    margin-left: 3%;
    display: block;
    color: black;
    font-size: 1.2em;
    font-weight: 400;
}
.pharmacist-dashboard .pharmacist-dashboard-small-main-row .pharmacist-dashboard-small-main-card div:last-child{
    height: 330px;
    width: 95%;
    margin: auto;
    display: block;
}
