.user-management {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.button-div {
  margin-left: 30px !important;
  margin-right: 30px;
}

.btn-position {
  margin-left: -14px !important;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.charge-table tr td:first-child {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  padding-right: 15px;
}

.show-pass-text {
  position: relative;
  cursor: pointer !important;
  top: -33px;
  float: right;
  font-size: 16px;
  right: 14px;
  color: #666666;
}

.text-count {
  margin-top: 2px;
  font-size: 12px;
  color: #666666;
  float: right;
}

.r-value {
  font-weight: 300;
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}

.r-addressValue {
  font-weight: 300 !important;
  margin-left: 5px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 170px !important;
}
.mobileVerify {
  position: relative;
  display: flex;
  margin-left: 20px;
  margin-top: 3.2%;
}

/* Bank Staff Add new + Maker Edit */

#placeOfPosting:focus {
  border: 1px solid green !important;
}

#placeOfPosting {
  border: 1px solid #cccccc !important;
}

#photoIdNo:focus {
  border: 1px solid green !important;
}

#photoIdNo {
  border: 1px solid #cccccc !important;
}

/*----------------------------------------*/
/*  01. Search Criteria
/*----------------------------------------*/
.search-criteria {
  padding: 15px 10px !important;
  background-color: #e6e6e6 !important;
}

.search-border {
  outline: none !important;
}

.search-border:focus {
  outline: none !important;
  border: 1px solid green;
}

.search-border:hover {
  border: 1px solid green;
}

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* max-width:1px; */
}

/* 02. Dropdown */
/*----------------------------------------*/

.ui-dropdown {
  width: 296px!;
  height: 36px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.ui-dropdown:not(.ui-state-disabled):hover {
  border: 1px solid #cccccc !important;
}

.ui-dropdown:not(.ui-state-disabled).ui-state-focus {
  box-shadow: none !important;
}

.ui-dropdown-label-container {
  width: 100% !important;
}

.ui-dropdown .ui-dropdown-label {
  height: 34px !important;
  color: #b3b3b3 !important;
  font-size: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 0 28px 0 14px !important;
}

.ui-dropdown .ui-dropdown-panel {
  /*min-width: 296px;*/
  border: 1px solid #cccccc !important;
  border-top: 0px !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.08) !important;
  top: 32px !important;
  left: -1px !important;
}

.ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon {
  font-size: 15px !important;
  position: relative !important;
  top: 5px !important;
  left: -5px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item {
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 14px !important;
}

.ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item.ui-state-highlight {
  background: #328a46 !important;
  color: #ffffff !important;
}

/* .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item.ui-state-highlight,
.ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
    background: #ececec;
} */

.ui-dropdown-panel
  .ui-dropdown-items
  .ui-dropdown-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
  background: #abd4bd !important;
}

#monthName .ui-dropdown {
  width: 172px !important;
}

.ui-datepicker-title select:focus {
  box-shadow: none !important;
  /* border: 1px solid #80bdff !important; */
}

/*  06. Table
/*----------------------------------------*/

.ui-table-wrapper {
  padding: 0 20px !important;
  background: #fff !important;
}

.ui-table {
  background: #ffffff !important;
}

/* .ui-table .ui-table-thead>tr>th {
    padding: 5px !important;
    font-size: 13px;
} */

.ui-table .ui-table-tbody > tr {
  background: #f9f9f9 !important;
}

.ui-table .ui-table-tbody > tr:nth-child(even) {
  background: #ffffff !important;
}

/* .ui-table .ui-table-tbody>tr>td {
    padding: 0px !important;
    font-size: 12px !important;
    color: #616161 !important;
} */

.ui-table .ui-table-caption {
  background: #e0e0e0 !important;
}

/* .ui-table .ui-table-thead>tr>th {
    background-color: #235EAA;
    color: #fff;
} */

.ui-table .ui-table-caption {
  background: #ffffff !important;
  padding: 15px 20px !important;
  border: none !important;
}

.ui-table .ui-table-thead > tr > th {
  background-color: #ffffff !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 15px 0 10px 10px !important;
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
}

.ui-table .ui-table-tbody > tr > td {
  color: #4d4d44 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 10px 0 10px 10px !important;
  border: none !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #cccccc !important;
}

.ui-table .ui-table-tbody > tr > td:last-child {
  vertical-align: middle !important;
}

.ui-table .ui-table-tbody > tr > td > ul > li {
  margin-right: 24px !important;
}

.ui-table .ui-table-tbody > tr > td > ul > li > a > i {
  color: #808080 !important;
  font-size: 20px !important;
}

.ui-table .ui-table-tbody > tr > td > ul > li > a > div {
  margin-right: 15px !important;
  position: relative !important;
  top: 7px !important;
}

/*----------------------------------------*/

/*  08. Pagination
/*----------------------------------------*/

.ui-paginator {
  background-color: #ffffff !important;
  border: none !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  text-align: right !important;
  margin: 0 20px !important;
  border-bottom: 1px solid #cccccc !important;
}

.ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
  background: transparent !important;
  color: #333333 !important;
  font-weight: 600 !important;
}

.ui-paginator
  .ui-paginator-pages
  .ui-paginator-page:not(.ui-state-active):hover {
  background: transparent !important;
  color: #848484 !important;
}

.ui-paginator .ui-paginator-pages .ui-paginator-page:focus {
  box-shadow: none !important;
}

.ui-paginator
  .ui-paginator-first:not(.ui-state-disabled):not(.ui-state-active):hover,
.ui-paginator
  .ui-paginator-prev:not(.ui-state-disabled):not(.ui-state-active):hover,
.ui-paginator
  .ui-paginator-next:not(.ui-state-disabled):not(.ui-state-active):hover,
.ui-paginator
  .ui-paginator-last:not(.ui-state-disabled):not(.ui-state-active):hover {
  background: transparent !important;
  color: #848484 !important;
}

.ui-paginator .ui-paginator-first:focus,
.ui-paginator .ui-paginator-prev:focus,
.ui-paginator .ui-paginator-next:focus,
.ui-paginator .ui-paginator-last:focus {
  box-shadow: none !important;
}

.ui-paginator .ui-dropdown {
  margin-left: 0 !important;
  height: auto !important;
  min-width: auto !important;
  width: fit-content !important;
}

.ui-paginator .ui-dropdown .ui-dropdown-panel {
  width: fit-content !important;
  top: 32px !important;
  left: 0 !important;
  min-width: fit-content !important;
}

.ui-paginator .ui-dropdown:not(.ui-state-disabled):hover {
  border: 0px !important;
}

/*  03. Date
/*----------------------------------------*/

.ui-calendar {
  display: inline !important;
}

.ui-calendar.ui-calendar-w-btn .ui-inputtext {
  height: 36px !important;
  border: 1px solid #cccccc !important;
  border-right: 0 !important;
  border-radius: 4px !important;
  padding: 0 0 0 14px !important;
  cursor: pointer !important;
  color: #666666 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  width: 100% !important;
}

.ui-calendar.ui-calendar-w-btn .ui-inputtext::placeholder {
  color: #b3b3b3 !important;
  font-size: 14px !important;
}

/* 
.ui-calendar.ui-calendar-w-btn .ui-inputtext:hover {
    border: 1px solid #cccccc !important;
} */

.ui-inputtext:enabled:focus:not(.ui-state-error) {
  box-shadow: none !important;
}

p-calendar.ng-dirty.ng-invalid button {
  border-bottom: 1px solid #dd7781 !important;
  border-top: 1px solid #dd7781 !important;
  border-right: 1px solid #dd7781 !important;
}

.ui-calendar.ui-calendar-w-btn .ui-datepicker-trigger.ui-button {
  width: 48px !important;
  height: 36px !important;
  background: #ffffff !important;
  color: #808080 !important;
  border: 1px solid #cccccc;
  border-left: 0 !important;
  border-radius: 0 4px 4px 0 !important;
  position: absolute !important;
  right: 0 !important;
}

.ui-calendar.ui-calendar-w-btn .ui-button:enabled:focus {
  box-shadow: none !important;
}

.ui-datepicker {
  top: 24px !important;
}

.ui-dropdown-label-container label.ui-placeholder {
  color: #b3b3b3 !important;
}

p-dropdownitem li.ui-state-highlight {
  color: #666666 !important;
}

/* p-calendar.ui-inputwrapper-focus button {
    border-bottom: 1px solid #80bdff !important;
    border-top: 1px solid #80bdff !important;
    border-right: 1px solid #80bdff !important;
} */

/*----------------------------------------*/
/*  08. Message
/*----------------------------------------*/
.ui-message {
  padding: 0 !important;
  margin: 0 !important;
  float: right !important;
}

.ui-message.ui-message-error {
  color: #dd7781 !important;
  background-color: transparent !important;
  border: 0 none !important;
}
.ui-message .ui-message-text {
  font-size: 12px !important;
}
.ui-message.ui-message-error .ui-message-icon {
  display: none !important;
}

.ui-state-complete .ui-steps-error {
  background-color: #ed5565 !important;
  color: #ffffff !important;
}

.md-24 {
  font-size: 24px;
}

.right {
  float: right;
}

.icon-right-space {
  padding-right: 5px;
}

/* Still no uses found */

.ac-info {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.ac-no {
  color: #666666;
  font-weight: 600;
}

.hypen {
  color: #666666;
  font-weight: 400;
  margin: 0 5px;
}

.product-name {
  color: #666666;
  font-weight: 400;
  text-transform: lowercase;
}

.product-name:first-line {
  text-transform: capitalize;
}

.ac-type {
  color: #666666;
  font-weight: 400;
  text-transform: capitalize;
}

.ac-title {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 4px;
}

.branch-name {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
.branch-name span {
  text-transform: capitalize;
}
.or-div {
  margin-top: 30px;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
}

.int-number {
  color: #666666;
  font-size: 14px !important;
  font-weight: 600;
  margin-right: 2px;
}

.point {
  color: #808080;
  font-size: 11px !important;
  font-weight: 400;
}

.decimal-digit {
  color: #808080;
  font-size: 11px !important;
  font-weight: 400;
}

.charge-amount {
  text-align: right;
}

/*----------------------------------------*/
/*  04. Customer Info
/*----------------------------------------*/

.customer-ac-info {
  background: #ecf4fd;
  padding: 15px;
  border-radius: 4px;
}

.ac-info-group {
  width: 224px;
}

.ac-info-group p {
  font-weight: 400;
  font-size: 14px;
  margin-left: 0;
  margin-bottom: 0;
  text-align: left;
  color: #4d4d4d;
}

.cus-id {
  color: #666666;
  font-size: 13px;
  text-transform: uppercase !important;
  margin-bottom: 3px;
}

/*  05. Statement Balance
/*----------------------------------------*/

.statement-balance-title,
.statement-balance-title {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}

.statement-from-date,
.statement-to-date,
.balance-amount {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
}

.statement-to {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
}

.amount-info {
  background: #ffffff;
  padding: 20px;
}

.amount-info p {
  margin-bottom: 5px;
}

.amount-title {
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  font-family: "Roboto";
}

.amount-span {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  margin-left: 30px;
  float: right;
}

/*----------------------------------------*/
/*  1.2 Trasfer Form Area
/*----------------------------------------*/
.transfer-form-area {
  margin-left: 15px !;
}

.transfer-form {
  margin-top: 15px;
}

.divider {
  border-top: 1px solid #cccccc;
}

.reference-text {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
}

.reference::placeholder {
  color: #b3b3b3;
  font-size: 14.67px;
  font-weight: 400;
  text-align: left;
}

.otp-area {
  background: #ffffff;
  padding: 20px 15px;
  margin-top: 30px;
  border-radius: 3px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 0px 5px 2px rgba(0, 0, 0, 0.23);
}

.download-area {
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 0 0 3px 3px;
}

.download-area label.ib-label {
  margin-bottom: 0;
  margin-left: 0;
}

.download-transfer {
  background: #ececec;
  padding: 15px 10px;
  border-radius: 3px;
}

.download-transfer i {
  cursor: pointer;
}
.time-stamp span {
  margin-left: 20px;
}
.confirm-ref {
  font-weight: 600;
}

.add-edit-form {
  background: #ffffff;
  box-shadow: 0px -1px 6px 0 rgba(0, 0, 0, 0.34);
  padding: 10px 0;
}

.post-code {
  font-weight: 600;
}

.pc-hypen {
  font-weight: 300;
  margin: 0 5px;
}

.pc-sub-office {
  font-weight: 300;
  text-transform: capitalize;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.percentage {
  float: right;
  margin-top: -25px;
  margin-right: 15px;
}

.mt-5p {
  margin-top: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.oba-active {
  color: #64b5f6 !important;
}

.oba-language {
  position: relative;
  top: -15px;
  left: -1.5rem;
  float: right;
}

.oba-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 500px;
  width: 800px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 0px 5px 2px rgba(0, 0, 0, 0.23);
}

.oba-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.obp-header {
  background-color: #2a4865;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.obp-title {
  font-size: 20px;
  font-weight: bold;
}

.r-ct {
  font-weight: 500;
  margin-left: -3px;
}

.r-cr {
  margin-left: -18px;
  margin-right: 0;
}

.pr-0-d div {
  padding-right: 0;
}

.mtn-20 {
  margin-top: -20px;
}

.cb-pt-9 {
  padding-top: 9px;
}

.v-value {
  font-weight: 300;
  margin-left: 5px;
}

#vmnConfirm {
  background-clip: unset;
}

#viContinueCancel {
  position: absolute;
  top: 30px;
  margin-left: 30px;
}

.color-w {
  color: #ffffff;
}

.cursor-p {
  cursor: pointer;
}

.vmn-btn-mw {
  min-width: 355px;
}

.a-e-nominee {
  padding-top: 29px;
}

.a-e-nominee li a,
.a-e-nominee li button {
  color: #428aea;
  font-size: 15px;
  font-weight: 600;
}

.a-e-nominee li btn {
  color: #cccccc;
}

#nomineeSave.disabled {
  color: #cccccc;
}

.ci-photo {
  width: 352px;
  height: 256px;
  object-fit: contain;
  /*cursor: zoom-in;*/
}


/*----------------------------------------*/
/*  1.4 Review Area
  /*----------------------------------------*/
.review-area {
  width: 424px;
}

/*----------------------------------------*/
/*  1.4 Preview Area
  /*----------------------------------------*/
.preview-area .ac-info,
.preview-area .ac-title,
.preview-area .branch-name,
.preview-area .reference-text,
.download-area .time-stamp,
.download-area .confirm-ref {
  margin-left: 14px;
}

.preview-area {
  background: #ffffff;
  padding: 15px 15px;
  border-radius: 3px 3px 0 0;
  margin-top: 30px;
}

.preview-area .form-group {
  margin-bottom: 0;
}

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box > .inner {
  padding: 10px;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.small-box > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-info > a {
  color: #fff !important;
}

.small-box p {
  z-index: 5;
}
.small-box p {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3,
  .col-xl-3 .small-box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3,
  .col-xl-3 .small-box h3 {
    font-size: 1.6rem;
  }
}

.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

.small-box .icon>i.mdi {
  font-size: 70px;
  top: 20px;
}

.bg-success {
  background-color: #28a745!important;
  color: #fff !important;
}

.bg-warning {
  background-color: #ffc107!important;
}

.bg-warning > a {
  color: #1f2d3d!important;
}

.bg-danger {
  background-color: #dc3545!important;
}

.toogle-column{
  margin-top: 20px;
}

.custom-button{
  height: 35px;
  width: auto;
  margin-top: 25px;
}

input{
  margin-right: 4.5px;
}

/* dropdown toggle  */
.customDropdown{
  height: 250px;
  overflow: auto;
  margin-right: -10px; 
  max-width: 50px !important;
}
.custom-input{
  font-size: 12px;
  padding-left: 10px;
  height: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}
[type="checkbox"]
{
  vertical-align:middle;
  margin-bottom: 2px;
}
