﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

a img {
    text-decoration: none;
    border: 0 none;
}

a:link {
    color: #030B11;
    text-decoration: none;
}

a:visited {
    color: #030B11;
    text-decoration: none;
}

a:hover {
    color: #030B11;
    text-decoration: none;
}

a:active {
    color: #030B11;
    text-decoration: none;
}

html, body, form {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFFFFF; /*#F1EEEB;*/
}

.containerPopup {
    width: 100%;
    height: 100%;
    background-color: rgba(230,230,230,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1044;
    display: none;
    align-items: flex-start;
}


.checkboxBoxCompare{
    height:18px;width:18px;
    border:solid;
    border-color:rgb(0,0,0);
    border-width:1px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.checkboxBoxCompare.disabled {
    height: 18px;
    width: 18px;
    border: solid;
    border-color: rgb(230,230,230);
    border-width: 1px;
}

    .checkboxBoxCompareTick{
        height:6px;
        width:auto;
    }





    .containerPopupFrame {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        /*max-height: 90%;*/
    }

.containerPopupContent {
    width: 94%;
    max-width: 800px;
    height: auto;
    background-color: white;
    overflow-y: scroll;
    border: solid;
    border-color: rgb(230,230,230);
    border-width: 1px;

    background-color: white;
}

.containerPopupMapSensor {
    width: 94%;
    /*    max-width: 800px;*/
    height: auto;
    background-color: white;
    overflow-y: scroll;
    border-left: solid;
    border-right: solid;
    border-bottom: solid;
    border-top: none;
    border-color: rgb(230,230,230);
    border-width: 1px;
    background-color: white;
    height: 100%;
    padding: 48px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    @media screen and (max-width: 600px) {
        .containerPopupContent {
            padding: 12px 12px 12px 12px;
        }
    }

@media screen and (min-width: 600px) {
    .containerPopupContent {
        padding: 20px 30px 20px 30px;
    }
}

.containerMapSensorControl{
    
    width:30%;
    padding:0;
}

.containerMapSensorCharts{
    width:65%;height:100%;
    
    
}

.containerMapChartDuration {
    font-family: Figtree;
    font-size: 12px;
    width:40px;
    display:flex;justify-content:center;
    padding:4px 0px 4px 0px;
    margin:0 4px 0 4px;
    cursor:pointer;
}

    .containerMapChartDuration.selected {
        background-color: #FBE54D;
    }
/*Form components*/
.pageTitle {
    font-family: Figtree;
    font-size: 24px;
    margin-bottom: 32px;
}

.homeTitle {
    font-family: Figtree;
    font-size: 36px;
}

.homeOtherTitle {
    font-family: Figtree;
    font-size: 28px;
}

.homeSubtitle {
    font-family: Figtree;
    font-size: 18px;
    font-weight:500;

}

.popupTitle {
    font-family: Figtree;
    font-size: 20px;
    margin-bottom: 16px;
}

.textDateSelect {
    font-family: Figtree;
    font-size: 20px;
}

.headerLink {
    font-family: Figtree;
    font-size: 12px;
    margin-bottom: 3px;
    cursor: pointer;
}

.formComponent{
    margin-top:18px;
    width:100%;

}

.formComponent.top {
    margin-top: 0px;
}

.formLabel{
    font-family:Figtree;
    font-size:12px;
    margin-bottom:3px;
}

.bodyText {
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
}
.bodyText.bold {
   font-weight:500;
}

.bodyText.disabled {
    font-family: Figtree;
    font-size: 14px;
    color:rgb(230,230,230);
}

.homeText {
    font-family: Figtree;
    font-size: 14px;
}

.textBox {
    padding: 8px 5px 8px 5px;
    border: solid;
    border-color: #6e7174;
    border-width: 1px;
    border-radius: 3px;
    /*width: 100%;*/
    font-family: Figtree;
    font-size: 14px;
    color: #222222;
    -webkit-appearance: none;
    background-color: white;
    display: block;
    width:100%;
}

.dropDown {
    padding: 8px 5px 8px 5px;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #222222;
    width: 100%;
    font-family: Figtree;
    font-size: 1.1em;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
    background-color: white;
    position: relative;
    display:inline-block;
}

.button {
    border: solid;
    border-width: 1px;
    border-color: #222222;
    background-color: #222222;
    color: white;
    font-family: Figtree;
    /*font-weight: 400;*/
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 36px;
    
    font-size: 12px;
    padding: 0 24px 0 24px;
    flex-shrink: 0;
    min-width:160px;
}



@media screen and (min-width: 0px) and (max-width: 600px) {
    .button.header {
        height: 24px;
        font-size: 12px;
        padding: 0 12px 0 12px;
        min-width:auto;

    }
}

@media screen and (min-width: 600px) {
    .button.header {
        height: 36px;
        font-size: 12px;
        min-width: auto;
        padding: 0 24px 0 24px;
    }
}



.iconClose {
    width: 16px;
    height: auto;
    cursor: pointer;
}



/*Below links------------------------------------------------------------*/
.containerPageBelowLinks {
    margin-top: 32px;
    display: flex;
    padding-bottom: 6px;
    margin-bottom: 0px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #071622;
    width: 100%;
    overflow-x: scroll;

    margin-bottom:18px;
}

.containerPageTopLink {
    font-family: Figtree;
    color: #071622;
    margin-left: 30px;
    cursor: pointer;
}

    .containerPageTopLink.first {
        margin-left: 0px;
    }

    /*table------------------------------------------------------------*/
table {
    border-collapse: collapse;
    width:100%;
}

thead {
    font-family: Figtree;
    font-size: 12px;
    color: #071622;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #071622;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight:500;
    text-align:left;
   
}

tbody {
    font-family: Figtree;
    font-size: 12px;
    color: #071622;
    padding-top: 8px;
    padding-bottom: 8px;
}

th {
   
   
    padding-right: 20px;
}

td {
   
    padding-right: 20px;
    background-color: inherit;
}

.tableButton {
    display: flex;
    justify-content: flex-end;
    padding: 8px 0 8px 0;
}


/*Section stuff=============================================================*/
.sectionOuter {
    display: flex;
    justify-content: center;
    width: 100%;
}


@media screen and (min-width: 0px) and (max-width: 720px) {
    .sectionOuter {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .sectionOuter {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1130px) {
    .sectionOuter {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.sectionInner {
    width: 100%;
    max-width: 1280px;
}

.containerHomeSectionOuter {
    width: 100%;
    display: flex;
    justify-content: center;
}

.containerHomeSection {
}

.containerHomeSectionMax300 {
    width: 100%;
    max-width: 300px;
    font-family: Figtree;
    font-weight: 500;
}




@media screen and (max-width: 680px) {
    .containerHomeSection {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .containerHomeSectionMax300 {
        width: 100%;
        order: 2;
        margin-top: 24px;
        max-width: none;
    }

    .containerHomeSection40P {
        width: 100%;
        height: auto;
        order: 1;
        margin-top:24px;
    }

        .containerHomeSection40P.b {
            margin-top: 18px;
        }



        /*Pair 55-35=============================================*/

    .containerHomeSection55P {
        width: 100%;
        height: auto;
    }

    .containerHomeSection35P {
        width: 100%;
        height: auto;

    }

    .containerHomeSection55P.first {
        width: 100%;
        height: auto;
        margin-top:0;
    }

    .containerHomeSection35P.second {
        width: 100%;
        height: auto;
        margin-top: 36px;
    }

    .containerHomeSection55P.second {
        width: 100%;
        height: auto;
        margin-top: 36px;
    }

    .containerHomeSection35P.first {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    /*Pair 55-35 END==========================================*/

    
}

@media screen and (min-width: 680px) and (max-width: 840px) {
    .containerHomeSection {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .containerHomeSectionMax300 {
        width: 50%;
        max-width: 300px;
        font-family: Figtree;
        font-weight: 500;
    }

    .containerHomeSection40P {
        width: 40%;
        height: auto;
    }

    .containerHomeSection55P {
        width: 55%;
        height: auto;
    }

    .containerHomeSection35P {
        width: 35%;
        height: auto;
    }

        .containerHomeSection40P.b {
            margin-top: 0;
        }

    .imageGrafittiHome {
        margin-top: 0px;
    }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
    .containerHomeSection {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .containerHomeSectionMax300 {
        width: 100%;
        max-width: 300px;
        font-family: Figtree;
        font-weight: 500;
    }

    .containerHomeSection40P {
        width: 40%;
        height: auto;
    }

        .containerHomeSection40P.b {
            margin-top: 0;
        }

    .containerHomeSection55P {
        width: 55%;
        height: auto;
    }

    .containerHomeSection35P {
        width: 35%;
        height: auto;
    }

    .imageGrafittiHome {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1000px) {
    .containerHomeSection {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .containerHomeSectionMax300 {
        width: 100%;
        max-width: 300px;
        font-family: Figtree;
        font-weight: 500;
    }

    .containerHomeSection40P {
        width: 40%;
        height: auto;
    }

        .containerHomeSection40P.b {
            margin-top: 0;
        }

    .containerHomeSection55P {
        width: 55%;
        height: auto;
    }

    .containerHomeSection35P {
        width: 35%;
        height: auto;
    }

    .imageGrafittiHome {
        margin-top: 0px;
    }
}


#map {
    width: 100%;
    height: 85vh;
    position: relative;
}

/* Legend UI */
.legend {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 10px 14px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    font-size: 12px;
    z-index: 1;
}

.legend-title {
    font-family: Figtree;
    font-weight: 500;
    margin-bottom: 6px;
}

.legend-item {
    font-family: Figtree;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

/* Popup & Form styling */
.sensor-form {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 220px;
    padding: 4px;
}

    .sensor-form label {
        font-size: 11px;
        font-weight: bold;
        color: #333;
    }

    .sensor-form input {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 12px;
    }

    .sensor-form button {
        margin-top: 6px;
        padding: 6px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
    }

        .sensor-form button:hover {
            background-color: #0056b3;
        }

.theme-tag {
    display: inline-block;
    padding: 2px 6px;
    background: #e9ecef;
    border-radius: 4px;
    font-size: 11px;
    margin: 2px 2px 0 0;
}

.containerHomeLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px;
   
    padding: 30px 0 30px 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 100;
}

.containerHomeLogoRow {
    padding: 0 30px 0 30px;
}

.containerHomeMenuInnerContainer {
    margin: 18px;
    padding: 12px;
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: rgb(240,240,240);
}

    .containerHomeMenuInnerContainer.selects {
        padding: 12px 12px 6px 12px;
    }

.containerSensorSelects {
    display: flex;
    flex-wrap: wrap;
}

.containerSensorSelect {
    display: inline-flex;
    padding: 5px 8px 5px 8px;
    margin-bottom: 6px;
    margin-right: 6px;
    color: white;
    cursor: pointer;
    border: none;
    font-family: Figtree;
    font-size: 12px;
}

    .containerSensorSelect.airQuality {
        background-color: #2ecc71;
    }

    .containerSensorSelect.weather {
        background-color: #e67e22;
    }

    .containerSensorSelect.waterLevel {
        background-color: #1abc9c;
    }

    .containerSensorSelect.noise {
        background-color: #f1c40f;
    }

    .containerSensorSelect.building {
        background-color: #9b59b6;
    }

    .containerSensorSelect.people {
        background-color: #3498db;
    }

    .containerSensorSelect.vehicles {
        background-color: #e74c3c;
    }

    .containerSensorSelect.readingTypeSelected {
        background-color: #071622;
    }

    .containerSensorSelect.readingTypeUnselected {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .containerSensorSelect.periodSelected {
        background-color: #071622;
    }

    .containerSensorSelect.periodUnselected {
        background-color: rgba(0, 0, 0, 0.15);
    }

.textSensorSelect {
    font-family: Figtree;
    font-size: 12px;
}

.boxSensorSelect {
    height: 14px;
    width: 14px;
    background-color: white;
    margin-left: 7px;
    display:flex;justify-content:center;align-items:center;
}

.boxSensorSelectTick {
    height: 10px;
    width: 10px;
}

    .boxSensorSelectTick.airQuality {
        background-color: #2ecc71;
    }

    .boxSensorSelectTick.weather {
        background-color: #e67e22;
    }

    .boxSensorSelectTick.waterLevel {
        background-color: #1abc9c;
    }

    .boxSensorSelectTick.noise {
        background-color: #f1c40f;
    }

    .boxSensorSelectTick.building {
        background-color: #9b59b6;
    }

    .boxSensorSelectTick.people {
        background-color: #3498db;
    }

    .boxSensorSelectTick.vehicles {
        background-color: #e74c3c;
    }

    .boxSensorSelectTick.readingTypeSelected {
        background-color: #071622;
    }

.imageSensorSelectTick {
    height: 6px;
    width: auto;
}






/*=========================================================================================*/
.containerFooter {
    margin-top: 124px;
    width: 100%;
    background-color: rgb(237,239,240);
    padding-top: 86px;
}

@media screen and (max-width: 680px) {
    .containerFooterInnerLogo {
        width: 180px;
        height: auto;
        margin-bottom: 48px;
    }

    .containerFooterInner {
        display: block;
        width: 100%;
    }

    .containerFooterInnerRight {
        padding-left: 0px;
        height: 100px;
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (min-width: 680px) and (max-width: 1080px) {
    .containerFooterInnerLogo {
        width: 180px;
        height: auto;
        margin-bottom: 48px;
    }

    .containerFooterInner {
        display: block;
        width: 100%;
    }

    .containerFooterInnerRight {
        padding-left: 0px;
        height: 100px;
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (min-width: 1080px) {
    .containerFooterInnerLogo {
        width: 180px;
        height: auto;
        margin-bottom: 0;
    }

    .containerFooterInner {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .containerFooterInnerRight {
        padding-left: 300px;
        flex-grow: 1;
        height: 100px;
        width: auto;
        max-width: none;
    }
}

/*=======================================================*/
.weather-legend {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 12px;
    color: #333;
    min-width: 220px;
}

.legend-title {
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
}

.legend-bar {
    height: 12px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Precipitation Gradient (CartoCSS Match) */
.rain-bar {
    background: linear-gradient( to right, rgba(120, 120, 190, 0) 0%, rgba(110, 110, 205, 0.5) 20%, rgba(80, 80, 225, 0.85) 60%, rgba(20, 20, 255, 1) 100% );
}

/* Temperature Gradient (OpenWeatherMap temp_new scale) */
.temp-bar {
    background: linear-gradient( to right, rgba(130, 87, 219, 1) 0%, /* -40°C Deep Purple */
    rgba(32, 140, 236, 1) 20%, /* -20°C Cool Cyan */
    rgba(32, 196, 236, 1) 40%, /* 0°C Ice Blue */
    rgba(32, 236, 140, 1) 60%, /* 15°C Green */
    rgba(236, 204, 32, 1) 80%, /* 25°C Yellow */
    rgba(236, 32, 32, 1) 100% /* 40°C+ Hot Red */
    );
}

.legend-labels, .legend-categories {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 10px;
    color: #555;
}



.textDateSelect {
    width: 100%;
}

.datePickerInput {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    color: #333;
    background-color: #ffffff;
    /*
    border: 1px solid #dcdcdc;
    border-radius: 4px;
        */
    border:none;
    text-decoration:none;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.datePickerInput.disabled{
    color:rgb(230,230,230);
}

    .datePickerInput:focus {
        border-color: #3498db;
    }

/* Style reading type selection toggle */


.customDateContainer {
    position: relative;
    width: 100%;
    display: inline-block;
}

.customDateDisplay {
    display: block;
    width: 100%;
    padding: 6px 8px;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.hiddenNativeDatePicker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
}

.customDateContainer:hover .customDateDisplay {
    border-color: #3498db;
}

/*Home hero===========================================================================*/
.containerHomeHero {
   
    width: 100%;
  
  
}


#containerHeroText{

}

@media screen and (max-width: 900px) {
    #containerHeroText {
        padding-top:90px;
        padding-bottom:120px;
    }

    .containerHomeHero {
        background-color: pink;
    }
}

@media screen and (min-width: 900px) {
    #containerHeroText {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .containerHomeHero {
        background-color: white;
    }
}

    @media screen and (max-width: 900px) {


        .containerHomeHeroMap {
            display: none;
        }
    }

    @media screen and (min-width: 900px) {

        .containerHomeHeroMap {
            display: block;
            border-top: solid;
            border-top-width: 1px;
            border-top-color: rgb(240,240,240);
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: rgb(240,240,240);
        }
    }

.containerHeader {
    height: 80px;
    width: 100%;
    /*
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(240,240,240);
        */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 


    @media screen and (max-width: 680px) {
       

        .containerHeader {
            padding: 0 20px 0 20px;
        }
    }

    @media screen and (min-width: 680px) {
        .containerHeader {
            padding: 0 30px 0 30px;
        }

    }



   

    .containerCenter {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .containerForm {
        width: 600px;
    }

    .containerPage {
        padding-top: 72px;
    }


    /*========================================================================*/
    .containerPageMessage {
        display: none;
        background-color: inherit;
        border: solid;
        border-width: 3px;
        margin-bottom: 12px;
        border-color: #FFA12F;
        padding: 5px 12px 5px 12px;
        border-radius: 6px;
        font-family: "Figtree", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    .containerInParentContainer {
        display: flex;
        justify-content: center;
        padding: 48px 20px 20px 20px;
        background-color: white;
        width: 100%;
    }


    #containerCommunities{

    }

#containerAnswerQuestions{

}

#containerDesigned{

}

#containerEducation{

}

@media screen and (max-width: 900px) {
    #containerAnswerQuestions {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #containerCommunities {
        margin-top: 106px;
    }

    #containerDesigned {
        margin-top: 138px;
    }

    #containerEducation {
        background-color: rgb(240,240,240);
        margin-top: 140px;
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left:20px;
        padding-right:20px;
        border-radius: 8px;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    #containerAnswerQuestions {
        margin-top: 130px;
        margin-bottom: 50px;
    }

    #containerCommunities {
        margin-top:156px;
    }

    #containerDesigned {
        margin-top: 188px;
    }

    #containerEducation {
        background-color: rgb(240,240,240);
        margin-top: 140px;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 8px;
        width: 100%;
    }
}

.onlySmall{

}

.notSmall{

}

.notSmallUrbanPhoto {
    margin-top: 64px;
    margin-bottom: 64px;
}

.onlySmallUrbanPhoto {
    margin-top: 140px;
    margin-bottom: 0px;
}

@media screen and (max-width: 680px) {


    .onlySmall {
        display: block;
    }

    .notSmall {
        display: none;
    }
    .notSmallUrbanPhoto {
        display: none;
    }

    .onlySmallUrbanPhoto {
        display: block;
    }
}

@media screen and (min-width: 680px) {


    .onlySmall {
        display: none;
    }

    .notSmall {
        display: block;
    }
    .notSmallUrbanPhoto {
        display: block;
    }

    .onlySmallUrbanPhoto {
        display: none;
    }
}


.containerChooseUsBullet {
    display: flex;
    flex-direction: column;
   
    align-items: center;
    
}

.containerCircleIcon {
    height: 52px;
    width: 52px;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(230,230,230);
}

    .containerCircleIcon.large {
      
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(230,230,230);
    }

@media screen and (max-width: 680px) {
    .containerChooseUsBullet {
        width: 160px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .containerCircleIcon.large {
        height: 60px;
        width: 60px;
        border-radius: 30px;
       
    }
}

@media screen and (min-width: 680px) {
    .containerChooseUsBullet {
        width: 180px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .containerCircleIcon.large {
        height: 68px;
        width: 68px;
        border-radius: 34px;
    }
}

.containerSimilarItemParent{
    height:130px;
    background-color:white;
    
}


.containerSimilarItem {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: white;
    width: 100%;
    margin-left:10px;margin-right:10px;
}

.bodyText.similarItems{
    margin-top:12px;
}


.bulletRow {
    display: flex;
    padding: 6px 0 6px 0;
}

.bulletRow.withLine {
   
    border-top: solid;
    border-top-width: 1px;
    border-top-color: rgb(230,230,230);
    padding: 12px 0 12px 0;
}

    .bulletRow.withLineTop {
        padding: 0 0 12px 0;
        border-top: none;
    }

.bulletPoint {
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: black;
    margin-top: 7px;
    margin-right: 12px;
    flex-shrink: 0;
    flex-grow: 0;
}

.bulletText {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
}

.bulletText.body {
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
}