:root {
  --bg-holidays: #9bca77;
  --bg-business: #ffba2c;
  --bg-replenishing: #a3d9ea;
  --bg-scope: #FFC700;
  --bg-co: #FF0B37;
  --bg-water: #5AA5FE;
  --bg-energy: #30B57A;
  --bg-gas: #9543D4;
  --bg-waste: #FF9401;
  --bg-fill: #00CAAF;
  --bg-money: #704C32;

  --bg-scopeOP: #ffc8004e;
  --bg-coOP: #ff0b383b;
  --bg-waterOP: #5aa4fe46;
  --bg-energyOP: #30b57942;
  --bg-gasOP: #9543d43b;
  --bg-wasteOP: #ff950143;
  --bg-fillOP: #00caaf4b;
  --bg-moneyOP: #704c3243;
}



.bold{
  font-weight: bold !important;
  text-shadow: 0 0 black;
}

.dashboard_Unids > ul > span {
  color: #fff !important;
}

.btn {
  border: 0;
}

.btn-warning {
  color: #4c3b2e !important;
}

.btn-filters {
  background-color: #fff !important;
  color: #4c3b2e !important;
  border-radius: 5px;
  border: 1px solid #4c3b2e;
  text-wrap: nowrap !important;
}

#modalFilter .modal-backdrop {
  opacity: 0 !important; /* Cambiar la opacidad según lo desees */
}

.btn-primary {
  text-wrap: nowrap;
  color: #fff !important;
}

.btn-primary > * {
  color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.label-primary {
  color: #fff !important;
}

.control-sidebar > h2 {
  color: #fff !important;
}

.control-sidebar > h3 {
  color: #fff !important;
}
.control-sidebar > ul {
  color: #fff !important;
}
.control-sidebar > span {
  color: #fff !important;
}
.control-sidebar > .control-sidebar-heading > b {
  color: #fff !important;
}
.hide-widgets > span {
  color: #fff !important;
}
.btn-custom {
  background-color: #704c32;
}
body {
  overflow-x: hidden;
  background: #f7f7f7 !important;
}

* {
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
}

.diagonal {
  font-weight: bold;
  font-size: 1.1em !important;
  color: #653818;
}

a.paginador.active {
  font-weight: bold !important;
}
a.paginador {
  color: #4c3b2e;
  text-decoration: none;
}
input.agtools {
  text-align: center;
  background-color: rgba(101, 56, 24, 0.75);
  color: white !important;
  font-size: 1.1em;
  font-weight: bold;
  margin: 7px;
  border-radius: 7px;
  border-color: #653818;
  border-style: solid;
  border-width: 2px;
}
.currency-controlbar.active {
  border-color: #daaa00;
  color: #daaa00;
}
.currency-controlbar {
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 5px;
  border: solid;
  border-color: white !important;
  border-radius: 10px;
  font-size: 0.5em;
}
.ag-badge-currency {
  color: white;
  margin-left: 13px;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.9em;
}
.form-control-feedback {
  margin-top: 8px;
  height: 23px;
  color: #fff !important;
  line-height: 24px;
  font-size: 15px;
}
.ag-badge {
  background-color: #764a2d !important;
  color: #fff !important;
  font-size: 1.2em;
  margin: 5px;
  border-radius: 5px !important;
  text-align: center;
  padding: 5px 15px;
  width: fit-content;
}

.ag-badge .small{
  font-size: 1em;
}
#current_commodity > a > .edit_field_white {
  width: 20px !important;
  height: 20px !important;
  background: url(/static/edit_field_white_icon.svg) no-repeat !important;
  background-position: 100% 50% !important;
  background-size: 15px !important;
  padding: 0px 25px 0px 0px;
  cursor: pointer;
}

input.agtools::placeholder {
  color: white;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #653818;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  margin-left: 37px;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

/* Scroll Personalizado */

/* body::-webkit-scrollbar {
	width: 15px;
	background: #653818;
} */

/* body::-webkit-scrollbar-thumb {
	background: rgba(255,255,255, .2);
	border-radius: 10px;
	border-right: 2px solid #653818;
} */

@media only screen and (max-width: 575.98px) {
  .main_container {
    width: 95%;
  }
  .control-sidebar {
    right: 5%;
  }
  .control-sidebar-bg {
    right: 5%;
  }
}
@media (max-width: 572px) {
  ul.dropdown-menu-alerts.show.open{
    left: 120% !important;
  }
  ul.dropdown-menu-alerts.show.open::before {
    right: 72% !important;
  }
}

@media (max-width: 572px) {
  ul.dropdown-menu-alerts.show.open{
    left: 120% !important;
  }
  ul.dropdown-menu-alerts.show.open::before {
    right: 72% !important;
  }
}


@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .main_container {
    width: 96%;
  }
  .control-sidebar {
    right: 4%;
  }
  .control-sidebar-bg {
    right: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .main_container {
    width: 97%;
  }
  .control-sidebar {
    right: 3%;
  }
  .control-sidebar-bg {
    right: 3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main_container {
    width: 98.5%;
  }
  .control-sidebar {
    right: 1.5%;
  }
  .control-sidebar-bg {
    right: 1.5%;
  }
}

@media only screen and (min-width: 1200px) {
  .main_container {
    width: 99.5%;
  }
  .control-sidebar {
    right: 0.5%;
  }
  .control-sidebar-bg {
    right: 0.5%;
  }
}

.control-sidebar {
  position: absolute;
  z-index: 1010;
  padding-top: 0px;
  top: 62;
  width: 230px;
  background: #653818;
  color: #b8c7ce;
  font-size: 14px;
  line-height: 1.42857143;
}
.control-sidebar-bg {
  background: #653818;
  top: 62;
  width: 230px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

#control-sidebar-theme-demo-options-tab {
  padding: 10px;
}

.control-sidebar-heading {
  margin-top: 20px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #fff;
}

.control-sidebar-subheading {
  width: 100%;
  color: #fff;
}

.crop {
  float: left;
  position: relative;
  width: 100%;
  height: 142px;
  border: 1px solid #ccc;
  margin: 0.5em 10px 0.5em 0;
}
.crop p {
  margin: 0;
  position: absolute;
  top: -20px;
  left: -55px;
  clip: rect(
    20px 300px 200px 50px
  ); /* Agujero rectángulo de medida específica */
}

.paginate_button {
  cursor: pointer;
}

.multiselect-search {
  padding-right: 12.5px;
}
.form-control {
  padding-right: 15px;
}

.cancel_select_file_corporate {
  left: 41.47%;
  right: 55.64%;
  top: 47.15%;
  bottom: 49.68%;
  background: #c4c4c4;
}

.corporate a label {
  color: green;
  font-size: 14px;
  font: caption;
  font-weight: bold !important;
}

.smart_queries_container {
  background-color: white;
  padding: 6px;
  height: 158px;
}

.sustainability-container, .insights-container {
  background-color: white;
  padding: 6px;
  height: 210px;
}

.smart_queries_main_container {
  padding-bottom: 10px;
}

.smart_queries_volume_center {
  padding-top: 0.6em;
}

.smart_queries_button {
  min-width: 100px;
  height: 25px;
  background-color: white;
  color: #764a2d;
  border: 2px solid #764a2d;
  border-radius: 4px;
  font-weight: 700;
}

.smart_queries_button:hover {
  background-color: #764a2d;
  color: white !important;
}

.smart_queries_button[disabled] {
  /* Restablecer los estilos que deseas mantener */
  background-color: #f8f9fa;
  color: #9fa6ad;
  border: 2px solid #9fa6ad;
  /* Agrega cualquier otro estilo necesario */
}

.height-158 {
  height: 158px !important;
}

.height-43 {
  height: 43px !important;
}

.smart_queries_select {
  width: 80px;
  height: 25px;
  border-radius: 2px;
  transition-duration: 0.4s;
}

.btn-accept_privacy_agreement {
  background-color: #007bff;
  color: white !important;
  width: 134px;
}

.btn-accept_privacy_agreement:hover {
  background-color: #5aaaff;
  color: white !important;
  width: 134px;
}

.btn-cancel_privacy_agreement {
  width: 134px;
}

.checkbox-privacy_agreement {
  width: 18px;
  height: 18px;
}

.choose_label_package_select {
  font-size: 20px;
  color: #6f6f6f;
  text-align: left;
}

.choose_label_package_cards {
  font-size: 20px;
  color: #6f6f6f;
  text-align: center;
}

.select_commodity {
  /* margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    float: left; */
  color: #fff;
  background-color: #764a2d;
  border-color: #764a2d;
  border-radius: 3px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-family: inherit;
  box-sizing: border-box;
  width: 100%;
  min-height: 0%;
}

.disabled_switch_span {
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  border-color: rgb(223, 223, 223);
  background-color: rgb(255, 255, 255);
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
}

.disabled_switch_small {
  left: 0px;
  transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
}

.enabled_switch_span {
  background-color: #ffe380 !important;
  border-color: #ffe380 !important;
  box-shadow: #ffe380 0px 0px 0px 16px inset !important;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s !important;
}

.enabled_switch_small {
  left: 20px;
  transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
  background-color: rgb(255, 255, 255);
}

.body-modal-weather {
  padding-left: 70px;
  padding-right: 70px;
}

.modal-weather {
  max-width: 722px;
}

.location-weather {
  width: 350px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #aeaeae;
}

.current-date-input-weather {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 40px;
  width: 145px;
  border: 1px solid #aeaeae;
}

.current-date-span-weather {
  width: 41px;
  height: 40px;
  background: #e5e5e5;
  border: 1px solid #aeaeae;
}

.variety-select-weather {
  border-radius: 4px;
  width: 194px;
  height: 40px;
  border: 1px solid #aeaeae;
}

.stage-select-weather {
  border-radius: 4px;
  height: 40px;
  width: 230px;
  border: 1px solid #aeaeae;
}

.consult-button-weather {
  width: 153px;
  height: 40px;
  background: #4f2608;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height, or 100% */

  align-items: center;
  text-align: center;

  color: #ffffff;
}

.consult-button-weather:hover,
.consult-button-weather:focus,
.consult-button-weather:active {
  width: 153px;
  height: 40px;
  background: #4f2608;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height, or 100% */

  align-items: center;
  text-align: center;

  color: #ffffff;
}

.consult-button-weather:focus:active {
  width: 153px;
  height: 40px;
  background: #4f2608;
  opacity: 0.8;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height, or 100% */

  align-items: center;
  text-align: center;

  color: #ffffff;
}

/* .consult-button-weather:active{
    width: 153px;
    height: 40px;
    background: #4F2608;
    border-radius: 4px;

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;

    align-items: center;
    text-align: center;

    color: #FFFFFF;
  } */

.title-weather {
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.btn-save-current-filters {
  width: 150px;
  height: 33px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 8px;
  border: 0px solid rgba(196, 196, 196, 0.5);

  /* font-family: Source Sans Pro; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */

  align-items: center;
  text-align: center;

  color: #4c3b2e;
}

.btn-save-current-filters:hover {
  width: 150px;
  height: 33px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 8px;
  border: 2px solid rgba(158, 156, 156, 0.5);

  /* font-family: Source Sans Pro; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */

  align-items: center;
  text-align: center;

  color: #4c3b2e;
}

.btn-view-current-filters {
  width: 150px;
  height: 33px;
  background: rgba(255, 199, 0, 0.5);
  border-radius: 8px;
  border: 0px solid rgba(255, 199, 0, 0.5);

  /* font-family: Source Sans Pro; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */

  align-items: center;
  text-align: center;

  color: #4c3b2e;
}

.btn-view-current-filters:hover {
  width: 150px;
  height: 33px;
  background: rgba(255, 199, 0, 0.5);
  border-radius: 8px;
  border: 2px solid rgba(255, 199, 0, 1);

  /* font-family: Source Sans Pro; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */

  align-items: center;
  text-align: center;

  color: #4c3b2e;
}

.btn-button-group-weather {
  width: 148px;
  height: 40px;
  background: rgba(255, 199, 0, 0.5);
  border: 1px solid #ffc700;

  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;

  align-items: center;
  text-align: center;

  color: #4c3b2e;
}

.btn-button-group-weather:hover,
.btn-button-group-weather:focus,
.btn-button-group-weather:active {
  width: 148px;
  height: 40px;
  background: #ffc700;
  border: 1px solid #ffc700;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;

  align-items: center;
  text-align: center;

  color: #4c3b2e;
}

.btn-button-group-weather:focus:active {
  width: 148px;
  height: 40px;
  background: #ffc700;
  opacity: 0.8;
  border: 1px solid #ffc700;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;

  align-items: center;
  text-align: center;

  color: #4c3b2e;
}

/* .btn-button-group-weather:hover{
    width: 148px;
    height: 40px;
    background: #FFC700;
    border: 1px solid #FFC700;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;

    align-items: center;
    text-align: center;

    color: #4C3B2E;
  }

  .btn-button-group-weather:visited {
    width: 148px;
    height: 40px;
    background: #FFC700;
    border: 1px solid #FFC700;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;

    align-items: center;
    text-align: center;

    color: #4C3B2E;
  } */

.close-button-weather {
  width: 21px;
  height: 21px;
}

.clean-location-button-weather {
  transform: translateY(12px);
  right: 23px;
}

.range-weather {
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 4px;
  width: 131px;
  height: 65px;
  left: 296px;
  top: 347px;
  padding: 5px;
}

.range-bar-weather {
  width: 92px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #dadada;
}

.range-title-weather {
  width: 128px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  color: #4c3b2e;
}

.range-values-weather {
  width: 128px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  color: #4c3b2e;
}

.btn {
  padding: 10px !important;
  font-weight: 600;
  font-size: 15px;
}

.btn-warning.active {
  padding-inline: 20px !important;
  color: #4c3b2e !important;
}

.btn-warning:focus:active {
  /* width: 73.67px; */
  color: #4c3b2e !important;
}

/* .btn-button-group-weather-display:hover{
    width: 73.67px;
    height: 40px;
    background: #FFC700;
    border: 1px solid #FFC700;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

    font-style: normal;
    font-weight: 600;
    font-size: 14px;btn-button-group-weather-displa
    line-height: 14px;

    align-items: center;
    text-align: center;

    color: #4C3B2E;
  }

  .btn-button-group-weather-display:focus{
    width: 73.67px;
    height: 40px;
    background: #FFC700;
    border: 1px solid #FFC700;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;

    align-items: center;
    text-align: center;

    color: #4C3B2E;
  }

  .btn-button-group-weather-display:active{
    width: 73.67px;
    height: 40px;
    background: #FFC700;
    border: 1px solid #FFC700;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;

    align-items: center;
    text-align: center;

    color: #4C3B2E;
  } */

.graph-container-forecast {
  height: 500px;
}

.title-table-weather {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-weather {
  width: 100%;
  border: 2px solid #ddd;
}

.row-header-weather {
  height: 50px;
  border: 2px solid #ddd;
}

.empty-cell-weather {
  padding: 5px;
  background-color: #ffffff;
}

.header-cell-day-weather {
  text-align: center;
  padding: 5px;
  font-size: 13px;
  border: 2px solid #ddd;
}

.parameter-table-weather {
  padding: 5px;
  font-size: 14px;
  width: 152px;
  border: 2px solid #ddd;
}

.values-text-weather {
  padding: 5px;
  border: 2px solid #ddd;
  text-align: center;
}

.values-image-weather {
  text-align: center;
  padding: 5px;
  border: 2px solid #ddd;
}

.container-weather {
  height: 310px;
  overflow: scroll;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* .btn-button-group-weather:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .btn-button-group-weather:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  } */

.switch_vue {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.slider_vue {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider_vue:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider2_vue {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: green;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider2_vue:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 30px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-group {
  text-wrap: nowrap !important;
  white-space: nowrap;
}
.tag_switch_vue {
  position: absolute;
  /* content: ""; */
  /* height: 26px; */
  /* width: 26px; */
  /* left: 75px; */
  bottom: 8px;
  font-weight: 400;
}

#modalshipping
  > div
  > div
  > div
  > div.modal-body
  > div
  > div:nth-child(2)
  > div:nth-child(1)
  > div
  > label {
  display: flex;
  justify-content: flex-start;
}

/* Rounded sliders */
.slider_vue.round_vue {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.471;
  color: #222;
  font-size: small;
  font-family: arial, sans-serif;
  font-weight: 400;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
  background-color: rgb(255, 255, 255);
  border-color: rgb(223, 223, 223);
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  /* border-radius: 34px; */
}

.slider_vue.round_vue:before {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.471;
  color: #222;
  font-family: arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  font-size: 85%;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
  left: 0px;
  transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
  /* border-radius: 50%; */
}

/* Rounded sliders */
.slider2_vue.round_vue {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.471;
  color: #222;
  font-size: small;
  font-family: arial, sans-serif;
  font-weight: 400;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
  background-color: rgb(255, 227, 128);
  border-color: rgb(255, 227, 128);
  box-shadow: rgb(255, 227, 128) 0px 0px 0px 16px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
  /* border-radius: 34px; */
}

.slider2_vue.round_vue:before {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.471;
  color: #222;
  font-family: arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  font-size: 85%;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
  left: 20px;
  transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
  background-color: rgb(255, 255, 255);
  /* border-radius: 50%; */
}

.tooltipjbox {
  position: relative;
  left: 90%;
  top: 25px;
  z-index: 1;
}

.jBox-content {
  text-align: center;
}

.form-group .btn {
  margin-bottom: 0;
}

.span_weather_source_ranges_by {
  color: #865c41;
  font-weight: bold;
  font-size: 0.8em;
}

.clear_field_location {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin: auto;
  font-size: 17px;
  cursor: pointer;
  color: #fff !important;
  padding-left: 2px;
  transform: translateY(14px);
  bottom: 28px;
  left: 95%;
}

.main_range_bar {
  height: 20px;
  border-radius: 10px;
  border: 1px solid #dadada;
}

.range_table_weather_differences {
  height: 40px;
  width: 7px;
  border-radius: 10px;
  /* border: 1px solid #DADADA; */
}

.table_weather_differences {
  border: 1px solid #aeaeae;
  border-collapse: separate;
  border-radius: 4px;
  table-layout: fixed;
  width: 100%;
}

.celd_parameter_values_weather_differences {
  border: 1px solid #aeaeae;
}

.celd_header_parameter_weather_differences {
  border: 1px solid #aeaeae;
  background: #e5e5e5;
  padding: 5px;
  width: 41px;
}

.celd_row_weather_differences {
  margin-left: 0px;
  margin-right: 0px;
}

.celd_main_column_weather_differences {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.celd_value_column_weather_differences {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.label_value_weather_differences {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
}

.label_header_weather_differences {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
}

.label_title_graph_differences {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}

.smart_queries_sustainability_input {
  font-size: 12px;
}

.smart_queries_sustainability_label {
  font-size: 13px;
  font-weight: 700;
}

.smart_queries_sustainability_form_container {
  padding-left: 20px;
  padding-right: 20px;
}

.smart_queries_sustainability_clear_field {
  height: 13px;
  font-size: 12px;
  right: 5px;
}

.smart_queries_sustainability_result {
  background: #764a2d;
  font-weight: 700;
  color: #ffffff;
  margin-right: 0px;
  border-radius: 4px;
  font-size: 11px;
}

.smart_queries_sustainability_consult_button {
  height: 23px !important;
  font-size: 11px;
  padding: 4px !important;
  border-radius: 4px;
}

.empty_input_neccesary {
  border: 2px solid #ff5964;
}

.country_label_smart_query {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  background: #ffe380;
  border-radius: 4px;
}

.commodity-title-name-weather {
  border: 1px solid #704c32;
  padding: 0px 5px 0px 5px;
  border-radius: 8px;
  color: #704c32 !important;
  font-weight: 400;
}

.main_labels_weather_tables {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  align-items: center;
  text-align: left;
  color: #4c3b2e;
  margin: 5px;
}
.labels_weather_tables{
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  background: var(--bg-scope);
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
}
.labels_weather_tables.disabled{
  background: var(--bs-gray-300);
  color: var(--bs-gray-700);
}

/* Start Multiselect Vue Style */

.multiselect-wrapper{
  min-width: 115px;
  width: 100%;
}

.multiselect-option .is-selected.is-pointed{
  background: #ffc700 !important;
  color: #000;
}

.multiselect-tag-wrapper {
  padding-inline: 8px;
  padding-inline-start: initial;
}

.multiselect-tag {
  background: #ffc700 !important;
  color: #000!important;
}

.multiselect-tag .fa-close {
  font-size: 14px;
}
.tag-more{
  padding-inline: 8px;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ffc700 !important;
  content: attr(data-deselect);
  color: #000;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ffc700 !important;
  color: #000;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ffc700 !important;
  content: attr(data-deselect);
  color: #000;
}

/* Background option from light green (#41b883) to light yellow (#FFE36F) */

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #ffe36f transparent transparent !important;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #000;
  line-height: 1;
  background: #ffe36f !important;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__option--highlight {
  background: #ffe36f !important;
  outline: none;
  color: #000;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #ffe36f !important;
  color: #000;
}

/* Start Multiselect Vue Style */

.btn-div-rounded {
  background-color: white;
  color: #4c3b2e;
  border-radius: 10px;
  cursor: pointer;
}
.btn-div-rounded:hover {
  background-color: #e8e8e8;
}

.btn-div-rounded.selected {
  background-color: #e8e8e8;
}

.wmain,
.wsecondary {
  padding-bottom: 20px;
}
.wweather {
  padding-bottom: 10px;
}

.center_content td {
  text-align: center !important;
  vertical-align: middle !important;
}

.center_content th {
  text-align: center !important;
  vertical-align: middle !important;
}

.date_header_component_weather {
  font-weight: bold;
}

.country_year_component_weather {
  font-weight: bold;
}

.latitude_longitude_title {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  /* height: 17px; */
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ffc700;
  /* background-color: white; */
  padding-left: 2px;
  transform: translateY(10px);
  left: 5px;
  bottom: 46px;
}

.latitude_longitude_info_icon {
  width: 15px !important;
  height: 15px !important;
  background: url(/static/info_icon_yellow.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 15px 15px !important;
}

.label_info_icon {
  background: url(/static/alert_icon.svg) no-repeat !important;
  background-position: 0% 50% !important;
  background-size: 15px 15px !important;
}

.read_more_icon {
  background: url(/static/read_more_icon.svg) no-repeat !important;
  background-position: 0% 50% !important;
  background-size: 21px 21px !important;
  padding-left: 20px;
  margin-left: 5px;
}

.clear_field_icon {
  width: 17px !important;
  height: 17px !important;
  background: url(/static/clear_field.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 17px 17px !important;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}

.left_arrow_alerts_icon {
  width: 26px !important;
  height: 26px !important;
  background: url(/static/left_arrow_alerts.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 41px 55px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.right_arrow_alerts_icon {
  width: 26px !important;
  height: 26px !important;
  background: url(/static/right_arrow_alerts.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 41px 55px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.hamburger_menu_icon {
  width: 26px !important;
  height: 26px !important;
  background: url(/static/hamburger_menu_icon.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 26px 26px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

/* .hamburger_menu_icon_container{
  width: 20px !important;
  height: 20px !important;
} */

.settings_gear_icon {
  width: 26px !important;
  height: 26px !important;
  background: url(/static/settings_gear_icon.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 26px 26px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

/* .settings_gear_icon_container{
  width: 20px !important;
  height: 20px !important;
} */

.bee_menu_icon {
  width: 75px !important;
  height: 64px !important;
  background: url(/static/bee_menu_icon.svg) no-repeat !important;
  background-position: 100% 50% !important;
  background-size: 150px 64px !important;
  padding: 20px 60px 20px 10px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.nav_menu {
  min-height: 73px !important;
  background-color: #ffc700;
}

.navigation {
  background-color: #ffc700;
}

@media (max-width: 750px) {
  .parts-container {
    display: grid !important;
    grid-template-rows: auto auto !important;
    justify-content: center !important;
  }
  .center-nav {
    grid-row: 1 !important;
    justify-content: center !important;
  }
  .center-nav-r {
    width: 100vw !important;
    position: relative !important;
    grid-row: 2 !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .mr {
    margin-right: 0px !important;
  }
  .center-nav {
    width: 100vw !important;
  }

  #notification-div{
    height: 30% !important;
  }

  #notification-div{
    height: 30% !important;
  }
}

.parts-container {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
}

.grid-x3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
  text-align: center;
  padding-inline: 20px;
}

.nav_menu {
  margin-bottom: 0px !important;
}

.center-nav {
  margin-top: 15px;
  width: 50vw;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.center-nav-r {
  width: 60vw;
  width: 60vw;
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: end;
  padding-inline: 25px;
}

.center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  padding: 5px !important;
}

.btn[disabled] {
  background-color: #cacaca !important;
  opacity: 1 !important;
}
.navText {
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px !important;
  font-weight: normal !important;
  color: var(--main-color);
}

.navBtn {
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px !important;
  font-weight: normal !important;
  color: #fff;
  padding-inline: 20px;
  height: 40px !important;
  border-radius: 4px;
  border: 1px solid #4c3b2e;
}

.nav_menu_items {
  /* font-family: 'Roboto'; */
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 35px !important;
  color: #4c3b2e !important;
}

.see_more_footer {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #704c32 !important;
}

.drag_to_move_icon {
  background: url(/static/drag_to_move_icon.svg) no-repeat !important;
  background-position: 0% 40% !important;
  background-size: 30px 30px !important;
  padding: 20px !important;
}

.drag_to_move_icon:active {
  cursor: grabbing;
}

/*  Start classes to place one div next to other */

.flex-container {
  display: flex;
  justify-content: center;
  padding: 0px;
}

/* .flex-child:first-child {
  margin-right: 20px;
}  */
/* End classes to place one div next to other */

.pin_location_icon {
  width: 14px !important;
  height: 14px !important;
  background: url(/static/location_pin.svg) no-repeat !important;
  background-position: 0% 47% !important;
  background-size: 14px 14px !important;
  padding: 14px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.precipitation_icon {
  width: 14px !important;
  height: 14px !important;
  background: url(/static/Widgets/Weather/weather_icons/table/precipitation.gif)
    no-repeat !important;
  background-position: 0% 47% !important;
  background-size: 20px 20px !important;
  padding: 11px 5px 11px 22px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.wind_speed_icon {
  width: 14px !important;
  height: 14px !important;
  background: url(/static/Widgets/Weather/weather_icons/table/wind_speed.gif)
    no-repeat !important;
  background-position: 0% 47% !important;
  background-size: 20px 20px !important;
  padding: 11px 5px 11px 22px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.humidity_icon {
  width: 14px !important;
  height: 14px !important;
  background: url(/static/Widgets/Weather/weather_icons/table/humidity.gif)
    no-repeat !important;
  background-position: 0% 47% !important;
  background-size: 20px 20px !important;
  padding: 11px 5px 11px 22px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.solar_radiation_icon {
  width: 14px !important;
  height: 14px !important;
  background: url(/static/Widgets/Weather/weather_icons/table/solar_radiation.gif)
    no-repeat !important;
  background-position: 0% 47% !important;
  background-size: 20px 20px !important;
  padding: 11px 5px 11px 22px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.x_large_label_weather_bold {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #4c3b2e;
}

.large_label_weather_bold {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #4c3b2e;
}

.medium_label_weather_bold {
  font-style: normal;
  font-size: 17px;
  line-height: 19px;
  color: #4c3b2e;
}

.medium_label_weather_normal {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #4c3b2e;
}

.small_label_weather_normal {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4c3b2e;
}

.small_label_weather_normal_gray {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #8c8c8c;
}

.x_small_label_weather_normal_gray {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #8c8c8c;
}

.x_small_label_weather_normal {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 19px;
  color: #4c3b2e;
}

.x_small_label_weather_bold {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 19px;
  color: #4c3b2e;
}

.center_development_phase_field > div {
  min-height: 65px;
  display: flex;
  align-items: flex-end;
}
/* Procurement classes */
.bar-disease {
  position: relative;
}

.triangulo {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #c9c9c9;
  border-left: 15px solid transparent;
}

.movil-height {
  height: 50px;
}
.pointer {
  cursor: pointer !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}
.d-none {
  display: none;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}

.text-blue {
  color: #00f !important;
}
.bc-blue {
  border-color: blue !important;
}

.p-05 {
  padding: 0.5rem !important;
}

/* End Procurement classes */

.description {
  font-size: large;
}

.alert-dismissible {
  padding-right: 15px !important;
}

/* Used to rewrite styles of national/regional alert */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-indicators {
  bottom: -75px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 3px;
  background-color: #646464;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #bfbfbf;
  border-radius: 10px;
}

.carousel-control.right {
  right: -85px;
  /*right: 0;*/
  left: auto;
  height: 10%;
  top: 40%;
  /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
  background-image: none !important; /*-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
  /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); */
  /* background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C3B2E00', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.left {
  left: -85px;
  right: auto;
  /*right: 0;*/
  height: 10%;
  top: 40%;
  /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
  background-image: none !important; /*-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
  /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); */
  /* background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C3B2E00', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control-prev,
.carousel-control-next {
  height: 25%;
  top: 37.5%;
}

/*----------------------------------------------------*/
.gray {
  color: gray !important;
}

.brown {
color: #4C3B2E !important;
}

.trademark {
  position: relative;
  top: -7px;
  font-size: xx-small;
}

.x_apexs {
  position: relative;
  top: 4px;
}
.apexs {
  font-size: larger;
}

.edit_field {
  width: 15px !important;
  height: 15px !important;
  background: url(/static/edit_field_icon.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 30px 30px !important;
  padding: 10px;
  cursor: pointer;
}

.help_icon {
  background: url(/static/yari_tutorial_help_icon.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 40px 40px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.brown_info_icon {
  background: url(/static/info_icon_brown.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 20px 20px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
  color: #4c3b2e !important;
}

/* ---------------- Tooltip Info Grey Background ---------------- */
a.tooltip_info {
  /*border-bottom: 1px dashed;*/
  text-decoration: none !important;
}

a.tooltip_info:hover {
  /*cursor: help !important;*/
  position: relative !important;
}

a.tooltip_info span {
  display: none !important;
}

a.tooltip_info:hover span {
  /*border: #666 2px dotted;*/
  padding: 20px !important;
  display: block !important;
  z-index: 100 !important;
  background: #e5e5e5 !important;
  left: 0px !important;
  /*margin: 15px !important;*/
  /*max-width: 300px !important;*/
  position: absolute !important;
  /*top: 40px !important;*/
  text-decoration: none !important;
  text-align: center !important;
  font-size: 14px !important;
  /*font-weight: 700 !important;*/
  border-radius: 4px !important;
  line-height: 18px !important;
  border: 1px solid #ffffff !important;
  /*transform: translate(100%, 0px) !important;*/
  /*padding-left: 20px !important;*/
}

/* ---------------- -------------------------- */

.left_arrow_scroll_icon {
  left: -37px;
  width: 26px !important;
  height: 26px !important;
  background: url(/static/left_arrow_alerts.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 41px 55px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.right_arrow_scroll_icon {
  right: -37px;
  width: 26px !important;
  height: 26px !important;
  background: url(/static/right_arrow_alerts.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 41px 55px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
}

.delete_icon {
  width: 15px !important;
  height: 15px !important;
  background: url(/static/delete_icon.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 17px 17px !important;
  padding: 10px;
  cursor: pointer;
}

.edit_icon {
  width: 15px !important;
  height: 15px !important;
  background: url(/static/edit_icon.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 17px 17px !important;
  padding: 10px;
  cursor: pointer;
}
.yellow_info_icon {
  background: url(/static/info_icon_yellow.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 20px 20px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
  color: #ffc700 !important;
}

.bee_info_icon {
  background: url(/static/bee_copyright_year.svg) no-repeat !important;
  background-position: 0% 50% !important;
  background-size: 40px 40px !important;
  padding: 36px !important; /* when the span is empty is needed to apply a padding to show the icon*/
  color: #ffc700 !important;
}

/* ---------------- Tooltip Info Globe ---------------- */

a.tooltip_info_bee {
  /*border-bottom: 1px dashed;*/
  text-decoration: none !important;
}

a.tooltip_info_bee:hover {
  /*cursor: help !important;*/
  position: relative !important;
}

a.tooltip_info_bee span {
  display: none !important;
}

a.tooltip_info_bee:hover span {
  /*border: #666 2px dotted;*/
  padding: 20px !important;
  display: block !important;
  z-index: 100 !important;
  background: #ffffff !important;
  left: 0px !important;
  /*margin: 15px !important;*/
  /*max-width: 300px !important;*/
  position: absolute !important;
  /*top: 40px !important;*/
  text-decoration: none !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  line-height: 18px !important;
  border: 2px solid #4c3b2e !important;
  /*transform: translate(100%, 0px) !important;*/
  /*padding-left: 20px !important;*/
}

/* .arrow_globe {
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 20px solid #E5E5E5 !important;
    transform: rotate(270deg) !important;
    position: relative !important;
    top: -100px !important;
  }

  .bee_globe{
    background: url(/static/bee_copyright_year.svg) no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 50px 50px!important;
    padding: 20px !important;
    color: #FFC700 !important;
    position: relative !important;
    top: -50px !important;
    left: -50px !important;
  } */

/* ---------------- -------------------------- */

/* ---------------- Tooltip Info Yellow Background ---------------- */
a.tooltip_info_yellow {
  /*border-bottom: 1px dashed;*/
  text-decoration: none !important;
}

a.tooltip_info_yellow:hover {
  /*cursor: help !important;*/
  position: relative !important;
}

a.tooltip_info_yellow span {
  display: none !important;
}

a.tooltip_info_yellow:hover span {
  /*border: #666 2px dotted;*/
  padding: 20px !important;
  display: block !important;
  z-index: 100 !important;
  background: #ffc700 !important;
  opacity: 90% !important;
  left: 0px !important;
  /*margin: 15px !important;*/
  /*max-width: 300px !important;*/
  position: absolute !important;
  /*top: 40px !important;*/
  text-decoration: none !important;
  text-align: center !important;
  font-size: 14px !important;
  /*font-weight: 700 !important;*/
  border-radius: 4px !important;
  line-height: 18px !important;
  border: 1px solid #ffffff !important;
  /*transform: translate(100%, 0px) !important;*/
  /*padding-left: 20px !important;*/
}

/* ---------------- -------------------------- */

.brown_filled_star_icon {
  background: url(/static/star_filter_consulted.svg) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 20px 20px !important;
  padding: 20px !important; /* when the span is empty is needed to apply a padding to show the icon*/
  color: #4c3b2e !important;
}

/* ----------  start dropdown menu ------------- */

.drop-menu > * {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 15px;
}
#dropdownMenu.drop-menu > ul::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 105px;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: rgba(0, 0, 0, 0) rgba(243, 243, 243, 0) #ffe380 rgba(0, 0, 0, 0);
}

#settingsMenu.drop-menu > ul::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 25px;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: rgba(0, 0, 0, 0) rgba(243, 243, 243, 0) #764a2d rgba(0, 0, 0, 0);
}

.drop-menu > ul > li {
  width: 240px !important;
}
#settingsMenu.dropdown-menu li a {
  width: 100%;
  padding: 12px 10px;
  color: #ffffff !important;
}

.dropdown-menu li a {
  white-space: normal;
  line-height: 1;
}

.drop-menu {
  position: relative;
}

#dropdownMenu > ul > li.option-bg {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  margin: 4px;
  font-size: 15px;
  border-radius: 5px;
}

#dropdownMenu > ul > li a:hover {
  background-color: #e8e8e8;
}

#settingsMenu.drop-menu > ul > li {
  margin: 10px 2px 10px 2px; /* 10px arriba, 3px derecha, 30px abajo, 5px izquierda */
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
}

#dropdownMenu.drop-menu > ul > li.option-blue {
  display: flex;
  align-items: center;
  background-color: #80defb;
  margin: 2px;
  border-radius: 5px;
  margin-top: 20px;
}

#dropdownMenu.drop-menu > ul > li.option-out-red {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: crimson;
  margin: 2px;
  margin-top: 20px;
  border-radius: 5px;
}

#dropdownMenu > ul.show {
  border: 0;
  width: 270px;
  background-color: #ffe380 !important;
  margin-top: 30px !important;
  padding: 10px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute !important;
  inset: 0px -80px auto auto !important;
  transform: translate3d(0px, 24px, 0px) !important;
}


#settingsMenu > ul.show {
  border: 0;
  width: 270px;
  background-color: #764a2d !important;
  margin-top: 30px !important;
  padding: 10px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px !important;

  position: absolute !important;
  inset: 0px 0px auto auto !important;
  transform: translate3d(0px, 24px, 0px) !important;
}

.title-menu {
  font-size: 22px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

#settingsMenu > ul > li.title-menu {
  color: #ffffff;
}
#settingsMenu > ul > li.divider {
  border-bottom: 1px solid #ffffff;
}
#settingsMenu > ul > li {
  color: #ffffff;
}
.subtitle-menu {
  font-size: 17px !important;
  font-weight: 700 !important;
  margin: 10px 0px 10px 20px; /* 10px arriba, 3px derecha, 30px abajo, 5px izquierda */
  text-align: left;
}
.divider {
  border-bottom: 1px solid #000;
}

.btn.btn-app {
  white-space: inherit !important;
  line-height: 1 !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4c3b2e;
  width: 270px;
  height: 40px;
}

.select-styled {
  position: absolute;
  width: 240px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: 'Roboto' !important;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:hover {
  background-color: #fff3c8 !important;
  font-weight: 600;
}
.select-styled:active,
.select-styled.active {
  background-color: #ffffff;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  width: 240px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #ffffff;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options > li > a {
  color: #000 !important;
}
.select-options li:hover,
.select-options li.is-selected {
  color: #3b3b3b;
  background: #fff3c8 !important;
}
.select-options li[rel="hide"] {
  display: none;
}

.ml {
  margin-left: 20px;
}
.ml-2 {
  margin-left: 40px;
}
.mr {
  margin-right: 20px;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 30px;
  left: 0px;
  position: absolute;
  transition: 0.4s;
  width: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

input:checked + .slider {
  background-color: #00b800;
}

input:checked + .slider-y {
  background-color: rgb(255, 227, 128) !important;
}

input:checked + .slider:before {
  transform: translateX(27px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.linerow {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-app {
  border-radius: 5px !important;
  border: 0px !important;
}

.selected-currency {
  border: 0px !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  width: 240px;
}

.multiselect-currencies-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  background: white !important;
}

#currency > select > option {
  width: 240px;
  padding: 10px;
}

#currency > div.input-group > span.input-group-btn > button {
  height: 43px;
}
.input-group-addon {
  border: 0px !important;
  display: flex;
  padding-inline: 10px !important;
  background: #eee;
  padding: 2px;
  border-radius: 3px 0 0 3px;
  align-items: center;
}

.btn.btn-app {
  margin: 0px !important;
}

.card-colors {
  display: flex;
  width: 120px;
  height: 70px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-change {
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* ----------  end dropdown menu ------------- */

footer {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
}

.copyright_footer {
  width: 100vw;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 28px !important;
  color: #704c32 !important;
  background-color: #f7f7f7;
}

.footer_info {
  background-color: #ffc700;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 700px) {
  .footer_info {
    background-color: #ffc700;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
}

.footer_info > .left {
  text-align: left;
}

.footer_info > .center {
  text-align: center;
}

.footer_info > .right {
  text-align: right;
}

.footer-social-icons > * {
  color: #4c3b2e;
  font-size: 18px;
}

.footer-social-icons {
  padding-inline: 30px !important;
}

.mir-2 {
  margin-inline: 20px;
}

#chartContainerterminal1 > div > canvas:nth-child(1) {
  max-width: 1297px !important;
  height: 360px !important;
  position: absolute !important;
  user-select: none !important;
}

.linear-loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffc700;
  box-shadow: 32px 0 #ffc700, -32px 0 #ffc700;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: #fff2;
    box-shadow: 32px 0 #fff2, -32px 0 #ffc700;
  }
  50% {
    background-color: #ffc700;
    box-shadow: 32px 0 #fff2, -32px 0 rgba(145, 145, 145, 0.133);
  }
  100% {
    background-color: #fff2;
    box-shadow: 32px 0 #ffc700, -32px 0 rgba(141, 139, 139, 0.133);
  }
}

.div-buscador {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
}

.input-icon {
  color: #dcdada;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 13%;
  transform: translateY(30%);
}

.commodity_search_imput {
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 35px !important;
  color: #4c3b2e !important;
  width: 80% !important;
  height: 50px !important;
  border-radius: 4px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-subtitle {
  font-family: "Source Sans 3";
  margin: 0;
  font-weight: 300;
  line-height: 1;
  margin: 20px;
  font-size: 22px;
}

#commodity_search::placeholder {
  color: #c0c0c0;
  font-weight: 200;
  font-family: "Source Sans 3", sans-serif;
}

.aling-start {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.commodity-btn {
  color: #4c3b2e;
  background-color: #fee26e;
  border: 0px !important;
  border-radius: 5px !important;
  padding: 3px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px !important;
  height: 55px !important;
  line-height: 0.9;
}

.commodity-btn:hover {
  background-color: #efc34b !important;
}

.commodity-select {
  background-color: #fdc400 !important;
  width: max-content !important;
  min-width: 150px;
}

.commodity-search {
  background-color: #764a2d !important;
  color: #ffffff !important;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 16.6%);
  gap: 10px 0px;
  justify-content: inherit;
}
.grid-container::before {
  display: none;
}
.grid-container::after {
  display: none;
}
.grid-item {
  text-align: center;
}

.grid-container .grid-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.grid-containerX4 {
  display: grid;
  grid-template-columns: repeat(6, 16.7%);
  gap: 10px 0px;
  justify-content: inherit;
}
.grid-containerX4::before {
  display: none;
}
.grid-containerX4::after {
  display: none;
}
.grid-containerX4 .grid-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Responsive media queries */
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(
      3,
      1fr
    ); /* Change to 3 columns on smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .grid-container {
    grid-template-columns: repeat(
      2,
      1fr
    ); /* Change to 2 columns on even smaller screens */
  }
}

#menu_commodity > div.pagination {
  display: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

#modal_commodities > div > div > div.modal-header > div > div > button {
  color: #764a2d;
  font-size: 30px;
  opacity: 1 !important;
}

.d-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#modal_commodities > div > div > div.modal-header {
  padding: 10px 15px 10px;
  border-bottom: 0;
}
#modal_commodities > div > div > div.modal-header > .row {
  padding-inline: 20px !important;
}

#buscador > div.row.grid-container > .grid-item:nth-child(1) {
  order: 6; /* Colocar el primer elemento en la última posición */
}

#buscador > div.row.grid-container > .grid-item:nth-child(2) {
  order: 5; /* Colocar el segundo elemento en la penúltima posición */
}

#buscador > div.row.grid-container > .grid-item:nth-child(3) {
  order: 4; /* Colocar el tercer elemento en la cuarta posición desde el final */
}

#buscador > div.row.grid-container > .grid-item:nth-child(4) {
  order: 3; /* Colocar el cuarto elemento en la tercera posición desde el final */
}

#buscador > div.row.grid-container > .grid-item:nth-child(5) {
  order: 2; /* Colocar el quinto elemento en la segunda posición desde el final */
}

#buscador > div.row.grid-container > .grid-item:nth-child(6) {
  order: 1; /* Colocar el sexto elemento en la primera posición */
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 20px;
}

.pager > li {
  list-style: none;
}

.pager > li > .page_link {
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.modal-content {
  padding: 20px !important;
}
/* Estilo para el contenedor del tooltip */
.tooltip-container {
  position: relative;
  display: inline-block;
}

/* Estilo para el texto del tooltip */
.tooltip-text {
  visibility: hidden;
  width: 300px;
  height: 120px;
  background-color: white;
  color: #4c3b2e;
  text-align: center;
  border-radius: 13px;
  position: absolute;
  z-index: 1;
  bottom: 110%; /* Posición por encima del elemento padre */
  left: -8px;
  margin-left: -60px; /* Centrar horizontalmente */
  opacity: 0;
  transition: opacity 0.2s;
  border: 2px solid #fee26e;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 15px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}

.tooltip-text::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  border-style: solid;
  border-width: 0 19px 21px 19px;
  border-bottom: solid 10px transparent;
  border-top: solid 10px #fee26e;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

/* Estilo para mostrar el tooltip al pasar el cursor */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-button {
  position: relative;
}

.tooltip-lg{
  width: 500px !important;
  height: auto !important;
  margin-left: -250px !important;
  z-index: 10000 !important;
}
.tooltip-season{
  position: fixed !important;
  z-index: 10000 !important;
  opacity: 1 !important;
  pointer-events: none;
  height: 50px !important;
  width: 220px !important;
}

.tooltip-auto{
  width: auto !important;
  height: max-content;
  padding: 5px 2px;
  font-size: 14px;
}

.tooltip-sm{
  width: 150px;
  height: max-content;
  padding: 5px 2px;
  font-size: 14px;
}

.tooltip-xsm{
  width: 150px;
  height: 36px;
  padding: 5px 2px;
  font-size: 14px;
}

.tooltip-xsm.tooltip-text{
  margin-left: -60px !important;
}

.subrayado {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.ui-pnotify-closer {
  visibility: visible !important;
}
.button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.modal-md {
  max-width: 750px;
  font-size: 16px !important;
}

.modal-header .btn-close-md {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close-md {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #4c3b2e;
  background: transparent;
  border: 0;
  border-radius: 0.25rem;
  font-size: 25px;
  -webkit-text-stroke: 1px;
}

.btn-outline {
  border: 1px solid #704c32;
  color: #704c32;
}
.body-modal-weather > div:nth-child(1) > div:nth-child(1) > div > div > div {
  width: 200px;
}

.analizer-tooltip {
  position: relative;
}

.analizer-tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 115%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.analizer-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 700px) {
  .custom-button-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
  }

  .custom-button-agsecond {
    min-width: 130px;
    font-size: inherit;
    width: 37vw;
  }
  .dots-btn {
    padding: 0;
  }

  .custom-button-market {
    font-size: inherit;
    min-width: 130px;
    width: 37vw;
  }

  .custom-button-commodity {
    font-size: inherit;
    min-width: 130px;
    width: 37vw;
  }

  .custom-button-weather {
    font-size: inherit;
    min-width: 130px;
    width: 37vw;
  }

  .resp-margin {
    margin-top: 10px;
  }

  .footer-partner {
    gap: 0px;
  }
  .mx-auto-mq {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (max-width: 991px) {
  .modal-content {
    width: 90vw !important;
  }

  .modal-dialog {
    margin: auto 5vw !important;
  }

  .notify-box {
    line-height: 10px !important;
  }
}

@media (max-width: 600px) {
  .modal-content {
    width: 100vw !important;
  }

  .modal-dialog {
    margin: 0px !important;
  }

  .modal {
    padding: 0px;
    padding-right: 81px !important;
  }
}

@media (max-width: 1300px) {
  .body-modal-weather {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#btn-s-exchange:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-exchange {
  border-color: rgb(230, 230, 230);
  background-color: rgb(118, 74, 45);
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  font-size: 15px;
  width: 230px;
}

.btn-exchange:hover {
  color: white;
}

.btn-exchange:focus {
  color: white;
}

.btn-range-exchange {
  background-color: #ffe380;
  max-width: 10em;
  border-radius: 0; /* Elimina el borde en todos los botones */
  border: 1px solid #fdc400;
  margin-right: 0px; /* Espacio entre botones */
}

.btn-first {
  border-top-left-radius: 5px; /* Esquina superior izquierda con borde */
  border-bottom-left-radius: 5px; /* Esquina inferior izquierda con borde */
}

.btn-last {
  border-top-right-radius: 5px; /* Esquina superior derecha con borde */
  border-bottom-right-radius: 5px; /* Esquina inferior derecha con borde */
}

.active-range {
  background-color: #fdc400 !important;
}

#cardSeasonsalitysimple {
  width: -webkit-fill-available;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 18px -10px rgba(0, 0, 0, 0.5);
}

.seasonality {
  width: 100%;
  overflow: hidden;
}

#seasonality {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 820px) {
  #seasonality {
    display: block;
    overflow-x: auto; 
    white-space: nowrap;
  }
  

  #seasonality th,
  #seasonality td {
    min-width: 75px;
  }
}

#seasonality tr > th,
tbody {
  background-color: white !important;
}

#seasonality > tbody > tr > td > span.high {
  background-color: #ffc700;
}
#seasonality > tbody > tr > td > span.low {
  background-color: #ffe380;
}

#seasonality > tbody > tr > td > span.index-0.high {
  background-color: #ffc700 !important;
}
#seasonality > tbody > tr > td > span.index-0.low {
  background-color: #ffe380 !important;
}
#seasonality > tbody > tr > td > span.index-1.high {
  background-color: #009dff !important;
}
#seasonality > tbody > tr > td > span.index-1.low {
  background-color: #9ddeff !important;
}
#seasonality > tbody > tr > td > span.index-2.high {
  background-color: #41bf54 !important;
}
#seasonality > tbody > tr > td > span.index-2.low {
  background-color: #88ed99 !important;
}
#seasonality > tbody > tr > td > span.index-3.high {
  background-color: #FF0B37 !important;
}
#seasonality > tbody > tr > td > span.index-3.low {
  background-color: #FFC2CD !important;
}
#seasonality > tbody > tr > td > span.index-4.high {
  background-color: #9543D4 !important;
}
#seasonality > tbody > tr > td > span.index-4.low {
  background-color: #E7B2FF !important;
}

#divHigh {
  background-color: #ffc700;
  width: 150px;
  text-align: center;
  margin-right: 15px;
  padding: 5px;
  text-wrap: nowrap;
}
#divLow {
  background-color: #ffe380;
  width: 150px;
  text-align: center;
  margin-right: 15px;
  padding: 5px;
  text-wrap: nowrap;
}


.common-div {
  width: 150px;
  text-align: center;
  margin-right: 15px;
  padding: 5px;
  white-space: nowrap;
}

.divHigh0 { background-color: #ffc700; }
.divLow0 { background-color: #ffe380; }
.divHigh1 { background-color: #009dff; }
.divLow1 { background-color: #9ddeff; }
.divHigh2 { background-color: #41bf54; }
.divLow2 { background-color: #88ed99; }
.divHigh3 { background-color: #FF0B37; }
.divLow3 { background-color: #FFC2CD; }
.divHigh4 { background-color: #9543D4; }
.divLow4 { background-color: #E7B2FF; }


#seasonality > thead tr th:not(:first-child) {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 0.75pt;
  border-color: #4c3b2e;
}

#seasonality tr th,
td {
  text-align: center;
}
#seasonality > thead tr th:first-child {
    width: 9% !important;
}
#seasonality > thead tr th {
  width: 7%;
  border-right-style: solid;
  border-right-width: 0.75pt;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  border-color: #4c3b2e;
}

.cellSeason {
  display: block;
  width: 98%;
  padding: 5px;
  margin: auto;
}

#seasonality tr {
  border-style: solid;
  border-width: 0.75px;
  border-color: #dee2e6;
}
#seasonality tbody th {
  height: 50px;
  position: relative;
}

.btn-season {
  padding: 0px !important;
  height: 30px;
  width: 93.6%;
  margin-right: -6px;
}

.btn-news {
  height: 30px;
  width: 97.7%;
  margin:auto;
  padding: 0px !important;
  margin-block: 20px;
}

.box {
  position:relative;
  vertical-align: middle;
  color: #FFF  !important;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: 0.5s;
  padding: 0 20px;
  cursor: pointer;
  border: 2px solid #764A2D !important;
  -webkit-transition:0.5s;
}

.box:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #FFF;
}

.box::before, .box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.curmudgeon::before {
  border-bottom: 3px solid #FFF;
  border-left: 0;
  -webkit-transform-origin: 0% 100%;
}

.curmudgeon::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}



.download-icon {
  width: 35px;
  transition: transform 0.3s ease-in-out;
  height: 35px;
  margin-top: 5px;
}

.download-icon:hover {
  cursor: pointer;
  opacity: 0.7;
  transform: translateY(-5px);
}

.select-season {
  width: 67px;
  height: 32px;
  border: 1px solid #6f6f6f;
}

.input-season {
  width: 176px;
  height: 32px;
  border: 1px solid #6f6f6f;
}

.text-switch {
  text-align: right;
  position: absolute;
  width: max-content;
  right: -90px;
  top: 7px;
}

.selectUnit > div > div > div.multiselect {
  max-width: 150px;
  border: 1px solid #6f6f6f;
  border-radius: 4px;
}

.selectYears > div >div.multiselect {
  max-width: 150px;
  border: 1px solid #6f6f6f;
  border-radius: 4px;
}

.selectValues > div >div.multiselect{
  max-width: 200px;
  border: 1px solid #6f6f6f;
  border-radius: 4px;
}

#cardSeasonsality .multiselect__tags .multiselect__single{
text-wrap: nowrap;
}

.selectSwitch{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: inherit;
}

#seasonality > tbody > tr:last-child,
#seasonality > tbody > tr:last-child > th {
  background-color: #f2f2f2 !important;
}
#seasonality > tbody > tr:last-child > td:last-child > span {
  background-color: #f2f2f2 !important;
}

#toggleShowbuttonsimple .text-switch, #toggleShowbuttonadvanced .text-switch{
  right: -120px;
}
#modalholidays .btn-group > .btn-group:not(:first-child),
#modalholidays .btn-group > .btn:not(:first-child) {
  padding-inline: 20px !important;
}
#modalholidays .btn-group > .btn-group:not(:last-child) > .btn,
#modalholidays .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  padding-inline: 20px !important;
}
#modalholidays > div > div > div.modal-body > div > div:nth-child(1) {
  display: flex;
  justify-content: center;
}

#modalholidays > div > div > div.modal-body > div > div:nth-child(2) {
  display: flex;
  justify-content: center;
}
#modalholidays > div > div > div.modal-body > div > div:nth-child(3) {
  display: flex;
  justify-content: center;
}

#modalholidays
  > div
  > div
  > div.modal-body
  > div.modal-body
  > div
  > div:nth-child(1)
  > div:nth-child(2) {
  margin-left: 40px;
}

#modalholidays
  > div
  > div
  > div.modal-body
  > div
  > div:nth-child(1)
  > div:nth-child(3)
  > div
  > div
  > div {
  height: 42px;
}

.fc .fc-scrollgrid {
  border-collapse: collapse !important;
}

#loadholidays {
  width: 150px !important;
}

.fc-col-header-cell.fc-day {
  background-color: #eceef1 !important;
}

.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
  color: #000 !important;
  font-weight: 200;
}
.fc-daygrid-day {
  background-color: #eceef1 !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid black;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid black;
}
.fc-day-today {
  background-color: #ffe380 !important;
}

.ColorsBadges {
  padding: 5px;
  border: 1px solid #cacaca;
  border-radius: 10px;
}

.listColors {
  width: auto;
  max-width: 400px;
}

.btn-badges {
  cursor: pointer;
  max-width: 150px;
  min-width: 100px;
  text-align: center;
}

.btn-badges:hover {
  background-color: #c0c0c0;
}

.bg-holidays {
  background-color: var(--bg-holidays);
}

.bg-business {
  background-color: var(--bg-business);
}
.bg-replenishing {
  background-color: var(--bg-replenishing);
}

.ColorsBadges .badge {
  width: 20px;
  height: 15px;
}

.fc-h-event {
  padding: 2px;
  border: 0 !important;
  display: block;
}

.fc-h-event .fc-event-main {
  color: #000 !important;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-event {
  text-wrap: balance !important;
}

.fc .fc-button-primary {
  background-color: #764a2d !important;
  color: #fff !important;
  border: 0 !important;
}

#calendar
  > div.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr
  > div:nth-child(1)
  > div
  > button.fc-button.fc-button-primary {
  border-radius: 10px !important;
}
.fc-button-active {
  opacity: 0.65;
}
.fc-today-button {
  width: 90px;
}

.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr
  > div:nth-child(1)
  > div
  > button.fc-button.fc-button-primary {
  margin-left: 10px;
}

#calendar > div.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr > div:nth-child(1) {
  width: 200px;
  justify-content: start;
  display: flex;
}

.fc-toolbar-title {
  font-size: 30px !important;
}

#calendar > div.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr > div:nth-child(3) {
  width: 200px;
  justify-content: end;
  display: flex;
}

.fc-dayGridWeek-button {
  width: 90px;
  border-radius: 10px 0 0 10px !important;
}

.fc-dayGridMonth-button {
  width: 90px;
  border-radius: 0 10px 10px 0 !important;
}
.fi {
  font-size: medium;
}

/* miniatura  holidays*/
.form-calendar {
  background-color: #764a2d !important;
  max-width: 150px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.calendar-month {
  color: white;
  font-size: 2em;
  position: absolute;
  top: 7%;
  font-weight: 600;
}
.calendar-day {
  position: absolute;
  background-color: #fff;
  width: 94%;
  height: 60%;
  bottom: 3%;
  border-radius: 0px 0px 20px 20px;
}

.calendar-day {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.calendar-day-number {
  color: #ffc700;
  font-size: 70px;
  font-weight: 900;
  line-height: 50px;
}

.calendar-day-name {
  color: #764a2d;
  font-size: 20px;
}

/* Final de la miniatura */

.datepicker {
  background-color: white !important;
}

.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-days {
  background-color: white !important;
}

#events-table > table > tbody > tr > td {
  font-size: 14px;
  border-color: #dedede;
  border-style: solid;
  border-width: 1px;
  line-height: 15px;
}
#events-table > table > tbody > tr > td:nth-child(1) {
  width: 40%;
}
#events-table > table > tbody > tr > td:nth-child(2) {
  width: 60%;
}

#events-table > table {
  width: 100%;
}
.labelHolidays {
  font-weight: 600 !important;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif !important;
}

.custom-dropdown {
  background-color: #343a40; /* Color de fondo */
  color: #ffffff; /* Color del texto */
  border: 1px solid #ced4da; /* Borde */
}

.event-list {
  margin-block: 5px;
}

.card-event {
  padding: inherit;
  height: 40px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  line-height: 15px;
  margin: 4px;
}
.fc-button {
  display: none !important;
}

.calendario {
  max-width: 800px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto;
  padding: 20px;
}

#modalholidays .input-prepend {
  min-width: 170px;
}

.selectMonths {
  min-width: 170px;
}

#checkShowadvanced, #checkShowsimple {
  min-width: 170px;
}

.rowMenu {
  width: 100%;
}
.selectHolidays {
  min-width: 150px;
}

.control-group > .controls > .input-prepend > span:nth-child(2) {
  flex-grow: 1;
}

.control-group > .controls > .input-prepend {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.accordion-button{
  background-color: #EAEAEA !important;
  margin-bottom: 0px;
  font-size: inherit !important;
}
.accordion-button:focus {
  border-color: #EAEAEA !important;
  box-shadow:none !important;
}
.accordion-button:not(.collapsed) {
  color: #4c3b2e !important;
  background-color: #EAEAEA !important;
  box-shadow:none !important;
}
.accordion-header{
  margin-top: 0px !important;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 10px;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid  rgba(0, 0, 0, .125);;
}

#modalFilter > div.modal-dialog{
  max-width: 800px !important;
}


.dropdown-menu-hidden {
  left: 10%;
  position: absolute;
  overflow-y: auto;
  max-height: 19.5rem;
  padding-inline: 0px;
  padding-block: 20px;
  list-style: none;
  width: auto;
  top: 100%;
  z-index: 300;
  min-width: 240px;
  max-width: 500px;
  margin-top: 4px;
  margin-bottom: 24px;
  font-size: 17px !important;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #dcdcde;
  border-radius: 9px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.dropdown-menu-hidden > li{
  margin-bottom: 5px;
  padding-inline-start: 20px;
}

.dropdown-menu-hidden > li:hover{
  background-color: #E5E5E5;
}
#accordionFavorites .accordion-body>li{
  cursor: pointer;
  min-height: 45px !important;
}
#accordionFavorites .accordion-body>li:not(:last-child){
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.globo {
    position: relative;
    padding: 5px;
    border: 2px solid #007bff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0px 15px 5px;
    font-size: 14px;
    color: #764A2D;
    white-space: break-spaces;
}

.globo:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #007bff transparent transparent; /* Triángulo izquierdo con el mismo color de borde que el globo */
}

.color_scale_range{
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 10px;
  -webkit-text-stroke: #4C3B2E !important;
}

#modalSeasonality .card{
  border: 0 !important;
}

.align-left{
  position: absolute;
    right: 10px;
    width: 45px;
}
.section-butons{
  width: 90% !important;
  position: relative;
  right: -38px;
}

@media (max-width: 500px) {
  /* menor a */
  .seasonality {
    overflow: auto;
  }

  .section-butons  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 500px) {
  /* mayor a */
  .HighLow  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-butons  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

}

.expand-season{
  width: 43px;
  height: 43px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 10px;
}

.center-nav-r.row>* {
 width: auto !important;
}

#modalFilter{
  width: 100% !important;
}
#bodyorigin{
  overflow: auto;
}

#modalag-sustainability .modal-header .multiselect-wrapper, 
#modalag-sustainability-data .modal-header .multiselect-wrapper,
#modalwateravailability .modal-header .multiselect-wrapper,
#modalforecastNew .modal-header .multiselect-wrapper
{
  border: 1px solid #704c32 !important;
  padding: 0px 5px 0px 5px !important;
  border-radius: 8px !important;
  color: #704c32 !important;
  font-weight: 400 !important;
}

#modalag-sustainability .modal-header .multiselect, 
#modalag-sustainability-data .modal-header .multiselect,
#modalwateravailability .modal-header .multiselect,
#modalforecastNew .modal-header .multiselect
{
  border: 0 !important;
  width: auto !important;
}

#modalag-sustainability .modal-header .multiselect.is-active, 
#modalag-sustainability-data .modal-header .multiselect.is-active,
#modalwateravailability .modal-header .multiselect.is-active,
#modalforecastNew .modal-header .multiselect.is-active
{
border: 0 !important;
box-shadow: none !important;
}

#modalag-sustainability .modal-header .multiselect .multiselect-tag, 
#modalag-sustainability-data .modal-header .multiselect .multiselect-tag,
#modalwateravailability .modal-header .multiselect .multiselect-tag,
#modalforecastNew .modal-header .multiselect .multiselect-tag
{
  background: #ffffff !important;
  padding: 0px 5px 0px 5px;
  color: #704c32 !important;
  font-weight: 400;
  font-size: 24px;
}

#modalag-sustainability .modal-header .multiselect .multiselect-tag .multiselect-tag-wrapper,
#modalag-sustainability-data .modal-header .multiselect .multiselect-tag .multiselect-tag-wrapper,
#modalwateravailability .modal-header .multiselect .multiselect-tag .multiselect-tag-wrapper,
#modalforecastNew .modal-header .multiselect .multiselect-tag .multiselect-tag-wrapper
{
   overflow: inherit;
}

#mydata{
max-width:max-content;
}

#modalag-sustainability .modal-header .multiselect, #modalag-sustainability-data .modal-header .multiselect {
  margin: 0 !important;
}

#modalag-sustainability .title-weather-section, .favorites-btn, #modalag-sustainability-data .title-weather-section{
  flex-wrap: wrap !important;
  width:max-content !important;
  gap: 10px;
}

.global-colsult-btn{
  background-color: #764a2d !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 100% !important;
  border-radius: 5px !important;
}
.filters-sustainability{
  display: flex;
  align-items: end;
  gap: 15px;
}
.filters-GDD{
  display: flex;
  align-items: center;
}

.buttons-sustainability{
  margin-top: 20px;
  display: flex;
  align-items: start;
  padding-inline: inherit;
  justify-content: space-between;
}

.btn-outline-icon{
  box-sizing: border-box;
  width: inherit;
  min-width: 150px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.btn-outline-icon>i{
  font-size: 22px !important;
}
.scope{ border-color: var(--bg-scope) !important;}
.co{ border-color: var(--bg-co) !important;}
.water{ border-color: var(--bg-water) !important;}
.energy{ border-color: var(--bg-energy) !important;}
.gas{ border-color: var(--bg-gas) !important;}
.waste{ border-color: var(--bg-waste) !important;}
.fill{ border-color: var(--bg-fill) !important; color: var(--bg-fill) }
.money{ border-color: var(--bg-money) !important;}

.scope>i{ color: var(--bg-scope) }
.co>i{ color: var(--bg-co) }
.water>i{ color: var(--bg-water) }
.energy>i{ color: var(--bg-energy) }
.gas>i{ color: var(--bg-gas) }
.waste>i{ color: var(--bg-waste) }
.fill>i{ color: var(--bg-fill) !important}
.money>i{ color: var(--bg-money)}

.btn-outline-icon.scope:hover {
  background: var(--bg-scope) !important;
  color: white;
}

.btn-outline-icon.scope:hover i{
  color: white !important;
}

.btn-outline-icon.co:hover {
  background: var(--bg-co) !important;
  color: white;
}

.btn-outline-icon.co:hover i{
  color: white;
}

.btn-outline-icon.water:hover{
  background: var(--bg-water) !important;
  color: white;
}
.btn-outline-icon.water:hover i{
  color: white;
}

.btn-outline-icon.energy:hover{
  background: var(--bg-energy) !important;
  color: white;
}
.btn-outline-icon.energy:hover i{
  color: white;
}

.btn-outline-icon.gas:hover{
  background: var(--bg-gas) !important;
  color: white;
}
.btn-outline-icon.gas:hover i{
  color: white;
}

.btn-outline-icon.waste:hover{
  background: var(--bg-waste) !important;
  color: white;
}
.btn-outline-icon.waste:hover i{
  color: white;
}
.btn-outline-icon.money:hover{
  background: var(--bg-money) !important;
  color: white;
}
.btn-outline-icon.money:hover i{
  color: white;
}
.btn-outline-icon.fill:hover{
  background: var(--bg-fill) !important;
  color: white;
}
.btn-outline-icon.fill:hover i{
  color: white !important;
}

.data-from{
box-sizing: border-box;
border: 1px solid #4C3B2E;
border-radius: 60px;
padding: 5px 15px;
font-size: 18px;
}

.data-from.My{
background-color: var(--bg-money);
color: white;
}

.data-from.AgTools{
  background-color: var(--bg-business);
  color: var(--bg-money);
}

.content-title-sustainability{
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  gap: 15px;
}

.content-title-sustainability h3{
  font-size: 30px;
  }
  .content-title-sustainability h3 i{
    font-size: 26px !important;
    }

  @media screen and (max-width: 900px) {
    .content-title-sustainability{
      flex-direction: column !important;
    }
  }

.content-charts-sustainability{
  margin-top: 40px;
  display: flex;
  align-items: start;
  padding-inline: inherit;
  justify-content: space-between;
}

.chart-div{
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center
}

.chart-container{
  width: 150px;
  height: 150px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

#chartContainerSimple{
  width: 300px;
  height: 300px;
}

.info-chart{
  position: absolute;
  top: 25%;
  left: 25%;
  width: 75px;
  height: 75px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 100;
  border-radius: 50%;
  text-align: center;
  flex-direction: column;
}

#chartContainerSimple .info-chart{
  width: 150px;
  height: 150px;
  font-size: 20px;
}

.text-chart{
  width: 150px;
  min-width: 100px;
  height: 40px;
  border: 2px solid #30B57A;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.green-text{
color:#30B57A;
padding-right: 7px;
}
.price-text{
color: #4C3B2E;
}

.categories-btn{
  min-width: 100px;
  width: 160px;
  height: 40px;
  border: 1px solid #FFC700;
  border-radius: 4px;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-inline: 10px;
  cursor: pointer;
  justify-content: center;
  background-color:  #FFE380;
}

.categories-sustainability{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.subcategories-sustainability{
  margin-right: auto !important;
  margin-left: auto !important;
  width: 200px;
}
@media (min-width: 767.98px) {
  .custom-max-width {
    max-width: 200px;
  }
}

.w-200{
  width: 200px;
}

.elements-sustainability{
  flex: auto;
}

.title-category{
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Source Sans 3';
  gap: 10px;
  align-items: center;
}

.subtitle-category{
  padding: 10px;
  font-weight: 700;
  font-family: 'Source Sans 3';
}

.active.categories-btn{
  font-family: 'Source Sans 3';
  font-weight: 600;
  background-color: #FFC700;
}

.inputElement{
  height: 28.875px;
  max-width: 140px;
  min-width: 100px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
}

.elements-sustainability{
  flex: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  white-space: nowrap;

}

.grid-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  margin-top: 15px;
}

.grid-5{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  margin-top: 15px;
}

.boldSpan{
    font-weight: 700;
    font-family: 'Source Sans 3';
}
.cat-sub-inp{
  min-width: 100px;
  width: 160px;
  height: 40px;
  border: 1px solid #d1d5db;
  background: #FAFAFA;
  border-radius: 4px;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-inline: 10px;
}

.cat-sub-green{
  min-width: 100px;
  width: 160px;
  height: 40px;
  border: 1px solid #30B57A;
  background: #F9FFFA;
  border-radius: 4px;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
}

input.cat-sub-green{ color: #4C3B2E;}
span.cat-sub-green{ color: #30B57A;}


.cat-sub-btn{
  min-width: 100px;
  width: 160px;
  height: 40px;
  border: 1px solid #FFE380;
  background: #FFE380;
  border-radius: 4px;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
}

.study-select{
  display: flex;
  justify-content: start;
  align-items: start;
}

.study-select .multiselect{
  max-width: 200px;
  margin: 0;
}
#modalnews > div > div > div > div button.btn-close {
  left: 94%;
  padding: 0%;
}
.newTag{
  padding: 3px;
  background-color: #ffc700;
  border-radius: 5px;
}
.multiselect.is-active{
  box-shadow: none !important;
}
.multiInputs > input,
.multiInputs div.multiselect  {
  border: 0;
}
.multiInputs > input{
  padding-inline: 5px !important;
  min-width: 100px;
}
.multiInputs div.multiselect {
  border-left: 1px solid #d1d5db !important;
  border-radius: 0px 5px 5px 0px;
}
.multiInputs {
  border: 1px solid ,#d1d5db;
  border-radius: 5px;
  height: 34.85px;
}

.input-group-percentage {
  display: flex;
  align-items: center;
}

.input-group-percentage input {
  flex: 1;
  border-radius: 5px 0px 0px 5px;
  height: 34.85px;
}

.input-group-text {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px 5px 5px 0px;
  height: 34.85px;
}

.scope-line{
  width: 50%;
  min-width: 250px;
  gap: 10px;
}

.scope-line-graph{
  display: flex;
  flex-direction: row;
  min-width: 200px;
  justify-content: center;
}

.scope-title span{
  font-size:  30px;
}

.scope-title small{
  font-size:  15px;
}

.line-graph{
  height: 20px;
  min-width: 1% !important;
}

.line1{
  background-color: #ffae00;
}
.line2{
  background-color: #FFC700;
}
.line3{
  background-color: #FFE380;
}

.line-graph:hover>span{
  opacity: 1;
}

.square{
  height: 20px !important;
  width: 30px !important;
}

.scopes{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  width: 300px;
  text-align: start;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  margin-bottom: 30px;
}

.scope-item{
  border: 1px solid #b6b6b6;
  width: 33.3%;
  border-radius: 7px;
  text-align: center;
}

.pill-button {
  background-color: white !important;
  border: 1px solid var(--bg-money); /* Color del borde */
  color: var(--bg-money); /* Color del texto por defecto */
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; /* Transición para el fondo y el color del texto */
}

.pill-button:hover {
  background-color: var(--bg-money) !important; /* Color de fondo al pasar el ratón */
  color: white !important; /* Color del texto al pasar el ratón */
}

.pill-button:hover > i {
  color: #fff !important; /* Color del icono al pasar el ratón */
}

.pill-button > i {
  color: var(--bg-money) ; /* Color del icono por defecto */
}

.elementItem{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dataSource{
  padding-block: 10px;
  margin-block: 25px;
  border-radius: 20px;
}

span[data-info="AgTools Data"] {
  display: flex;
    height: 50px;
    margin-bottom: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/static/img/abejita.png);
    width: -webkit-fill-available;
}

#modalag-sustainability-data div.modal-header .multiselect-caret{
  display: none;
}

#modalag-sustainability-data div.modal-header .multiselect{
  pointer-events: none;
}

#secCatBtn .categories-btn:nth-child(1){
  border-color: var(--bg-water) !important;
  background-color: var(--bg-waterOP);
}
#secCatBtn .active.categories-btn:nth-child(1){
  background-color: var(--bg-water) !important;
  color: white !important;
}


#secCatBtn .categories-btn:nth-child(2){
  border-color: var(--bg-money) !important;
  background-color: var(--bg-moneyOP);
}
#secCatBtn .active.categories-btn:nth-child(2){
  background-color: var(--bg-money) !important;
  color: white !important;
}

#secCatBtn .categories-btn:nth-child(3){
  border-color: var(--bg-gas) !important;
  background-color: var(--bg-gasOP);
}
#secCatBtn .active.categories-btn:nth-child(3){
  background-color: var(--bg-gas) !important;
  color: white !important;
}

#secCatBtn .categories-btn:nth-child(4){
  border-color: var(--bg-energy) !important;
  background-color: var(--bg-energyOP);
}
#secCatBtn .active.categories-btn:nth-child(4){
  background-color: var(--bg-energy) !important;
  color: white !important;
}


#secCatBtn .categories-btn:nth-child(5){
  border-color: var(--bg-scope) !important;
  background-color: var(--bg-scopeOP);

}
#secCatBtn .active.categories-btn:nth-child(5){
  background-color: var(--bg-scope) !important;
  color: black !important;
}

#secCatBtn .categories-btn:nth-child(6){
  border-color: var(--bg-co) !important;
  background-color: var(--bg-coOP);
}
#secCatBtn .active.categories-btn:nth-child(6){
  background-color: var(--bg-co) !important;
  color: white !important;
}

#secCatBtn .categories-btn:nth-child(7){
  border-color: var(--bg-waste) !important;
  background-color: var(--bg-wasteOP);
}
#secCatBtn .active.categories-btn:nth-child(7){
  background-color: var(--bg-waste) !important;
  color: white !important;
}

.Comparative.HighLow{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.compkeys {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.year-key{
  font-size: 25px;
  font-weight: bold;
  margin-top: revert;
  width: 100%;
}

.list-gradiants{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.gradiant-year{
  height: 15px;
  width: 30px;
}

.smart-insights-icon{
 max-height: 120px !important;
}

#cardSeasonsalitysimple{
  min-height: 400px;
}

/* Notification icon */

#notification-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
}

.notification-wrapper {
  position: relative;
  width: 10em;
  height: 5em;
}

.notification-wrapper svg {
  cursor: pointer;
  margin-top: 10px;
  width: 10em;
  height: 6em;
}

.notification-wrapper svg > path {
  fill: #FFFFFF;
}

 .notification-bell {
  transform-origin: 50% 0%;
}

.animation .notification-bell {
 animation: bell-shake 2.2s linear infinite;
}
.animation .notification-bell-clapper {
  animation: clapper-swing 2.2s 0.1s linear infinite;
}

.notification-count {
  position: absolute;
  top: 20%;
  left: 65%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  background-color: #FF4C13;
  border: 4px solid #FF4C13;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.animation .notification-count{
  animation: count-blink 2.2s linear;

}


@keyframes bell-shake {
  0%, 25%, 75%, 100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-8deg);
  }
}

@keyframes clapper-swing {
  0%, 25%, 75%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-0.15em);
  }
  45% {
    transform: translateX(0.15em);
  }
  55% {
    transform: translateX(-0.1em);
  }
  60% {
    transform: translateX(0.1em);
  }
}

@keyframes count-blink {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  30%, 70% {
    opacity: 0;
  }
}

.dropdown-menu-alerts{
  display: none;
  position: relative;

}
.dropdown-menu-alerts li{
list-style-type:none;
text-decoration: none;
}

.dropdown-menu-alerts.show.open{
  display: block;
  position: absolute;
  top: 100%;
  left: 60%;
  transform: translateX(-50%);
  background:white ;
  width: max-content;
  color: black;
  border-radius: 10px;
  box-shadow: 0px 3px 18px -10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  max-width: 400px;
  min-width: 270px;
}
#btn-notifications::before {
  content: "";
  display: none;
  position: absolute;
  top: 50px;
  right: 40%;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: rgba(0, 0, 0, 0) rgba(243, 243, 243, 0) white;
}
#btn-notifications.open::before {
  display: block !important;
}

#btn-notifications.animation::before {
  content: none;
}
ul.dropdown-menu-alerts.show.open {
  padding: 0 !important;
}

@media only screen and (min-width:1051px) and (max-width: 1326.98px) {
  #notification-div{
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.modal.show .modal-dialog {
  transform: none;
  box-shadow: 0px 0px 400px 4000px rgba(0, 0, 0, 0.5) !important;
}

.modal-dialog-scrollable {
  height: auto !important;
}


.ripple-btn {
  position: relative;
  overflow: hidden;
  background: #FFC700;
  border: none;
  padding: 20px 40px;
  cursor: pointer;
  display: inline-block;
}

.ripple-btn::before,
.ripple-btn::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  background: #ffe380;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple-animation 2s infinite ease-out;
}

.ripple-btn::after {
  animation-delay: 1s;
}

@keyframes ripple-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}


#procurement0{
  height: 40px !important;
}
  #placeprocurement2 > div > div > span{
  top: 10px !important;
}


#modalag-sustainability-data .modal-header .btn-group .btn{
  animation: blink 2s infinite;
}

#modalag-sustainability-data .modal-header .btn-group .btn.active-btn {
  animation: none;
}

#modalag-sustainability-data .modal-header .btn-group .btn:nth-child(1) {
  animation-delay: 0s;
}

#modalag-sustainability-data .modal-header .btn-group .btn:nth-child(2) {
  animation-delay: 1s;
}

#modalag-sustainability-data .modal-header .btn-group .btn:nth-child(3) {
  animation-delay: 2s;
}

.canvasjs-chart-tooltip{
  pointer-events: auto !important;
}  

#aginsights .x_content{
  top: -7px;
}

.ag-badge[disabled] {
  background-color: #cacaca !important;
  opacity: 1 !important;
}
 
/* ============= START GDD CALCULATOR =============  */
#modalGDD-calculator .form-label{
  margin-bottom:0 ;
}
#modalGDD-calculator .clear_field_icon {
  top: 12px;
}
#modalGDD-calculator #autocompleteGdd0{
  margin-bottom: 10px !important;
  min-height: 40px !important;    
  padding-inline-end: 16%;

  
}

#modalGDD-calculator .clear_field_icon {
  top: 10px !important;
}
#modalGDD-calculator .multiselect-wrapper > div{
  min-height: 38px !important;
}
#modalGDD-calculator .multiselect{
  margin-bottom: 16px !important;
  min-height: 40px !important;
}

/* Card Region in Gdd */
.test-height {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.test-height.expanded {
  max-height: 500px; /* Ajusta según el contenido esperado */
  transition: max-height 0.5s ease-in-out;
}
.test-height.expanded2 {
  max-height: 800px; /* Ajusta según el contenido esperado */
  transition: max-height 0.5s ease-in-out;
}

.card-region{
    max-width: 33%; border:4px solid #efefef; border-radius: 20px; padding: 10px; height: 120px;
  }

@media (max-width: 1300px){
  .card-region{
    max-width: 100%;
    border: 4px solid #efefef;
    border-radius: 20px;
    padding: 10px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: break-word;
    max-height: 100%;
  }
}
.card-open.active{
  height: 400px !important;
}
/* End Card Region in Gdd */ 

/* ============= END GDD CALCULATOR =============  */


/* ============= START GDD GRAPH =============  */

.score-empty {
  stroke: #FF8800;
}
.score-null {
  stroke: #e7e7e7;
}

.donut-chart-gdd{
  margin-block: 50px;
  position: relative;
}

.images-ggd-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  /* pointer-events: none; */
}

.gdd-phase {
position: absolute;
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: #FFFCF2;
border-radius: 50%;
border: 1px solid #FFC700;
transition: transform 0.3s ease-in-out;
transform: scale(1);
overflow: hidden;
transform: translate(-50%, -50%);
&:hover{
  transform: scale(1.2);
}
}
.gdd-phase-10 {
position: absolute;
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 50%;
transition: transform 0.3s ease-in-out;
transform: scale(1);
overflow: hidden;
transform: translate(-50%, -50%);
&:hover{
  transform: scale(1.2);
}
}

.gdd-phase-text{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFC700;
  position: absolute;
  top: 20%;
  left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-gdd-0 {
  width: 35px !important;
}
.image-gdd {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}

.svg-container {
  position: relative;
  width: 400px;
  height: 400px;
}


.title-chart-container{
  width: 100%;
  margin-top: 20px;
}
.chart-title{
  text-align: center;
  font-size: 20px;
}

.chart-gdd {
display: grid;
grid-template-columns: .5fr 5fr;
grid-auto-rows: min-content;
align-items: center;
gap: 8px;
width: -webkit-fill-available;
padding: 0px 20px;
padding-bottom: 10px;
}

.chart-gdd .phases,
.chart-gdd .bars {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chart-gdd .bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.chart-gdd .bars .bar {
  width: 0;
  height: 15px;
  border-radius: 3px;
  transition: width 0.7s;
}

@media only screen and (max-width: 400px) {
  .chart-gdd {
    grid-template-columns: 1fr; /* En móvil, todo en una sola columna */
  }

  .chart-gdd .phases,
  .chart-gdd .bars {
    grid-column: span 2; /* Los títulos y gráficos ocuparán todo el ancho */
    text-align: center;
  }
}

.border-start {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* Clase para redondear el borde derecho */
.border-end {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.color-gradient-0{
  background: linear-gradient(to right,#ffffff, #FF8A00);
}
.color-gradient-1{
  background: linear-gradient(to right,#ffffff, #ffc800);
}
.color-gradient-2{
  background: linear-gradient(to right,#ffffff, #A76D43);
}
.color-gradient-3{
  background: linear-gradient(to right,#ffffff, #36AFD6);
}
.color-gradient-4{
  background: linear-gradient(to right,#ffffff, #9C89B5);
}
.color-gradient-5{
  background: linear-gradient(to right,#ffffff, #FF5FA9);
}
.color-gradient-6{
  background: linear-gradient(to right,#ffffff, #067aff);
}
.color-gradient-7 {
  background: linear-gradient(to right, #ffffff, #00C853); /* Verde brillante */
}

.color-gradient-8 {
  background: linear-gradient(to right, #ffffff, #D500F9); /* Púrpura intenso */
}


.color-bar-2{
  background:#ffffff;
  border: 1px dashed #FF8A00;
}
.color-bar-3{
  background: #30B57A;
}
.color-bar-4{
  background: #F22525;
}
.color-bar-5{
  background: #FFFFFF;
}

.info-phases{
  width: 100%;
}

.phases-gdd {
  display: grid;
  grid-template-columns: .5fr 5fr;
  grid-auto-rows: min-content;
  align-items: center;
  gap: 8px;
  width: -webkit-fill-available;
  padding: 20px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  }
  .indicator-gdd{
    position: relative;
  }
  .indicator-gdd::after{
    content: "|";
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #AEAEAE;
  }
  .line-chart-total{
    border-top: 1px solid #AEAEAE;
  }

  .color-box{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .phases-indicators{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
    width: max-content;
    border: 1px solid #AEAEAE;
    margin-inline: auto;
    padding: 5px 15px;
    border-radius: 8px;
  }
  .phase-indicator{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }

/* ============= END GDD GRAPH =============  */

/* ============= TIMEZONE WIDGET =============  */

#autocompleteTimeZone div.input-group{
  height: 40px;
}

#autocompleteTimeZone span.clear_field_icon{
  top: 13px;
}

.region-info{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin-top: 20px;
}

.region-info span{
  font-size: 20px;
}

.region-info small{
  font-size: 14px;
}

.region-info span .fav{
  color: var(--bg-scope) !important;
}

.region-time{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin-top: 20px;
}
.region-time .time{
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Source Sans 3';
}

.region-time .date{
  font-size: 14px;
  font-weight: bolder;
  font-family: 'Source Sans 3';
}

.hour-container{
  width: 35px;
  height: 80px;
  position: relative;
  font-size: 25px;
  color: white;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  border: .5px solid white;
  line-height: 17px;
  padding-bottom: 3px;
}

.hour-container small{
  font-size: 14px;
  height: 15px;
}
.hour-container.day{
  background: linear-gradient(180deg, #FC752A 0%, #FDC57A 100%);
}

.hour-container.day::after{
  content: '';
  background-image: url(../icons/day-phases/sun.webp);
  top: 0;
  left: 38%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  z-index: 1;
  background-size: cover;
  position: absolute;
}


.hour-container.night{
  background: linear-gradient(180deg, #021953 0%, #0156A6 100%);
}

.hour-container.night::after{
  content: '';
  background-image: url(../icons/day-phases/moon.webp);
  top: 0;
  left: 38%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  z-index: 1;
  background-size: cover;
  position: absolute;
}

.hour-container.twilight{
  background: linear-gradient(180deg, #05758D 0%, #67C5C4 100%);
  
}
.hour-container.twilight::after{
  content: '';
  background-image: url(../icons/day-phases/twilight.webp);
  top: 0;
  left: 38%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  z-index: 1;
  background-size: cover;
  position: absolute;
}

.container-time-region {
  display: grid;
  grid-template-columns: 20% 10% 70%;
  gap: 1rem;
  padding: 1rem;
  align-items: start;
  position: relative;
}

.region-hours{
  display: flex;
  justify-content: center;
}

.body-timezone{
  min-height: 500px;
  width: 100%;
  padding: 0;
}

.modal-dialog{
  border-radius: 20px;
}

.modal-content{
  border-radius: 20px;
}
.day-of-week{
  padding: 10px;
  background: #FFE380;
  cursor: pointer;
  min-width: 30px;
  height: 37px;
  margin: 2px;
  font-family: 'Source Sans 3';
  border-radius: 8px;
}

.btn-today{
  background: #ffc700 !important;
  margin-right: 20px;
}

.hour-container.active{
  background-color: #ffc700 !important;
  background: #ffc700 !important;
}

@media (max-width: 900px) {
  .container-time-region {
    grid-template-columns: 1fr 1fr; /* Divide en 2 columnas iguales */
    grid-template-rows: auto auto;  /* Ajusta automáticamente las filas */
  }

  .region-info, 
  .region-time {
    margin-top: 0;  /* Elimina el margen superior para alineación */
  }

  .region-info {
    grid-column: 1 / 2; /* Ocupa la primera columna */
    justify-content: flex-start;
  }

  .region-time {
    grid-column: 2 / 3; /* Ocupa la segunda columna */
    justify-content: flex-end;
  }

  .region-hours {
    grid-column: 1 / 3; /* Ocupa ambas columnas (toda la fila) */
    margin-top: 10px;
    justify-content: flex-start; /* Alineación para un mejor aspecto */
    overflow-x: auto; /* Permite scroll horizontal si no cabe todo */
  }
}

.text-input{
    height: 32.875px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px 0 0 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-apply{
  display: flex;
  height: 32.875px !important;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.setToAll{
  border-radius: 10px;
  height: 55px;
  box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.6);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  gap: 10px;
}

.tariffs-porcentage{
  background-color: #d2d2d2;
  width: 20px;
  height: 32.875px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  font-weight: bold;
}

.hour-container .minutes{
  font-size: 16px;
}
/* ============= END TIMEZONE WIDGET =============  */


/* Estilo base del div */
.tooltip-gdd {
  position: relative;
  display: inline-block;
}

/* Estilo del tooltip */
.tooltip-gdd::after {
    content: attr(data-tooltip);
    position: absolute;
    border-radius: 10px;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 236, 171, 1);
    color: var(--bg-money);
    width: 170px;
    max-width: 200px;
    padding: 5px 10px;
    font-size: 14px;
    white-space: break-spaces !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3sease, visibility 0.3sease;
    z-index: 1000;
    white-space: nowrap;
}

/* Triángulo debajo del tooltip */
.tooltip-gdd::before {
  content: "";
  position: absolute;
  top: -10px; /* Ajusta la posición para que esté justo debajo del tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 236, 171, 1) transparent transparent transparent; /* Crea el triángulo */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

/* ========== Component Transition ========== */

/* Mostrar el tooltip al pasar el mouse */
.tooltip-gdd:hover::after,
.tooltip-gdd:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Fase inicial (antes de entrar) */
.v-enter-from {
  opacity: 0;
  transform: translateY(-10px);
}

/* Fase activa (durante la entrada) */
.v-enter-active {
  transition: all 0.5s ease;
}

/* Fase final (después de entrar) */
.v-enter-to {
  opacity: 1;
  transform: translateY(0);
}

/* Fase inicial (antes de salir) */
.v-leave-from {
  opacity: 1;
  transform: translateY(0);
}

/* Fase activa (durante la salida) */
.v-leave-active {
  transition: all 0.5s ease;
}

/* Fase final (después de salir) */
.v-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}


/* Fade transition */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
/* Fade transition */
/* ========== End Component Transition ========== */


.fav-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Ajusta el tamaño mínimo y máximo de las columnas */
  gap: 10px; /* Espacio entre elementos */
}

.fav-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  min-width: 150px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.fav-box-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fav-box-content img{
  width: 150px !important;
  height: 100px !important;
  object-fit: contain;
  cursor: pointer;
}

.fav-add-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6rem;
  color: gray;
  cursor: pointer;
}

.fav-box-options{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.fav-box-options > button{
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.fav-change > i{
  color: var(--bg-water) !important;
}

.fav-delete > i{
  color: var(--bg-co) !important;
}

.favorites-option.disabled{
  background: #ebebeb;
}

/* ==========  Component TransitionGroup ========== */
.fade-enter-active, .fade-leave-active, .fade-move {
  transition: opacity 0.5s, transform 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* ========== End Component TransitionGroup ========== */



/* seccion de favoritos */


.favorites-selection-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.favorites-option {
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 17px;
  flex-wrap: nowrap;
}

.favorites-option img {
  height: 30px;
  width: auto;
}

.favorites-option p {
  margin: 10px 0;
  font-size: 16px;
}

.favorites-option.selected {
  border-color: #007bff;
}

#favorites-submit-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#favorites-submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}



.sustainability-country{
  box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.6);
  border-radius: 20px;
  max-width: 400px;
  height: max-content;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sustainability-country-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.sustainability-country-title span{
  font-size: 24px;
  margin-left: 10px;
}

.sustainability-country-title i{
  font-size: 24px;
}

.sustainability-country:nth-child(1), .sustainability-table tbody tr:nth-child(1), .dataSource:nth-child(1) { 
  background: #FFF7DC; 
}
.sustainability-country:nth-child(2), .sustainability-table tbody tr:nth-child(2), .dataSource:nth-child(2) { 
  background: #EBF4FF; 
}
.sustainability-country:nth-child(3), .sustainability-table tbody tr:nth-child(3), .dataSource:nth-child(3) { 
  background: #FFD1D9; 
}

.content-sustainability{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.sustainability-table{
  margin-top: 20px;
  overflow-x: auto;
}

.sustainability-table table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.sustainability-table th, .sustainability-table td {
  border: 2px solid #fff;
  padding: 10px;
  width: 11.11%;
}

.sustainability-table th {
  background-color: #f3f3f3 !important;
}

.pill-money{
  background: var(--bg-money);
  padding: 3px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-family: 'Source Sans 3';
  margin-left: 10px;
}

#chartContainerSimple .info-chart .bold{
  font-size: 24px;
}

.bold{
  font-family: 'Source Sans 3' !important;
  font-weight: 700;
}


.semi-bold{
  font-family: 'Source Sans 3' !important;
  font-weight: 500;
}

.autofill-btn{
  background: #F61C48;
  border: 0px;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  width: fit-content;
}

.autofill-btn >i{
  color: #fff !important;
  font-size: 16px;
}

.input-element{
  width: 80%;
  font-size: 14px;
  padding: 2px;
  height: 30px;
}

.info{
  color: #009dff !important;
}

.slide-fade-enter-active, .slide-fade-leave-active {
  transition: transform 1s ease;
}
.slide-fade-enter {
  transform: translateY(-80%);
}
.slide-fade-enter-to {
  transform: translateY(0);
}
.slide-fade-leave {
  transform: translateY(0);
}
.slide-fade-leave-to {
  transform: translateY(-80%);
}

#modalag-sustainability-data .multiselect-caret{
  z-index: 1 !important;
}

.agtoolsDataRow{
  background: #FFFDDB;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.customerDataRow{
  background: #FFF;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.content-title-sustainability.source-1{
  border-top: 1px dashed #000000;
  padding-top: 20px;
}
.allign-tariffs{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.only-sm {
  display: none;
  margin-right: 5px;
}
.only-lg {
  display: block;
}

@media (max-width: 670px) {
  /* Estilos que se aplicarán cuando el ancho sea menor a 670px */
  .only-lg {
      display: none !important;
  }
  .only-sm {
      display: block !important;
  }
  .tariffs-porcentage{
    width: 70px !important;
  }
  .allign-tariffs{
    flex-direction: column !important;
  }
}

.weather-widget .multiselect-wrapper .multiselect-tags img{
  height: 25px !important;
}

.weather-info{
  font-size: 25px;
}

.weather-disabled-btn{
  background: #EBEBEB;
  text-align: center; 
  border-radius: 4px; 
  font-weight: 400; 
  font-size: 18px; 
  text-wrap:wrap;
  padding: 15px 10px;
}

.content-row-weather>th{
  position: sticky;
  left: 0px;
  border-image: initial;
  padding: 5px;
  border-color: 1px solid rgb(229, 229, 229);
}

.content-row-weather>td{
  border: 1px solid rgb(229, 229, 229);
  padding: 5px;
}

.weather-table{
  width: 95%;
  margin-inline: auto
}

.table-date{
  border: 1px solid rgb(229, 229, 229); 
  padding: 5px; 
  background-color: rgb(255, 199, 0) !important;
  white-space: nowrap;
}

.moon_phase{
  background: linear-gradient(180deg, #021953 0%, #0156A6 100%);
  border: 1px solid rgb(229, 229, 229); padding: 5px;
}

.weather-table{
  position: relative;
}

.scroll-btn{
  position: absolute; 
  bottom: 40%; 
  border: none
}
.location-section{
  margin-top: 15px;
  padding: 25px 0px;
  border-radius: 25px;
  border: 1px solid #dadada;
}

.weather-mode-title{
  background-color: #ffc700; 
  font-weight: 700;
}

.table-weather>*{
  font-family: 'Source Sans 3' !important;
}

.location-label{
  font-size: 24px;
  margin-left: 10px;
}

.newLocation{
  padding: 10px;
  cursor: pointer;
  background-color: #ececec;
  text-align: center;
  font-size: 18px;
}
.newLocation>i{
  margin-left: 10px ;
}

.location-delete{
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.location-delete>i{
  color: var(--bg-co) !important;
}
.weather_miniature_container.locations{
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.weather_miniature_container.locations::-webkit-scrollbar {
  display: none;
}

#weather_alert .dashboard_graph{
height: 430px !important;
}

#weather_alert .panel_toolbox{
  min-width: auto ;
}

.min-300{
  min-width: 300px ;
}

.comparative .min-label{
  width: 100px !important;
}

.removeLoc{
  color: var(--bg-co) !important;
}

.timezoneDragg{
    font-size: 20px;
    position: absolute;
    left: -15px;
    top: 38px;
    cursor: move;
}
.drop-in-enter-active {
  animation: dropIn 0.4s ease-out;
}
.drop-in-leave-active {
  animation: dropOut 0.3s ease-in forwards;
}

@keyframes dropIn {
  0% { transform: translateY(-100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes dropOut {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(100%); opacity: 0; }
}

