body {
	background-color: #F8F8F8;

}

html {
    
    font-size: 100% !important;
    line-height: 1.5 !important;
}

.image-text-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.image-text-container img {
    width: 300px;
    height: 268px;
    border-radius: 0px 8px 8px 0px;
}

.text-container {
    margin-right: 20px;
    margin-left: 30px;
    flex: 1;
}

.text-container h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    color: white;
}

.text-container h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blue-background {
    background: transparent linear-gradient(101deg, #2ABED1 0%, #0EA1B4 100%) 0% 0% no-repeat padding-box;
    padding: 19px;
    height: 230px;
    border-radius: 8px 0px 0px 8px;
}

.white-text {
    color: white;
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

h6 {
    text-align: left;
    font-family: Inter, sans-serif; 
    font-size: 12px; 
    font-weight: 500;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 5px;
}


p {
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.button-blue {
    background: #0066FF 0% 0% no-repeat padding-box; 
    border-radius: 4px; 
    opacity: 1; 

   
    background-color: blue;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    margin-bottom: 30px;
}

h3, .heading-c {
    color: #002348;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

h5, .heading-e {
	 font-size: 20px;
   
}

#block-claro-page-title {
    display: none;
}



.view-filters {
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
}

.views-exposed-form.views-exposed-form {
    
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


.views-exposed-form__item {
	
  margin-bottom: -10px;
  background-color: transparent;
  
}

.city-container h4{
	margin-top: 10px;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #002348;
}


.city-container h5{
	
	font-size: 12px;
	font-family: 'Inter', sans-serif;
  font-weight: 500;
  color:#686E78;
}
.white-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
}

.city-container {
  flex: 1;
  margin-right: 20px;
}





.pillar-name:hover,
.pillar-name.clicked {
    
    cursor: pointer;
}

.pillar-description {
  background: #63748B; 
  display: none;
  width: 100%; 
  overflow: auto; 
  white-space: normal; 
  margin-top: 100px;
  color: #000000 !important; 
  position: absolute; 
  left: 0; 
  right: 0; 
  box-sizing: border-box; 
  padding: 10px; 
}

.h7 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #686E78;
	font-size: 14px; 
	margin-top: 2px; 
	text-align: left;
}

.view-content .views-row {
    margin-bottom: 20px; 
}

.view-content .views-row a {
    color: #0093FF;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    outline: none;
    box-shadow: none;
}

.table {
  margin-top: 20px;
  border: none;
  outline: none;
  border-collapse: collapse;
}

.th {
  
  font-size: 20px; 
  font-family: 'Inter', sans-serif;
  font-weight: 600;
 
}




.tbody tr {
  background-color: #686E78; 
  border-collapse: collapse;
}

.style-two {
	
	margin-top: 2px;
  font-family: 'Inter', sans-serif;
  font-weight: 400; 
  letter-spacing: -0.06px;
  color: #686E78;
  font-size: 14px;
  opacity: 1;
  line-height: 1.5;
}




.button-container {
  display: flex;
  flex-direction: column; 
  gap: 10px; 
}


.view-content .views-row a.start-assessment-btn{
	
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.view-content .views-row a.report-btn {
	
  background-color: #007bff;
  margin-top: 20px;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  outline: none;
  box-shadow: none;
}


.red {
  background: #FF0000;
}

.darkyellow {
  background: #FF9D01;
}

.yellow {
  background: #FFC401;
}

.green {
  background: #00CE1F;
}

.darkgreen {
  background: #028315;
}

.h5 {
  color: white; 
  font-size: 14px;
  line-height: 1; 
  margin-bottom: 5px;
}

.explanation {
  color: #002348;
  opacity: 1;
  font-family: 'Inter', sans-serif;
  font-weight: 400; 
  font-size: 14px;
  margin-top: 2px;
}


.custom-pillars {
  background: #E4E8EF;
  border-radius: 4px;
  margin-right: 15px;
  opacity: 1;
  width: 140px;
  height: 110px;
  padding: 2px;
  margin-top: 20px;
  margin-bottom: 50px;
}


.custom-pillars h4 {
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #002348;
  margin-left: 5px;
  margin-bottom: 1px;
}

.custom-pillars h5 {
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #63748B;
  margin-bottom: 0;
  margin-left: 5px;
}

#block-claro-page-title {
  display: none;
}

.pillar-name:hover,
.pillar-number:hover,
.pillar-name.clicked,
.pillar-number.clicked {
  cursor: pointer;
}

.pillar-description {
  background: #63748B;
  display: none; 
  width: calc(100vw - 125px);
  overflow: auto; 
  white-space: normal; 
  margin-top: 80px; 
  color: #000000 !important; 
  position: absolute; 
  right: 20px;
  padding-left: 10px;
  line-height: 1.5;
}

.custom-pillars .pillar .pillar-description {
  margin-top: 80px;
}

.pillar-description h1 {
  font-size: 14px; 
  color: white; 
}

.views-exposed-form.views-exposed-form {
  display: initial !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.selected {
  background-color: #009EDB;
  color: white;
}

.selected h4,
.selected h5 {
  color: white;
}



/* New CSS to target the first pillar for logged-out users */
body.logged-out .custom-pillars:first-child {
  background-color: #009EDB;  
  color: white;  
}

body.logged-out .custom-pillars:first-child h4,
body.logged-out .custom-pillars:first-child h5 {
  color: white;  
}

.process-container {
  margin-top: 440px; 
}



table {
    border: none; 
    border-spacing: 0;
    width: 100%;
}

th, td {
    border: none; 
    padding: 8px; 
}

td:first-child, td:last-child {
    border-left: none;
    border-right: none;
}


 .views-field-field-use-of-the-tool-section {
    margin-top: 20px;
  }