.navbar {
	min-height: 60px;
}

.m-logo-retina {
    height: 45px;
}

/* Keeps flow elements within container. */
flowruntime-lwc-field > div {
    max-width: fit-content;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
    margin-left: 2em;
    font-size: .9em;
}
/*CSS to control checkbox option display within flow on CH */
.nu-lightning-wrapper .uiBlock .bBody .slds-form-element__control .slds-checkbox {
    width: auto;
}

/*CSS to control text area label display within flow on CH */
.nu-lightning-wrapper .bBody .inputHeader .richTextLabel {
    display: inline-block;
    float: none;
    text-align: left;
	width: 100%;
}

/*CSS to control previous button display within flow on CH */
.slds-button.slds-button_neutral.uiButton--default.uiButton{
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(217, 219, 221);
    transition: border .15s linear;
    background-color: rgb(0, 112, 210);
    border-color: rgb(0, 112, 210);
    color: rgb(255, 255, 255);
}

/*CSS to allow Address lightning component country picklist to behave correctly within flow on CH */
.slds-scope .slds-form_compound .slds-form-element__group .slds-form-element__row{
	display: inherit;
}


/*CSS to relocate the required asterisk */
.nu-lightning-wrapper .uiBlock .bBody .inputHeader .required{
	margin-right: auto;
	margin-left: auto;
}

/*CSS to add padding to radio button inputs within a flow in Community Hub*/
.flowruntimeRadioButtonInput .bBody .slds-form-element__control{
    padding-top: 25px;
}

/*CSS to modify the Company Roster page*/
#j_id0:j_id1:j_id2:j_id3:j_id164 {
    flex-wrap: nowrap;
}

/*CSS to modify the Expiration Dates Selection on Checkout Page*/
.m-cc-exp-field {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
    padding-right: 0px !important;
}

/*CSS to modify the padding of email and password icon containers on Log In page*/
.input-group-addon {
    padding: 0.375rem 2rem .375rem .75rem !important;
}

/*CSS to modify the button styling on hover */
.btn-primary, .btn-primary:hover, .btn-primary:focus, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #237db4;
    border-color: #237db4;
    font-size: 14px;
    border: 1px solid transparent;
    font-weight: 500;
    border-radius: 4.8px;
    transition: all .15s;
    padding: 14px;
}
