@import url('/resources/css/icon-fonts.css?fmt=1719381910'); 

#dhub {
  width: 100%;
  min-width: 320px;
  height: 100%;
  word-wrap: break-word;
  background-color: rgb(244,244,244);
  font-family: 'Maven Pro', sans-serif;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
}

#dhub ul,
#dhub p,
#dhub h1,
#dhub h2,
#dhub h3 {
  margin: 0;
  padding: 0;
}

#dhub>body.dhb_wp-body_const {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

#dhub .dhb_wp-body_const>.webpage_container,
#dhub .webpage_container>.dhb_wp-header_const,
#dhub .webpage_container>.dhb_dynamic-frames_embed_const,
#dhub .dhb_dynamic-frames_embed_const>.dhb_frame,
#dhub .webpage_container>.dhb_wp-footer_const,
#dhub .webpage_container>.dhb_wp-menubar_const {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

/*! DHub html5 format */ 

#dhub .dhb_wp-body_const h1.dhb-htg {
  font-size: 1.15em;
  margin: 10px 0;
}

#dhub .dhb_wp-body_const font.bold {
  font-weight: bold;
}

#dhub .dhb_wp-body_const font.italic {
  font-style: italic;
}

#dhub .dhb_wp-body_const font.underline {
  text-decoration: underline;
}

/*! Loading animation */ 

#dhub .dhb_wp-body_const > .dhb-frame_wfl {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0; 
  right: 0; 
  background-color: rgb(247,213,54);
}

#dhub .dhb_wp-body_const .dhb-frame_wfl > .container {
  position: relative;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  background-color: rgb(247,213,54);
}

#dhub .dhb_wp-body_const .dhb-frame_wfl .container > span {
  box-sizing: inherit;
  width: inherit;
  height: inherit;
}

#dhub .dhb_wp-body_const .dhb-frame_wfl .container > .circle {
  border: 3px solid rgba(28,70,157);
  display: inline-block;
  border-radius: inherit;
  position: absolute; 
  left: 0;
  top: 0;
  z-index: 2;
  -moz-animation: spin 1.2s infinite linear;
  -o-animation: spin 1.2s infinite linear;
  -webkit-animation: spin 1.2s infinite linear;
  animation: spin 1.2s infinite linear;
}

#dhub .dhb_wp-body_const .dhb-frame_wfl .container > .circle:after {
  content:'';
  position: relative;
  width:16px;
  height:16px;
  border-radius:50%;
  background:rgba(28,70,157);
  top:42px;
  right:0px;
  box-shadow:0 0 20px rgba(244,244,244);
  display: inline-block;
}

#dhub .dhb_wp-body_const .dhb-frame_wfl .container > .dhub {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  box-sizing: inherit;
  width: 100%;
  height: 100%;
}

#dhub .dhb_wp-body_const .dhb-frame_wfl .dhub > span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

#dhub .dhb_wp-body_const .dhb-frame_wfl .dhub > .logo {
  height: 100%;
  top: -8px;
  background-image: url(/resources/images/logos/DHub.svg?100);
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
}

#dhub .dhb_wp-body_const .dhb-frame_wfl .dhub > .caption {
  margin-top: 10px;
  text-transform: uppercase;
  color: rgb(24,24,24);
  font-family: 'Maven Pro';
  font-weight: bold;
  font-size: 0.68em;
  position: absolute;
  display: inline-flex;
  top: 50%; 
  left: 50%; 
  transform: translateX(-50%);
  height: 20px;
  align-items: center;
  justify-content: center;
  width: calc(100% - 45px);
  border-top: 1px solid rgba(24,24,24,0.2);
  border-bottom: 1px solid rgba(24,24,24,0.2);
}

/*! Container */

#dhub .dhb_wp-body_const>.webpage_container {
  min-height: 100%;
  padding: 50px 0;
  min-width: 320px;
}

#dhub .dhb_dynamic-frames_embed_const>.dhb_frame {
  padding: 0;
}

/*! SECTION STYLESHEET ------------------ */

#dhub .webpage_container>.dhb_dynamic-frames_embed_const {
  padding: 0;
  margin: 0;
  min-height: 100%;
}

#dhub .dhb_browser_frame_const {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}

#dhub .dhb_browser_frame_const>.dhb_browser-body_frame_const {
  position: relative;
  box-sizing: border-box;
  min-height: 250px;
}

#dhub .dhb_browser_frame_const>.dhb_browser-body_frame_const:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
}

#dhub .dhb_browser-body_frame_const > .box-frame_const {
  padding: 20px 12px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 8px;
  background-color: rgba(244, 244, 244, 0.97);
  box-shadow: 0 1px 3px rgba(24, 24, 24, 0.3);
  padding-bottom: 20px;
}

#dhub .dhb_browser_frame_const .dhb_browser-body_frame_const>span.app-name {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Noto Sans';
  color: rgba(56, 0, 87, 1);
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}

#dhub .dhb_browser_frame_const .dhb_browser-body_frame_const>ul.ctrl-ebd {
  padding: 20px;
  border: 2px solid rgba(32, 33, 37, 1);
  border-radius: 5px;
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

#dhub .dhb_browser-body_frame_const a.hashtag {
  color: rgb(28,70,154);
  font-family: 'Noto Sans';
  font-weight: bold;
  text-decoration: none;
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button {
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  text-align: center;
  background-image: linear-gradient(to left, rgba(1, 32, 96, 0.8) 20%, rgba(56, 0, 87, 0.8) 100%);
  border-radius: 5px;
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button:last-child {
  margin-bottom: 0;
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button:hover {
  background-image: linear-gradient(to left, rgba(1, 32, 96, 0.9) 20%, rgba(56, 0, 87, 0.9) 100%);
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button>span.text,
#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button>a.trigger {
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
}


#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button>span.text {
  font-family: 'Noto Sans';
  color: rgba(244, 244, 244, 1);
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  line-height: 60px;
  position: relative;
  padding-left: 60px;
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button>span.text:before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left 50% top 50%;
  background-size: 65%;
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button.ctrler_1>span.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(244,244,244)"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm80-160h80v-280h-80v280Zm160 0h80v-400h-80v400Zm160 0h80v-160h-80v160Zm80-320v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80ZM480-480Z"/></svg>');
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button.ctrler_2>span.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(244,244,244)"><path d="m105-233-65-47 200-320 120 140 160-260 109 163q-23 1-43.5 5.5T545-539l-22-33-152 247-121-141-145 233ZM863-40 738-165q-20 14-44.5 21t-50.5 7q-75 0-127.5-52.5T463-317q0-75 52.5-127.5T643-497q75 0 127.5 52.5T823-317q0 26-7 50.5T795-221L920-97l-57 57ZM643-217q42 0 71-29t29-71q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 42 29 71t71 29Zm89-320q-19-8-39.5-13t-42.5-6l205-324 65 47-188 296Z"/></svg>');
}

#dhub .dhb_browser-body_frame_const ul.ctrl-ebd>li.button>a.trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

#dhub .dhb_browser_frame_const>.dhb_browser_back-ctrl-bar_const {
  border-radius: 5px;
  padding: 5px 12px;
  display: flex;
  position: relative;
  box-sizing: border-box;
}

#dhub .dhb_browser_back-ctrl-bar_const>span {
  display: flex;
  height: 25px;
  position: relative;
  box-sizing: border-box;
}

#dhub .dhb_browser_back-ctrl-bar_const>span.back-ctrl {
  cursor: pointer;
  width: 40px;
}

#dhub .dhb_browser_back-ctrl-bar_const>span.back-ctrl: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: left 50% top 50%;
  border-radius: 5px;
}

#dhub .dhb_browser_back-ctrl-bar_const>span.back-ctrl:hover {
  border-radius: 5px;
  background-color: rgba(247,213,54, 0.9);
}


#dhub .dhb_browser_back-ctrl-bar_const>span.frame-title {
  font-family: 'Noto Sans';
  color: rgba(24, 24, 24, 1);
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding-left: 10px;
  width: calc(100% - 40px);
}

#dhub .dhb_browser-body_frame_const.waitf_ahr:before,
#dhub .dhb_browser-body_frame_const>div.form-container.waitf_ahr:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  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(244,244,244,0.9)"><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: 100%;
  background-position: left 50% top 50%;
  /*! Animate --- */
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

#dhub .dhb-info-popup_frame_const {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 360px;
  background-color: rgb(244,244,244);
  padding: 0;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 150px rgba(0,0,0,0.8);
  cursor: default;
}

#dhub .dhb-info-popup_frame_const:after {
  display: inline-flex;
  background-color: rgb(244,244,244);
  content: '\ec0a';
  font-family: 'Numeak Icon Fonts';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: -8px;
  top: -8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgb(213,29,39);
  cursor: pointer;
  box-sizing: border-box;
  border: 3px solid rgba(247,213,54,0.8);
}

#dhub .dhb-info-popup_frame_const > .info-popup_container {
  margin: 0;
  border-radius: 10px;
  border: 8px solid rgba(247,213,54,0.8);
}

#dhub .dhb-info-popup_frame_const .info-popup_container > p.info {
  margin: 0;
  padding: 8px 12px;
  color: rgb(1,32,96);
  font-family: 'Noto Sans';
  font-size: 0.92em;
  width: 100%;
  height: max-content;
}

#dhub .dhb-error_frame_const{
  position: fixed; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 360px;
  background-color: rgb(244,244,244);
  padding: 0;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 100px rgba(0,0,0,0.4);
  cursor: default;
  display: none;
}

#dhub .dhb-error_frame_const.active {
  display: block;
  z-index: 2;
}

#dhub .dhb-error_frame_const:after{
  display: inline-flex;
  content: '\ec0a';
  font-family: 'Numeak Icon Fonts';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: 3px;
  top: 3px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgb(24,24,24);
  cursor: pointer;
  box-sizing: border-box;
}

#dhub .dhb-error_frame_const .dhb_error > b.subjet {
  color: rgb(24,24,24);
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 12px;
  height: 30px;
  align-items: center;
}

#dhub p.dhb-error_target {
    display: block; 
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: rgba(1,32,96,0.02);
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-family: 'Noto Sans';
    box-shadow: 1px 1px 3px rgba(24, 24, 24, 0.04);
}

#dhub .box-frame_const p.dhb-error_target {
  text-align: left;
}

#dhub .dhb-error_frame_const > .dhb-error_target{
  margin: 0;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 16px;
}

#dhub .dhb-error_frame_const > .dhb-error_target:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  border-top: 1px solid rgba(24,24,24,0.06);
  left: 0; 
  top: 30px;
}

#dhub .dhb-error_target > .dhb_error {
    display: inline-block; 
    box-sizing: border-box;
    width: 100%;
}



#dhub .dhb-error_target .dhb_error > .desc {
    display: inline;
  color: rgb(213,29,39);
}

#dhub .dhb-error_target .dhb_error > .desc {
    margin-left: 0;
    line-height: 0.9em;
}

#dhub .dghk-ui_wgt-frame_const span.dhb_error {
  background-color: unset;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: rgb(213,29,39);
  font-family: 'Noto Sans';
  display: inline-flex;
  flex-direction: column;
}

#dhub .dghk-ui_wgt-frame_const span.dhb_error > .origin {
  font-weight: bold;
}

#dhub .dghk-ui_wgt-frame_const span.dhb_error > .desc {
  margin-top: 3px; 
  padding-top: 3px;
  color: rgb(213,29,39);
}

#dhub .dhb-successfully_target {
  position: relative; 
  display: inline-block;
  box-sizing: border-box;
  font-family: 'Noto Sans';
  font-size: 0.88em;
  color: rgb(0, 118, 0);
  text-shadow: 1px 0 10px rgba(24,24,24,0.2);
}

/*! DEFINE FORM INPUT STANDARD STYLE --------- */

#dhub > .dhb_wp-body_const .dhb-frame_background {
  box-shadow: 1px 1px 10px rgba(24, 24, 24, 0.3);
  background-color: rgb(247,213,54);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

#dhub .dhb_wp-body_const form p.error {
  font-size: 0.89em;
  text-align: left;
  color: rgb(213,29,39);
  font-family: 'Noto Sans'; 
  background-color: rgba(24,24,24,0.06);
  padding: 8px;
  border-radius: 5px;
  position: relative; 
  top: -5px;
}

#dhub .dhb_wp-body_const .dhb-frame_background > div {
  background-color: rgba(244,244,244,0.97);
  border-radius: 5px;
  padding: 12px;
}

#dhub form div.groupment {
  display: flex;
}

#dhub form .groupment label {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-family: 'Noto Sans';
  font-size: 0.95em;
  height: 25px;
  line-height: 24px;
  color: rgba(28,70,157);
}

#dhub form .groupment .field-layout,
#dhub form .groupment .content-resizable {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}

#dhub form .groupment .field-layout {
  padding: 5px 0;
  margin-right: 30px;
}

#dhub form .groupment .field-layout:last-child {
  margin-right: 0;
}

#dhub form .groupment .content-resizable .custom-resize {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  font-family: 'Noto Sans';
  font-size: 0.8em;
  padding: 0 8px;
  background-color: rgba(244, 244, 244, 0.8);
  height: 40px;
  color: rgb(28,70,157);
}

#dhub form .groupment .content-resizable input.custom-resize,
#dhub form .groupment .content-resizable select.custom-resize,
#dhub form .groupment .content-resizable textarea.custom-resize {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(28,70,157, 0.7);
}

#dhub form .groupment .content-resizable textarea.custom-resize {
  resize: none;
  min-height: 150px;
  padding: 8px;
}

#dhub form .groupment .content-resizable input.custom-resize:focus,
#dhub form .groupment .content-resizable select.custom-resize:focus,
#dhub form .groupment .content-resizable textarea.custom-resize:focus {
  border-bottom: 1px solid rgba(247,213,54, 0.9);
}

#dhub form .groupment .content-resizable input.custom-resize.dhtgs-input_error {
  background-color: rgba(213, 29, 39, 0.6);
}

#dhub span.dhb_button {
  cursor: default;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  border: 1px solid rgba(24, 24, 24, 0.1);
  background-color: rgba(247,213,54, 0.8);
  box-shadow: 0 1px 3px rgba(24, 24, 24, 0.06);
  width: max-content;
}

#dhub span.dhb_button:hover {
  background-color: rgb(247,213,54);
  border: 1px solid rgba(24, 24, 24, 0.2);
}

#dhub span.dhb_button>.text,
#dhub span.dhb_button>.trigger {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

#dhub span.dhb_button>.text {
  color: rgb(24, 24, 24);
  font-size: 0.98em;
  font-family: 'Noto Sans';
  display: inline-flex;
  align-items: center;
  position: inherit;
  padding: 0 12px 0 42px;
}

#dhub span.dhb_button>.text:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -1px;
  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="m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/></svg>');
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center;
}

#dhub span.dhb_button.send>.text:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="64" viewBox="0 -960 960 960" width="64" fill="rgba(24,24,24,0.9)"><path d="M120-160v-240l320-80-320-80v-240l760 320-760 320Z"/></svg>');
}

#dhub span.dhb_button>.trigger {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: inherit;
}

#dhub span.dhb_button.wf_ahr>.text:before,
#dhub span.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="rgba(24,24,24,1)"><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: auto 60%;
  background-position: left 50% top 50%;
  /*! 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 nav.dhb-suggestion {
  box-sizing: border-box;
  background-image: linear-gradient(to left, rgba(1, 32, 96, 0.8) 20%, rgba(56, 0, 87, 0.8) 100%);
  width: 100%;
  box-shadow: 1px 2px 10px rgba(24, 24, 24, 0.5);
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: calc(100% - 5px);
  background-color: white;
}

#dhub nav.dhb-suggestion:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  outline: none;
}

#dhub nav.dhb-suggestion>span {
  cursor: default;
  display: inline-block;
  width: 100%;
  font-family: 'Noto Sans';
  padding: 4px 5px;
  color: rgba(244, 244, 244, 0.8);
  border-bottom: 1px solid rgba(244, 244, 244, 0.1);
  font-size: 0.88em;
}

#dhub nav.dhb-suggestion>span:last-child {
  border-bottom: 0;
}

#dhub nav.dhb-suggestion>span:hover {
  background-image: linear-gradient(to left, rgba(1, 32, 96, 1) 20%, rgba(56, 0, 87, 1) 100%);
}

/*! FOOTER STYLESHEETE ------------------ */

#dhub .webpage_container>.dhb_wp-footer_const {
  left: 0;
  font-size: 0.92em;
}

#dhub .dhb_wp-footer_const>.container {
  position: relative;
  box-sizing: border-box;
  min-height: 30px;
  background-color: rgba(27,70,157,0.08);
  box-shadow: 0 1px 3px rgba(24, 24, 24, 0.3);
  display: flex;
  padding: 0 calc((100% - 1284px) / 2);
}

#dhub .dhb_wp-footer_const a.linkitem {
  color: rgba(24, 24, 24, 1);
  text-decoration: none;
}

#dhub .dhb_wp-footer_const a.linkitem:visited {
  color: rgba(24, 24, 24, 1);
}

#dhub .dhb_wp-footer_const a.linkitem:hover {
  color: rgba(1, 32, 96, 1);
}

#dhub .dhb_wp-footer_const a.linkitem:hover:after {
  text-decoration: none;
}

#dhub .dhb_wp-footer_const .container>span {
  color: rgba(24, 24, 24, 1);
  font-family: 'Noto Sans';
  font-size: 0.82em;
  display: inline-block;
  min-height: 100%;
  padding: 0 12px;
  line-height: 30px;
  box-sizing: border-box;
}

#dhub .dhb_wp-footer_const .container>span.left {
  text-align: left;
  width: calc(100% - 400px);
}

#dhub .dhb_wp-footer_const .container>span.right {
  width: 400px;
  text-align: right;
}

#dhub .dhb_wp-footer_const .dhbwpf_links-embed>a.linkitem {
  margin-right: 12px;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}

#dhub .dhb_wp-footer_const .dhbwpf_links-embed>a.linkitem:last-child {
  margin-right: 0;
}

#dhub .dghk-ui_wgt-frame_const a.dhub {
  color: rgb(28,70,157);
  text-decoration: none;
  font-family: 'Acme';
}

#dhub .dghk-ui_wgt-frame_const em.user {
  font-family: 'Acme';
  font-weight: normal;
  color: rgb(28,70,157);
  font-style: italic;
}

/*! MENU BAR STYLESHEETE ------------------ */

#dhub .webpage_container>.dhb_wp-menubar_const {
  position: fixed;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: white;
  background-image: linear-gradient(to left, rgba(244, 244, 244, 0.7) 100%, rgba(244, 244, 244, 0.7) 100%);
  box-shadow: 0 2px 5px rgba(24, 24, 24, 0.5);
  z-index: 500;
  font-size: 0.92em;
}

/*! DIG HOOK WGT STYEL -------------- */

#dhub #dighookui > div.msg_embed.input > span.dghkui_ConfirmIcon: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(247,213,54)"><path d="M180-12q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h405l-60 60H180v600h600v-348l60-60v408q0 24-18 42t-42 18H180Zm300-360Zm182-352 43 42-285 284v86h85l286-286 42 42-303 304H360v-170l302-302Zm171 168L662-724l100-100q17-17 42.311-17T847-823l84 85q17 18 17 42.472T930-654l-97 98Z"/></svg>');
}

#dhub #dighookui > div.msg_embed.input .textEdit_embed > label {
  color: rgb(1,32,96);
  margin-bottom: 5px;
  font-family: 'Noto Sans';
  font-size: 0.96em;
}

#dhub #dighookui>div.msg_embed>span.text {
  font-size: 0.84em
}

#dhub #dighookui > div.msg_embed.input .textEdit_embed > input.ui_textEdit,
#dhub #dighookui > div.msg_embed.input .textEdit_embed > textarea.ui_textEdit {
  border: 0;
  border-bottom: 1px solid rgba(28,70,157, 0.7);
  background-color: rgba(56, 0, 87,0.02);
  font-family: 'Noto Sans';
}

#dhub #dighookui > div.msg_embed.input .textEdit_embed > input.ui_textEdit:focus,
#dhub #dighookui > div.msg_embed.input .textEdit_embed > textarea.ui_textEdit:focus {
  border-bottom: 1px solid rgb(247,213,54);
}

#dhub #dighookui > div.msg_embed.input .textEdit_embed > input.ui_textEdit {
  height: 50px; 
  color: rgb(28,70,157);
}

#dhub #dighookui > div.msg_embed.input .textEdit_embed > input.ui_textEdit::placeholder {
  font-family: 'Noto Sans';
  font-size: 14px;
  color: rgba(24,24,24, 0.5);
  text-transform: initial;
}

#dhub .dh_ui_view#dighookui div.btn_embed>span,
#dighookui>div.btn_embed>span.dhb {
  color: rgba(24,24,24);
  border: 0;
  border-radius: 5px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  background-color: rgba(247,213,54, 0.8);
  box-shadow: 0 1px 3px rgba(24, 24, 24, 0.06);
}

#dhub .dh_ui_view#dighookui div.btn_embed>span:hover,
#dighookui>div.btn_embed>span.dhb:hover {
  border: 1px solid rgba(24, 24, 24, 0.2);
  background-color: rgb(247,213,54);
}

#dighookui>div.btn_embed>span.dhb:before {
  background-position: center;
  top: 0;
  left: -2px;
}

#dighookui>div.btn_embed>span.dhb.dghkui_DoneButton: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(24,24,24)"><path d="M378-246 154-470l43-43 181 181 384-384 43 43-427 427Z"/></svg>');
}

#dighookui > div.btn_embed > span.dhb.dghkui_AcceptButton: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(24,24,24)"><path d="M480-80q-85 0-158-30.5T195-195q-54-54-84.5-127T80-480q0-84 30.5-157T195-764q54-54 127-85t158-31q75 0 140 24t117 66l-43 43q-44-35-98-54t-116-19q-145 0-242.5 97.5T140-480q0 145 97.5 242.5T480-140q145 0 242.5-97.5T820-480q0-30-4.5-58.5T802-594l46-46q16 37 24 77t8 83q0 85-31 158t-85 127q-54 54-127 84.5T480-80Zm-59-218L256-464l45-45 120 120 414-414 46 45-460 460Z"/></svg>');
}

#dighookui > div.btn_embed > span.dhb.dghkui_CancelButton: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(24,24,24)"><path d="m330-288 150-150 150 150 42-42-150-150 150-150-42-42-150 150-150-150-42 42 150 150-150 150 42 42ZM480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"/></svg>');
}

@media only screen and (max-width: 720px) {
  #dhub .dhb-error_frame_const {
    top: unset;
    transform: translateX(-50%);
    bottom: 20px;
  }
  
  #dhub .dh_ui_view#dighookui {
    bottom: 75px;
  }
}


@media only screen and (max-width: 954px) {
  #dhub .dhb_wp-body_const>.webpage_container {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 810px) {
  #dhub .dhb_wp-footer_const>.container {
    display: block;
    text-align: center;
    padding: 10px 12px;
    padding-bottom: 20px;
  }

  #dhub .dhb_wp-footer_const .container>span.left,
  #dhub .dhb_wp-footer_const .container>span.right {
    width: 100%;
    text-align: center;
  }

  #dhub .dhb_wp-footer_const .container>span.copyright {
    border-top: 1px solid rgba(24, 24, 24, 0.1);
  }
}

@media only screen and (max-width: 448px) {
  #dhub .dhb-info-popup_frame_const,
  #dhub .dhb-error_frame_const {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 320px) {
  #dhub .dhb_wp-footer_const .container>span.copyright {
    font-size: 0.82em;
  }
}



/*! Animation --------------------------- */
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes dhub_ks_loader {
    100% {background-position:right}
}

::-webkit-scrollbar {
  width: 6px !important;
  background: rgba(255,255,255, 0.3);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(247,213,54, 0.5);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 20px rgba(24,24,24, 0.8);
}

#dhub div::-webkit-scrollbar {
  width: 2px !important;
  background: rgba(247,213,54, 0.3);
  height: 2px !important; 
}