/* Our Process CSS - adjustments due to the Wheel if any */
.hiddenElement{
    display: none !important;
}

.invisibleElement{
    visibility: hidden !important;
}

/* Robot Wheel */
@media(max-width: 768px){
    .consoltation{
        height: auto;
        min-height: 200px;
    }
}

/* Robot Wheel Popup */
.robotWheelPopup .modal-content{
    border: 3px solid #d7b937 !important;
}

.robotWheelPopup .popupContent .popupHeader .popupTitle{
    color: #2b2b2b;
    font-size: 40px;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
}

@media(max-width: 768px){
    .robotWheelPopup .popupContent .popupHeader .popupTitle{
        font-size: 25px;
    }
}

.robotWheelPopup .popupContent .popupHeader button,
.robotWheelPopup .popupContent .popupHeader button:focus,
.robotWheelPopup .popupContent .popupHeader button:active{
    outline: none !important;
    box-shadow: none !important;
}

.robotWheelPopup .popupContent .popupDescription .title{
    font-size: 40px;
    font-weight: bold;
    color: #2b2b2b;
}

@media(min-width: 1400px){
    .robotWheelPopup .popupContent .popupDescription .title{
        font-size: 28px;
    }
}

.robotWheelPopup .popupContent .popupDescription .titleWithBackground{
    background: #000000;
    display: inline-flex;
    width: auto;
    border-radius: 10px;
    padding: 10px 15px;
    color: white;
    font-size: 16px;
}

.robotWheelPopup .popupContent .popupDescription .description{
    color: #2b2b2b;
    font-size: 16px;
}

.robotWheelPopup .popupContent .popupDescription .yellowBullets{
    color: #2b2b2b;
    font-size: 16px;
}

.robotWheelPopup .popupContent .popupDescription ul.yellowBullets{
    list-style-position: inside;
    list-style: none;
}

.robotWheelPopup .popupContent .popupDescription ul.yellowBullets li{
    word-wrap: break-word;
    padding-left: 20px;
}

.robotWheelPopup .popupContent .popupDescription ul.yellowBullets li::marker{
    margin: 0px;
    color: #d7b937;
    font-size: 32px;
}

.robotWheelPopup .popupContent .popupDescription ul.yellowBullets li::before{
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d7b937;
    position: absolute;
    margin: auto;
    margin-top: 6px;
    margin-left: -20px;
    border-radius: 100%;
}

/* Design Popup */
@media(min-width: 1400px){
    .robotWheelPopup#robotWheelDesignModal .largeModal{
        width: 1270px;
        max-width: none;
    }
}

.robotWheelPopup#robotWheelDesignModal .designIconContainer{
    display: inline-flex;
    align-items: center;
}

.robotWheelPopup#robotWheelDesignModal .designIconContainer .designIcon{
    margin-right: 20px;
}

.robotWheelPopup#robotWheelDesignModal .designIconContainer label{
    display: inline-flex;
    font-size: 20px;
    font-weight: bold;
}

.robotWheelPopup#robotWheelDesignModal .landscapingSteps.step9{
    width: 542px;
    max-width: 100%;
    height: auto;
}

@media(min-width: 1400px){
    .robotWheelPopup#robotWheelDesignModal .landscapingSteps{
        width: 222px;
        height: 222px;
    }
}

@media(max-width: 1400px){
    .robotWheelPopup#robotWheelDesignModal .landscapingSteps{
        width: calc((100% - 95px) / 2);
        height: auto;
    }

    .robotWheelPopup#robotWheelDesignModal .landscapingSteps.step9{
        width: 100%;
    }
}

.robotWheelPopup#robotWheelDesignModal .landscapingStepsArrow{
    width: 95px;
    height: 26px;
}

.robotWheelPopup#robotWheelDesignModal .landscapingStepsArrow.down{
    position: relative;
    top: auto;
    left: auto;
    right: calc((222px - 95px) / 2);
    bottom: auto;
    transform: rotateZ(90deg);
}

.robotWheelPopup#robotWheelDesignModal .justify-content-start > .landscapingStepsArrow.down{
    left: calc((222px - 95px) / 2);
    right: auto;
}

@media(max-width: 1400px){
    .robotWheelPopup#robotWheelDesignModal .landscapingStepsArrow.down{
        right: calc((((100% - 95px) / 2) - 95px) / 2);
    }

    .robotWheelPopup#robotWheelDesignModal .justify-content-start > .landscapingStepsArrow.down{
        left: calc((((100% - 95px) / 2) - 95px) / 2);
    }
}

.robotWheelPopup#robotWheelDesignModal .landscapingStepsArrow.left{
    transform: rotateZ(180deg);
}

.robotWheelPopup#robotWheelDesignModal .stepsRowSpacer{
    width: 100%;
    height: 100px;
}