@import "fonts.css";

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6;
    background-color: #000;
    color: #fff !important;
    max-width: 100%;
    /* padding-top: 80px; */
    /* background-image: url('/images/intercompliance-bg.jpg'); */
    background-repeat: repeat-y;
    background-position: 50% 0;    
    transition: 0s linear;
    transition-property: background-position;
    background-size: cover;
    padding-right: 0 !important;
    overflow: hidden;
}

*:focus {
  outline: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter';  
}

:root {
  --sysprm: #496c81; 
  --sysprmlight: #70a9cb;
  --sysdanger: #ef5471;
  --icgreen: #000;
  --icdarkgreen: #182327;
  --shadowdark: 0px 0px 20px 8px rgba(0,0,0,0.75);
  --shadowlight: 0px 0px 10px 5px rgba(0,0,0,0.1);
  --ictextcolor: #333;
}

a {
  color: #70a9cb;  
}

a:hover {
  color: #496c81;
}

.blurred-input {
  color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  caret-color: black; 
}

iframe {
    background-position: 50% 0;
    transition: 0s linear;
    transition-property: all;
    transition-property: background-position;
    background-size: cover;
}

hr {
  border: none;
  border-top: 1px solid #888;
}

hr.colored {
  border-top: 1px solid var(--sysprm);  
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.progress-bar {
  background-color: var(--sysprm);
}

label.form-label {
  font-weight: bold;
}

.sidebar-logo {
  padding: 20px 24px;
}

.ic-shadow {
  box-shadow: var(--shadowdark);
}

.ic-shadow-light {
  box-shadow: var(--shadowlight);
}

.btn-primary {
  position: relative;
  background-color: var(--sysprm);
  border-color: var(--sysprm); 
  color: #fff;
  padding-left: 40px;
}

.btn-primary i {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 18px;
  transition: all 0.6s ease;
  opacity: 0.5;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: var(--sysprm);
  border-color: var(--sysprm); 
  color: #fff;
}

.btn-primary:hover i {
  left: 18px;
  opacity: 1;
}

.btn-danger {
  position: relative;
  background-color: var(--sysdanger);
  border-color: var(--sysdanger); 
  color: #fff;
  padding-left: 40px;
}

.btn-danger i {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 18px;
  transition: all 0.6s ease;
  opacity: 0.5;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: var(--sysdanger);
  border-color: var(--sysdanger); 
  color: #fff;
}

.btn-danger:hover i {
  left: 18px;
  opacity: 1;
}

a.ic-btn {
  background-color: #333;
  border-color: #fff; 
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
}

img.flag {
  height: 16px;
  width: auto;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: var(--sysprm);
  border-color: var(--sysprmlight); 
}

input:-webkit-autofill, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #333;
}

ul.sidebar-menu li a {
  text-decoration: none !important;
}

ul.sidebar-menu ul.dropdown-menu li a {
  font-size: 14px;
}

ul.sidebar-menu li a {
}

ul.sidebar-menu li a:hover {
  color: var(--sysprm) !important;
}

.sidebar-menu li.dropdown.open > a .icon-holder {
  color: var(--sysprmlight);
}

.sidebar-menu li a:focus .icon-holder, .sidebar-menu li a:hover .icon-holder {
  color: var(--sysprmlight);  
}

.nav-right ul.dropdown-menu  {
  min-width: 250px;
}

.nav-right ul.dropdown-menu li i {
  font-weight: bold;
}

.content-box, .tab-content {
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 1px;
  border-radius: 10px;
  background-color: white;
  color: var(--ictextcolor);
  border: 1px solid rgba(0,0,0,0.063);
}

.tab-content {
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;  
  padding-top: 60px;
}

ul.nav-tabs .nav-item {
}

ul.nav-tabs .nav-item button {
  background-color: #bbb;
  color: #fff;  
  margin-right: 1.5px;
}

.tab-content .input-group {
  max-width: 600px;
}

.input-group i {
  position: relative;
  color: var(--sysprm);
  top: 8px;
  left: 10px;
}

.input-group i.zip {
  top: initial;
  left: initial;
  margin-right: 6px;
}

table.dataTable {
  color: var(--ictextcolor);
}

table.dataTable tbody td {
  font-size: 14px;
}

.dataTables_length select {
  width: 80px !important;
}

.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_info {
  margin-top: 25px !important;
}

.dataTables_paginate ul.pagination li {
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_paginate ul.pagination li.active a {
  background-color: var(--sysprm);
  border-color: var(--sysprmlight);
}

.checkbox input[type="checkbox"]:checked + label::after {
  /* Login Bug */
  display: none;
}

textarea.code-area {
  font-family: Courier New, Courier;
  min-height: 300px;
  color: #000;
}

div.dropzone {
  position: relative;
  background-image: url(/images/transparent-bg.jpg);
  padding: 20px;
  background-size: 100% auto;
  border: 2px solid #888;
}

div.dropzone img.sysfile {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

div.dropzone .dz-message {
  display: none;
}

div.dropzone i.delete {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000 !important;
}

.tags-badge {
  font-size: 14px;
  font-weight: normal;
  background-color: var(--sysprm) !important;
}

.header .header-container .nav-left .notifications .counter, .header .header-container .nav-right .notifications .counter {
  background-color: var(--sysprm);
}

.modal-content {
  color: #333;
}

.modal-content input {
  border-color: var(--sysprm);
}

button.status-error {
  animation: flashRed 2s forwards;
  transition: all 0.2s linear;
}

button.status-success {
  animation: flashGreen 2s forwards;
  transition: all 0.2s linear;
}

@keyframes flashRed {
  0% {
    background-color: red;
  }
  75% {
    background-color: red;
  }
  100% {
    background-color: var(--sysprm);
  }
}

@keyframes flashGreen {
  0% {
    background-color: green;
  }
  75% {
    background-color: green;
  }
  100% {
    background-color: var(--sysprm);
  }
}

ul.nav-tabs li.hidden, form button.btn.hidden {
  display: none;
}

#notification-container {
  position: fixed;
  left: 0px;
  top: -150px;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 20px;
  line-height: 1.5;
  max-height: 150px;
  z-index: 1000;
  border-bottom: 1px solid black;
  transition: all 1s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  opacity: 0;
}

#notification-container .notification-icon {
  width: 100%;
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px;
}

i#private-database {
  color: var(--sysdanger);
}

i.warning, i#private-database.warning {
  color: #cccc00; 
}

i.success, i#private-database.success {
  color: var(--sysprmlight);
}

ul.dropdown-menu i.error, i#private-database.error {
  color: var(--sysdanger);
}

a.page-link {
  color: var(--sysprmlight);
  font-weight: bold;
}

.nav-item .nav-link.active i {
  color: var(--sysprm);
}

.pin-container
  {
  background-color: rgba(255,255,255,0.65);
  padding: 20px 4px;
  font-size: 22px;
  font-size: 1.6vw;
  line-height: 1;
  color: #333;
  font-weight: bold;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  }

.pin-container p
  {
  font-size: 20px;
  font-weight: normal;
  }

.pin-container input[type=text]
  {  
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid black;
  background-color: #ddd;
  font-weight: bold;
  border-radius: 5px;
  caret-color: transparent;
  width: 45px;
  padding: 5px 0;
  }

.pin-container input[type=text]:focus
  {
  background-color: #fff;  
  }

.logo-white-container
  {
  position: relative; 
  
  }
  
.logo-white-container img.animated
  {
  position: absolute;
  top: 0px;
  left: 0px;  
  opacity: 0;
  transition: opacity 2s ease-in-out;
  }

div#sys_rightsidebar:hover img.animated
  {
  opacity: 1;  
  }
  
div.dashboard .widget
  {
  position: relative;  
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;  
  box-shadow: var(--shadowlight);
  color: #222;
  height: 100%;
  }
  
div.dashboard .widget h3
  {
  font-size: 24px;  
  }
  
div.dashboard .widget h3 + .subline
  {
  position: relative;
  display: block;
  top: -10px;  
  margin-bottom: 20px;
  color: #888;
  }

div.dashboard .widget h3 + .subline i
  {
  color: var(--icdarkgreen);  
  }

div.dashboard .widget.footer
  {
  padding-bottom: 80px;  
  }
  
div.dashboard .widget .widget-footer
  {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 2px solid var(--sysprmlight);
  text-align: left;  
  background-color: #f5f5f5;
  padding: 16px 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  }

div.dashboard .widget a.widget-btn  
  {
  background-color: var(--sysprm);
  padding: 6px 16px;
  border-radius: 6px;
  color: #fff;  
  transition: all 0.6s ease-out;
  }

div.dashboard .widget a.widget-btn:hover
  {
  background-color: var(--sysprmlight);  
  }
  
table.dataTable td span.inactive
  {
  text-decoration: line-through;
  color: #888;  
  }
  
.pin-container input[type="password"]
  {
   text-transform: uppercase;
   text-align: center;
   letter-spacing: 0px;
   border: 1px solid black;
   background-color: #ddd;
   font-weight: bold;
   border-radius: 5px;
   caret-color: transparent;
   width: 45px;
   padding: 5px 0; 
  }