ul.source-of-income-list li {
  position: relative;
  margin: 0 0 12px;
}
ul.source-of-income-list li a {
  position: absolute !important;
  right: 0;
  top: -6px;
}

ul.source-of-income-list li .form-switch {
  position: absolute;
  top: 0;
  right: 55px;
}

.tab-scroll {
  overflow-x: scroll;
}
.tab-scroll ul {
  width: 3860px;
}

.tab-scroll::-webkit-scrollbar {
  width: 1px;
  height: 4px;
}

.tab-scroll::-webkit-scrollbar-thumb {
  background-color: #2c3091;
  border-radius: 30px;
}

button.add-more-btn.ms-0 {
  float: right;
  border: none;
  background-color: transparent;
  color: #2c3091;
  font-weight: bold;
  font-size: 12px;
}

.remitter-id-block {
  background-color: #eff0f3;
  border-radius: 10px;
  position: relative;
  padding: 12px 15px;
}
.remitter-id-block h3 {
  font-size: 15px;
  font-weight: inherit;
  margin: 0;
  position: relative;
}
.remitter-id-image {
  width: 100%;
  height: 148px;
  overflow: hidden;
  margin: 14px 0 0;
}
.remitter-id-image img {
  width: 100%;
  float: left;
  height: 100%;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #2c3091 !important;
  border-color: #2c3091 !important;
  color: #ffffff !important;
}

.avatar-indicators:before {
  border: 2px solid #fff0 !important;
}

table.access-time-control-table {
  border-collapse: collapse;
  padding: 3px;
  margin: 20px 0;
}
table.access-time-control-table tbody th {
  padding: 3px;
  font-size: 12px;
}
table.access-time-control-table tbody th.day-of-week {
  text-align: left;
}
table.access-time-control-table tbody td.checkbox-enabled {
  background: #8a96a8;
}
table.access-time-control-table tbody td {
  border: 1px solid #cbcbcb;
  padding: 3px;
  width: 20px;
  height: 20px;
}

.tooltip {
  color: #fff !important;
  opacity: 100 !important;
  font-weight: bold !important;
}

.form-control-view {
  padding: 0.5rem 1rem;
  border: 1px solid #cbd5e1;
  height: 39px;
}
