
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
}

a {
    color: gray;
    font-weight: 700;
    text-decoration: none;
}

.boxitem {
    background-color: white;
    border-radius: 16px;
    padding: 15px;
    margin: 15px 15px 0 15px;
    box-shadow: 0px 8px 24px rgba(52, 54, 78, 0.15);
}

.welcomeBox {
    background: #1d3b83;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 8px 24px rgba(52, 54, 78, 0.15);
}

.addNew {
    margin: 0 15px 15px 15px;
    box-shadow: 0px 8px 24px rgba(52, 54, 78, 0.15) !important;
}

.e-round-corner {
    border-radius: 15px;
}

.refreshBtn{
    float: right;
}

.therapyBtn {
    margin: auto;
}

#patDialog {
    max-height: 500px !important;
}
