/**
 *------------------------------------------------------------------------------
 * @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: 'Roboto', sans-serif;
  color: #495057;
  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: 'Roboto', sans-serif;
    font-size: 0.9333rem;
    padding: 0 5px; }
  .t4-error-page .cta-wrap h3 {
    color: #6c757d;
    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: #495057;
    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: #0d6efd;
      color: #fff; }

body.offline {
  font-family: "Inter Tight", 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;
  padding: 1rem; }
  body.offline input {
    font-family: inherit; }

.outline {
  width: 480px;
  margin: 0 auto; }

.form-wrap {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 3rem; }
  @media (max-width: 767.98px) {
    .form-wrap {
      padding: 1.5rem; } }
  .form-wrap .offline-header {
    border-radius: 8px 8px 0 0;
    position: relative; }
    .form-wrap .offline-header .logo-icon {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.1);
      box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 50%;
      bottom: -32px;
      height: 64px;
      padding: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 64px;
      display: none; }
      .form-wrap .offline-header .logo-icon img {
        fill: #c00; }
  .form-wrap .offline-image {
    margin-bottom: 1rem;
    max-width: 100%; }
  .form-wrap h1 {
    font-size: 3.8em;
    font-weight: 500;
    text-align: center;
    margin: 0 0 1rem;
    color: #050505; }
  .form-wrap .offline-message {
    text-align: center;
    margin-bottom: 2rem; }
  .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 1.5rem; }
    .form-wrap #form-login #form-login-username label,
    .form-wrap #form-login #form-login-password label,
    .form-wrap #form-login #form-login-secretkey label {
      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 {
      max-width: none;
      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: #0d6efd; }
  .form-wrap #form-login #submit-buton {
    padding-top: 1rem;
    margin-bottom: 0; }
  .form-wrap #form-login input.button {
    width: 100%; }
    .form-wrap #form-login input.button:hover, .form-wrap #form-login input.button:focus, .form-wrap #form-login input.button:active {
      cursor: pointer;
      opacity: 0.8; }

body.error-page {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem;
  text-align: center;
  color: #757575;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  body.error-page .error-page-wrap {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 900px;
    margin: 0 auto;
    border-radius: 0;
    max-width: 100%; }
  body.error-page fieldset {
    border: none; }
    body.error-page fieldset img {
      width: 100%;
      max-width: 500px; }
    @media (max-width: 1199.98px) {
      body.error-page fieldset {
        display: none; } }
  body.error-page .error-info h2 {
    color: #050505;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
    @media (max-width: 767.98px) {
      body.error-page .error-info h2 {
        font-size: 2.2rem; } }
  body.error-page .error-code {
    display: block;
    font-size: 11rem;
    color: #050505;
    line-height: 1;
    font-weight: 500; }
    @media (min-width: 992px) {
      body.error-page .error-code {
        font-size: 16rem; } }
  body.error-page .error-msg {
    margin-top: 0;
    position: relative; }
    body.error-page .error-msg h2 {
      margin-top: 0;
      font-weight: 500; }
  body.error-page .error-other-info p {
    margin: 0; }
  body.error-page .error-other-info .page-redirect {
    padding-top: 2rem; }
    @media (max-width: 767.98px) {
      body.error-page .error-other-info .page-redirect {
        padding-top: 1.5rem; } }
    body.error-page .error-other-info .page-redirect a {
      border: 1px solid #1d4ed8;
      background: #1d4ed8;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: .5rem;
      color: #fff;
      display: inline-block;
      font-size: 1rem;
      line-height: 1.75;
      padding: 0.75rem 2rem;
      text-decoration: none;
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      color: #fff;
      height: calc(1.5em + 1.88rem + 2px); }
      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.85; }
