:root {
    --lqd-body-font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif;
    --lqd-h1-font-family: 'IvyMode', 'Montserrat', 'Be Vietnam Pro', sans-serif;
    --lqd-heading-font-family: var(--lqd-body-font-family);
    --lqd-color-title: #1A1A1A;
}
 
**************************** BASIC FORMATTING ***************************************/
h1{
    font-family: ‘IvyMode’, ‘Be Vietnam Pro’, ‘Arial’, sans-serif;
    font-size: 40px;
    color: rgb(26,26,26);
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    }
   
    h2 {
    font-family: ‘IvyMode’, ‘Be Vietnam Pro’, ‘Arial’, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: rgb(26,26,26);
    letter-spacing: 0.2px;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    }
    h3 {
    font-family: ‘ivypresto-headline’, serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    color: rgb(26,26,26);
    letter-spacing: 0.2px;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    }
   
    p{
    font-family: ‘Montserrat’, ‘Be Vietnam Pro’, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(26,26,26);
    letter-spacing: 0.2px;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    }
 
 
/**************************** CARDS ***************************************/
.general-card {
    background-color: #9C9C9C;
    /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 20%), 0 4px 6px 2px rgb(0 0 0 / 10%); */
    border-radius: 0.5rem;
    padding: 20px 20px 20px 20px !important;
    margin-bottom: 25px !important;
}
 
 
.momco-web-bg {
    background-color: #F4F4F4;
}
.momco-web-card {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
}
 
/**************************** FORM FORMATTING ***************************************/

.general-form-h1 {
	color: #5E5C5C !important;
    font-family: Montserrat, Arial, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
    margin-top: 10px;
}
 
/* placed in a column that contains a form field  */
.general-form-field-margin {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* placed in a column that contains a form field that has multiple fields in a row */
.general-form-field-margin-stacked {
    margin-bottom: 5px;
    margin-top: 5px;
}
 
/* Used to move the right column over a bit so they are close together */
.general-form-input-col2{
    padding-left: 0px;
}
 
.general-captcha-column {
    margin-bottom: 10px;
    margin-top: 10px;
}
 
 
 
.general-form-input {
    background-color: #fff !important;
    color: #9C9C9C !important;
    font-family: Montserrat, Arial, Sans Serif;
}
 
.general-btn-primary{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFFFFF;
    background-color: #ED6847 !important;
    font-family: 'Montserrat', "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight:700;
    letter-spacing: 2.5px;
    line-height: 27.2px;
    padding: 18px 44px;
    margin: 5px 5px;
    text-transform: uppercase;
    border: 2px solid #ED6847;
    border-radius: 35px !important;
    transition-property: transform;
    transition:transform .3s cubic-bezier(.22, .665, .34, .875);
    white-space-collapse: collapse;
}
 
.general-btn-primary-small{
    color: #FFFFFF;
    background-color: #ED6847;
    font-family: 'Montserrat', "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-weight:700;
    letter-spacing: 2.2px;
    line-height: 22px;
    padding: 14px 38px;
    margin: 5px 5px;
    text-transform: uppercase;
    border: 2px solid #ED6847;
    border-radius: 35px !important;
    transition-property: transform;
    transition:transform .3s cubic-bezier(.22, .665, .34, .875);
    white-space-collapse: collapse;
}
 
 
.general-btn-secondary{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ED6847;
    background-color: #FFFFFF;
    font-family: 'Montserrat', "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight:700;
    letter-spacing: 2.5px;
    line-height: 27.2px;
    padding: 18px 44px;
    margin: 5px 5px;
    text-transform: uppercase;
    border: 2px solid #ED6847;
    border-radius: 35px !important;
    transition-property: transform;
    transition:transform .3s cubic-bezier(.22, .665, .34, .875);
    white-space-collapse: collapse;
}

.general-btn-gray{
  margin-top: 15px;
  margin-bottom: 15px;
  color: #FFFFFF;
  background-color: #626262;
  font-family: 'Montserrat', "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight:700;
  letter-spacing: 2.5px;
  line-height: 27.2px;
  padding: 18px 44px;
  margin: 5px 5px;
  text-transform: uppercase;
  border: 2px solid #626262;
  border-radius: 35px !important;
  transition-property: transform;
  transition:transform .3s cubic-bezier(.22, .665, .34, .875);
  white-space-collapse: collapse;
}
 
.general-btn-secondary-small{
    color: #ED6847;
    background-color: #ffffff;
    font-family: 'Montserrat', "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-weight:700;
    letter-spacing: 2.2px;
    line-height: 22px;
    padding: 14px 38px;
    margin: 5px 5px;
    text-transform: uppercase;
    border: 2px solid #ED6847;
    border-radius: 35px !important;
    transition-property: transform;
    transition:transform .3s cubic-bezier(.22, .665, .34, .875);
    white-space-collapse: collapse;
}

.general-btn-gray-small{
  color: #ffffff;
  background-color: #626262;
  font-family: 'Montserrat', "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight:700;
  letter-spacing: 2.2px;
  line-height: 22px;
  padding: 14px 38px;
  margin: 5px 5px;
  text-transform: uppercase;
  border: 2px solid #626262;
  border-radius: 35px !important;
  transition-property: transform;
  transition:transform .3s cubic-bezier(.22, .665, .34, .875);
  white-space-collapse: collapse;
}
 
@media only screen and (min-width: 414px) and (max-width: 767px) {
    .general-btn-primary {
        margin-bottom: 15px;
    }
    .general-btn-secondary {
        margin-bottom: 15px;
    }
    .general-btn-primary-full {
        margin-bottom: 15px;
        width: 100%;
    }
    .general-btn-secondary-full {
        margin-bottom: 15px;
        width: 100%;
    }
}
@media (max-width: 414px) {
  .general-btn-primary {
      margin-bottom: 15px;
  }
  .general-btn-secondary {
      margin-bottom: 15px;
  }
  .general-btn-primary-full {
      margin-bottom: 15px;
      width: 100%;
  }
  .general-btn-secondary-full {
      margin-bottom: 15px;
      width: 100%;
  }
}
 
.momco-headline-h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'IvyMode', 'Montserrat', sans-serif;
  font-weight: 600;
}
 
.btn-link{
    color: #9C9C9C !important;
}
 
 
.general-btn-secondary-icon{
    background-color: #626262;
    color: white;
}
 
 
.general-btn-primary.focus,.general-btn-primary:focus,.general-btn-primary:hover, .general-btn-primary:disabled .general-btn-primary-small.focus,.general-btn-primary-small:focus,.general-btn-primary-small:hover, .general-btn-primary-small:disabled {
    box-shadow: 1px 8px 40px 5px rgba(0,0,0,.1);
    color: white;
    background-color: #e94820 !important;
    border-color: #e94820 !important;
}
 
.general-btn-secondary.focus,.general-btn-secondary:focus,.general-btn-secondary:hover, .general-btn-secondary:disabled .general-btn-secondary-small.focus,.general-btn-secondary-small:focus,.general-btn-secondary-small:hover, .general-btn-secondary-small:disabled {
    box-shadow: 1px 8px 40px 5px rgba(0,0,0,.1);
    color: #e94820;
    border-color: #e94820;
    background-color: #FFFFFF;
}

.general-btn-gray.focus,.general-btn-gray:focus,.general-btn-gray:hover, .general-btn-gray.focus,.general-btn-gray:focus,.general-btn-gray:hover, .general-btn-gray:disabled {
  box-shadow: 1px 8px 40px 5px rgba(0,0,0,.1);
  color: #FFFFFF;
  border-color: #626262;
  background-color: #626262;
}

.general-btn-gray-small.focus,.general-btn-gray-small:focus,.general-btn-gray-small:hover, .general-btn-gray-small.focus,.general-btn-gray-small:focus, .general-btn-gray-small:disabled {
  box-shadow: 1px 8px 40px 5px rgba(0,0,0,.1);
  color: #FFFFFF;
  border-color: #626262;
  background-color: #626262;
}
 
 
/* MDBootstrap doesn't do formatting on DDL for errors for some reason, so we do it here  */
.general-ddl-error {
    box-shadow: 0 0 0 1px rgb(249 49 84);
    margin-bottom: 1rem;
   
}
 
.general-card-menu-ellipsis {
    float: right;
    width: 25px;
    margin-right: 5px;
}
 
.general-card-menu-icon {
    color: #CCCCCC;
    margin-right: 7px;
}
 
 
    /*********************** HIJACKING THE MDB BOOTSTRAP TO MAKE FORM FIELDS HAVE PROPER BORDER COLOR RATHER THAN THEIR ROYAL BLUE *********************/
 
    .form-outline .form-control~.form-label {
        color: #9C9C9C !important
    }
    .form-outline .form-control:focus ~ .form-label {
        color: #9C9C9C !important
    }
    .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
        border-color: #cccccc !important;
        box-shadow: -1px 0 0 0 transparent, 0 1px 0 0 #cccccc, 0 -1px 0 0 transparent !important
    }
    .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
        border-color: #cccccc !important;
        box-shadow: -1px 0 0 0 #cccccc, 0 1px 0 0 #cccccc, 0 -1px 0 0 #cccccc !important
    }
    .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
        border-color: #cccccc !important;
        box-shadow: 1px 0 0 0 #cccccc, 0 -1px 0 0 #cccccc, 0 1px 0 0 #cccccc !important
    }
 
 
    .form-select:focus {
      border-color: #cccccc !important;
      /*outline: 0;*/
      box-shadow: inset 0 0 0 1px #9C9C9C !important
    }
    .form-check-input:checked {
      border-color: #cccccc !important
    }
    .form-check-input:checked:focus {
      border-color: #cccccc !important
    }
    .form-check-input:checked:focus:before {
      box-shadow: 0 0 0 13px #9C9C9C !important;
      /*transform: scale(1);
      transition: box-shadow .2s, transform .2s*/
    }
    .form-check-input:indeterminate:focus:before {
      box-shadow: 0 0 0 13px #9C9C9C !important
    }
    .form-check-input[type=checkbox]:checked {
      /*background-image: none;*/
      background-color: #9C9C9C !important
    }
    .form-check-input[type=checkbox]:checked:focus {
      background-color: #9C9C9C !important
    }
    .form-check-input[type=checkbox]:indeterminate {
      border-color: #cccccc !important
    }
    .form-check-input[type=radio]:checked:after {
      border-color: #cccccc !important;
      background-color: #9C9C9C !important;
    }
    .form-switch .form-check-input:checked:focus:before {
      box-shadow: 3px -1px 0 13px #9C9C9C !important;
    }
    .form-switch .form-check-input:checked[type=checkbox]:after {
      background-color: #9C9C9C !important;
    }
    .input-group > .form-control:focus {
 
      border-color: #cccccc !important;
      box-shadow: inset 0 0 0 1px #9C9C9C !important;
    }
    .datepicker-cell.selected .datepicker-cell-content {
      background-color: #9C9C9C !important;
    }
    .buttons-container {
        background-color: #9C9C9C !important;
    }
    .timepicker-head {
      background-color: #9C9C9C !important;
    }
    .timepicker-time-tips-hours.active, .timepicker-time-tips-inner.active, .timepicker-time-tips-minutes.active {
 
        background-color: #9C9C9C !important;
    }
    .timepicker-hand-pointer {
        background-color: #9C9C9C !important;
    }
    .timepicker-circle {
        border: 14px solid #cccccc !important;
    }
    .timepicker-middle-dot {
        background-color: #9C9C9C !important;
    }
    .timepicker-button {
        color: #9C9C9C !important
    }
    .timepicker-button.timepicker-submit.timepicker-submit-inline
    {
      color: #cccccc !important
    }
    .datetimepicker-toggle-button:focus, .datetimepicker-toggle-button:hover, .timepicker-input:focus + .timepicker-toggle-button, .timepicker-input:focus + .timepicker-toggle-button i, .timepicker-toggle-button:focus, .timepicker-toggle-button:hover {
      color: #9C9C9C !important
    }
    .datetimepicker-toggle-button:focus, .datetimepicker-toggle-button:hover {
      color: #9C9C9C !important
    }
    .datepicker-header {
      background-color: #9C9C9C !important
    }
    .datepicker-toggle-button:focus, .datepicker-toggle-button:hover {
      color: #9C9C9C !important
    }
    .datepicker-footer-btn{
        color: #9C9C9C !important
    }
    .select-arrow {
        color: #cccccc !important;
    }
    .select-input{
        background-color: #fff   !important;
        color: #9C9C9C !important
    }
    .select-input.focused ~ .select-arrow {
      color: #9C9C9C !important
    }
    .select-clear-btn:focus {
      color: #9C9C9C !important;
    }
    .select-input.focused ~ .select-label {
      color: #9C9C9C !important
    }
    .select-input.focused ~ .form-notch .form-notch-leading {
      border-top: 2px solid #cccccc !important;
      border-bottom: 2px solid #cccccc !important;
      border-left: 2px solid #cccccc !important;
    }
    .select-input.focused ~ .form-notch .form-notch-middle {
      border-color: #cccccc !important;
        box-shadow: -1px 0 0 0 transparent, 0 1px 0 0 #cccccc, 0 -1px 0 0 transparent !important
    }
    .select-input.focused ~ .form-notch .form-notch-trailing {
      border-color: currentcolor currentcolor currentcolor #cccccc !important;
      border-bottom: 2px solid #cccccc !important;
      border-right: 2px solid #cccccc !important;
      border-top: 2px solid #cccccc !important;
    }
 
 
    .form-outline .form-control:focus~.form-label {
            color: #cccccc !important
    }
 
    .form-outline .form-control:focus~.form-notch .form-notch-middle {
        border-top: transparent !important
    }
 
    @media screen and (max-width: 600px) {
        .momco-headline-h1 {
            font-size: 40px;
        }
    }
    .error-message {
      color: red;
      font-size: 0.75em; /* Adjust font size as needed */
      margin-top: -5px;
      margin-bottom: 5px;
      display: block;
  }
 