/* body {

} */
.blue-green {
    background-image: url('/img/images/gradient_lines_hero.png');
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: bottom;
}
.blue-green-v1 {
  background-image: url('/img/images/black-blue-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blue-green-v2{
  background-image: url('/img/images/black-blue-small.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 820px) {
  .blue-green-v1 {
    background-image: url('/img/images/green-blue-background.png');
    background-repeat: no-repeat;
    background-size: initial;
    background-position: bottom right;
  }
}

.group-tabs .pointer-tab-active.blue {
    border: 1px solid  #163FE8!important;
    background-color: #ffffff;
    color: #163FE8;
}
.carousel-tabs .pointer-tab-active.blue {
  border: 1px solid  #163FE8!important;
  background-color: #ffffff;
  color: #163FE8;
}
       
.br-8-top {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
}

.br-8-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; 
} 

.btn-transparent-full {
    background-color: transparent;
    color: black;
}
.button-active {
    border-bottom: 2px solid #163FE8;
    color: #163FE8;
    border-radius: 0px;
}
.button-active:hover {
    border-bottom: 2px solid #163FE8;
    color: #163FE8;
    border-radius: 0px;
}
.prev-button-advices, .next-button-advices {
    cursor: pointer;
}
.prev-button-recommendations, .next-button-recommendations {
  cursor: pointer;
}
#recommendationsCarousel .carousel-cell {
    width: 30%;
}

.h-380 {
    min-height: 380px;
}
.h-480 {
    min-height: 480px;
}

  .advice .nav-link {
    color: #000000; 
   }
   .nav-tabs.advices {
    border-bottom: 2px solid #dee2e6;
   }
  .nav-tabs.advices .nav-link.active {
    color: #00A3E0;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-bottom-color: #00A3E0;
  }
  .nav-tabs.advices .nav-link.active:hover {
    color: #00A3E0;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-bottom-color: #00A3E0;    
  }  
  .nav-tabs.advices .nav-link:hover {
    color: #000000;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff #ffffff #dee2e6;
    isolation: isolate;
  } 
  .nav-tabs.advices .nav-link {
    margin-bottom: -2px;
    background: 0 0;
    border: 2px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
  .nav-tabs .nav-link:focus {
    border-color: #ffffff #ffffff #dee2e6;
  }
  .br-bottom {
    border-bottom: 1px solid #dee2e6!important;
  }
@media only screen and (max-width: 1168px) {
  #suggestions .carousel-cell {
    width: 50%;
    padding: 0 20px;
    }
  }
@media only screen and (max-width: 1168px) and (min-width: 769px)  {
    #suggestionsMobile .carousel-cell {
      width: 50%;
      padding: 0 20px;
      }
    #advices .carousel-cell {
      width: 50%;
      padding: 0 20px;
      }
    #recommendationsMobile .carousel-cell {
        width: 50%;
        padding: 0 20px;
      }
  }
  @media only screen and (max-width: 768px) {
  #suggestions .carousel-cell {
    width: 100%;
    padding: 0 20px;
    }
  }

  @media only screen and (max-width: 1180px) and (min-width: 481px)  {
    #tabsCarousel .carousel-cell {
      width: 25%;
      padding: 0px;
    }
  }

  @media only screen and (max-width: 480px) {
    #tabsCarousel .carousel-cell {
      width: 30%;
      padding: 0;
     
    }
    .nav-tabs.advices .nav-link {
        margin-bottom: 0px;
        background: 0 0;
        border: 2px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .nav-tabs.advices {
        border-bottom: 0px solid #dee2e6;
    }
    .br-bottom-mob {
        border-bottom: 2px solid #dee2e6;
    }
  }
  @media only screen and (max-width: 768px) {
    .modal.fade .modal-dialog {
      transform: translate(0, 100%);
      transition: transform 0.5s ease-out;
    }
  
    .modal.fade.show .modal-dialog {
      transform: translate(0, 0);
    }
    .modal-dialog {
     position:fixed;
     top:auto;
     right:0;
     left:0;
     bottom:0;
  }  
}

.goalsAccordion .accordion-item:nth-child(odd){
    background-color: #D3D5D6!important;
    /* color: rgba(76, 78, 100, 0.87); */
    color: #1B2124;
}
.goalsAccordion .accordion-item:nth-child(odd) .accordion-button{
  background-color: #D3D5D6!important;
  /* color: rgba(76, 78, 100, 0.87); */
  color: #1B2124;
}
#accordionMeter .accordion-item:nth-child(odd){
  background-color: rgba(0, 0, 0, 0.03)!important;
  /* color: rgba(76, 78, 100, 0.87); */
  color: #1B2124;
}
.font-28 {
  font-size: 28px;
}
.apexcharts-point-annotations {
  cursor: pointer;
}

/* TABULATOR CSS */
.tabulator {
  background-color: white!important;
  border: 0!important; 
}
.tabulator .tabulator-header {
  border-bottom: none!important; 
  margin-bottom: 15px;
  padding: 7px 0px 0px 10px;
  background-color:  #ffffff!important;
}
.tabulator .tabulator-row {
  border-bottom: none!important; 
}
.tabulator .tabulator-col {
  border-right: none!important;
}
.tabulator-row .tabulator-cell {
  border-right: none!important;
  padding: 10px 0px 10px 15px!important; 
}
.tabulator-col-content {
  background-color: #ffffff;
}

.tabulator .tabulator-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: none!important;
  background-color: #fff!important;
  color: #555;
  font-weight: 700;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  margin-top: 15px;
}

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 22px;
  background-color: #fff;

}

.tabulator-cell:nth-child(-n+3) {
  cursor: default !important;
}

 .table-striped .tabulator-row:nth-child(odd):hover {
  background-color: red!important; 
}
.table-striped .tabulator-row:nth-child(even):hover {
  background-color: #efefef!important; 
}
.tabulator-row.tabulator-row-even:hover {
  background-color: #efefef!important;
}
.tabulator-row.tabulator-row-odd:hover {
  background-color: #ffffff!important;
}

.tabulator-row .tabulator-cell .btn-table .tabulator-responsive-collapse table tr td:first-of-type {
  padding-left: 0px!important;
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #fff!important;
  background-color: #091f2c!important;
}
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  background-color: #091f2c!important;
  color: #fff;
}
.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: .5;
  pointer-events: none;
}
.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 0px solid #aaa!important;
  border-bottom: 0px solid #aaa!important;
}

@media only screen and (max-width: 480px) {
  table tr:nth-child(3) td:first-child {
    display: none;
  }  
}
@media only screen and (max-width: 480px) {
  .daterangepicker table tr:nth-child(3) td:first-child {
    display: block;
  }
}

@media only screen and (max-width: 820px) {
.tabulator .tabulator-row {
  border-bottom: none!important;
  padding-top: 15px;
  padding-bottom: 15px;
  }
}
.tabulator-responsive-collapse tr{
  padding-top: 12px!important;
  padding-bottom: 8px!important;
  display: block;
  padding-left: 10px;
}
/* END TABULATOR CSS */
.h-310 {
  min-height: 310px;
}

.saving-back, .saving_money-back {
  background-image: url('/img/images/card_gradients.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: right;
  border-radius: 8px;  
}

.saving_money-back-mobile {
  background-image: url('/img/patterns/coach/04.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  border-radius: 8px!important;  
}
.saving_money_topborder {
  background-image: url('/img/patterns/coach/04.jpg');
  background-repeat: no-repeat;
  background-size: cover;    
  background-position: center; 
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.footprint-back-topborder, .sustainability_topborder {
  background-image: url('/img/patterns/coach/05.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.footprint-back, .sustainability-back {
  background-image: url('/img/patterns/coach/05.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: 0% 60%;
  border-radius: 8px;  
}
.footprint-back-journey {
  background-image: url('/img/patterns/coach/05.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: 0% 60%;
}
.sustainability-back-mobile {
  background-image: url('/img/patterns/coach/05.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: 20% 90%;
  border-radius: 8px!important;  
}
.upgrade-back, .upgrade_property-back {
  background-image: url('/img/patterns/coach/06.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 60%;
  border-radius: 8px;
}
.upgrade-back-topborder, .upgrade_property_topborder  {
  background-image: url('/img/patterns/coach/06.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.upgrade-back-journey {
  background-image: url('/img/patterns/coach/06.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 60%;  
  border-radius: 8px;
}

.upgrade-banner {
  background-image: url('/img/patterns/coach/06.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;    
}
.upgrade_property-back-mobile {
  background-image: url('/img/patterns/coach/06.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px!important;
}

#sidebarProgressOverlay {
  position: absolute;
  /* z-index: 2; */
  left: 0px;
  top: 30px;
}

#sidebarProgressOverlayMobile {
  position: absolute;
  z-index: 2;
  left: 9px;
  top: 39px;
}
#mainProgressOverlayMobile {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 39px;
}
@media only screen and (max-width: 480px) {
  #mainProgressOverlayMobile {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 38px;
    }
  }
  @media only screen and (max-width: 820px) and (min-width: 481px)  {
    #mainProgressOverlayMobile {
      position: absolute;
      z-index: 2;
      left: 0px;
      top: 38px;
      }
    }
.btn-transparent {
  color: #0D0D0D!important;
  font-size: 16px;
  padding: 16px 24px 16px 24px;
  border: 1px solid #555C5F!important;
  border-radius: 4px;
  height: 48px!important;
  line-height: 14px;
}
.btn-transparent-grey {
  color: #0D0D0D!important;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 24px 16px 24px;
  border: 1px solid #555C5F!important;
  border-radius: 4px;
  height: 48px!important;
  line-height: 14px;
}
.btn-transparent-grey:hover {
  color: #FAFAFA!important;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 24px 16px 24px;
  border: 1px solid #0D0D0D!important;
  background-color: #0D0D0D;
  border-radius: 4px;
  height: 48px!important;
  line-height: 14px;
}
.bg-goals {
    background-image: url('/img/patterns/coach/08.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.bg-goals-green {
  background-image: url('/img/patterns/coach/09.png');
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  border-radius: 8px;
}
.sidegreen-mobile {
  /* background-image: url('/img/patterns/coach/03.jpg'); */
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0px !important;
}
.pointer-tab {
  border: 1px solid #94989B!important;
  padding: 8px 16px !important;
  border-radius: 4px!important;
}
.pointer-tab-active {
  border: 1px solid #FFFFFF!important;
}
.totalConsumption {
  border: 2px solid #FFFFFF!important;
}

.pointer-tab:not(.pointer-tab-active) .text-consumption {
  color:#00DD55!important;
}
.pointer-tab:not(.pointer-tab-active) .text-blue {
  color:#53A7FF;
}
.pointer-tab-active .text-tab {
  color: #ffffff;
}
.pointer-tab:not(.pointer-tab-active) .text-tab {
  color:#FFFFFF;
}
.pointer-tab:not(.pointer-tab-active) {
  border:2px solid #ffffff;
}
.bg-dark-green {
  background-color: #2E747B;
}
.bg-spacegrey {
  background-color: #cccccc;
}
/* Expanded Arrow */
/* 
.accordion-button:not(.collapsed)::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='%234C4E64' fill-opacity='0.68'%3e%3cpath d='M7.70492 7.83794L12.2949 12.4179L16.8849 7.83794L18.2949 9.24794L12.2949 15.2479L6.29492 9.24794L7.70492 7.83794Z'/%3e%3c/svg%3e");
  transform: rotate(0deg); 
}

.accordion-button.collapsed::after {
  transform: rotate(180deg); 
}  */

/* Default state - Collapsed */
.accordion-button.energy.collapsed::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url('/img/buttons/arrow-down-black.svg');
  transform: rotate(0deg) !important;  /* No rotation when collapsed */
}

/* Expanded state */
.accordion-button.energy:not(.collapsed)::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px; 
  background-image: url('/img/buttons/arrow-down-black.svg');
  transform: rotate(180deg) !important; /* Arrow rotated when expanded */
}


.bg-heating_cooling {
  background-color: #CC0066;
}

.bg-transportation {
  background-color: #43917D;
}

.bg-nutrition {
  background-color: #D0951E;
}

.bg-goods {
  background-color: #2F5597;;
}
#finishQuestionnaireOverlay, #finishConsultingOverlay, #finishGoalsOverlay {
  top: 43%;
  left: 2%;
}

#finishQuestionnaireOverlayMobile, #finishConsultingOverlayMobile, #finishGoalsOverlayMobile {
  top: 40%;
  left: 2%;
}
.my_photovoltaic_pattern {
  background-color: #C35D09;
}

.my_heat_pump_pattern {
  background-color: #3C9086;
}
.my_electric_cars_pattern {
  background-color: #000F1E;
}
.my_smart_devices_pattern {
  background-color: #8D9091;
}
#tipModal .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: .8;
}
.text-grey {
  color: #c3c3c3;  
}
.more:hover {
  color: #00A3E0;
}

.accordion-button.analysis:not(.collapsed)::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('/img/icons/main/minus-icon.svg')!important;
  margin-top: 3px;
  }

.accordion-button.analysis.collapsed::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('/img/icons/main/plus-icon.svg')!important;
  margin-top: 3px;
}

.nav-tabs.goals .nav-link:hover {
  color: #000;
  border-color: #fff #fff #fff;
}
.badge-grey {
  background-color: rgba(204, 204, 204, 0.30);
  padding: 8px 8px;
}
@media (min-width: 576px) {
.modal-sm {
      max-width: 450px;
  }
}

.modal.fade .modal-sm{
  transform: translate(0, 100%);
  transition: transform 0.5s ease-out;
}

.modal.fade.show .modal-sm {
  transform: translate(0, 0);
}
.modal-sm{
 position:fixed;
 top:auto;
 right:0;
 left:0;
 bottom:0;
}  

.grey-overlay {
  border: 3px solid #fafafa;
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {

#suggestionModal .scroll {
  max-height: 300px;
  overflow-y: scroll;
  }
  p#isaveModalDescription.scroll {
    max-height: 300px;
    overflow-y: scroll;
}
#recommendationsModal .scroll {
    max-height: 300px;
    overflow-y: scroll;
  }
#goalsModal .scroll {
    max-height: 275px;
    overflow-y: scroll;
}
.assetModal .scroll {
  max-height: 300px;
  overflow-y: scroll;
}
#termsModal .scroll {
    max-height: 500px;
    overflow-y: scroll;
}
  .landingAvatar {
    height: 200px;
    margin-top: 0px;
  }
}

.bg-light-grey {
  background-color: rgba(0, 0, 0, 0.03)!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #D3D5D6!important;
  color: var(--bs-table-striped-color);
}
.table>:not(caption)>*>* {
  border-bottom-width: 0px;   
}
.progress.appliances {
  background-color: rgba(0, 0, 0, 0.03)!important;
}
.calendar {
  top: 24%;
  left: 5%;
}
@media only screen and (max-width: 480px) {
  .calendar {
    top: 24%;
    left: 8%;
  }
}
.btn-select {
  color: #000!important;
  font-size: 14px;
  padding: 14px 24px 14px 24px;
  border:  1px solid #091F2C!important;
  border-radius: 4px;
  height: 52px;
}

.btn-select::after{
  margin-left: 80px;
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6" /%3e%3c/svg%3e');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  border-top: 0;
}
.selectMonth {
  min-width: 212px;
  /*border: 1px solid #091F2C;*/
}
.yearSelect {
  padding: 0.375rem 2.25rem 0.375rem 2.7rem;
  border: 1px solid #091F2C;
}
.selectMonth .dropdown-item:hover {
  color: white;
  background-color: #00A3E0;
}
@media only screen and (max-width: 820px) {
  #consumptionChartMobile .apexcharts-legend,#history_consumption_day_mob .apexcharts-legend,#history_consumption_month_mob .apexcharts-legend,#history_consumption_year_mob .apexcharts-legend,#history_consumption_start_mob .apexcharts-legend {
    display: inline-grid!important;
  }
}
.yearSelect:focus {
  border: 1px solid #091f2c;
}
.kotsila-color {
  color: rgba(242, 242, 242, 0.50);
}
.btn.kotsila-color:hover {
  color: rgba(242, 242, 242, 0.50);
}
.color-dark {
 color: #091F2C;
}
.opc4 {
  opacity: 0.4;
}
.bg-goals-white {   
    background-size: initial;   
}
.border-end-opc {
  border: 1px solid #f2f2f2;
  opacity: 0.5;
}
#recommendations .carousel-cell {
  width: 30%;
  padding: 0 15px;
}
.border-top-grey {
  border-top: 1px solid rgba(242, 242, 242, 0.5);
}
.border-end-grey {
  border-right: 1px solid rgba(242, 242, 242, 0.5);
}
.selectSubsidyMonth {
  padding: 0.375rem 2.25rem 0.375rem 2.80rem;
}
.selectSubsidyMonth.form-select {
  width: 48%;
}
.calendar-profile {
  right: 42%;
  top: 31%;
}

@media only screen and (max-width: 480px) {
  .calendar-profile {  
    top: 33%;
    left: 7%;   
   }   
  }

@media only screen and (max-width: 820px) and (min-width: 481px)  {
.calendar-profile {  
  top: 33%;
  left: 5%;
  }

}
@media only screen and (max-width: 820px) {
  .selectSubsidyMonth.form-select {
    width: 100%;
    }
}
.bg-blue {
  background-color: #00A3E0;
}
.was-validated .form-check-input:valid~.form-check-label {
  color: #212529!important;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #091F2C!important;
}
.border-black {
  border: 1px solid #091F2C !important;
}

@media only screen and (max-width: 820px) {
  .profile-icon {
    height: 48px;
    }
}

.input-measure img {
  position: absolute;
  top: 18px;
  left: 25px;
}
.select-measure img {
  position: absolute;
  top: 39px;
  left: 18px;
}
.input-measure .form-control, .select-wrapper input.select-dropdown {
  width: 100% !important;  
}
.meter-button:not(.collapsed) {
  color: black !important;
  background-color: transparent;
}
.meter-button {
  background-color: transparent;
}
.measures-list>:not(caption)>*>* {
  padding: 16px 5px;
}
.br-8-installations {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (max-width: 1024px)  {
  .br-8-installations {
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    }    
  }
.asset-form.was-validated .form-control:invalid {
  border-color: #ced4da!important;
  background-image: none!important;
}

.login-form.was-validated .form-control:invalid {
  border-color: #ced4da!important;
  background-image: none!important;
}

.alert-danger {
  color: #FFFFFF;
  background-color: #FF2E00;
  border-color: #FF2E00;
}

.circle-warning-white {
  margin-top:-3px;
}
@media only screen and (min-width: 1024px)  {
.middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
}
}
#sub_pieOverlay {
  width: 100%;
  position:absolute;
  z-index:2;
  left:1px;
  padding-top: 85px;
 }

 @media only screen and (min-width: 1200px)  {
  .group-tabs .pointer-tab:hover {
    border: 1px solid  #0D0D0D!important;
    background-color: #0D0D0D!important;
    color: #FAFAFA;
  }
  .group-tabs .pointer-tab-active:hover {
    border: 1px solid  #163FE8!important;
    background-color: #FAFAFA!important;
    color: #163FE8;
  }
  .carousel-tabs .pointer-tab:hover {
    border: 2px solid  #163FE8!important;
    background-color: #163FE8!important;
    color: #FAFAFA;
  } 
 }
 .btn-contract {
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    cursor: default!important;
 }
 #newsCarousel {
   height: 100%!important;
 }

 .mh-25 {
  min-height: 25px !important;
 }
.side-loading {
  z-index: 1000;
  background-color: transparent;
  min-height: 100vh;  
}
.btn-transparent:hover {
  color: #fafafa!important;
  background-color: #0D0D0D!important;
  border: 1px solid #0D0D0D !important;
}
.spinner-border.goals {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: -0.100em;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.text-black {
  color: #0D0D0D;
}
.noscript {
  display:none;
  visibility:hidden
}
.form-check-input:checked {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.form-switch .form-check-input:checked {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  border-radius: 2em;
}
.form-check {
  min-height: 2.5rem;
}
.form-switch .form-check-input {
  width: 60px;
  height: 25px;
  margin-left: -2.5em;
  background-color: transparent;
  background-position: left center;  
  border-radius: 2em;
  border-color: #0d0d0d !important;
  transition: background-position .15s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23091F2C'/%3E%3C/svg%3E");

}
.form-switch .form-check-input:focus {
  border-color: #0d0d0d;
  outline: 0;
  box-shadow: 0;
  fill: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23091F2C'/%3E%3C/svg%3E")!important;
}

.form-switch .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E")!important;
  background-color: #00DD55!important;
  border-color: #00DD55 !important;
}
.switch-wrapper {
  position: relative;
  display: inline-block;
}
.tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #091F2C;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; 
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.switch-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.mt-neg-6 {
  margin-top:-1px;
}
.tooltip-inner {
  background-color: #f39c12 !important; /* Example: orange background */
  color: white !important;              /* White text */
}
.bg-black {
  background-color: #0D0D0D;
}
.bg-blue {
  background-color: #163FE8;
}
.black-text {
  color: #0D0D0D;
}
.text-white {
  color: #fafafa!important;
}
.text-grey {
  color: rgba(250, 250, 250, 0.45);
}
.pad-16 {
  padding: 16px;
  border: 1px solid #94989B;
  border-radius: 8px;
  min-width: 270px;
  min-height: 56px;
  color: #0d0d0d!important;
}
.form-control:focus {
  box-shadow: none!important;
  border: 1px solid #163FE8 !important;
}
#m2Form input {
  border: 1px solid #94989B;
  padding: 16px;
  border-radius: 8px;
  color: #94989B;
}
@media only screen and (max-width: 481px)  {
  .submitBtn {
    width: 100%;
    margin-bottom: 15px;
  }
  .prev {
    width: 100%;
    margin-bottom: 15px;
  }
  .skipBtn {
    width: 100%;
    padding-top: 0px;
    margin-top: 0px!important;
  }
}
.z-index-2 {
  z-index: 2;
}
.progress-bar.goals {
  border-radius: 2px;
  background: rgba(9, 31, 44, 1)

}
.form-control {
  border: 1px solid #94989B;
  border-radius: .25rem;
}
#accordionQuestionnaire .accordion-button.collapsed::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px!important;
}
#activeGoalsMob .accordion-button.collapsed::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px!important;
}
.blue-text {
  color: #53A7FF;
}
.form-control.is-invalid {
  border-color: #FF2E00 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF2E00'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF2E00' stroke='none'/%3e%3c/svg%3e")!important;

}
.side-border {
  border-radius: 4px;
  border: 0px solid #888888;
}

 .submenu li a.activenav {
  padding-left: calc(40px - 0px) !important;
} 
.submenu li a {
  padding-left: 45px!important;
}
.br-top-left {
  border-top-left-radius: 8px;
}
.br-bottom-left-0 {
  border-bottom-left-radius: 0px;
}
.bg-dark-grey {
  background-color: #555C5F;
}
.green-text {
  color: #00DD55;
}
.bg-grey-transparent {
  background-color: rgba(13, 13, 13, 0.25)!important;
}
.progressCoach {
  background-color: rgba(13, 13, 13, 0.25)!important;
}
.activeCoach {
  background-color: rgba(13, 13, 13, 0.5)!important;
}
.was-validated .form-control:valid {
  border-color: #00DD55!important;
}
.was-validated .form-control:valid {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300DD55' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.375rem center;
}
@media only screen and (max-width: 820px) {
  .w-180.submitBtn {
      width: 100%;    
  }
  .width-max-md-180.submitBtn {
      max-width: 100%;
  }
  .w-180.prev {
    width: 100%;
    margin-bottom: 15px;
  }
  .skipBtn.width-max-md-180 {
    max-width: 100%!important;
  }

}
#m2Form input {
  padding: 16px;
  border: 1px solid #94989B;
  border-radius: 4px;
  min-width: 270px;
  min-height: 56px;
  font-size: 14px;
  color:#0D0D0D!important;
}
#m2Form input::placeholder {
  color:#0D0D0D!important;
}

.mt-neg-5 {
  margin-top: -5px;
}
#tipsCarousel .text-black.more:hover{
  color:#0d0d0d!important;
}