:root {

    --main-bg-color: rgba(249, 148, 41, 0.5);
    /*--main-bg-color:  #ff4f81;*/  /*pink*/
    /*--main-bg-color:  rgba(244, 147, 67, 1.0);  /*light green*/
    /*--main-bg-color:  #7B0099;  /*dark pink  ok one*/
    /*--main-bg-color:  #ED1C16;  dark red*/
    /* --main-bg-color:  #A4C639; /* light green */
    /*--main-bg-color:  #323499; /* light green */
    /*--main-bg-color:  #bfbfbf;  light gray */
    /* --main-bg-color:  #003b64;  /*light gray ok */
    /*--main-bg-color:  rgb(63,94,251);  /*light gray ok */
    /*--main-bg-color:  #28aa30;  /*light gray ok */
    --navbar-bg-color:  rgb(63,94,251);  /*light gray ok */

}
.button-42 {
    /*background-color: initial;*/
    background-color: var(--primary_color);
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 35px;
    line-height: 35px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    /*width: 100%;*/
    z-index: 9;
    border: 0;
    transition: box-shadow .2s;
}

.button-42:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
    font-weight: bold;
}

.button-41 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 35px;
    line-height: 35px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    /*width: 100%;*/
    z-index: 9;
    border: 0;
}

.button-41:hover {
    background: #00bd68;
    font-weight: bold;
}