#dhub .dhbwallet_frame_const .walletfather_container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#dhub .dhbwallet_frame_const .operation-target_frame {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 16px 0;
  text-align: center;
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

#dhub .dhbwallet_frame_const.walletfather .balances_frame {
  position: relative;
  box-sizing: border-box;
  padding: 16px 12px;
  background-color: rgba(1, 32, 96, 0.025);
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}


#dhub .dhbwallet_frame_const .operation-target_frame>dhbwtask {
  cursor: default;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  height: 200px;
  padding: 8px;
  display: inline-flex;
  flex-direction: column;
  border-radius: 10px;
  align-items: center;
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask>.icon,
#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask>.text {
  display: flex;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask>.icon {
  height: 80%;
  border-radius: 10px;
  margin-bottom: 4px;
  align-items: center;
  justify-content: center;
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask>.text {
  position: relative;
  font-size: 1.5em;
  font-family: 'Noto Sans';
  height: 20%;
  color: rgb(24, 24, 24);
  align-items: center;
  justify-content: center;
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask:hover {
  box-shadow: 0px 4px 1.2px rgb(24,24,24);
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask:hover>.text {
  color: rgb(24, 24, 24);
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask.wf_ahr>.text:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  display: inline-block;
  right: 0;
  top: calc(50% - 12.5px);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgb(24,24,24)"><path d="M204-318q-22-38-33-78t-11-82q0-134 93-228t227-94h7l-64-64 56-56 160 160-160 160-56-56 64-64h-7q-100 0-170 70.5T240-478q0 26 6 51t18 49l-60 60ZM481-40 321-200l160-160 56 56-64 64h7q100 0 170-70.5T720-482q0-26-6-51t-18-49l60-60q22 38 33 78t11 82q0 134-93 228t-227 94h-7l64 64-56 56Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  /*! Animate --- */
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask>.icon:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  box-sizing: inherit;
  background-size: 50%;
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask[data-target="withdrawal_requests"]>.icon {
  background-color: rgb(28, 70, 154);
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask[data-target="withdrawal_requests"]>.icon:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgb(244,244,244)"><path d="M560-440q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35ZM280-320q-33 0-56.5-23.5T200-400v-320q0-33 23.5-56.5T280-800h560q33 0 56.5 23.5T920-720v320q0 33-23.5 56.5T840-320H280Zm80-80h400q0-33 23.5-56.5T840-480v-160q-33 0-56.5-23.5T760-720H360q0 33-23.5 56.5T280-640v160q33 0 56.5 23.5T360-400Zm440 240H120q-33 0-56.5-23.5T40-240v-440h80v440h680v80ZM280-400v-320 320Z"/></svg>');
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask[data-target="transfer_requests"]>.icon {
  background-color: rgb(247,213,54);
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask[data-target="transfer_requests"]>.icon:before {
  background-image: url('/resources/images/logos/DHub.svg');
  background-size: 80%;
  border-radius: inherit;
  border: 1px solid rgb(24, 24, 24);
  width: 120px;
  height: 70px;
}

#dhub .dhbwallet_frame_const .operation-target_frame dhbwtask>.trigger {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


#dhub .dhbwallet_frame_const.walletfather .transactions_frame {
  background-color: rgba(1, 32, 96, 0.025);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#dhub .dhbwallet_frame_const.walletfather .transactions_frame>.trscs_list {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 10px);
  margin: 8px 5px;
  padding: 12px 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

/*! REQUESTS MODAL ------------------------------------------------------------ */ 

#dhub .dh-dlg_box-sizing.dh-dlg_box-sizing > .dh_ui_view#dighookui {
  height: 100%;
  max-height: calc(100% - 75px);
}

#dhub .wallet-wzd_operation_frame {
  width: 100%;
  font-size: 0.92em;
}

#dhub .wallet-wzd_operation_frame .wlt-wzd_requests {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: 'Noto Sans';
  height: 100%;
  overflow: hidden auto;
  padding: 0 5px;
}

#dhub .wlt-wzd_requests>.operation {
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  width: calc(100% + 16px);
  left: -8px;
  margin: 5px 0 8px 0;
  padding: 12px 8px;
  border-radius: 10px;
}

#dhub .wlt-wzd_requests .operation > .caption {
  color: rgb(24,24,24);
  font-size: 0.98em;
  font-weight: bold;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 2px dashed rgb(247,213,54);
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 5px;
}

#dhub .wlt-wzd_requests .operation > .caption.wf_ahr {
  background: repeating-linear-gradient(-45deg, rgba(247,213,54,0.4) 0 15px, rgba(28,70,154,0) 0 20px) left/200% 100%;
  animation: dhub_ks_loader 1.5s infinite linear;
}

/*! Operation: search wallet result */ 

#dhub .wlt-wzd_requests .operation .col,
#dhub .wlt-wzd_requests .operation .cell {
  display: inline-flex;
}

#dhub .wlt-wzd_requests .operation .col.left {
  justify-content: left;
}

#dhub .wlt-wzd_requests .operation .col.right {
  justify-content: right;
}

#dhub .wlt-wzd_requests .operation > .results {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 5px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}


#dhub .wlt-wzd_requests .operation .results > .item {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  border: 1px solid rgb(247,213,54);
  border-radius: 10px;
  cursor: default;
  user-select: none;
}

#dhub .wlt-wzd_requests .operation .results > .item:hover {
  box-shadow: 0px 3px 1.2px rgb(28,70,154);
}

#dhub .wlt-wzd_requests .operation .wallet,
#dhub .wlt-wzd_requests .operation .holder {
  width: 100%;
  position: relative;
  box-sizing: border-box; 
  display: flex;
}

#dhub .wlt-wzd_requests .operation .wallet {
  border-bottom: 1px solid rgb(24,24,24,0.2); 
  height: 65px;
  background-color: rgba(244,244,244,0.4);
  justify-content: center;
}

#dhub .wlt-wzd_requests .operation .wallet > .icon {
  width: 65px;
  height: 100%;
  position: relative;
}

#dhub .wlt-wzd_requests .operation .wallet > .icon:before {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgb(0,0,0)"><path d="M200-200v-560 560Zm0 80q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v100h-80v-100H200v560h560v-100h80v100q0 33-23.5 56.5T760-120H200Zm320-160q-33 0-56.5-23.5T440-360v-240q0-33 23.5-56.5T520-680h280q33 0 56.5 23.5T880-600v240q0 33-23.5 56.5T800-280H520Zm280-80v-240H520v240h280Zm-160-60q25 0 42.5-17.5T700-480q0-25-17.5-42.5T640-540q-25 0-42.5 17.5T580-480q0 25 17.5 42.5T640-420Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  transform: translate(-50%, -50%);
}

#dhub .wlt-wzd_requests .operation .wallet > .detail {
  flex-direction: column;
  width: calc(100% - 54px);
  position: relative;
}

#dhub .wlt-wzd_requests .operation .wallet .detail > .cell.balance {
  height: 40px;
  position: relative;
  top: calc(50% - 6px); 
  transform: translateY(-50%);
  font-family: 'Noto Sans';
  font-weight: bold;
  font-size: 1.4em;
  justify-content: left;
  align-items: center;
}

#dhub .wlt-wzd_requests .operation .wallet .detail > .cell.balance > .col {
  margin: 4px;
}

#dhub .wlt-wzd_requests .operation .wallet .detail > .cell.ref {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.7em;
  align-items: center;
  justify-content: left;
  width: 100%;
  position: absolute;
  bottom: 4px;
}

#dhub .wlt-wzd_requests .operation .wallet .detail > .cell.ref > .col {
  margin: 0 2px;
}

#dhub .wlt-wzd_requests .operation .holder {
  padding: 8px;
  background-color: rgb(247,213,54);
}

#dhub .wlt-wzd_requests .operation .holder > .rect {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#dhub .wlt-wzd_requests .operation .holder .rect > .cell {
  width: 100%;
}

#dhub .wlt-wzd_requests .operation .holder .cell.name {
  flex-direction: column;
  width: 100%;
  align-items: center;
}

#dhub .wlt-wzd_requests .operation .holder .cell.name > span {
  width: 100%;
  justify-content: center;
  text-align: center;
}

#dhub .wlt-wzd_requests .operation .holder .cell.name > .data {
  font-size: 0.9em;
  text-transform: uppercase;
}

#dhub .wlt-wzd_requests .operation .holder .cell.name > .label {
  font-size: 0.7em;
}

#dhub .wlt-wzd_requests .operation .holder .cell a{
  text-decoration: none;
  color: rgb(24,24,24);
  font-family: 'Noto Sans';
  font-weight: bold;
}

#dhub .wlt-wzd_requests .operation .holder .cell a:hover {
  
}

#dhub .wlt-wzd_requests .operation .holder .cell.phone,
#dhub .wlt-wzd_requests .operation .holder .cell.email {
  margin: 10px 0 5px 0;
}

#dhub .wlt-wzd_requests .operation .holder .cell.email {
  display: none;
}

#dhub .wlt-wzd_requests .operation .holder .cell.phone > span,
#dhub .wlt-wzd_requests .operation .holder .cell.email > span {
  font-size: 0.9em;
  width: calc(50% - 5px);
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
  max-width: 160px;
  word-wrap: break-word;
}

#dhub .wlt-wzd_requests .operation .holder .cell.phone > span.data,
#dhub .wlt-wzd_requests .operation .holder .cell.email > span.data {
  left: 10px;
}

#dhub .wlt-wzd_requests .operation .holder .cell.phone > span.label {
  max-width: max-content;
}

#dhub .wlt-wzd_requests .operation .holder .cell.phone > span.data {
  width: 100%;
  justify-content: right;
  max-width: unset;
  padding: 0 12px;
}

/*! Bofere task ------------ */ 

#dhub .wlt-wzd_requests .operation > .before_task {
  box-sizing: border-box;
  position: relative;
  padding: 16px 0;
  width: 100%;
}

#dhub .wlt-wzd_requests .operation > .before_task form,
#dhub .wlt-wzd_requests .operation > .before_task .top_bar {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#dhub .wlt-wzd_requests .operation .before_task .top_bar > .icon {
  width: 40px;
  height: 30px;
  position: relative;
}

#dhub .wlt-wzd_requests .operation .before_task .top_bar > .icon:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48" fill="rgb(24,24,24)"><path d="M259-200v-60h310q70 0 120.5-46.5T740-422q0-69-50.5-115.5T569-584H274l114 114-42 42-186-186 186-186 42 42-114 114h294q95 0 163.5 64T800-422q0 94-68.5 158T568-200H259Z"/></svg>');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

#dhub .wlt-wzd_requests .operation .before_task .user-wlt {
  width: calc(100% - 40px);
  flex-direction: column;
  align-items: center;
  text-align: center; 
  padding-left: 8px;
  box-sizing: border-box;
}

#dhub .wlt-wzd_requests .operation .before_task .user-wlt > .label {
  color: rgb(28,70,154);
  position: relative;
  top: -5px;
  font-size: 0.8em;
}

#dhub .wlt-wzd_requests .operation .before_task .user-wlt > .data {
  font-family: 'Noto Sans';
  font-weight: bold;
  font-size: 0.85em;
}

#dhub .wlt-wzd_requests .operation .before_task form > .groupment {
  position: relative;
  width: 100%;
  box-sizing: border-box; 
  margin: 30px 0;
  justify-content: center;
  padding: 0 8px;
  flex-direction: column;
  align-items: center;
}

#dhub .wlt-wzd_requests .operation .before_task form .amount {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  background-color: rgba(0,0,0,0.0);
  height: 60px;
  padding: 0 8px;
  color: rgb(24,24,24);
  font-family: 'Noto Sans';
  font-weight: bold;
  font-size: 2.5em;
  display: inline-flex;
  width: 100%;
  text-align: center;
  cursor: auto;
}

#dhub .wlt-wzd_requests .operation .before_task form .amount::placeholder {
  color: rgb(28,70,154,0.5);
  font-family: 'Noto Sans';
  font-weight: bold;
}

#dhub .wlt-wzd_requests .operation .before_task form .amount:focus {
  border: 0;
}

#dhub .wlt-wzd_requests .operation .before_task form > .fees {
  flex-direction: column;
  width: 100%;
}

#dhub .wlt-wzd_requests .operation .before_task .fees > nav {
  display: flex;
  position: relative;
  width: 100%;
  margin: 8px 0;
  align-items: center;
  height: 25px;
}

#dhub .wlt-wzd_requests .operation .before_task .fees .col {
  width: 50%;
}

#dhub .wlt-wzd_requests .operation .before_task .fees .col.label {
  font-size: 0.8em;
}

#dhub .wlt-wzd_requests .operation .before_task .fees .col.data {
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 8px;
  box-sizing: border-box;
}

#dhub .wlt-wzd_requests .operation .before_task form > .ctrl_bar {
  margin-top: 20px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

#dhub .wlt-wzd_requests .operation .before_task .fee-svc > .ctrl {
  background-color: rgba(0,0,0,0.09);
  width: 42px;
  height: 22px;
  border-radius: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

#dhub .wlt-wzd_requests .operation .before_task .fee-svc > .ctrl:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px; 
  background-color: rgb(24,24,24);
  border-radius: 50%;
  top: 50%;
  left: 2.5px;
  transform: translateY(-50%);
}

#dhub .wlt-wzd_requests .operation .before_task .fee-svc > .ctrl.active {
  background-color: rgb(247,213,54);
}

#dhub .wlt-wzd_requests .operation .before_task .fee-svc > .ctrl.active:before {
  background-color: rgb(28,70,154);
  left: unset;
  right: 3px;
} 

/* End before task -------------------- */

#dhub .wlt-wzd_requests .ctrl_bar .groupment .field-layout {
  margin-right: 0;
}

#dhub .wlt-wzd_requests .ctrl_bar .groupment .field-layout.for_search {
  width: calc(100% - 160px);
  margin-right: 10px;
}

#dhub .wlt-wzd_requests .ctrl_bar .groupment .field-layout.for_sort {
  width: 150px;
}

#dhub .wlt-wzd_requests .ctrl_bar .groupment .field-layout.for_sort:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 5px;
  top: calc(50% - 10px);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgb(1,32,96)"><path d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z"/></svg>');
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

#dhub .wlt-wzd_requests .content-resizable>.custom-resize {
  background-color: rgba(1, 32, 96, 0.04);
  height: 40px;
  border-radius: 10px;
}

#dhub .wlt-wzd_requests .operation .content-resizable>.custom-resize {
  height: 55px;
  font-size: 1em;
}

#dhub .wlt-wzd_requests .ctrl_bar .content-resizable>.custom-resize.sort {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#dhub .wlt-wzd_requests .ctrl_bar .content-resizable>.custom-resize::placeholder {
  color: rgba(1, 32, 96, 0.45);
  font-size: 14.5px;
}

#dhub .wlt-wzd_requests > .request_list {
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  background-color: rgba(1, 32, 96, 0.03);
  padding: 8px;
  border-radius: 10px;
  width: calc(100% + 16px);
  left: -8px;
}

#dhub .wlt-wzd_requests .request_list >.ctrl_bar .caption {
  display: inline-flex;
  font-size: 0.85em;
  color: rgb(28,70,157);
  padding: 0 12px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 25px;
  align-items: center;
}

#dhub .wlt-wzd_requests .request_list>.container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 4px 0 8px 0;
  padding: 12px 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

#dhub .wlt-wzd_requests .request_list .requests {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5px;
}

#dhub .wlt-wzd_requests .request_list .requests>.date {
  font-size: 0.82em;
  color: rgba(24, 24, 24, 0.9);
  padding: 0 4px;
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
}

#dhub .wlt-wzd_requests .requests>.request-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(1, 32, 96, 0.09);
  padding: 8px 0 8px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

#dhub .wlt-wzd_requests .requests>.request-item:hover {
  background-color: rgba(1, 32, 96, 0.03);
}

#dhub .wlt-wzd_requests .requests>.request-item:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 26px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center;
}

#dhub .wlt-wzd_requests .requests>.request-item.pending:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgb(247,213,54)"><path d="M204-318q-22-38-33-78t-11-82q0-134 93-228t227-94h7l-64-64 56-56 160 160-160 160-56-56 64-64h-7q-100 0-170 70.5T240-478q0 26 6 51t18 49l-60 60ZM481-40 321-200l160-160 56 56-64 64h7q100 0 170-70.5T720-482q0-26-6-51t-18-49l60-60q22 38 33 78t11 82q0 134-93 228t-227 94h-7l64 64-56 56Z"/></svg>');
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

#dhub .wlt-wzd_requests .requests>.request-item.rejected:before,
#dhub .wlt-wzd_requests .requests>.request-item.cancelled:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48" fill="rgba(213,29,39,0.8)"><path d="m249-207-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z"/></svg>');
}

#dhub .wlt-wzd_requests .requests>.request-item.finished:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48" fill="rgb(0, 118, 0)"><path d="M378-246 154-470l43-43 181 181 384-384 43 43-427 427Z"/></svg>');
}

#dhub .wlt-wzd_requests .requests .request-item>span {
  display: inline-block;
  width: 100%;
  box-sizing: inherit;
}

#dhub .wlt-wzd_requests .requests .request-item>.label {
  margin: 2px 0;
  font-family: acme;
  max-width: max-content;
  color: rgb(28, 70, 157);
  font-size: 0.9em;
}

#dhub .wlt-wzd_requests .requests .request-item>.state {
  font-size: 0.88em;
  box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.08);
  width: max-content;
  padding: 0 10px;
  border-radius: 10px;
  margin: 2px 0;
  color: rgba(244, 244, 244, 1);
  background-color: rgba(213, 29, 39, 0.8);
  display: inline-flex;
  height: 26px;
  align-items: center;
}

#dhub .wlt-wzd_requests .requests .request-item.pending>.state {
  color: rgb(24,24,24);
  background-color: rgb(247,213,54);
}

#dhub .wlt-wzd_requests .requests .request-item.finished>.state {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgb(0, 118, 0);
}

#dhub .wlt-wzd_requests .requests .request-item>.time {
  font-size: 0.78em;
  color: rgba(24, 24, 24, 0.9);
}

#dhub .wlt-wzd_requests .requests .request-item>.amount {
  position: absolute;
  right: 8px;
  text-align: right;
  max-width: 180px;
  font-size: 0.9em;
  top: 10px;
  font-weight: bold;
  font-family: 'Maven Pro';
}

#dhub .wlt-wzd_requests .requests .request-item>.viewing_ctrl {
  position: absolute;
  width: max-content;
  right: 8px;
  bottom: 12px;
}

#dhub .wlt-wzd_requests .requests .request-item .dhb_button {
  height: 35px;
  padding: 0;
  background-image: none;
  background-color: rgba(1, 32, 96, 0.08);
  box-shadow: 1px 1px 2px rgba(24, 24, 24, 0.06);
  border: 1px solid rgba(1, 32, 96, 0.2);
  border-radius: 8px;
}

#dhub .wlt-wzd_requests .requests .request-item .dhb_button>.text {
  display: inline-flex;
  align-items: center;
  padding: 0 35px 0 12px;
  color: rgb(24, 24, 24);
}

#dhub .wlt-wzd_requests .requests .request-item .dhb_button>.text:before {
  height: 25px;
  width: 25px;
  background-position: center;
  top: calc(50% - 12.5px);
  left: unset;
  right: 5px;
  background-size: 60%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgba(24,24,24,0.9)"><path d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z"/></svg>');
  border-radius: 50%;
  background-color: rgba(1, 32, 96, 0.08);
}

#dhub .wlt-wzd_requests .requests .request-item .dhb_button.wf_ahr>.text:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgb(24,24,24)"><path d="M204-318q-22-38-33-78t-11-82q0-134 93-228t227-94h7l-64-64 56-56 160 160-160 160-56-56 64-64h-7q-100 0-170 70.5T240-478q0 26 6 51t18 49l-60 60ZM481-40 321-200l160-160 56 56-64 64h7q100 0 170-70.5T720-482q0-26-6-51t-18-49l60-60q22 38 33 78t11 82q0 134-93 228t-227 94h-7l64 64-56 56Z"/></svg>');
  background-color: unset;
  background-size: 70%;
}


#dhub .wlt-wzd_requests > .wlt-pdgrqst.viewer {
  position: relative;
  background-color: rgb(244, 244, 244);
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  font-family: 'Noto Sans';
  cursor: default;
  user-select: none;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer >.item-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  background-color: rgba(28, 70, 154, 0.06);
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-radius: 10px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar>.goback {
  display: inline-block;
  width: 30px;
  position: relative;
  height: 30px;
  left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar>.goback:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48" fill="rgb(24, 24, 24)"><path d="M259-200v-60h310q70 0 120.5-46.5T740-422q0-69-50.5-115.5T569-584H274l114 114-42 42-186-186 186-186 42 42-114 114h294q95 0 163.5 64T800-422q0 94-68.5 158T568-200H259Z"/></svg>');
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar>.goback:hover:before {
  background-color: rgba(24, 24, 24, 0.1);
  border-radius: 50%;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar>.controls {
  display: inline-flex;
  width: calc(100% - 40px);
  justify-content: right;
  align-items: center;
  padding-right: 5px;
  height: 100%;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button {
  height: max-content;
  margin: 0 2px;
  background-image: unset;
  background-color: unset;
  box-shadow: unset;
  border: 0;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button:hover {
  background-color: rgba(24, 24, 24, 0.1);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button>.text {
  height: 30px;
  color: rgb(0, 0, 0);
  font-size: 0.88em;
  padding: 0 8px 0 28px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button>.text:before {
  display: inline-flex;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: unset;
  font-family: 'DHub Icon Font from fontello';
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgb(24, 24, 24);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button.process>.text:before {
  content: '\f120';
  font-weight: bold;
  color: rgb(0, 118, 0);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button.reject>.text:before {
  content: '\ec0a';
  color: rgba(213, 29, 39, 0.8);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button.remove>.text:before {
  content: '\e85f';
  font-size: 18px;
  color: rgba(213, 29, 39, 0.8);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .ctrl_bar .dhb_button.wf_ahr>.text:before {
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="rgb(24,24,24)"><path d="M204-318q-22-38-33-78t-11-82q0-134 93-228t227-94h7l-64-64 56-56 160 160-160 160-56-56 64-64h-7q-100 0-170 70.5T240-478q0 26 6 51t18 49l-60 60ZM481-40 321-200l160-160 56 56-64 64h7q100 0 170-70.5T720-482q0-26-6-51t-18-49l60-60q22 38 33 78t11 82q0 134-93 228t-227 94h-7l64 64-56 56Z"/></svg>');
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info {
  position: relative;
  width: calc(100% - 10px);
  left: 5px;
  box-sizing: border-box;
  height: calc(100% - 50px);
  overflow: hidden auto;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info > .references {
  display: inline-flex;
  width: 100%;
  height: 35px;
  align-items: center;
  justify-content: center;
  font-size: 0.82em;
  color: rgb(0,0,0); /* Red color */
  margin-top: 5px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info > .references font {
  font-weight: bold;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info > .references font.index {
  margin: 0 4px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info > .references font.id {
  margin-left: 4px;
}


#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info > .content {
  position: relative; 
  width: 100%;
  box-sizing: border-box;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .content > .desc {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.96em;
  margin: 8px 0;
  font-weight: bold;
  color: rgb(28,70,154);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .item-wrapper .payment {
  margin: 20px 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment > .column {
  position: relative;
  display: inline-flex;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .column > .col {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  color: rgb(0,0,0);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .column > .col.label {
  width: 40%;
  text-align: left;
  justify-content: left;
  font-size: 0.68em;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .column > .col.data {
  width: 60%;
  justify-content: right;
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  color: rgb(24,24,24);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .column.amount > .data {
  font-size: 1.2em;
  color: rgb(0,0,0);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .column a {
  color: inherit;
  text-decoration: none;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .applicant {
  width: 100%;
  box-sizing: border-box;
  padding: 2px 0;
  align-items: center;
  text-align: center;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .applicant .col .label,
#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .applicant .ref .label{
  color: rgb(0,0,0);
  font-size: 0.78em;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .applicant .col > a,
#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .applicant .ref > a{
  text-decoration: none;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .label, 
#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info label {
  color: rgba(1,32,96,0.8);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .applicant > span {
  display: inline-flex;
  flex-direction: column; 
  width: 100%;
  padding: 0 8px;
  box-sizing: inherit;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .applicant > .idc.cell {
  flex-direction: column;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .applicant > .idc.cell > span {
  margin: 3px 0;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .applicant > .idc.cell .data {
  display: inline-flex;
  width: max-content;
  text-align: center;
  justify-content: center;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .applicant span.nc {
  font-size: 1.1em;
  align-items: center;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .applicant .name {
  font-weight: bold;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .applicant .tc {
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .applicant a {
  color: rgb(24,24,24);
  font-weight: bold;
}


#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment {
  position: relative;
  box-sizing: border-box;
  padding: 16px 8px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment > div {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: calc(50% - 10px);
  vertical-align: middle;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .dtc > span {
  margin: 8px 0;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .dtc .value,
#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .dtc label {
  display: inline-flex;
  width: 100%;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .dtc .value {
  font-weight: bold;
  font-size: 1.025em;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .dtc label {
  font-size: 0.78em;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment > div.amtc {
  left: 10px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > span,
#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > label {
  display: inline-flex;
  width: 100%; 
  box-sizing: border-box;
  position: relative;
  align-items: center;
  justify-content: right;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > .value,
#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > .currency{
  font-weight: bold;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > label {
  font-size: 0.75em;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > .value {
  font-size: 1.8em;
  color: rgb(0, 118, 0);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > .currency {
  position: absolute;
  width: max-content;
  right: 0;
  top: 26px;
  font-size: 1.1em;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .pmt-receipt {
  width: 100%;
  padding: 5px 0;
  background-color: rgb(1,32,96,0.04);
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 16px;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .pmt-receipt > label {
  display: inline-flex;
  width: 100%;
  height: 35px;
  align-items: center;
  padding: 0 8px;
  color: rgb(0,0,0);
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .pmt-receipt > .frame {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .pmt-receipt .frame.pdf > .source {
  border: 0;
  width: 100%;
  height: 425px;
  zoom: normal;
}

#dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .pmt-receipt .frame.image > .source {
  border: 0;
  width: 100%;
  box-sizing: border-box;
}


@media only screen and (max-width: 720px) {
  #dhub .dh-dlg_box-sizing.dh-dlg_box-sizing > .dh_ui_view#dighookui {
    max-height: calc(100% - 10px);
  }

  #dhub .wlt-wzd_requests .requests .request-item>.label {
    position: relative;
    left: -30px;
  }
}

@media only screen and (max-width: 480px) {
  #dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .request_info .applicant span.nc {
    flex-direction: column;
  }
  
  #dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment > div {
    display: flex;
    width: 100%;
  }

  #dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment > div.amtc {
    left: 0;
    margin-top: 10px
  }

  #dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > span,
  #dhub .wlt-wzd_requests .wlt-pdgrqst.viewer .payment .amount > label {
    justify-content: left;
  }
}


@media only screen and (max-width: 524px) {
  #dhub .dhbwallet_frame_const.walletfather .operation-target_frame dhbwtask>.text {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 448px) {
  #dhub .wlt-wzd_requests .ctrl_bar .groupment .field-layout.for_search {
    width: calc(100% - 110px);
  }

  #dhub .wlt-wzd_requests .ctrl_bar .groupment .field-layout.for_sort {
    width: 100px;
  }

  #dhub .wlt-wzd_requests .ctrl_bar .content-resizable>.custom-resize.sort {
    font-size: 0.82em;
  }

  #dhub .wlt-wzd_requests .requests .request-item>.applicant.label {
    font-size: 0.85em;
  }

  #dhub .wlt-wzd_requests .requests .request-item>.state {
    font-size: 0.78em;
  }

  #dhub .wlt-wzd_requests .requests .request-item .dhb_button>.text {
    font-size: 0.78em;
  }
}

@media only screen and (max-width: 360px) {
  #dhub .dhbwallet_frame_const .operation-target_frame dhbwtask[data-target="transfer_requests"]>.icon:before {
    width: 100px;
    height: 60px;
  }

  #dhub .wlt-wzd_requests .request_list>.container {
    padding: 12px 4px
  }
}

@media only screen and (max-width: 320px) {
  #dhub .wallet-wzd_operation_frame {
    font-size: 0.85em;
  }
}