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

.hx-navbar {
    max-height: 3rem;
    background-color: #303874;
}

.hx-navbar .navbar-brand img {
    height: 1.5625rem;
}

.container {
    margin-top: 5rem;
}

table th,
td {
    text-align: left;
}

.hx-bold-blue {
    font-weight: 500;
    color: #201171;
}

#widgetArea {
   overflow: unset !important;
}

ul.stepper {
   margin: 0;
   overflow-y: unset;
   overflow-x: unset;
}

.sticky-offset {
   position: -webkit-sticky;
   position: sticky;
   top: 70px;
}

.hx-bounce-modal {
   bottom: 0;
}
.hx-overflow-prop {
   overflow-x: hidden;
   overflow-y: auto;
}

.prev-prescripton-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white !important;
}

.prev-prescripton-sticky:visible:first{
    box-shadow: 2px 2px 2px #ccc;
}