File: /home/imensosw/www/imenso.co/demo/hmis/css/custom.css
body {
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 14px;
background: #f0f4f7;
}
h3 {
font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
.btn-primary {
background: #20376a;
border-color: #20376a;
padding: 4px 20px;
color: #fff;
font-weight: 500;
border-radius: 40px;
min-height: 36px;
font-size: 0.9rem;
line-height: 26px;
}
.btn-primary:hover {
background: #000;
border-color: #000;
color: #fff;
}
.btn-secondary {
background: transparent;
border-color: #000;
padding: 4px 20px;
color: #000;
font-weight: 500;
border-radius: 40px;
min-height: 36px;
line-height: 26px;
font-size: 0.9rem;
}
.btn-secondary:hover {
background: #FFF;
border-color: #000;
color: #000;
}
h1 {
font-size: 3.5rem;
letter-spacing: -1px;
color: #000;
}
.burger {
padding: 100px 0;
}
.form-control, .form-select {
padding: 8px 16px;
border: 1px solid #666;
font-size: 0.975em;
}
.form-control:focus {
outline: none;
border: 1px solid #007c89;
box-shadow: none;
}
a {
color: #20376a;
font-weight: 500;
text-decoration: none;
}
.navbar {
background: #FFF;
}
.avtar {
height: 45px;
width: 45px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 45px;
background: #20376A;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
font-weight: 800;
}
.dropdown-menu[data-bs-popper] {
right: 0 !important;
left: auto;
}
.main-content {
width: 100%;
position: relative;
}
.text-bg-success {
background-color: #007c89 !important;
font-weight: 500;
}
.table-custom td, .table-custom th {
padding: 14px 0 !important;
}
.input-search {
padding: 6px 12px;
border:1px solid #CCC;
border-radius: 40px;
}
.input-search:focus, .input-search:focus-visible {
border-color: #007c89;
box-shadow: none;
}
.nav-custom .nav-item {
padding-right: 40px !important;
color: #000;
}
.icon-btn {
display: flex;
align-items: center;
justify-content: center;
}
.masthead {
font-size: 1.4em;
font-weight: bold;
margin-bottom: 0;
}
.brand {
padding: 10px 40px;
margin-top: 20px;
}
.custom-ul {
list-style: none;
margin: 0;
flex-grow: 1;
}
.custom-ul li {
display: inline-block;
margin: 0 15px;
font-weight: 500;
}
.custom-ul li a.active {
font-weight: bold;
}
.gutter {
padding: 0 10em;
}
.card {
border: none;
border-radius: 8px;
padding: 20px;
}
h3.title {
font-size: 1.3em;
}
.custom-table th {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.75em;
}
.custom-table td, .custom-table th {
padding: 14px 12px;
}
.accordion-item {
margin-bottom: 10px;
border-radius: 0 !important;
border: 1px solid #CCC !important;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
border-radius: 0 !important;
}
.accordion-button:focus {
box-shadow: none;
}
.accordion-button:not(.collapsed) {
background-color: #f0f4f7 !important;
}
label {
font-weight: 500;
}
.form-check {
padding-left: 2.5em;
}
.btn-icon {
height: 40px;
width: 40px;
border-radius: 40px;
background: #f0f4f7;
display: inline-flex;
justify-content: center;
align-items: center;
}
.btn-icon:hover {
background: #666;
color: #FFF;
}
.modal-body {
padding:20px 20px 50px 20px;
}
.modal-title {
font-size: 1.1em !important;
}
.accordion-header {
position: relative;
}
.field-actions {
position: absolute;
top: 14px;
right: 25px;
font-size: 18px;
z-index: 3;
}
.field-actions a {
margin-left: 10px;
}
.field-actions a:hover {
color: red;
}
.accordion-button::after {
margin-right: 67px;
}
.form-field-title {
font-size: 1.5em;
margin-bottom: 40px;
}
.form-select:focus {
box-shadow: none;
}