html {
  scroll-behavior: smooth;
}

body {
  background: #243782 url(../img/fondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-attachment: fixed;
}

.h1_tit {
    font-size: 1.7rem;
}
.disabled {
  filter: grayscale(70%);
  pointer-events: none;
}
#loader-overlay {
  visibility: hidden;
  background: rgba(70, 70, 70, 0.8);
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 1;
}
.col-12.card.shadow-sm.p-4.mb-4.more-rounded {
  background: rgb(0 0 0 / 30%);
  color: white!important;
}
.white-line {
  border-top: 1px solid rgb(255 255 255 / 60%);
}
select option {
  background: rgb(255 255 255);
  color: black;
}
.col-12.card.shadow-sm.p-4.mb-4.more-rounded select {
  cursor: pointer;
  padding-left: 30px;
}
.black-select.disabled {
  pointer-events: none;
  background: none!important;
  opacity: 0.5;
}
.black-select.disabled + img {
  opacity: 0.5;
}
input.form-control {
  padding-left: 25px;
}
.ste-text-input:focus,
.ste-textarea:focus {
  border: 2px solid white!important;
  box-shadow: 0!important;
}
::placeholder {
  color: white!important;
}
.btn-ste-builder {
  background: #243782;
  color: #fff;
  border: 1px solid #fff;
  margin: 2px;
}
.btn-ste-builder:hover {
  background: #fff !important;
  color: #243782 !important;
  border: 1px solid #fff !important;
}

.btn-ste-builder:hover img.cl_invert{
  filter: invert(0.6);
}

/* Dropdown Button */

.help-dropdown {
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */

.help-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.help-dropdown-content {
  display: none;
  background: #fff;
  position: absolute;
  min-width: 200px;
  z-index: 1;
  animation: fadeIn 0.5s;
}

/* Links inside the dropdown */

.help-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */

.help-dropdown-content a:hover {
  background-color: #243782;
  color: #fff;
  border: 2px solid white;
  border-radius: 0 0 5px 5px;
}

/* Show the dropdown menu on hover */

.help-dropdown:hover .help-dropdown-content {
  display: block;
}

/**
 * MEDIA QUERIES
 *
 */
.logo-container img {
    width: 90%;
    padding: 20px;
    max-width: 280px;
  }
@media(max-width:900px) {

  .url-builder-header {
    text-align: center!important;
    width: 100%;
    margin-bottom: 30px;
  }
  .mobile-use-this {
    display: block!important;
  }
  .desktop-use-this {
    display: none!important;
  }
}
body {
  font-family: "EncodeSans-Medium";
}
body a {
  color: #243782;
}
body a:hover {
  text-decoration: none;
  color: #282b34;
}
@font-face {
  font-family: EncodeSans-Medium;
  src: url("../fonts/EncodeSans-Medium.ttf");
}
.black-input,
.black-select {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid white;
  color: white;
  height: auto!important;
}

.black-input.error,
.black-select.error {
    border-bottom: 1px solid #ff0000;
}
.black-input:focus,
.black-select:focus {
  background: none!important;
  color: white!important;
  box-shadow: 0 0 0 0.1rem rgb(255 255 255 / 94%);
}

/***********
ANIMATIONS
***********/

.fadeInBottom {
  animation: fadeInBottom ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(-3em);
    opacity: 0;
  }
  100% {
    transform: translateY(0em);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**************/


/************
STELLANTIS CLASSESS
************/

.bg-ste-blue {
  background-color: #243782;
}
.bg-ste-dark {
  background-color: #282b34;
}
.more-rounded {
  border-radius: 15px;
}

/*************
BUTTONS
*************/

.btn-ste-dark {
  background: #243782 !important;
  color: #fff !important;
  border: 2px solid #243782 !important;
}
.btn-ste-dark:hover {
  background: #fff !important;
  color: #243782 !important;
  border: 2px solid #243782 !important;
}

/**********
 INPUTS
 **********/

.ste-text-input:focus,
.ste-textarea:focus {
  border: 1px solid rgb(36 55 130 / 55%);
  box-shadow: 0 0 0 0.2rem rgb(36 55 130 / 55%);
}

.px-2 img{width: 20px}
.text-danger.warning{border: 2px solid red; padding: 8px;border-radius: 5px;font-size: 0.8rem;}
.data-bg{background: rgb(0 0 0 / 30%);}
div.flex-bet{ display: flex; justify-content: space-between;}
img.sl_right{  position: absolute; top: 5px; padding-right: 20px;filter: invert(1);margin-left:5px;}
img.cl_invert{filter:invert(1);}
img.sl_right.off{opacity: 0.2;}
.form-control:disabled{background-color: transparent;opacity: 0.2;}
.landingWarning{display: none;}
img.copy{filter:invert(1); padding-bottom:10px;width:30px;cursor:pointer;}
span.notice{visibility:hidden}
#trackers-container h5{ font-size: 0.95rem;}
#trackers-container .form-control[readonly] {background-color: #bfbfbf;opacity: 0.6; color: #363636;font-size: 0.9rem;}

#form-builder .form-control{width: 96%; width: calc(100% - 20px);}
#trackers-container .form-control{width: 100%;}
#trackers-container .btn_trash{ font-size: 0.8rem; margin-top: 10px; opacity: 0.5;color: #fff;  border: 1px solid #ddd; padding: 8px 10px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#trackers-container .btn_trash:hover{ opacity: 1; background-color:#ff0000;}
#trackers-container .btn_trash img{ display: inline-block; margin-left: 8px; width: 20px;margin-top: -6px;}

.tooltip {top: 5px;position: absolute;right: 5px;height: 20px;width: 20px; opacity: 1;}
.tooltip img{filter: invert(1); height: 20px;width: 20px; opacity: 0.5;}
.tooltip:hover { cursor: help;}
.tooltip:hover .tooltiptext { visibility: visible;}
.tooltip:hover img {opacity: 1;}
.tooltip { display: inline-block;}
.tooltip .tooltiptext {
  font-size: 0.7rem;
  visibility: hidden;
  background-color: #fff;
  color: #10193b;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 2px;
  transition: opacity 1s;
  position: absolute;
  width: 240px;
  top: 100%;
  left: 50%;
  margin-top: 7px;
  margin-left: -220px; 
  z-index: 1;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  
  left: 92%; 
  left: calc(100% - 18px);
  margin-left: -7px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#trackers-container h1{ font-size: 0.95rem;}
.tooltip.build{ position: relative;right: -10px; top: -2px;}
.tooltip.build .tooltiptext {
  margin-left: -100px; 
}
.tooltip.build .tooltiptext::after {
  left: calc(50% - 18px);
}

.bg-opacity{background: rgb(0 0 0 / 30%);}
    .popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 9999; 
    }

    .popup-content {
        z-index: 9999;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #243782;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
    .popup-content a.close{
        float: inline-end;
    }
    .popup-content h2{
    padding: 1.5em 2rem 1rem 0;
    font-size: 2rem;
    line-height: 2.5rem;
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
    }
    .popup-content .contact{
        font-size: 0.9rem;
        padding-top: 30px;
    }
    .popup-content .contact .mail{
    margin: 1px 0;
    position: absolute;
    }

    .popup-content .contact .mail a:hover img{
        opacity: 0.6;
    }
    .popup-content .contact p{
    position: relative;
    margin-left: 30px; 
    }
    .popup-content .contact b{
        font-size: 1.1rem;
    }


  .txt-obj p{
    font-size: 0.8rem;
  }