/* Declaration order
 * ------------------------------------------
 * - Positioning
 * - Box-model
 * - Typography
 * - Visual
 * - Misc
 * */

body {
  font-family: "Roboto", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #FFF;
  overflow-wrap: break-word;
}

#page-banner {
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  #page-banner-container {
    min-height: 100vh;
  }
  #page-banner {
    justify-content: center;
  }
}

#page-banner-icon img {
  width: 45%;
}

@media (min-width: 1024px) {
  #page-banner-icon img {
    width: 100%;
  }
}

#company-logo img {
  width: 120px;
  height: 30px;
}

@media (min-width: 768px) {
  #company-logo img {
    width: 183px;
    height: 45px;
  }
}

#page-header {
  font-size: 1.5rem;
  font-weight: normal;
}

#security-warning-icon {
  padding-right: 3px;
  vertical-align: initial;
}

#page-intro {
  font-size: .9rem;
  line-height: 1.7rem;
}

#disclosure {
  color: #555;
  font-style: italic;
}

/* Typosquatting
------------------------------------------ */
.suggested-link {
  font-size: 1rem;
}


/* BATP
------------------------------------------ */
#scan-results {
  padding: 20px;
  background-color: rgba(229, 229, 229, 0.5);
  overflow-wrap: break-word;
}

#scan-results-title {
  padding-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}

.atp-determination {
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.file-description {
  padding-left: 1rem;
}

#file-description-title {
  font-weight: bold;
}

/* Training
------------------------------------------ */
#training-option {
  margin-bottom: 1rem;
}

#training-link {
  font-size: 1rem;
  color: #0077C8;
  text-decoration: none;
  cursor: pointer;
}

#training-link button {
  display: block;
  margin-top: .5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .7rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 768px) {
  #training-link button {
    display: inline;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: .5rem;
  }
}

#training-link-tag {
  display: block;
  width: fit-content;
  margin-top: .5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .7rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 768px) {
  #training-link-tag {
    display: inline;
  }
}

.exit-fullscreen-wrapper {
  display: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 15px 0 15px 15px;
  pointer-events: auto;
  position: fixed;
  top: 0;
  z-index: 10001;
}

.exit-fullscreen-btn {
  padding: 0px 10px 0px;
  background: rgba(0,0,0,0.3);
  line-height: 45px;
  width: 120px;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: 1px solid rgba(255,255,255,0.5);
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
}

.exit-fullscreen-btn:hover {
  background: rgba(0,0,0,0.9);
}

@media (min-width: 768px) {
  .modal {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 775px;
  }
}

.modal-content {
  border-radius: 3px;
}

.modal-header {
  padding: 10px 10px 0px 10px;
  border-bottom: none;
}

.modal-header div:first-child {
  padding-bottom: 5px;
}

.modal-header .title {
  display: inline-block;
  font-size: 1.2em;
  padding-left: 3px;
  margin-top: 5px;
}

.modal-header .cause {
  float: right;
  color: #33b1f8;
  margin-top: 5px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.5px;
}

@media (max-width: 430px) {
  .modal-header .title {
    font-size: 1em;
  }
}

#modal-icon-wrapper {
  float: left;
}

#modal-icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 1022px) {
  .cuda-loading-wrapper {
    min-height: 300px;
    position: relative;
  }
}

.modal-body {
  padding: 0;
}

@media (orientation: landscape) {
  .modal-body {
    min-height: 400px;
  }
}

.training-msg {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 10px;
  z-index: 2;
  opacity: 0;
}

.training-msg-bg {
  padding: 60px;
  color: #fff;
  background-color: #333;
  font-size: 17px;
  text-align: center;
}

@media (max-width: 500px) {
  .training-msg-bg {
    padding: 30px;
  }
}

@media (orientation: landscape) {
  .training-msg-bg {
    min-height: 400px;
  }
}

.training-msg-bg p {
  text-align: left;
}

.training-msg-bg span {
  font-weight: bold;
}

.training-start {
  background-color: rgba(255, 255, 255, .3);
  text-align: center;
  display: inline;
  padding: 10px 25px 10px;
  border-radius: 3px;
}

.iframe-wrapper {
  position: absolute;
  top: 0;
  left: -100000px;
}

#knowbe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media (min-width: 450px) {
  #knowbe {
    width: 100%;
    height: 100%;
    min-height: 500px;
  }
}

#fullscreen {
  display: none;
  float: left;
  width: 20px;
  margin-left: 1%;
  margin-right: auto;
  cursor: pointer;
}

#close_modal {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.sponsor {
  text-align: center;
  color: white;
  font-size: 14px;
  margin-top: 10px;
  opacity: .75;
}

.modal-backdrop.show {
  opacity: 0;
}

/* Spinner
------------------------------------------ */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  background-color: transparent;
  border-radius: 50%;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  z-index: 100;
  transform: translateZ(0);
  animation-iteration-count:infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: spinner-rotate;
}

.spinner-text {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 40px;
  margin-left: 8px;
  font-family: 'Karla', sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  opacity: .5;
}

.spinner-container {
  display: inline-block;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.spinner-adjacent {
  width: 28px;
  height: 28px;
  float: left;
  background-color: transparent;
  border-radius: 50%;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  z-index: 100;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: spinner-rotate;
}

.spinner-text-adjacent {
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  color: #444;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .5;
}

.full-url {
  color: #0275d8 !important;
  text-decoration: none !important;
}

.malicious-trend-intro {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 142, 0, 1) !important;
  /* color: rgba(241 142 38 0 1 / var(--tw-text-opacity)) !important; */
}

.malicious-trend-banner {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 142 0 / var(--tw-bg-opacity)) !important;
}


@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Helpers
------------------------------------------ */
.color-white {
  color: rgba(255, 255, 255, 1);
}

.color-danger {
  color: rgba(221, 30, 49, 1);
}

.color-warning {
  color: rgba(241, 142, 0, 1);
}

.color-info {
  /* color: rgba(50, 115, 220, 1); */
  color: rgba(95, 95, 95, 1);
}

.color-success {
  /* color: rgba(35, 209, 96, 1); */
  color: rgba(91, 167, 27, 1);
}

.background-danger {
  background-color: rgba(221, 30, 49, 1);
}

.background-warning {
  background-color: rgba(241, 142, 0, 1);
}

.background-info {
  /* background-color: rgba(50, 115, 220, 1); */
  background-color: rgba(95, 95, 95, 1);
}

.background-success {
  /* background-color: rgba(35, 209, 96, 1); */
  background-color: rgba(91, 167, 27, 1);
}

.is-fullwidth {
  width: 100%;
}

.is-fullheight {
  height: 100vh;
}

.text-link {
  font-weight: bold;
}

.remove {
  display: none;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

#clean-redirect-hidden {
  display: none;
}

.tooltip {
  z-index: 0;
}

.logo-color {
  filter: brightness(0) invert(1);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px 10px transparent;
  border: solid 3px transparent;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px #888;
  border-radius: 5px;
  border: solid 3px transparent;
}