.admin-page-header{
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
    border-bottom: 1px solid #cccc99;
    margin-bottom: 16px;
}
.admin-page-header .admin-page-sub-title{
    width: 40%;
    height: 70px;
    line-height: 20px;
    display: block;
    float: left;
}
.admin-page-header .admin-page-sub-title input{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}
.admin-page-header .admin-page-sub-title button{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.admin-page-header .admin-page-buttons{
    width: 60%;
    height: 70px;
    display: block;
    float: left;
}
.admin-page-header .admin-page-buttons button{
    width: 20%;
    float: right;
    margin-top: 15px;
    margin-right: 5px;
    border-radius: 50px;
}
.admin-page-body{
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 30px;
}
accountImage{
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50px;
}
accountImage img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
    overflow: hidden;
    border: 2px solid #f2f2f2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.icenseIcon{
    width: 100%;
    height: 200px;
    text-align: center !important;
}
licenseIcon span{
    font-size: 10em;
    text-align: center;
}
.licenseKey,.pharmacyPhone{
    font-weight: 700;
    text-align: center;
}
.licenseKey{
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    color: #151831 !important;
    text-transform: uppercase !important;
}


.licenseLevel{
    width: 400px;
    display: block;
    height: 310px;
}
.licenseLevel .licenseLevelDescription{
    width: 150px;
    display: block;
    height: 100%;
    float: left;
    color: black;
}

.licenseLevel .licenseLevelDescription div:first-child {
    width: 90%;
    height: 50px;
    display: block;
    font-weight: 700;
    line-height: 50px;
    text-align: right;
}
.licenseLevel .licenseLevelDescription div {
    height: 80px;
    line-height: 80px;
    display: block;
    color: black;
    font-size: 1.3em;
    width: 90% !important;
    margin: auto !important;
    font-weight: 700;
    text-align: right;
}




.licenseLevel .licenseLevelShow{
    width: 98px;
    margin-left: 1px;
    margin-right: 1px;
    display: block;
    height: 100%;
    float: left;
    color: white !important;
}
.licenseLevel .licenseLevelShow div:first-child {
    width: 100%;
    height: 50px;
    display: block;
    color: black;
    border-right: 1px solid #fc8dc7;
    border-left: 1px solid #fc8dc7;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
}
.licenseLevel .licenseLevelShow div:nth-child(2) {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    background-color: #F2F2F2;
    color: black;
}

.licenseLevel .licenseLevelShow div:nth-child(3) {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    background-color: #f2f2f2;
    color: black;
}

.licenseLevel .licenseLevelShow div:nth-child(4) {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    background-color: #f2f2f2;
    color: black;
}



.licenseLevel .licenseLevelCounter{
    width: 150px;
    display: block;
    height: 100%;
    float: left;
}
.licenseLevel .licenseLevelCounter div:first-child {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    color: black;
}
.licenseLevel .licenseLevelCounter div:nth-child(2){
    width: 100%;
    height: 260px;
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
}
.licenseLevel .licenseLevelCounter div:nth-child(2) h1{
    transform: rotate(270deg);
    line-height: 300px;
    font-weight: 700;
}
