@import url(./loadCustomFonts.css);

body{
  font-family: 'Fira Sans', sans-serif !important;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 0.8rem;
  font-family: 'Fira Sans', sans-serif !important;
  /* font-size: 12px; */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 

p.legibility {
  text-rendering: optimizeLegibility;
}
p.speed {
  text-rendering: optimizeSpeed;
}

.divImage, .divImage-3, .divImage-4, .divImage-6, .divImage-12 {
  background-size: contain;
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.imageCol {
  position: relative !important;
}

.imgSelected {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 0 5px;
  border: 1px solid black;
  background-color: white;
}

.bg-black {
  background-color: #111 !important;
}

.messageAlert {
  font-size: 25pt;
}

.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
  background: white;
  box-shadow: 0 .5mm 2mm rgba(0, 0, 0, .3);
  margin: 5mm auto;
}

.textSelectedImage {
  position: absolute;
  z-index: 9999;
  right: -10px;
  border-radius: 10px;
  width: max-content;
  padding: .5em;
  background-color: #e4e4e4;
  color: #111;
}

.btnRemoveLegend {
  position: absolute;
  top: 15px;
  z-index: 9999;
  right: -10px;
  border-radius: 10px;
  width: max-content;
  text-align: center;
  padding: .1em;
  color: #111;
}


@media (min-width: 576px) {
  .divImage-3 {
    height: 80px;
  }
  .divImage-4 {
    height: 130px;
  }
  .divImage-6 {
    height: 210px;
  }
  .divImage-12 {
    height: 100px;
  }
  .card-image {
    height: 9vmax;
  }
}

@media (min-width: 960px) {
  .divImage-6 {
    height: 170px;
  }
  .divImage-12 {
    height: 125px;
  }
  .card-image {
    height: 9vmax;
  }
}

@media (min-width: 1200px) {
  .divImage-3 {
    height: 130px;
  }
  .divImage-4 {
    height: 150px;
  }
  .divImage-6 {
    height: 210px;
  }
  .divImage-12 {
    height: 150px;
  }
  .card-image {
    height: 5.7vmax;
  }
}

iframe {
  width:100% ;
  min-height:20cm;
  height: auto;
  border:none ;
}

#pdf-iframe {
  height: 100% !important;
}

.magic-radio {
  position: absolute;
  display: none;
}

.magic-radio[disabled] {
  cursor: not-allowed;
}

.magic-radio+label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
}

.magic-radio+label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-radio+label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #c0c0c0;
}

.magic-radio+label:after {
  position: absolute;
  display: none;
  content: '';
}

.magic-radio[disabled]+label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.magic-radio[disabled]+label:hover, .magic-radio[disabled]+label:before, .magic-radio[disabled]+label:after {
  cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-radio[disabled]+label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked+label:before {
  animation-name: none;
}

.magic-radio:checked+label:after {
  display: block;
}

.magic-radio+label:before {
  border-radius: 50%;
}

.magic-radio+label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb;
}

.magic-radio:checked+label:before {
  border: 1px solid #3e97eb;
}

.magic-radio:checked[disabled]+label:before {
  border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
  background: #c9e2f9;
}

.selectLanguage label {
  color: black;
}

.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.topbar .dropdown-list .dropdown-header {
  background-color: #4e73df;
  border: 1px solid #4e73df;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
}

.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: .65rem;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 2em;
  background: initial;
  background-color: #0275d8 !important;
  color: #fff;
  font-size: 1.0625em;
}

.card .card-image {
  cursor: pointer;
  margin: 1px;
}

img[data-target="#imageView"] {
  cursor: grab;
}

img[data-target="#imageView"] :hover {
  opacity: 0.5;
}

img[data-target="#imageView"] :active {
  cursor: grabbing;
}

.modal-header .close {
    padding: 0 0 !important; 
    margin: 0 I !important; 
}

.rounded-circle {
  border-radius: 50%!important;
  width: 33px;
  height: 33px;
}

.border-secondary {
  border-color: lightslategray !important;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
}