.backgroundPrimary {
    background: #F6F4F2;
}

.backgroundSecondary {
    background: #FFFFFF;
}

.buttonPrimary {
    background: #FF8D5F;
}

.textPrimary{
    color: #404040;
}

.textSecondary{
    color: #888888;
}

.textLink{
    color: #FF8D5F;
}

.textUnderline{
    text-decoration: underline;
}

.textButton{
    color: #381405 !important;
}

.footText1{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Text */
    color: #404040;

}

.footText2{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #404040;
}

.phoneInput {
    padding-left: 40px !important;
}

.countryCode {
    position: absolute;
    top: 25px;
    left: 10px;
}

.pageHeader {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #404040;
}

.dashboardHeader{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #404040;
}

.dashboardText{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.boxSelection{
    border: 1px solid #FF8D5F !important;
    box-sizing: border-box;
    border-radius: 4px;
    height:70px;
}

.boxSelectionText{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FF8D5F;
}

.bottomSheetHeader{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #404040;
}

.machineDisplay{
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
}

.machineName{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #404040;
}

.machineAddress{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #888888;
}

.buttonText{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #381405;
}

.successHeader{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #404040;
}

.successText{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #404040;
}

.machineListItemHeader{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #404040;
}

.machineListItemAddress{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #888888;
}

.coolingOffText{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.02em;
    /* Text 2 */
    color: #888888;
}