@font-face {
  font-family: "ubuntu-regular";
  src: url("../../fonts/Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ubuntu-light";
  src: url("../../fonts/Ubuntu-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ubuntu-bold";
  src: url("../../fonts/Ubuntu-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ubuntu-semi-bold";
  src: url("../../fonts/Ubuntu-Medium.ttf") format("truetype");
}
body {
  font-family: ubuntu-regular;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

*:focus {
  outline: 0px;
  border: none;
}

.text-semi-bold {
  font-family: ubuntu-semi-bold;
}

.text-success {
  color: #3FAE28;
}

.text-fail {
  color: #F9322B !important;
}

.page {
  font-family: ubuntu-light;
  color: #0F044C;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn-neg {
  color: white;
  font-size: 13px;
  background: #F9322B !important;
}

.text-alt {
  color: #141E61;
}

.btn-custom {
  background: #e1e3ef;
  color: #0F044C;
  font-size: 13px;
}
.btn-custom i {
  margin-right: 0.5rem;
}

.error {
  color: #F9322B;
  font-size: 0.7rem;
}

.btn-danger {
  background: #F9322B;
  color: #EEEEEE;
}

.h-fixed-40 {
  height: 40vh;
  overflow-y: scroll;
}

.custom-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 0.01rem solid #a5a5a9;
  align-items: center;
}
.custom-header button {
  margin-bottom: 0.5rem;
}
.custom-header a {
  color: #0F044C !important;
  text-decoration: none !important;
}
.custom-header .dropdown *::-ms-expand {
  display: none;
}
.custom-header .dropdown .icon {
  font-size: 1.5rem;
  color: #0F044C !important;
}
.custom-header .dropdown .dropdown-toggle {
  color: #0F044C !important;
  text-decoration: none !important;
}
.custom-header .dropdown .dropdown-menu {
  background: #e1e3ef;
  min-width: max-content !important;
  padding: 1rem;
}
.custom-header .dropdown .dropdown-menu a {
  display: block;
  color: #1c2a86 !important;
  margin-bottom: 1rem;
}
.custom-header .dropdown .dropdown-menu a:hover {
  color: #017BFE !important;
}

.section-right {
  border-radius: 0.5rem;
  width: 100%;
  padding: 1rem;
  background: #0F044C; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #1c2a86, #141E61, #0F044C); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #1c2a86, #141E61, #0F044C);
}

.custom-table table tbody a {
  text-decoration: none;
}

.centered {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.select {
  width: 100%;
  align-items: center;
  padding: 0.3rem 0.5rem;
  border-radius: 0.25rem;
  border: 0.01rem solid #a5a5a9;
}
.select select,
.select input {
  border: none;
  width: 100%;
}
.select .form-control {
  height: unset;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.select .form-control:focus {
  outline: 0px !important;
  border: none !important;
}

.border-bottom {
  border-bottom: 0.1rem solid #a5a5a9;
}

.bg-green {
  background: #3FAE28;
}

.bg-red {
  background: #F9322B;
}

.bg-grey {
  background: #a5a5a9;
}

.brd-l-success {
  border-left: 0.2rem solid #3FAE28 !important;
}

.brd-l-danger {
  border-left: 0.2rem solid #F9322B !important;
}

.brd-l-default {
  border-left: 0.2rem solid #a5a5a9 !important;
}

.brd-l-info {
  border-left: 0.2rem solid #017BFE !important;
}

.brd-l-warning {
  border-left: 0.2rem solid #dda80b !important;
}

.brd-l-primary {
  border-left: 0.2rem solid #141E61 !important;
}

.text-success {
  color: #3FAE28 !important;
}

.text-danger {
  color: #F9322B !important;
}

.text-default {
  color: #a5a5a9 !important;
}

.text-info {
  color: #017BFE !important;
}

.text-warning {
  color: #dda80b !important;
}

.text-primary {
  color: #141E61 !important;
}

.capitalize {
  text-transform: capitalize;
}

.pages {
  float: right;
}

.collection-tile-wrapper .tile {
  padding: 0.5rem 1rem;
  border-bottom: 4px solid #0F044C;
  background-color: whitesmoke;
}
.collection-tile-wrapper .tile .main-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  font-size: 2rem;
  color: #0F044C;
}
.collection-tile-wrapper .tile .main-text i {
  float: left !important;
  font-size: 1.8rem;
}
.collection-tile-wrapper .tile .main-text .up {
  color: #3FAE28;
}
.collection-tile-wrapper .tile .main-text .down {
  color: #F9322B;
}
.collection-tile-wrapper .tile .text-semi-bold {
  color: #0F044C;
}
.collection-tile-wrapper .tile .separator {
  border-top: 0.08rem solid #0F044C;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
}

.pages {
  padding: 0.3rem 1rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-align: center;
  align-items: center;
}
.pages button {
  color: #0F044C;
}

.custom-table {
  overflow: scroll;
  height: 100%;
}
.custom-table .table tr th {
  color: #0F044C;
  font-size: 15px;
  font-family: ubuntu-semi-bold;
}
.custom-table .table tr th .avatar-circle {
  background: #e1e3ef;
  border-radius: 50%;
  padding: 0.2rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.custom-table .table tr th .avatar-circle i {
  color: #a5a5a9;
}
.custom-table .table td {
  font-size: 13px;
  height: 30px;
}
.custom-table .table td a {
  color: #017BFE;
  font-family: ubuntu-regular;
}
.custom-table .table td a:hover {
  color: #141E61 !important;
}

.modal-dialog .modal-content {
  color: #0F044C !important;
  border: 0.01rem solid #a5a5a9;
  border-radius: 0.25rem;
}
.modal-dialog .modal-content .modal-body {
  font-size: 13px;
  padding: 1rem 2rem;
}
.modal-dialog .modal-content .modal-body .file-upload-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.modal-dialog .modal-content .modal-body .file-upload-wrapper #file {
  display: inline-block;
  width: 100%;
  padding: 120px 0 0 0;
  height: 100px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png") center center no-repeat #e4e4e4;
  border-radius: 0.25rem;
  background-size: 60px 60px;
}

.search {
  border: 0.01rem solid #a5a5a9;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 0.3rem 1rem;
  border-radius: 0.25rem;
}
.search input {
  border: none;
  width: 100%;
}
.search i {
  color: #a5a5a9;
}

.collector-card {
  background-color: whitesmoke;
  margin-bottom: 1.5rem;
}
.collector-card .body {
  padding: 0.5rem;
}
.collector-card .body .tile {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.collector-card .body .tile .lable {
  color: gray;
  font-family: ubuntu-light;
  width: 30%;
}
.collector-card .body .tile .title {
  width: 70%;
  font-family: ubuntu-semi-bold;
  margin-left: 1rem;
  border-bottom: 0.05rem solid grey;
}
.collector-card .header {
  width: 100%;
  padding: 0.5rem;
  font-size: 14px;
  background: #0F044C; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #cfdef3, #e0eafc); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #cfdef3, #e0eafc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.collector-card .header a {
  color: #0F044C !important;
  text-decoration: none !important;
}
.collector-card .header {
  color: #0F044C;
  font-family: ubuntu-semi-bold;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.circular-icon {
  background-color: #dae4ee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.circular-icon i {
  font-size: 1rem;
  color: #517096;
}

.admin-card {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 0.2rem solid rgb(157, 157, 157);
  padding: 0.5rem;
  background: #8e9eab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #eef2f3, #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #eef2f3, #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.admin-card .circular-icon {
  width: 50px;
  height: 50px;
}
.admin-card .circular-icon i {
  font-size: 1.3rem;
}
.admin-card .body {
  text-align: start;
  margin-left: 1rem;
}
.admin-card .body .name {
  color: #0F044C;
  font-family: ubuntu-semi-bold;
}
.admin-card .body .email {
  color: grey;
  font-family: ubuntu-light;
}

.avatar-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.avatar-wrapper .light-border {
  border: 0.01rem solid white;
  padding: 0.1rem;
  border-radius: 50%;
}
.avatar-wrapper .light-border .avatar {
  width: 100px;
  height: 100px;
  border: 0.01rem solid white;
  border-radius: 50%;
  overflow: hidden;
}
.avatar-wrapper .light-border .avatar img {
  background-color: white;
  width: 100%;
  padding: 1rem;
  object-fit: cover;
  object-position: center;
}

.auth-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background: white; /* fallback for old browsers */
}
.auth-wrapper .auth-form .header {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
.auth-wrapper .auth-form .header img {
  width: 200px;
  object-fit: contain;
  object-position: center;
}
.auth-wrapper .auth-form .body {
  box-shadow: 0px 5px 18px 3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 5px 18px 3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 5px 18px 3px rgba(0, 0, 0, 0.17);
  border-radius: 0.25rem;
  min-width: 500px;
  background-color: white;
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-direction: column;
  font-family: ubuntu-light;
}
.auth-wrapper .auth-form .body .error {
  color: #F9322B;
  font-size: 13px;
  list-style: none;
}
.auth-wrapper .auth-form .body .title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.auth-wrapper .auth-form .body input {
  padding: 1.5rem 1rem;
}
.auth-wrapper .auth-form .body button {
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  color: #0F044C;
  font-family: ubuntu-semi-bold;
}
.auth-wrapper .auth-form .body a, .auth-wrapper .auth-form .body p {
  color: grey;
  font-size: 14px;
  margin-bottom: 0;
}
.auth-wrapper .auth-form .body *:focus {
  border: 0;
  outline: none;
}
.auth-wrapper .auth-form .body a:hover {
  color: #141E61;
  text-decoration: none;
}

.main-wrapper {
  overflow: hidden;
  height: 100vh;
}
.main-wrapper .app-shell {
  height: 100vh;
  align-items: stretch;
}
.main-wrapper .app-content {
  flex: 1;
  min-width: 0;
  height: 100vh;
  overflow: hidden;
}
.main-wrapper .navigation {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0F044C; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, white, #3342a2, #141E61, #0F044C, #0F044C); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, white, #303fa0, #141E61, #0F044C, #0F044C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 270px;
  padding: 1rem;
}
.main-wrapper .navigation .brand-logo {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  align-items: center;
  font-family: ubuntu-semi-bold;
  margin-bottom: 2rem;
  margin-top: 1rem;
  flex-shrink: 0;
}
.main-wrapper .navigation .brand-logo img {
  margin-bottom: 1rem;
}
.main-wrapper .navigation .brand-logo h6 {
  color: #0F044C;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.main-wrapper .navigation .sidebar-divider {
  list-style: none;
  margin: 0.35rem 0 0.85rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.35);
  height: 0;
}
.main-wrapper .navigation .sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: none;
  min-height: 0;
}
.main-wrapper .navigation .sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  color: white;
  background: transparent;
  margin-bottom: 0.65rem;
  padding: 0.6rem 0.85rem;
  text-align: left;
  font-family: ubuntu-light;
}
.main-wrapper .navigation .sidebar-nav .nav-link i {
  margin-left: 0.75rem;
  font-size: 14px;
}
.main-wrapper .navigation .sidebar-nav .nav-link:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.08);
}
.main-wrapper .navigation .sidebar-nav .nav-link.active {
  background-color: white;
  color: #0F044C;
}
.main-wrapper .navigation .sidebar-nav .management-toggle {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}
.main-wrapper .navigation .sidebar-nav .management-menu {
  margin: -0.25rem 0 0.85rem;
  padding: 0.55rem;
  background: #ffffff;
  border-radius: 0.25rem;
}
.main-wrapper .navigation .sidebar-nav .management-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0F044C;
  background: #e1e3ef;
  padding: 0.45rem 0.75rem;
  margin: 0 0 0.4rem;
  border-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  font-family: ubuntu-light;
}
.main-wrapper .navigation .sidebar-nav .management-link:last-child {
  margin-bottom: 0;
}
.main-wrapper .navigation .sidebar-nav .management-link i {
  font-size: 12px;
  margin-left: 0.5rem;
}
.main-wrapper .navigation .sidebar-nav .management-link:hover {
  color: #0F044C;
  background: #d4d7e8;
  text-decoration: none;
}
.main-wrapper .navigation .sidebar-nav .management-link.active {
  background: #ffffff;
  color: #0F044C;
  box-shadow: inset 0 0 0 1px #141E61;
}
.main-wrapper .navigation .sidebar-bottom {
  margin-top: auto;
  padding-top: 1rem;
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
.main-wrapper .navigation .avatar-wrapper {
  position: static;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.25rem;
  color: white;
}
.main-wrapper .navigation .avatar-wrapper::after {
  display: none;
}
.main-wrapper .navigation .avatar-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-wrapper .navigation .avatar-wrapper .avatar {
  width: 45px;
  height: 45px;
  border: 0.01rem solid white;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
}
.main-wrapper .navigation .avatar-wrapper .avatar img {
  background-color: white;
  width: 100%;
  padding: 0.4rem;
  object-fit: cover;
  object-position: center;
}
.main-wrapper .navigation .avatar-wrapper .name {
  font-family: ubuntu-bold;
  font-size: 14px;
}
.main-wrapper .navigation .avatar-wrapper .phone {
  font-family: ubuntu-light;
  font-size: 14px;
}
.main-wrapper .navigation .avatar-wrapper .sidebar-user-chevron {
  margin-left: auto;
  font-size: 12px;
  opacity: 0.8;
}
.main-wrapper .navigation .sidebar-user-menu {
  width: calc(100% - 0.5rem);
  min-width: auto;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.main-wrapper .navigation .sidebar-logout-btn {
  width: 100%;
  border: none;
  background: transparent;
  color: #0F044C;
  padding: 0.6rem 1rem;
  text-align: left;
  font-family: ubuntu-light;
  cursor: pointer;
}
.main-wrapper .navigation .sidebar-logout-btn i {
  margin-right: 0.5rem;
}
.main-wrapper .navigation .sidebar-logout-btn:hover {
  background-color: #e1e3ef;
  color: #0F044C;
}
.main-wrapper .main-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.dashboard-wrapper {
  font-family: ubuntu-light;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #0F044C;
}
.dashboard-wrapper .header h2 {
  font-family: ubuntu-bold;
}
.dashboard-wrapper .header p {
  color: grey;
}
.dashboard-wrapper .summary {
  padding: 1rem 1rem;
}
.dashboard-wrapper .summary .notifications {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.dashboard-wrapper .summary .notifications .tile {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  border-radius: 0.5rem;
  background-color: white;
  padding: 0.2rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.dashboard-wrapper .summary .notifications .tile .icon {
  background-color: #dae4ee;
  border-radius: 0.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.dashboard-wrapper .summary .notifications .tile .icon i {
  font-size: 1.3rem;
  color: #0F044C;
}
.dashboard-wrapper .summary .notifications .tile .title {
  width: 70%;
  font-size: 1rem;
  align-items: baseline;
  color: #0F044C;
  font-family: ubuntu-light;
  display: flex;
  justify-content: start;
  flex-direction: row;
}
.dashboard-wrapper .summary .notifications .tile .title .count {
  font-family: ubuntu-bold;
  margin-right: 1rem;
}
.dashboard-wrapper .summary .divider {
  border-top: 0.01rem solid grey;
}
.dashboard-wrapper .summary .filter {
  border-radius: 0.25rem;
  padding: 1rem;
  background: white;
  margin-top: 3rem;
  font-size: 14px;
}
.dashboard-wrapper .summary .filter select {
  padding: 0.3rem;
  font-size: 14px;
}
.dashboard-wrapper .dark-bg {
  background: -webkit-linear-gradient(to bottom, #141E61, #141E61, #0F044C); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #141E61, #141E61, #0F044C);
}
.dashboard-wrapper .light-bg {
  background: -webkit-linear-gradient(to bottom, #1c2a86, #141E61); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #1c2a86, #141E61);
}

.clients-wrapper {
  position: relative;
}
.clients-wrapper .filter {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 15px;
}
.clients-wrapper .filter *:focus {
  outline: none;
  border: none;
}
.clients-wrapper .custom-table {
  margin-bottom: 3rem;
}
.clients-wrapper .pages {
  position: absolute;
  bottom: 0;
  right: 0;
}

.client-wrapper .profile h6 {
  color: white;
}
.client-wrapper .profile .client-info {
  background: white;
  border-radius: 0.25rem;
  color: #0F044C;
  font-size: 15px;
  padding: 1rem 0.5rem;
  overflow: hidden;
  font-family: ubuntu-light;
}
.client-wrapper .profile .client-info .row {
  margin-bottom: 0.5rem;
  text-align: start !important;
}
.client-wrapper .profile .client-info .row .label {
  font-size: 12px;
  color: grey;
}
.client-wrapper .profile .client-info .row .title {
  width: 100%;
  border-bottom: 0.01rem solid #a5a5a9;
}
.client-wrapper .profile .payment-history .tile {
  font-family: ubuntu-semi-bold;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 0.25rem;
}
.client-wrapper .profile .payment-history .tile-special {
  margin: 0.5rem 0.2rem;
  background-color: #EEEEEE;
  padding: 0.3rem 0.8rem;
  border-radius: 0.15rem;
  color: black;
  border-left: 0.3rem solid #017BFE;
}
.client-wrapper .profile .payment-history .tile-special i {
  font-size: 18px;
  color: gray;
}
.client-wrapper .profile .payment-history .tile-special .text-end {
  text-align: end;
}
.client-wrapper .profile .payment-history .tile-special .text-start {
  text-align: start;
}
.client-wrapper .client-forms {
  margin-top: 1rem;
}
.client-wrapper .client-forms .nav-tabs-custom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.client-wrapper .client-forms .nav-tabs-custom button {
  border: none;
  text-align: start;
  background-color: transparent;
  font-family: ubuntu-semi-bold;
  color: grey;
  padding-left: 0;
  font-size: 18px;
  padding-bottom: 0.1rem;
  width: 45%;
}
.client-wrapper .client-forms .nav-tabs-custom *:focus {
  outline: none;
  border: none;
}
.client-wrapper .client-forms .nav-tabs-custom .active {
  color: #0F044C;
  border-bottom: 0.1rem solid #141E61;
}
.client-wrapper .client-forms .tab-content {
  padding-top: 3rem;
}
.client-wrapper .client-forms .tab-content .form-row {
  font-family: ubuntu-light;
  margin-bottom: 1rem;
}
.client-wrapper .client-forms .tab-content .form-row .col-md-6 {
  padding-right: 1rem;
}
.client-wrapper .client-forms .tab-content .form-row .col-md-6 label {
  color: grey;
}
.client-wrapper .client-forms .tab-content .payment-form .col-md-4 label {
  color: grey;
  margin-left: 2.5rem;
}
.client-wrapper .client-forms .tab-content .payment-form .col-md-4 input[type=checkbox] {
  margin-left: 0.5rem;
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 8px;
}
.client-wrapper .client-forms .tab-content .submit {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.client-wrapper .client-forms .tab-content .submit button {
  padding: 0.5rem 5.5rem;
  font-family: ubuntu-semi-bold;
}

.collections-wrapper .section-right {
  padding: 2.8rem 1rem;
}
.collections-wrapper .section-right .summary {
  background: white;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-direction: column;
  border-radius: 0.5rem;
}
.collections-wrapper .section-right .summary .tile {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0rem;
}
.collections-wrapper .section-right .summary .tile .icon-wrapper {
  margin-right: 1rem;
  width: 43px;
  height: 43px;
  background-color: #dae4ee;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.collections-wrapper .section-right .summary .tile .icon-wrapper i {
  color: #e5b526;
  font-size: 1.2rem;
}
.collections-wrapper .section-right .summary .tile .min-icon {
  background-color: #dae4ee;
  width: 40px;
  height: 40px;
}
.collections-wrapper .section-right .summary .tile .min-icon i {
  color: #517096;
  font-size: 1rem;
}
.collections-wrapper .section-right .summary .amount {
  font-family: ubuntu-bold;
  height: 100%;
  font-size: 2rem;
  color: gray;
}
.collections-wrapper .section-right .summary .transactions {
  font-family: ubuntu-semi-bold;
  height: 100%;
  font-size: 1.3rem;
  color: gray;
}
.collections-wrapper .section-right .summary .divider {
  border-bottom: 0.01rem solid grey;
}
.collections-wrapper .section-right .filter {
  border-radius: 0.25rem;
  padding: 1rem;
  padding-bottom: 2rem;
  background: white;
  margin-top: 3rem;
  font-size: 14px;
}
.collections-wrapper .section-right .filter select {
  padding: 0.3rem;
  font-size: 14px;
}
.collections-wrapper .body {
  position: relative;
}
.collections-wrapper .body .custom-table {
  margin-top: 3rem;
  padding-bottom: 4rem;
}
.collections-wrapper .body .pages {
  position: absolute;
  right: 0;
  bottom: 0;
}
.collections-wrapper .modal-dialog .modal-body .client-form .col-md-4 label {
  color: grey;
  margin-left: 2.5rem;
}
.collections-wrapper .modal-dialog .modal-body .client-form .col-md-4 input[type=checkbox] {
  margin-left: 0.5rem;
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 8px;
}

.logs-wrapper .body {
  overflow-y: hidden;
}
.logs-wrapper .body .filter {
  width: 100%;
  overflow-x: hidden !important;
}
.logs-wrapper .body .paper {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(238, 238, 238, 0.9568627451);
  border: 0.05rem solid grey;
}
.logs-wrapper .body .paper .table .left-border {
  border-left: 0.2rem solid !important;
}
.logs-wrapper .body .paper .log {
  border-bottom: 0.1rem dotted grey;
  margin-bottom: 2rem;
  font-size: 14px;
}
.logs-wrapper .body .paper .log .mono {
  font-family: monospace !important;
  font-weight: 200;
}
.logs-wrapper .body .paper .delete {
  color: #F9322B;
}
.logs-wrapper .body .paper .edit {
  color: #141E61;
}
.logs-wrapper .body .paper .other {
  color: blue;
}
.logs-wrapper .body .paper .pages {
  position: absolute;
  bottom: 0;
  right: 0;
}

.defaulters-wrapper .body {
  position: relative;
}
.defaulters-wrapper .body .custom-table {
  margin-top: 3rem;
  padding-bottom: 4rem;
}
.defaulters-wrapper .body .pages {
  margin-top: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.defaulters-wrapper .section-right {
  padding: 2.8rem 1rem;
}
.defaulters-wrapper .section-right .summary {
  background: white;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-direction: column;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.defaulters-wrapper .section-right .summary .tile {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0rem;
}
.defaulters-wrapper .section-right .summary .tile .icon-wrapper {
  margin-right: 1rem;
  width: 43px;
  height: 43px;
  background-color: #dae4ee;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.defaulters-wrapper .section-right .summary .tile .icon-wrapper i {
  color: #F9322B;
  font-size: 1.2rem;
}
.defaulters-wrapper .section-right .summary .amount {
  font-family: ubuntu-bold;
  height: 100%;
  font-size: 2rem;
  color: gray;
}
.defaulters-wrapper .section-right .search {
  background-color: white;
}
.defaulters-wrapper .section-right .filter {
  border-radius: 0.25rem;
  padding: 1rem;
  padding-bottom: 2rem;
  background: white;
  margin-top: 2rem;
  font-size: 14px;
}
.defaulters-wrapper .section-right .filter select {
  padding: 0.3rem;
  font-size: 14px;
}

.collectors-wrapper {
  width: 100%;
}

.collector-wrapper .profile h6 {
  color: white;
}
.collector-wrapper .profile .divider {
  border-bottom: 0.05rem solid grey;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.collector-wrapper .profile .board {
  background: white;
  border-radius: 0.25rem;
  color: #0F044C;
  font-size: 15px;
  padding: 1rem 0.5rem;
  overflow: hidden;
  font-family: ubuntu-light;
}
.collector-wrapper .profile .board .row {
  margin-bottom: 0.5rem;
  text-align: start !important;
}
.collector-wrapper .profile .board .row .label {
  font-size: 12px;
  color: grey;
}
.collector-wrapper .profile .board .row .title {
  width: 100%;
  border-bottom: 0.01rem solid #a5a5a9;
}
.collector-wrapper .profile .collection .row {
  margin-bottom: 1rem;
}
.collector-wrapper .profile .collection .row .title {
  font-family: ubuntu-semi-bold;
}
.collector-wrapper .collector-tabs {
  margin-top: 3rem;
}
.collector-wrapper .collector-tabs .nav-tabs-custom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.collector-wrapper .collector-tabs .nav-tabs-custom button {
  border: none;
  text-align: start;
  background-color: transparent;
  font-family: ubuntu-semi-bold;
  color: grey;
  padding-left: 0;
  font-size: 18px;
  padding-bottom: 0.1rem;
  width: 45%;
}
.collector-wrapper .collector-tabs .nav-tabs-custom *:focus {
  outline: none;
  border: none;
}
.collector-wrapper .collector-tabs .nav-tabs-custom .active {
  color: #0F044C;
  border-bottom: 0.1rem solid #141E61;
}
.collector-wrapper .collector-tabs .tab-content {
  padding-top: 2rem;
}
.collector-wrapper .collector-tabs .tab-content .form-row {
  font-family: ubuntu-light;
  margin-bottom: 1rem;
}
.collector-wrapper .collector-tabs .tab-content .form-row .col-md-6 {
  padding-right: 1rem;
}
.collector-wrapper .collector-tabs .tab-content .form-row .col-md-6 label {
  color: grey;
}
.collector-wrapper .collector-tabs .tab-content .payment-form .col-md-4 label {
  color: grey;
  margin-left: 2.5rem;
}
.collector-wrapper .collector-tabs .tab-content .payment-form .col-md-4 input[type=checkbox] {
  margin-left: 0.5rem;
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 8px;
}
.collector-wrapper .collector-tabs .tab-content .submit {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
.collector-wrapper .collector-tabs .tab-content .submit button {
  padding: 0.5rem 5.5rem;
  font-family: ubuntu-semi-bold;
}

.admins-wrapper {
  width: 100%;
}
.admins-wrapper .profile h6 {
  color: white;
}
.admins-wrapper .profile .board {
  background: white;
  border-radius: 0.25rem;
  color: #0F044C;
  font-size: 15px;
  padding: 1rem 0.5rem;
  overflow: hidden;
  font-family: ubuntu-light;
}
.admins-wrapper .profile .board .row {
  margin-bottom: 0.5rem;
  text-align: start !important;
}
.admins-wrapper .profile .board .row .label {
  font-size: 12px;
  color: grey;
}
.admins-wrapper .profile .board .row .title {
  width: 100%;
  border-bottom: 0.01rem solid #a5a5a9;
}
.admins-wrapper .profile .admin-form {
  background: white;
  border-radius: 0.25rem;
  color: #0F044C;
  font-size: 15px;
  padding: 1rem;
  overflow: hidden;
  font-family: ubuntu-light;
}
.admins-wrapper .profile .admin-form .filter-group label {
  font-size: 13px;
}
.admins-wrapper .profile .admin-form .filter-group input {
  font-size: 14px;
}

.management-wrapper .header .nav {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.management-wrapper .header .nav .nav-item .nav-link {
  color: #141E61;
  background-color: #EEEEEE;
  padding: 0.5rem 2rem !important;
  border-color: #141E61;
  border-radius: 0.2rem;
}
.management-wrapper .header .nav .nav-item .active {
  background-color: #e1e3ef;
  color: #141E61 !important;
}
.management-wrapper .coverage-tabs {
  display: flex;
  gap: 0.5rem;
}
.management-wrapper .coverage-tab {
  border: 1px solid #141E61;
  background: #EEEEEE;
  color: #141E61;
  padding: 0.4rem 1.25rem;
  border-radius: 0.2rem;
  font-family: ubuntu-semi-bold;
}
.management-wrapper .coverage-tab.active {
  background: #141E61;
  color: #ffffff;
}
.management-wrapper .unit-stat-row {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.management-wrapper .unit-stat {
  flex: 1;
  min-width: 140px;
  text-align: left;
  border: 1px solid #e1e3ef;
  background: #ffffff;
  border-radius: 0.35rem;
  padding: 0.75rem 1rem;
}
.management-wrapper .unit-stat.active {
  border-color: #141E61;
  box-shadow: inset 0 0 0 1px #141E61;
}
.management-wrapper .unit-stat.assigned.active {
  border-color: #3FAE28;
  box-shadow: inset 0 0 0 1px #3FAE28;
}
.management-wrapper .unit-stat.vacant.active {
  border-color: #ffc107;
  box-shadow: inset 0 0 0 1px #ffc107;
}
.management-wrapper .unit-stat-count {
  display: block;
  font-size: 1.4rem;
  font-family: ubuntu-bold;
  color: #0F044C;
  line-height: 1.2;
}
.management-wrapper .unit-stat-label {
  color: #7a7a7d;
  font-size: 13px;
}
.management-wrapper .unit-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 12px;
  font-family: ubuntu-semi-bold;
}
.management-wrapper .unit-badge.assigned {
  background: #e8f6e3;
  color: #2b6a1a;
}
.management-wrapper .unit-badge.vacant {
  background: #fff4d6;
  color: #8a6d00;
}
.management-wrapper .unit-table {
  height: auto !important;
  max-height: 70vh;
  overflow: auto;
}
.management-wrapper .body {
  margin-top: 2rem;
}
.management-wrapper .body .coverage-table .custom-table {
  background-color: whitesmoke;
  height: 80vh;
}
.management-wrapper .body .coverage-table .custom-table table thead {
  position: sticky;
  top: 0;
}
.management-wrapper .body .coverage-table .custom-table table thead tr th {
  color: #141E61;
}
.management-wrapper .body .coverage-table .pages {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.management-wrapper .body-temeke {
  margin-top: 2rem;
}
.management-wrapper .body-temeke .data-list .header {
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background-color: #e1e3ef;
  color: #0F044C;
}
.management-wrapper .body-temeke .data-list .data {
  height: 76vh;
  overflow-y: scroll;
}
.management-wrapper .body-temeke .data-list .data .tile {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #a5a5a9;
}
.management-wrapper .section-right {
  margin-top: 0.5rem;
}
.management-wrapper .section-right .tile {
  margin-top: 3rem;
  background-color: #EEEEEE;
  padding: 1rem;
  margin-bottom: 1rem;
}
.management-wrapper .section-right .search {
  background-color: white;
}
.management-wrapper .section-right label {
  color: #a5a5a9;
  font-size: 0.8rem;
}
