.navbar {
	min-height: 60px;
}

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

/* 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 make radio button option to show in community hub*/
.slds-scope .slds-radio .slds-form-element__label {
    font-weight: normal;
    font-size: 1rem !important;
}

/*CSS increase the width of the Radio butoon option text*/
.nu-lightning-wrapper .uiBlock .bBody .slds-form-element__control .slds-radio {
    width : 75%;
}

.flowruntimeRichTextWrapper .uiOutputRichText {
    font-size: 1rem !important;
}
.slds-form-element__label.slds-rich-text-editor__output[flowruntime-inputWrapper2_inputWrapper2]{
    font-size : 1rem;
}

.slds-scope .slds-form_compound .slds-form-element__row .slds-form-element__label{
    font-size : 1rem;
}

.slds-scope .slds-no-flex {
     font-size: 1rem;
}
.slds-scope .slds-form-element__label{
     font-size: 1rem !important;
}
/*CSS to update text color of Buttons on My Schedule Page*/
.m-paging-nav .pagination > .active > a, .m-paging-nav .pagination > .active > a:focus, .m-paging-nav .pagination > .active > a:hover, .m-paging-nav .pagination > .active > span, .m-paging-nav .pagination > .active > span:focus, .m-paging-nav .pagination > .active > span:hover, .btn-group > .m-btn-selected, .btn-group > .m-btn-selected:hover, .btn-group > .m-btn-selected:focus {
    color: #FFF !important;
}

.btn-default {
    color: #5c7995 !important;
}

.header-topper {
    display: none;
}

/* Fix for flow overflowing fields after Spring '24 release. */
flowruntime-lwc-field > div {
    max-width: 100%;
}