/**
 * General assets for back office
 */
/**
 * 	Colors
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

h3, h4, h5 {
  margin-top: 5px;
  font-weight: 600;
}

html body {
  /* TOP MENU NOTIFICATIONS */
}
html body button,
html body html,
html body input,
html body select,
html body textarea {
  font-family: "Barlow", "Arial", Helvetica, Arial, sans-serif !important;
}
html body input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
}
html body section#wrapper {
  background: #051621;
}
html body section#wrapper .navbar-static-side {
  position: fixed;
}
html body .fa-spin.ng-hide {
  animation-duration: 0s !important;
}
html body .nav h5,
html body .tab-content h5 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #e7eaec;
}
html body .label {
  display: inline-block;
}
html body #downloads-section {
  display: inline;
  position: relative;
}
html body #downloads-section .button-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #f42f00;
  color: white;
}
html body #downloads-section.open .dropdown-menu {
  position: absolute;
  top: 15px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
html body #downloads-section.open .dropdown-menu * {
  margin: 0;
  padding: 0;
}
html body #downloads-section.open .dropdown-menu h5 {
  flex: 1;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: 1px solid grey;
}
html body #downloads-section.open .dropdown-menu .loading-icon, html body #downloads-section.open .dropdown-menu .empty, html body #downloads-section.open .dropdown-menu .error {
  flex: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
html body #downloads-section.open .dropdown-menu .downloads {
  width: 100%;
}
html body #downloads-section.open .dropdown-menu .downloads .download {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid grey;
}
html body #downloads-section.open .dropdown-menu .downloads .download.success {
  color: #c4f5c7;
}
html body #downloads-section.open .dropdown-menu .downloads .download.warning {
  color: #fff7d1;
}
html body #downloads-section.open .dropdown-menu .downloads .download.error {
  color: #ffafa1;
}
html body #downloads-section.open .dropdown-menu .downloads .download .fa.fa-download {
  margin-left: auto;
}
html body #downloads-section.open .dropdown-menu .downloads .download .info {
  min-width: 300px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
html body #downloads-section.open .dropdown-menu .downloads .download .info .space-left {
  margin-left: 10px;
}
html body #downloads-section.open .dropdown-menu .downloads .download .download-button {
  background-color: transparent;
  border: none;
}
html body #file-history-dropdown .dropdown-menu {
  padding: 10px 20px;
}
html body #file-history-dropdown .dropdown-menu .loading-icon {
  padding: 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
html body #file-history-dropdown .dropdown-menu .load {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  margin: 0 -20px;
}
html body #file-history-dropdown .dropdown-menu .load:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
html body #file-history-dropdown .dropdown-menu .load:hover {
  background-color: #f5f5f5;
}
html body #file-history-dropdown .dropdown-menu .load .fa {
  margin-left: auto;
  color: #180720;
  font-size: 14px;
}
html body #file-history-dropdown .dropdown-menu .load .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 250px;
}
html body #file-history-dropdown .dropdown-menu .load .info .date {
  min-width: 12ch;
  color: #180720;
}
html body #file-history-dropdown .dropdown-menu .load .info .name {
  min-width: 20ch;
}
html body .video-thumbnail {
  max-height: 320px !important;
  margin-bottom: 10px;
}
html body .locations-legend svg {
  fill: white;
  vertical-align: middle;
}
html body .marker-primary svg {
  fill: #35a873;
}
html body .marker-success svg {
  fill: #181935;
}
html body .marker-warning svg {
  fill: #f8ac59;
}
html body .redirect-brand-logos {
  margin: 15px 0;
}
html body .redirect-brand-logos .login-modal-arrow {
  margin: 0 10px;
}
html body .redirect-brand-logos .login-modal-logo-30 {
  width: 30px !important;
}
html body .redirect-brand-logos .login-modal-logo-50 {
  width: 50px !important;
}
html body .clickable {
  cursor: pointer;
}
html body .sortable {
  cursor: move;
}
html body .not-allowed {
  cursor: not-allowed;
}
html body .ibox-title-inner-tab {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
html body .grabbable {
  cursor: grab;
}
html body .grabbable:active {
  cursor: grabbing;
}
html body .force-scrollbar::-webkit-scrollbar {
  width: 7px;
}
html body .force-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: grey;
}
html body .sort-field-name {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  float: right;
}
html body .input-with-append-width-200 {
  width: auto;
  max-width: 200px;
}
html body .swal2-container {
  z-index: 2600 !important;
}
html body .table.table-vertical-aligned tr td {
  padding: 5px;
  vertical-align: middle;
}
html body .modal-extra-lg {
  width: 98%;
  height: 96vh;
  overflow-y: auto;
}
html body .modal-extra-lg .flowchart-content {
  position: relative;
}
html body .modal-extra-lg .flowchart-content .flowchart {
  overflow-x: auto;
  background: white;
  border: 1px dotted;
  padding: 3px;
  max-height: 73vh;
}
html body .modal-extra-lg .flowchart-content .buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
html body .slick-slider .slick-dots {
  bottom: -20px;
}
html body .slick-slider .slick-prev, html body .slick-slider .slick-next {
  top: 50%;
}
html body .slick-slider .slick-prev:before, html body .slick-slider .slick-next:before {
  color: #276853;
  opacity: 1;
  top: 0;
  font-size: 12px;
}
html body .tagify-container {
  height: auto;
  overflow: hidden;
}
html body .form-text.info {
  display: block;
  margin-bottom: 8px;
}
html body .img-md {
  width: 64px;
  height: 64px;
}
html body .img-lg {
  width: 96px;
  height: 96px;
}
html body .img-rounded-circle {
  border-radius: 50% !important;
}
html body .no-flex-grow span {
  flex-grow: 0;
}
html body .configuration-list {
  height: 110px;
  overflow-y: auto;
}
html body #top-menu-notifications .button-notifications {
  position: relative;
  display: inline-block;
  border: none;
  background-color: transparent;
  border-radius: 50%;
}
html body #top-menu-notifications .button-notifications:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html body #top-menu-notifications .button-notifications.active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #276853;
}
html body #top-menu-notifications .button-notifications .badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  background-color: #bd181f;
  color: white;
  font-size: 0.8em;
  min-width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body #top-menu-notifications .button-notifications .badge-spinner {
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body #top-menu-notifications .notification-popover {
  position: fixed;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
html body #top-menu-notifications .notification-popover .arrow {
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #180720;
}
html body #top-menu-notifications .notification-popover .arrow:after {
  content: "";
  position: absolute;
  top: 1px;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #180720;
}
html body #top-menu-notifications .notification-popover .popover-header {
  font-weight: bold;
  padding: 1rem 1rem;
  background-color: #180720;
  color: white;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html body #top-menu-notifications .notification-popover .popover-header .popover-header-actions {
  display: flex;
  align-items: center;
}
html body #top-menu-notifications .notification-popover .popover-header .dropdown-menu {
  padding: 0;
  left: -130px;
}
html body #top-menu-notifications .notification-popover .popover-header .dropdown-menu > li > a {
  color: black;
  padding: 0;
  margin: 0;
}
html body #top-menu-notifications .notification-popover .popover-content {
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
html body #top-menu-notifications .notification-popover .popover-content .info-notifications {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group:hover {
  background-color: inherit;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group .notification-group-header {
  padding: 8px 15px;
  font-weight: 600;
  color: #666;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li {
  padding: 0;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li:last-child .notification-item {
  border-bottom: none;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item {
  color: black;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item:hover {
  background-color: #f5f5f5;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item:hover .content .title {
  text-decoration: underline;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item:hover .unread .unread-rounded {
  border: 1px solid #bd181f;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  flex-shrink: 0;
  color: #276853;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item .content {
  display: flex;
  flex-direction: column;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item .content .title {
  font-weight: bold;
  line-height: 1.4rem;
  font-size: 1.3rem;
  margin: 0;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item .content .title small {
  display: initial;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item .unread {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
}
html body #top-menu-notifications .notification-popover .popover-content .notification-group li .notification-item .unread .unread-rounded {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #bd181f;
}

body {
  font-family: "Barlow", "Arial", Helvetica, Arial, sans-serif !important;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #051621;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .content-card {
  display: flex;
  height: 70vh;
  max-height: 500px;
  min-width: 60vw;
  max-width: 800px;
  margin-bottom: 20px;
}
body .content-card .brand {
  flex: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
body .content-card .brand .logo-checks {
  width: 230px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 50px;
}
body .content-card .brand p {
  text-align: left;
  color: white;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
body .content-card .brand p .fa {
  margin-right: 10px;
}
body .content-card .form {
  flex: 3;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .content-card .form h1 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
body .content-card .form .error-message {
  text-align: center;
  color: #dd6966;
  margin-top: -20px;
  margin-bottom: 40px;
}
body .content-card .form .error-message .fa {
  margin-right: 10px;
}
body .content-card .form p {
  text-align: left;
  font-size: 16px;
  color: white;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
body .content-card .form p .fa {
  margin-right: 10px;
}
body .content-card .form p.mail {
  text-align: center;
  margin: 20px 0;
}
body .content-card .form p.before-form {
  margin-bottom: 30px;
}
body .content-card .form p.pre-title {
  margin-top: -20px;
}
body .content-card .form .primary-button {
  border: none;
  padding: 10px 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  background-color: #276853;
  margin-bottom: 20px;
}
body .content-card .form .forgotten-password {
  color: white;
  align-self: center;
}
body .content-card .form .md-input-group {
  position: relative;
  margin-bottom: 30px;
}
body .content-card .form .md-input-group .toggle-password {
  color: white;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
body .content-card .form .md-input-group input {
  font-size: 16px;
  background-color: #051621 !important;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  color: white;
}
body .content-card .form .md-input-group input:focus {
  outline: none;
}
body .content-card .form .md-input-group input:-internal-autofill-selected, body .content-card .form .md-input-group input:-internal-autofill-previewed, body .content-card .form .md-input-group input:-webkit-autofill, body .content-card .form .md-input-group input:-webkit-autofill:hover, body .content-card .form .md-input-group input:-webkit-autofill:focus, body .content-card .form .md-input-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #051621 inset !important;
  -webkit-text-fill-color: white !important;
}
body .content-card .form .md-input-group input.autofilled ~ label, body .content-card .form .md-input-group input:focus ~ label, body .content-card .form .md-input-group input:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: white;
}
body .content-card .form .md-input-group input:focus ~ .bar:before, body .content-card .form .md-input-group input:focus ~ .bar:after {
  width: 50%;
}
body .content-card .form .md-input-group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
body .content-card .form .md-input-group label {
  color: white;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body .content-card .form .md-input-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
body .content-card .form .md-input-group .bar:before, body .content-card .form .md-input-group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: white;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body .content-card .form .md-input-group .bar:before {
  left: 50%;
}
body .content-card .form .md-input-group .bar:after {
  right: 50%;
}
body .content-card .form .md-input-group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: white;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: white;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: white;
  }
  to {
    width: 0;
    background: transparent;
  }
}
body .content-card .form .invisible {
  display: none;
  transition: display 2s;
}
body .content-card .form .password-strength-meter-label {
  color: white;
}
body .content-card .form .password-strength-meter[value] {
  appearance: none;
  border: none;
  width: 100%;
  height: 10px;
  background-color: #051621;
  border-radius: 3px;
  margin-bottom: 20px;
}
body .content-card .form .password-strength-meter[value]::-webkit-progress-value {
  transition: width 2s;
}
body .content-card .form .password-strength-meter[value].very-weak::-webkit-progress-bar {
  background-color: #051621;
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].very-weak::-webkit-progress-value {
  background-color: #57061b;
}
body .content-card .form .password-strength-meter[value].very-weak::-moz-progress-bar {
  background-color: #57061b;
}
body .content-card .form .password-strength-meter[value].weak::-webkit-progress-bar {
  background-color: #051621;
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].weak::-webkit-progress-value {
  background-color: #bd181f;
}
body .content-card .form .password-strength-meter[value].weak::-moz-progress-bar {
  background-color: #bd181f;
}
body .content-card .form .password-strength-meter[value].so-so::-webkit-progress-bar {
  background-color: #051621;
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].so-so::-webkit-progress-value {
  background-color: #ecb625;
}
body .content-card .form .password-strength-meter[value].so-so::-moz-progress-bar {
  background-color: #ecb625;
}
body .content-card .form .password-strength-meter[value].good::-webkit-progress-bar {
  background-color: #051621;
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].good::-webkit-progress-value {
  background-color: #7cae7d;
}
body .content-card .form .password-strength-meter[value].good::-moz-progress-bar {
  background-color: #7cae7d;
}
body .content-card .form .password-strength-meter[value].great::-webkit-progress-bar {
  background-color: #051621;
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].great::-webkit-progress-value {
  background-color: #276853;
}
body .content-card .form .password-strength-meter[value].great::-moz-progress-bar {
  background-color: #276853;
}
body footer .logo-tks {
  width: 50px;
  height: auto;
  margin-right: 20px;
}
body footer .copyright-text {
  color: white;
}

/*# sourceMappingURL=login.css.map */
