@font-face {
  font-family: 'GDSage-Bold';
  src: url('/s/sfsites/c/resource/goDaddyLightning/fonts/GDSage-Bold.otf');
}

@font-face {
  font-family: 'GDSage-Medium';
  src: url('/s/sfsites/c/resource/goDaddyLightning/fonts/GDSage-Medium.otf');
}

@font-face {
  font-family: 'GDSherpa-Bold';
  src: url('/s/sfsites/c/resource/goDaddyLightning/fonts/GDSherpa-Bold.otf');
}

@font-face {
  font-family: 'GDSherpa-Light';
  src: url('/s/sfsites/c/resource/goDaddyLightning/fonts/GDSherpa-Light.otf');
}

@font-face {
  font-family: 'GDSherpa-Medium';
  src: url('/s/sfsites/c/resource/goDaddyLightning/fonts/GDSherpa-Medium.otf');
}

@font-face {
  font-family: 'GDSherpa-Regular';
  src: url('/s/sfsites/c/resource/goDaddyLightning/fonts/GDSherpa-Regular.otf');
}

@font-face {
  font-family: 'GDSherpa-Semibold';
  src: url('/s/sfsites/c/resource/goDaddyLightning/fonts/GDSherpa-Semibold.otf');
}

/* *************** Modals *************** */

.uiPanel.open,
.uiModal.forceModal.open.active {
	z-index: 9999 !important;
}

.forceMobileOverlay .lightningInputRichText .ql-editor p, 
.forceMobileOverlay .lightningInputRichText .ql-editor ol, 
.forceMobileOverlay .lightningInputRichText .ql-editor ul, 
.forceMobileOverlay .lightningInputRichText .ql-editor pre, 
.forceMobileOverlay .lightningInputRichText .ql-editor blockquote {
  font-size: 16px;
}

.forceMobileOverlay .forceChatterPublisherVisibilityWrapper {
  padding-bottom: 1rem;
}


.forceMobileOverlay .cuf-publisherShareButton {
  font-family: 'GDSherpa-Bold', sans-serif;
}

.uiPanel--medium .panel-header button, 
.uiPanel--default .panel-header button {
  color:  #09757a !important;
}


.uiPanel--medium .panel-header button:disabled, 
.uiPanel--default .panel-header button:disabled {
  color:  #9e9e9e !important;
}

.slds-button.cuf-addChoiceButton {
    transition: 0.25s ease-in-out;
    font-family: 'GDSherpa-Semibold', sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.0125rem;
    padding: 0.18rem 1.8rem;
    border-radius: 0;
}

.slds-button.cuf-addChoiceButton:not([disabled]),
.slds-button.cuf-addChoiceButton:not(:disabled) {
    background-color: #fff;
    color: #111;
    border: 0.0625rem solid #111;
}

.slds-button.cuf-addChoiceButton:not([disabled]):hover,
.slds-button.cuf-addChoiceButton:not(:disabled):hover {
    background-color: #edf3fa;
}

.slds-button.cuf-addChoiceButton[disabled],
.slds-button.cuf-addChoiceButton:disabled {
    background-color: rgba(245, 245, 245, 0.4);
}

.forceMobileOverlay .panel-header button:first-of-type {
  font-family: 'GDSherpa-Bold', sans-serif;
}
