/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* CaterSmart Adjustments */

/* Gravity */

.gform-conversational__nav-button--welcome {
    align-items: center;
    background-color: black !important;
    box-shadow: inset 0px -1px 0px 2px rgba(255, 255, 255, 0.05), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.36) !important;
    color: #D4CDC1 !important;
    column-gap: 12px !important;
    display: inline-flex;
    font-size: 1rem !important;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.5rem;
    border-radius: 999rem !important;
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
}

.gform-conversational__field-footer .gform-conversational__nav-button {
    align-items: center;
    background-color: black !important;
    box-shadow: inset 0px -1px 0px 2px rgba(255, 255, 255, 0.05), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.36) !important;
    color: #D4CDC1 !important;
    column-gap: 12px !important;
    display: inline-flex;
    font-size: 1rem !important;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.5rem;
    border-radius: 999rem !important;
    padding: 0.75rem 1.25rem  !important;
}


.gform-conversational__nav-button--welcome .gform-conversational__nav-button-icon {
    display: flex;
    padding: 0.625rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 999px;
    background: #D4CDC1;
}

.gform-orbital-icon--arrow-narrow-right:before {
    color: #252525;
}

.gform-conversational__form-nav {
	background: #252525 !important; 
}

.gform-conversational.gform-theme--framework .gform-conversational__progress-bar-outer {
	background-color: gray  !important;
}

.gform-conversational.gform-theme--framework .gform-conversational__progress-bar-label {
	color: gray;
}

.gform-orbital-icon--arrow-sm-right::before, .gform-orbital-icon--arrow-sm-left::before {
	color: #252525 !important;
}