/**
 *------------------------------------------------------------------------------
 * @package       T4_Blank_BS5 - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2021 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-family: 'HKGrotesk', sans-serif;
  color: #616161;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0; }

strong {
  font-weight: 500; }

pre,
code {
  color: #e83e8c;
  font-family: Consolas, monaco, monospace; }

.alert {
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  position: relative; }
  .alert .close {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    text-align: center;
    width: 20px; }
    .alert .close:hover, .alert .close:focus, .alert .close:active {
      cursor: pointer; }
  .alert h4 {
    margin: 0; }
  .alert.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404; }
  .alert.alert-message {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085; }

.t4-error-page {
  background-color: #fff; }
  .t4-error-page h1 {
    margin: 0 0 1rem;
    font-size: 1.333rem; }
    @media screen and (min-width: 768px) {
      .t4-error-page h1 {
        font-size: 1.733rem; } }
  .t4-error-page .t4-error-msg {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
    border-radius: 7px;
    padding: 2rem;
    margin: 0 1rem;
    min-height: 180px;
    margin-top: calc(100vh / 2);
    max-width: 576px;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .t4-error-page .t4-error-msg {
        margin-left: auto;
        margin-right: auto;
        padding-left: 8rem;
        text-align: left; } }
  .t4-error-page img {
    opacity: .1;
    margin: 0 auto;
    width: 5rem; }
    @media screen and (min-width: 768px) {
      .t4-error-page img {
        position: absolute;
        left: 2rem;
        top: 2.5rem;
        margin: 0; } }
  .t4-error-page .error-message {
    margin-top: 0;
    margin-bottom: 2rem; }
  .t4-error-page code {
    background-color: #FEF3F8;
    border-radius: 3px;
    color: #e83e8c;
    display: inline-block;
    font-family: 'HKGrotesk', sans-serif;
    font-size: 0.9333rem;
    padding: 0 5px; }
  .t4-error-page .cta-wrap h3 {
    color: #9E9E9E;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .t4-error-page .cta-wrap h3 {
        display: inline-block;
        margin: 0 0.5rem 0 0; } }
  .t4-error-page .cta-wrap a {
    background: #e9ecef;
    border-radius: 25px;
    color: #616161;
    display: inline-block;
    font-size: 0.8rem;
    margin: 5px 0.25rem;
    letter-spacing: 1px;
    padding: 0.33333rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
    .t4-error-page .cta-wrap a:hover, .t4-error-page .cta-wrap a:focus, .t4-error-page .cta-wrap a:active {
      background-color: #2C6CE8;
      color: #fff; }

body.offline {
  font-family: 'HKGrotesk', sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh; }
  @media (max-width: 767px) {
    body.offline {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  body.offline input {
    font-family: inherit; }
  body.offline joomla-alert {
    margin-bottom: 50px; }

.outline {
  padding: 50px 16px 32px;
  width: 480px;
  margin: 0 auto;
  max-width: 100%; }

.form-wrap {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px; }
  .form-wrap .offline-header {
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 3.5rem 2rem 0;
    position: relative; }
    .form-wrap .offline-header .logo-icon {
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #eee;
      position: absolute;
      left: 50%;
      top: -32px;
      height: 64px;
      padding: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 64px; }
  .form-wrap .offline-image {
    text-align: center;
    margin-bottom: 1rem;
    max-width: 100%; }
    .form-wrap .offline-image img {
      display: inline-block; }
  .form-wrap h1 {
    color: #212121;
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1rem; }
  .form-wrap .offline-message {
    text-align: center; }
  .form-wrap #form-login {
    padding: 32px 64px 64px; }
    @media (max-width: 767px) {
      .form-wrap #form-login {
        padding: 0 32px 32px; } }
    .form-wrap #form-login fieldset {
      border: 0;
      margin: 0;
      padding: 0; }
    .form-wrap #form-login #form-login-username,
    .form-wrap #form-login #form-login-password,
    .form-wrap #form-login #form-login-secretkey {
      margin: 0 0 1rem; }
      .form-wrap #form-login #form-login-username label,
      .form-wrap #form-login #form-login-password label,
      .form-wrap #form-login #form-login-secretkey label {
        color: #212121;
        display: block;
        margin-bottom: 0.5rem; }
      .form-wrap #form-login #form-login-username input,
      .form-wrap #form-login #form-login-password input,
      .form-wrap #form-login #form-login-secretkey input {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #eee;
        display: block;
        font-size: 1rem;
        padding: 0 0.5rem;
        line-height: 56px;
        max-width: none;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        width: 100%; }
        .form-wrap #form-login #form-login-username input:hover, .form-wrap #form-login #form-login-username input:focus,
        .form-wrap #form-login #form-login-password input:hover,
        .form-wrap #form-login #form-login-password input:focus,
        .form-wrap #form-login #form-login-secretkey input:hover,
        .form-wrap #form-login #form-login-secretkey input:focus {
          border-color: #212121; }
    .form-wrap #form-login #submit-buton {
      padding-top: 1rem; }
    .form-wrap #form-login input.button {
      background-color: #212121;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 3px;
      border: 0;
      color: #fff;
      display: block;
      font-size: 1rem;
      font-weight: 600;
      padding: 0 12px;
      height: 56px;
      letter-spacing: 0.5px;
      text-align: center;
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      text-shadow: none;
      width: 100%; }
      .form-wrap #form-login input.button:hover, .form-wrap #form-login input.button:focus, .form-wrap #form-login input.button:active {
        opacity: 0.8;
        cursor: pointer; }

body.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh; }
  body.error-page .error-page-wrap {
    background-color: #fff;
    border-radius: 8px;
    max-width: 768px;
    margin: 0 auto;
    padding: 32px;
    text-align: center; }
  body.error-page .error-info {
    border-bottom: 1px dashed #e9ecef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    padding-bottom: 2rem; }
    body.error-page .error-info .alert-error {
      background-color: #FCEEF0;
      border: 0;
      color: #842029;
      padding: 0.5rem 1rem;
      margin: 32px 0 0 0;
      word-break: break-all; }
  body.error-page .error-title {
    color: #212121;
    font-size: 200px;
    font-family: 'Butler';
    line-height: 1.1;
    font-weight: 700;
    background: url(../images/error-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      body.error-page .error-title {
        font-size: 80px; } }
  body.error-page .error-desc {
    color: #212121;
    font-size: 30px;
    float: left;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-right: 2rem; }
    @media (max-width: 767px) {
      body.error-page .error-desc {
        font-size: 22px; } }
  body.error-page .error-msg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  body.error-page .error-other-info .page-redirect {
    padding-top: 1rem; }
    body.error-page .error-other-info .page-redirect a {
      background-color: #000;
      border-radius: 50px;
      display: inline-block;
      color: #fff;
      height: 56px;
      line-height: 56px;
      font-weight: 600;
      padding: 0 32px;
      text-decoration: none;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      letter-spacing: 0.5px; }
      body.error-page .error-other-info .page-redirect a:hover, body.error-page .error-other-info .page-redirect a:focus, body.error-page .error-other-info .page-redirect a:active {
        opacity: 0.8; }
