.mxc-custom-action .slds-action_item{
    display: flex !important;
    justify-content: center !important;
    text-decoration: none !important;
}
.mxc-custom-action{
    padding: var(--lwc-spacingSmall,0.75rem) 0 var(--lwc-spacingXxSmall,0.25rem) !important;
}


@media only screen and (min-width: 601px) {
    .siteforceThemeLayoutStarter>.body{
          padding: 50px 100px !important;
     }
      
      .mxc-lead-action .slds-modal__container {
         width: 50% !important;
      }
      .mxc-lead-action div[vlocity_ins-omniscriptstep_omniscriptstep_nds], .mxc-lead-action h1[vlocity_ins-omniscriptstep_omniscriptstep_nds]{
          max-width: 100% !important;
          width: 100% !important;
      }
      .mxc-lead-action .nds-page-header__title{
          max-width: 100% !important;
          width: 100% !important;
      }
  }
  
  @media only screen and (max-width: 600px) {
      .siteforceThemeLayoutStarter>.body{
          padding: 10px !important;
      }
  }
  
  .mxc-review-btn{
      bottom: 0 !important;
      margin: 20px !important;
      position: fixed !important;
      right: 0 !important;
      z-index: 9999 !important;
  }
  
  .mxc-review-form .os-step-label {
      color: var(--lwc-dxpGBrand,rgb(0, 83, 204)) !important;
      text-align: left !important;
  }
  
  .mxc-review-form .vlc-separator {
      display: none !important;
  }

/* -----------------------------------------------------------------------------

  COMPENENTS - RATING
  
----------------------------------------------------------------------------- */
.c-rating {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .c-rating .c-rating__item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 24px !important;
        -ms-flex: 0 0 24px !important;
            flex: 0 0 24px !important;
    height: 24px !important;
    background-position: 0 0 !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' viewBox='0 0 48 24'%3E%3Cpath fill='%23FAB400' d='M45.13 8.978l-5.508-.52c-.348-.033-.646-.252-.79-.583l-1.97-4.783c-.317-.79-1.44-.79-1.752 0l-1.957 4.783c-.13.332-.444.553-.79.584l-5.51.518c-.82.078-1.15 1.106-.535 1.66l4.147 3.645c.27.232.38.582.302.93l-1.245 5.11c-.19.808.678 1.47 1.405 1.042l4.592-2.697c.296-.174.664-.174.96 0l4.592 2.697c.73.427 1.597-.222 1.405-1.04l-1.23-5.112c-.08-.348.034-.695.302-.932l4.146-3.645c.602-.55.254-1.578-.566-1.657zM11.986 3.593l1.93 4.68c.286.66.903 1.114 1.613 1.183l5.433.494-4.076 3.583c-.538.476-.773 1.205-.612 1.916l1.23 5.012-4.518-2.654c-.298-.176-.64-.268-.986-.268s-.687.092-.986.268l-4.49 2.638 1.22-5.01c.16-.707-.08-1.44-.618-1.9l-4.06-3.57 5.388-.508c.73-.066 1.37-.544 1.625-1.2l1.906-4.665m0-1.093c-.36 0-.72.197-.875.592L9.155 7.875c-.13.332-.445.553-.79.584l-5.51.518c-.82.078-1.15 1.106-.535 1.66l4.146 3.645c.27.232.38.582.302.93l-1.245 5.11c-.15.633.35 1.177.925 1.177.16 0 .323-.042.48-.135l4.592-2.697c.148-.087.315-.13.48-.13s.333.043.48.13l4.593 2.697c.16.094.325.135.485.135.572 0 1.07-.535.92-1.175l-1.23-5.112c-.08-.348.034-.695.302-.932l4.147-3.645c.602-.55.254-1.578-.566-1.657l-5.507-.52c-.348-.033-.646-.252-.79-.583l-1.97-4.783c-.16-.395-.52-.592-.878-.592z'/%3E%3C/svg%3E") !important;
  }
  
  .c-rating__item:hover,
  .c-rating__item.is-active {
    background-position: -24px 0 !important;
  }
  
  .readonly .c-rating__item:hover {
    background-position: inherit !important;
  }
  
  .readonly .c-rating__item.is-active:hover {
    background-position: -24px 0 !important;
  }