/* Hack-z Cms
 * Author: Ghulam
 * Email: Admin@hack-z.com
 * Country: Pakistan
 * Languages: Urdu, English, German, Ellenika
 *
 * Legacy helper styles (Bootstrap is loaded locally).
 */

.hz-page{padding-top:16px;padding-bottom:16px}
.small{font-size:12px;color:rgba(233,233,242,.72)}
.adbox,.hz-adbox{margin:14px 0}
.notice,.error,.success{
  padding:12px 14px;border-radius:12px;border:1px solid rgba(255,0,60,.22);
  background:rgba(255,0,60,.08); color:#fff;
}
.success{border-color:rgba(17,255,136,.30);background:rgba(17,255,136,.08)}
.notice{border-color:rgba(0,245,255,.25);background:rgba(0,245,255,.07)}
.error{border-color:rgba(255,0,60,.35);background:rgba(255,0,60,.10)}
img.logo{max-height:44px}


/* Hack-z Cms - Author: Ghulam - Admin@hack-z.com */
/* Responsive tables (mobile) */
.hz-table-wrap{border-radius:14px; overflow:hidden;}
.hz-table-responsive{overflow-x:auto; -webkit-overflow-scrolling:touch;}
.hz-table-responsive::-webkit-scrollbar{height:10px}
.hz-table-responsive::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18); border-radius:999px}
.hz-table{margin:0}
.hz-table th, .hz-table td{white-space:nowrap;}
@media (max-width: 575.98px){
  .hz-table th, .hz-table td{font-size:12px; padding:10px 10px;}
  .hz-page-title{font-size:22px;}
}


/* Terminal view (Admin Cron) */


/* Terminal view (Admin Cron) */
.hz-terminal{
  background: rgba(0,0,0,.65);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 12px;
  height: 360px;
  overflow: auto;
  white-space: pre;       /* terminal-style */
  word-break: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.35;
}


/* Mirror iframe */
.hz-mirror-frame-wrap{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0,0,0,.25);
}
.hz-mirror-frame{
  width: 100%;
  height: 70vh;
  border: 0;
  background: #fff;
}


.hz-captcha{height:40px;border-radius:10px;border:1px solid rgba(255,255,255,0.15);}
