*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: normal; }

@font-face {
  font-family: Manrope;
  src: url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Bold.woff2") format("woff2"), url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }
@font-face {
  font-family: Manrope;
  src: url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-SemiBold.woff2") format("woff2"), url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap; }
@font-face {
  font-family: Manrope;
  src: url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Medium.woff2") format("woff2"), url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: Manrope;
  src: url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Regular.woff2") format("woff2"), url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: Manrope, sans-serif;
  src: url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Light.woff2") format("woff2"), url("https://www.ramco.com/hubfs/payce-website--2024/font/Manrope-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }
.flex-center, .r-input-form-group .icon-group {
  display: flex;
  align-items: center; }

.flex-start {
  display: flex;
  align-items: flex-start; }

.flex-space-between {
  display: flex;
  justify-content: space-between; }

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.flex-center-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-center-space-even {
  display: flex;
  align-items: center;
  justify-content: space-evenly; }

.inline-flex-center {
  display: inline-flex;
  align-items: center; }

.inline-flex-start {
  display: inline-flex;
  align-items: flex-start; }

.inline-flex-center-center {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.inline-flex-center-start {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; }

.inline-flex-center-space-between {
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

@media (max-width: 768px) {
  .mob-flex-end {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column; } }
@keyframes rotation {
  0% {
    transform: rotate(0); }
  10% {
    transform: rotate(30deg); }
  20% {
    transform: rotate(0); }
  80% {
    transform: rotate(0); }
  90% {
    transform: rotate(-30deg); }
  100% {
    transform: rotate(0); } }
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0); }
  10% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; }
  100% {
    opacity: 0; } }
html {
  font-size: 100%; }

body {
  font-size: 0.813rem;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .theme-payce body {
    font-family: "Manrope", sans-serif; }
  .theme-payce-dark body {
    font-family: "Manrope", sans-serif; }
  @media (max-width: 767px) {
    body {
      padding-right: 0px;
      padding-left: 0px; } }
  body::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  body::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #101828;
  line-height: 1.3; }

p {
  font-size: 0.813rem;
  line-height: 1.6; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.headline1 {
  font-size: 2rem; }

.headline2 {
  font-size: 1.5rem; }

.subtitle1 {
  font-size: 1.3rem !important;
  font-weight: 500; }

.subtitle2 {
  font-size: 1rem; }

.body {
  font-size: 1rem; }

.caption {
  font-size: 0.813rem; }

.overline {
  font-size: 0.625rem; }

.theme-payce .primary {
  color: #0073e6; }
.theme-payce-dark .primary {
  color: #0073e6; }

.theme-payce .successalert {
  color: #12b76a !important; }
.theme-payce-dark .successalert {
  color: #12b76a !important; }

.theme-payce .infoalert {
  color: #4264cc !important; }
.theme-payce-dark .infoalert {
  color: #4264cc !important; }

.theme-payce .warningalert {
  color: #f79009 !important; }
.theme-payce-dark .warningalert {
  color: #f79009 !important; }

.theme-payce .dangeralert {
  color: !important; }
.theme-payce-dark .dangeralert {
  color: !important; }

.closedalert {
  color: #0353a4; }

.theme-payce .primary-bg {
  background: #0073e6 !important; }
.theme-payce-dark .primary-bg {
  background: #0073e6 !important; }

.theme-payce .successalert-bg {
  background: #12b76a !important; }
.theme-payce-dark .successalert-bg {
  background: #12b76a !important; }

.theme-payce .infoalert-bg {
  background: #4264cc !important; }
.theme-payce-dark .infoalert-bg {
  background: #4264cc !important; }

.theme-payce .warningalert-bg {
  background: #f79009 !important; }
.theme-payce-dark .warningalert-bg {
  background: #f79009 !important; }

.theme-payce .dangeralert-bg {
  background: #f04438 !important; }
.theme-payce-dark .dangeralert-bg {
  background: #f04438 !important; }

.theme-payce .rxdorange100 {
  background: #ffead5 !important; }
.theme-payce-dark .rxdorange100 {
  background: #ffead5 !important; }

.closedalert-bg {
  background: #0353a4; }

.white-bg {
  background: #ffffff !important; }

.info11-bg {
  background-color: #f8f9fc !important; }

.indigo-600 {
  color: #444ce7 !important; }

.turquoise-600 {
  color: #1e9288 !important; }

.turquoise-500 {
  color: #27bfb3 !important; }

.theme-payce .info4 {
  color: #2c49a3 !important; }
.theme-payce-dark .info4 {
  color: #2c49a3 !important; }

.theme-payce .info6 {
  color: #5c79d3 !important; }
.theme-payce-dark .info6 {
  color: #5c79d3 !important; }

.theme-payce .Orange-700 {
  color: #C4320A !important; }
.theme-payce-dark .Orange-700 {
  color: !important; }

.theme-payce .grey1 {
  color: #101828 !important; }
.theme-payce-dark .grey1 {
  color: #101828 !important; }

.theme-payce .grey2 {
  color: #1d2939 !important; }
.theme-payce-dark .grey2 {
  color: #1d2939 !important; }

.theme-payce .grey3 {
  color: #344054 !important; }
.theme-payce-dark .grey3 {
  color: #344054 !important; }

.theme-payce .grey4 {
  color: #475467 !important; }
.theme-payce-dark .grey4 {
  color: #98a2b3 !important; }

.theme-payce .grey5 {
  color: #667085 !important; }
.theme-payce-dark .grey5 {
  color: #667085 !important; }

.theme-payce .grey6 {
  color: #98a2b3 !important; }
.theme-payce-dark .grey6 {
  color: #98a2b3 !important; }

.theme-payce .grey8 {
  color: !important; }
.theme-payce-dark .grey8 {
  color: !important; }

.theme-payce .bluegrey1 {
  color: #101323 !important; }
.theme-payce-dark .bluegrey1 {
  color: #101323 !important; }

.theme-payce .bluegrey2 {
  color: #293056 !important; }
.theme-payce-dark .bluegrey2 {
  color: #293056 !important; }

.theme-payce .bluegrey3 {
  color: #363f72 !important; }
.theme-payce-dark .bluegrey3 {
  color: #363f72 !important; }

.theme-payce .bluegrey4 {
  color: #3e4784 !important; }
.theme-payce-dark .bluegrey4 {
  color: #3e4784 !important; }

.theme-payce .bluegrey5 {
  color: #4e5ba6 !important; }
.theme-payce-dark .bluegrey5 {
  color: #4e5ba6 !important; }

.theme-payce .bluegrey6 {
  color: #717bbc !important; }
.theme-payce-dark .bluegrey6 {
  color: #717bbc !important; }

.theme-payce .bluegrey7 {
  color: #afb5d9 !important; }
.theme-payce-dark .bluegrey7 {
  color: #afb5d9 !important; }

.theme-payce .bluegrey8 {
  color: #d5d9eb !important; }
.theme-payce-dark .bluegrey8 {
  color: #d5d9eb !important; }

.theme-payce .bg-grey1 {
  background: #101828 !important; }
.theme-payce-dark .bg-grey1 {
  background: #101828 !important; }

.theme-payce .bg-grey2 {
  background: #1d2939 !important; }
.theme-payce-dark .bg-grey2 {
  background: #1d2939 !important; }

.theme-payce .bg-grey3 {
  background: #344054 !important; }
.theme-payce-dark .bg-grey3 {
  background: #344054 !important; }

.theme-payce .bg-grey4 {
  background: #475467 !important; }
.theme-payce-dark .bg-grey4 {
  background: #98a2b3 !important; }

.theme-payce .bg-grey5 {
  background: #667085 !important; }
.theme-payce-dark .bg-grey5 {
  background: #667085 !important; }

.theme-payce .bg-grey6 {
  background: #98a2b3 !important; }
.theme-payce-dark .bg-grey6 {
  background: #98a2b3 !important; }

.bg-lightgrey {
  background: #f8f8f8 !important; }

.bg-culturedwhite3 {
  background: #f7f9fb; }

.theme-payce .color-primary {
  color: #0073e6 !important; }
.theme-payce-dark .color-primary {
  color: #0073e6 !important; }

.theme-payce .color-secondary {
  color: #ffffff !important; }
.theme-payce-dark .color-secondary {
  color: #667085 !important; }

.theme-payce .color-danger {
  color: #f04438 !important; }
.theme-payce-dark .color-danger {
  color: #f04438 !important; }

.theme-payce .color-success {
  color: #12b76a !important; }
.theme-payce-dark .color-success {
  color: #12b76a !important; }

.color-light {
  color: #fafafa !important; }

.color-dark {
  color: #444444 !important; }

.color-amber {
  color: #f7931b !important; }

.color-customblue {
  color: #0058af !important; }

.bg-primary {
  background-color: #0073e6 !important;
  color: #ffffff !important; }
  .bg-primary:hover {
    background-color: #045ba7 !important; }

.bg-secondary {
  background-color: #ffffff !important;
  color: #444444 !important; }
  .bg-secondary:hover {
    background-color: #fafafa !important; }

.bg-danger {
  background-color: #cb4b4b !important;
  color: #ffffff !important; }
  .bg-danger:hover {
    background-color: #9e3434 !important; }

.bg-success {
  background-color: #4bcb82 !important;
  color: #ffffff !important; }
  .bg-success:hover {
    background-color: #329b5f !important; }

.bg-light {
  background-color: #fafafa !important;
  color: #444444 !important; }
  .bg-light:hover {
    background-color: #ffffff !important; }

.bg-dark {
  background-color: #444444 !important;
  color: #ffffff !important; }
  .bg-dark:hover {
    background-color: #222222 !important; }

.bg-amber-outline {
  background-color: #f79f36 !important;
  color: #f7931b !important;
  border: 1px solid #f7931b !important; }
  .bg-amber-outline:hover {
    background-color: #f7931b !important;
    color: #ffffff !important; }

.bg-primary-outline {
  background-color: #ffffff !important;
  color: #00adef !important;
  border: 1px solid #aaa !important;
  box-shadow: 0 0 0 transparent !important; }
  .bg-primary-outline:hover {
    text-decoration: underline; }

.pointer {
  cursor: pointer !important; }

.cursor-default {
  cursor: default !important; }

.r-caption.pointer {
  cursor: pointer !important; }

.bg-red {
  background-color: #ff6d6d !important; }

.bg-purple {
  background-color: #baaeff !important; }

.bg-green {
  background-color: #aeffce !important; }

.white-bg,
.bg-white {
  background: #ffffff !important; }

.error-600 {
  color: #d92d20; }

.pointer {
  cursor: pointer; }

.cursor-text {
  cursor: text; }

.cursor-default {
  cursor: default; }

.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed !important; }

.wd-100, .hr-custom, .hr-l, .container-wrapper, .hr-custom-one-s, .r-input-form-group .r-input-form-control, .r-input-wrapper {
  width: 100%;
  float: left; }

.wd-50 {
  width: 50%;
  float: left; }

.wd-auto {
  width: auto; }

.hr-custom {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 0px; }
  .theme-payce .hr-custom {
    border-bottom: 1px solid #eaecf0; }
  .theme-payce-dark .hr-custom {
    border-bottom: 1px solid #1d2939; }

.hr-l {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 0px; }
  .theme-payce .hr-l {
    border-bottom: 1px solid #eaecf0; }
  .theme-payce-dark .hr-l {
    border-bottom: 1px solid #1d2939; }

.right,
.f-right {
  float: right; }

.left,
.f-left {
  float: left; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.column-gap-two-s {
  column-gap: 1rem; }

.theme-payce .br-1 {
  border-right: 1px solid #eaecf0; }
.theme-payce-dark .br-1 {
  border-right: 1px solid #1d2939; }
@media (max-width: 767px) {
  .br-1 {
    border-right: 0px; } }

.theme-payce .bt-1 {
  border-top: 1px solid #eaecf0; }
.theme-payce-dark .bt-1 {
  border-top: 1px solid #1d2939; }

.theme-payce .bb-1 {
  border-bottom: 1px solid #eaecf0; }
.theme-payce-dark .bb-1 {
  border-bottom: 1px solid #1d2939; }

.theme-payce .bl-1 {
  border-left: 1px solid #eaecf0; }
.theme-payce-dark .bl-1 {
  border-left: 1px solid #1d2939; }

.bb-0 {
  border-bottom: 0 !important; }

.b-0 {
  border: 0px; }

.theme-payce .b-1 {
  border: 1px solid #eaecf0 !important; }
.theme-payce-dark .b-1 {
  border: 1px solid #1d2939 !important; }

.p-8,
.p-one-s {
  padding: 0.5rem; }

.p-two-s {
  padding: 1rem; }

.p-three-s {
  padding: 1.5rem !important; }

.p-six-s {
  padding: 3rem !important; }

.pr-half-s {
  padding-right: 0.25rem !important; }

.pr-one-s {
  padding-right: 0.5rem; }

.pr-two-s {
  padding-right: 1rem; }

.pr-two-half-s {
  padding-right: 1.25rem; }

.pr-four-s {
  padding-right: 2rem !important; }

.pr-six-s {
  padding-right: 3rem !important; }

.pl-half-s {
  padding-left: 0.25rem !important; }

.pl-one-s {
  padding-left: 0.5rem; }

.pl-one-half-s {
  padding-left: 0.75rem; }

.pl-two-s {
  padding-left: 1rem; }

.pl-two-half-s {
  padding-left: 1.25rem !important; }

.pl-three-s {
  padding-left: 1.5rem; }

.pr-three-s {
  padding-right: 1.5rem; }

.pl-four-s {
  padding-left: 2rem !important; }

.pl-four-half-s {
  padding-left: 2.25rem !important; }

.pl-six-s {
  padding-left: 3rem !important; }

.pr-four-s {
  padding-right: 2rem !important; }

.pb-half-s {
  padding-bottom: 0.25rem !important; }

.pb-one-s {
  padding-bottom: 0.5rem !important; }

.pb-one-half-s {
  padding-bottom: 0.75rem !important; }

.pr-one-half-s {
  padding-right: 0.75rem !important; }

.pt-quarter-s {
  padding-top: 0.125rem !important; }

.pt-half-s {
  padding-top: 0.25rem !important; }

.pt-one-s {
  padding-top: 0.5rem !important; }

.pt-three-s {
  padding-top: 1.5rem !important; }

.pt-one-half-s {
  padding-top: 0.75rem !important; }

.pt-two-s {
  padding-top: 1rem !important; }

.pb-one-half-s {
  padding-bottom: 0.75rem !important; }

.pb-two-s {
  padding-bottom: 1rem !important; }

.pb-three-s {
  padding-bottom: 1.5rem !important; }

.pb-six-s {
  padding-bottom: 3rem !important; }

.margin-two-s {
  margin: 1rem; }

.mb-quarter-s {
  margin-bottom: 0.125rem; }

.mb-half-s {
  margin-bottom: 0.25rem; }

.mb-one-s {
  margin-bottom: 0.5rem; }

.mb-one-half-s {
  margin-bottom: 0.75rem; }

.mb-one-three-s {
  margin-bottom: 0.875rem !important; }

.mb-two-s {
  margin-bottom: 1rem; }

.mb-two-half-s {
  margin-bottom: 1.25rem; }

.mb-three-s {
  margin-bottom: 1.5rem; }

.mb-four-s {
  margin-bottom: 2rem; }

.mb-five-s {
  margin-bottom: 2.5rem; }

.mb-six-s {
  margin-bottom: 3rem; }

.mb-ten-s {
  margin-bottom: 5rem; }

.mt-quarter-s {
  margin-top: 0.125rem; }

.mt-half-s {
  margin-top: 0.25rem; }

.mt-one-s {
  margin-top: 0.5rem; }

.mt-one-half-s {
  margin-top: 0.75rem; }

.mt-two-s {
  margin-top: 1rem; }

.mt-two-half-s {
  margin-top: 1.25rem; }

.mt-three-s {
  margin-top: 1.5rem; }

.mt-three-half-s {
  margin-top: 1.625rem; }

.mt-four-s {
  margin-top: 2rem; }

.mt-five-s {
  margin-top: 2.5rem; }

.mt-six-s {
  margin-top: 3rem; }

.mt-ten-s {
  margin-top: 5rem; }

.mt-twelve-s {
  margin-top: 6.25rem; }

.mt-120 {
  margin-top: 120px; }

.ml-quarter-s {
  margin-left: 0.125rem; }

.ml-half-s {
  margin-left: 0.25rem; }

.ml-one-s {
  margin-left: 0.5rem; }

.ml-one-half-s {
  margin-left: 0.75rem; }

.ml-one-three-s {
  margin-left: 0.875rem; }

.ml-two-s {
  margin-left: 1rem; }

.ml-two-half-s {
  margin-left: 1.25rem; }

.ml-three-s {
  margin-left: 1.5rem; }

.ml-three-half-s {
  margin-left: 1.625rem; }

.ml-four-s {
  margin-left: 2rem; }

.ml-60-s {
  margin-left: 3.75rem; }

.mr-half-s {
  margin-right: 0.25rem; }

.mr-one-s {
  margin-right: 0.5rem; }

.mr-one-half-s {
  margin-right: 0.75rem; }

.mr-one-three-s {
  margin-right: 0.875rem; }

.mr-two-s {
  margin-right: 1rem; }

.mr-two-half-s {
  margin-right: 1.25rem; }

.mr-three-s {
  margin-right: 1.5rem; }

.mr-four-s {
  margin-right: 2rem; }

.mr-five-s {
  margin-right: 2rem; }

.pre-wrap {
  white-space: pre-wrap; }

.simple-link {
  font-size: 0.813rem;
  color: #1d2939; }

.font-xxs {
  font-size: 0.625rem; }

.font-xxxs, .custom-list-labelheader .label-subcontent .r-caption, .LeaveApproval-Listview .label-subcontent .r-caption {
  font-size: 0.6875rem; }

.font-xs, .custom-list-labelheader .header, .LeaveApproval-Listview .header {
  font-size: 0.75rem; }

.font-s, .custom-list-labelheader .label-content .r-caption, .LeaveApproval-Listview .label-content .r-caption {
  font-size: 0.813rem !important; }

.font-m, .table_header_font_m th {
  font-size: 0.9rem !important; }

.font-r {
  font-size: 1rem !important; }

.font-rm {
  font-size: 1.125rem !important; }

.font-l {
  font-size: 1.3rem !important; }

.font-xl {
  font-size: 1.5rem !important; }

.font-xxl {
  font-size: 2rem !important; }

.font-head {
  font-size: 4rem !important; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-medium, .custom-list-labelheader .header, .LeaveApproval-Listview .header {
  font-weight: 500 !important; }

.font-semibold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700; }

.font-black {
  font-weight: 900; }

.allcaps {
  text-transform: uppercase; }

.client-Logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.footer-section {
  display: flex;
  flex-flow: row wrap; }

.footer-icons {
  display: flex;
  flex-direction: column;
  align-items: center; }

.align-icons {
  display: flex;
  justify-content: center; }

.align-footer-text {
  display: flex;
  justify-content: flex-end; }

.copyright-text {
  text-align: center; }

.slider-section {
  display: block; }

.mobile-chia-ai-slider,
.mobile-implementation-slider,
.mobile-dhr-slider,
.mobile-Bgo-slider,
.mobile-payworkspace-slider,
.mobile-partners-slider {
  display: none; }

.employee-workspace-section,
.join-us-section {
  display: flex;
  flex-flow: row wrap; }

@media (max-width: 1000px) {
  .tab-no-padding {
    padding: 0 !important; }

  .tab-no-margin {
    margin: 0; }

  .tab-pr-one-s {
    padding-right: 0.5rem !important; }

  .tab-pb-three-s {
    padding-bottom: 1.5rem !important; }

  .tab-pb-three-s {
    padding-bottom: 1.5rem !important; }

  .tab-pl-one-s {
    padding-left: 0.5rem !important; }

  .tab-mt-one-s {
    margin-top: 0.5rem; }

  .tab-mt-one-three-s {
    margin-top: 0.875rem; }

  .tab-mt-two-s {
    margin-top: 1rem; }

  .tab-mt-three-s {
    margin-top: 1.5rem; }

  .tab-mt-four-s {
    margin-top: 2rem; }

  .tab-mt-five-s {
    margin-top: 2rem; }

  .tab-mb-half-s {
    margin-bottom: 0.25rem; }

  .tab-mb-one-s {
    margin-bottom: 0.5rem; }

  .tab-mr-two-s {
    margin-right: 1rem; }

  .tab-ml-two-s {
    margin-left: 1rem; }

  .tab-mb-two-s {
    margin-bottom: 1rem; }

  .tab-mb-three-s {
    margin-bottom: 1.5rem; }

  .tab-mb-four-s {
    margin-bottom: 2rem; }

  .tab-mt-0 {
    margin-top: 0; }

  .slider-section {
    display: none; }

  .mobile-chia-ai-slider,
  .mobile-implementation-slider,
  .mobile-dhr-slider,
  .mobile-Bgo-slider,
  .mobile-payworkspace-slider,
  .mobile-partners-slider {
    display: block; }

  .chia-slider,
  .implementation-slider,
  .dhr-slider,
  .Bgo-slider,
  .payworkspace-slider,
  .p {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 3rem; }

  .client-Logo {
    justify-content: flex-start;
    align-items: flex-start; }
    .client-Logo img, .client-Logo object, .client-Logo svg {
      height: 80px; } }
@media (max-width: 768px) {
  .mob-no-padding {
    padding: 0 !important; }

  .mob-no-margin {
    margin: 0; }

  .mob-pr-one-s {
    padding-right: 0.5rem !important; }

  .mob-pb-three-s {
    padding-bottom: 1.5rem !important; }

  .mob-pb-three-s {
    padding-bottom: 1.5rem !important; }

  .mob-pl-one-s {
    padding-left: 0.5rem !important; }

  .mob-mt-one-s {
    margin-top: 0.5rem; }

  .mob-mt-one-three-s {
    margin-top: 0.875rem; }

  .mob-mt-two-s {
    margin-top: 1rem; }

  .mob-mt-four-s {
    margin-top: 2rem; }

  .mob-mt-five-s {
    margin-top: 2.5rem; }

  .mob-mb-half-s {
    margin-bottom: 0.25rem; }

  .mob-mb-one-s {
    margin-bottom: 0.5rem; }

  .mob-mr-two-s {
    margin-right: 1rem; }

  .mob-ml-two-s {
    margin-left: 1rem; }

  .mob-mb-two-s {
    margin-bottom: 1rem; }

  .mob-mb-three-s {
    margin-bottom: 1.5rem; }

  .mob-mb-four-s {
    margin-bottom: 2rem; }

  .mob-mt-0 {
    margin-top: 0; }

  .mob-mb-0 {
    margin-bottom: 0; }

  .slider-section {
    display: none; }

  .mobile-chia-ai-slider,
  .mobile-implementation-slider,
  .mobile-dhr-slider,
  .mobile-Bgo-slider,
  .mobile-payworkspace-slider,
  .mobile-partners-slider {
    display: block; }

  .chia-slider,
  .implementation-slider,
  .dhr-slider,
  .Bgo-slider,
  .payworkspace-slider,
  .partner-slider {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 3rem; }

  .mobile-slidep {
    font-size: 1rem;
    font-weight: 400;
    color: #667085 !important;
    text-align: center; }

  .slider-image img, .slider-image object, .slider-image svg {
    width: 100%;
    height: 100%;
    object-fit: contain; }

  .footer-section {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start; }

  .copyright-text {
    text-align: left; }

  .footer-icons {
    align-items: flex-start; }
    .footer-icons .social-icons {
      justify-content: start !important; }

  .align-footer-text {
    justify-content: flex-start; }

  .employee-workspace-section,
  .join-us-section {
    display: flex;
    flex-flow: column nowrap; } }
.mh-auto {
  min-height: auto; }

.mh-2l {
  min-height: 38px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mh-26 {
  min-height: 26px; }

.img-wrapper {
  width: 100%; }
  .img-wrapper img, .img-wrapper object, .img-wrapper svg {
    width: auto;
    max-width: 100%; }

.nodata-wrapper {
  width: 100%;
  height: calc(100vh - 61px - 41px - 16px - 16px - 40px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .nodata-wrapper .nodata-panel {
    max-width: 400px; }

[class^='icfont_'] {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.equal-row-height {
  display: flex;
  flex-wrap: wrap; }
  .equal-row-height > [class*='col-'] {
    flex-grow: 1; }
  .equal-row-height .r-card {
    height: 100%; }

.wlw-1 {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.wlw-2 {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.wlw-3 {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.lineheight-10 {
  line-height: 0.625rem !important; }

.lineheight-12 {
  line-height: 0.75rem !important; }

.lineheight-14 {
  line-height: 0.9rem !important; }

.lineheight-16 {
  line-height: 1rem !important; }

.lineheight-18, .label-lineheight .r-caption {
  line-height: 1.125rem !important; }

.lineheight-20 {
  line-height: 1.3rem !important; }

.lineheight-24 {
  line-height: 1.5rem !important; }

.lineheight-28 {
  line-height: 1.75rem !important; }

.bg-purple-100 {
  background-color: #ebe9fe !important; }

.cardtitle-fullwidth .r-card-head-title {
  width: 100%;
  float: left; }

.rxd-shadow-sm {
  box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.06), 0px 1px 3px 0px rgba(24, 40, 88, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.06), 0px 1px 3px 0px rgba(24, 40, 88, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.06), 0px 1px 3px 0px rgba(24, 40, 88, 0.1); }

.rxd-shadow-md {
  box-shadow: 0px 2px 4px -2px rgba(24, 40, 88, 0.06), 0px 4px 8px -2px rgba(24, 40, 88, 0.1);
  -webkit-box-shadow: 0px 2px 4px -2px rgba(24, 40, 88, 0.06), 0px 4px 8px -2px rgba(24, 40, 88, 0.1);
  -moz-box-shadow: 0px 2px 4px -2px rgba(24, 40, 88, 0.06), 0px 4px 8px -2px rgba(24, 40, 88, 0.1); }

.color-orange1 {
  color: #f2730a !important; }

.color-success-600 {
  color: #039855 !important; }

.color-primary-600 {
  color: #0068cf !important; }

.color-bluegray700 {
  color: #363f72 !important; }

.color-brown500 {
  color: #a7624a !important; }

.color-info600 {
  color: #2c49a3 !important; }

.color-info200 {
  color: #c0ccee !important; }

.color-warning600 {
  color: #dc6803 !important; }

.color-orange500 {
  color: #fb6514 !important; }

.color-info500 {
  color: #4264cc !important; }

.color-primary500 {
  color: #0073e6 !important; }

.bg-primary25 {
  background: #f5faff !important; }

.bg-primary500 {
  background: #0073e6 !important; }

.bg-primary50 {
  background: #eaf4ff !important; }

.color-grey1 {
  color: #101828 !important; }

.color-gray600 {
  color: #475467 !important; }

.color-gray700 {
  color: #344054 !important; }

.color-gray800 {
  color: #1d2939 !important; }

.color-gray500 {
  color: #667085 !important; }

.color-gray400 {
  color: #98a2b3 !important; }

.color-gray200 {
  color: #eaecf0 !important; }

.color-green500 {
  color: #12b76a !important; }

.bg-green500 {
  background: #12b76a !important; }

.color-white {
  color: #ffffff !important; }

.color-turquoise500 {
  color: #27bfb3 !important; }

.color-turquoise100 {
  color: #d7f7f4 !important; }

.color-freshgreen600 {
  color: #779a15 !important; }

.color-information-title {
  color: #1d2939 !important; }

.bg-turquoise500 {
  background: #27bfb3 !important; }

.bg-infoblue-50 {
  background: #ebeff9 !important; }

.color-bluegray500 {
  color: #4e5ba6 !important; }

.color-bluegray600 {
  color: #3e4784 !important; }

.color-gray900 {
  color: #101828 !important; }

.color-darkgray {
  color: #293056 !important; }

.color-error600 {
  color: #d92d20 !important; }

.color-error500 {
  color: #f04438 !important; }

.color-error50 {
  color: #fef3f2 !important; }

.color-error300 {
  color: #fda29b !important; }

.bg-error50 {
  background: #fef3f2 !important; }

.bg-error500 {
  background: #f04438 !important; }

.bg-bluegray {
  background: #f8f9fc !important; }

.bg-error400 {
  background: #f97066 !important; }

.bg-warning400 {
  background: #fdb022 !important; }

.color-bluelight {
  color: #0ba5ec !important; }

.bg-bluelight {
  background: #0ba5ec !important; }

.color-warning500 {
  color: #f79009 !important; }

.color-warning800 {
  color: #93370d !important; }

.bg-warning50 {
  background: #fffaeb !important; }

.bg-gray50 {
  background: #f9fafb !important; }

.bg-bluegray100 {
  background: #eaecf5 !important; }

.wr-99 {
  max-width: 99%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.blue-table-border {
  border: 1px solid #3097ff; }

.comp-listview-header {
  background-color: #eaecf0; }

.main-title {
  font-size: 1.5rem;
  font-weight: 400; }
  .main-title.main-bold {
    font-weight: 700; }
  .main-title.main-medium {
    font-weight: 500; }

.main-title-sub {
  font-size: 30px;
  line-height: 1.3; }

.main-titlehead {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -1px; }
  @media (max-width: 768px) {
    .main-titlehead {
      font-size: 2rem; } }

.main-content {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3; }

.description-content {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }
  @media (max-width: 768px) {
    .description-content {
      font-size: 1rem; } }

.font-xxxl {
  font-size: 2.5rem; }

.freshgreen-700 {
  color: #617E11; }

.freshgreen-button {
  background: #8EB819 !important; }

.bluelight-600 {
  color: #0086c9; }

.bluelight-button {
  background: #0BA5EC !important; }

.success-600 {
  color: #039855; }

.success-button {
  background: #12b76a !important; }

.blue-gray-900 {
  color: #101323; }

.blue-gray-800 {
  color: #293056; }

.information-25 {
  color: #f8f9fc; }

.rose-text {
  color: #C01048; }

.rose-button {
  background: #C01048 !important; }

.Turquoise-500 {
  color: #27BFB3; }

.Turquoise-600 {
  color: #1e9288; }

.Turquoise-button {
  background: #27bfb3 !important; }

.violet-text {
  color: #A42CCB; }

.purple-text {
  color: #7A5AF8; }

.blue-light-600 {
  color: #0086c9; }

.gray-footer-text {
  color: #8995B1; }

.relative {
  position: relative; }

.menu-title {
  font-size: 1rem;
  font-weight: 400;
  color: #344054; }

.menu-desc {
  font-size: 0.75rem;
  font-weight: 400;
  color: #475467;
  margin-top: 0.25rem; }

.no-wrap {
  white-space: nowrap; }

.mt-six-s {
  margin-top: 3rem; }

.full-modal {
  padding: 80px 60px 40px 60px; }

.modal-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }

.custom-checkbox-class {
  min-width: 16px;
  min-height: 16px; }

.model-footer {
  background: #F8F9FC;
  filter: drop-shadow(0px 4px 48px rgba(4, 4, 4, 0.16));
  padding: 1.5rem 80px;
  border-radius: 0 0 36px 36px; }
  .model-footer .demo__modal-footer-tit {
    font-size: 28px;
    font-weight: 700;
    color: #363F72; }
  .model-footer .demo__modal-card-tit {
    font-size: 40px;
    font-weight: 600;
    color: #344054; }
  .model-footer .demo__modal-card-subtit {
    font-size: 15px;
    font-weight: 400;
    color: #667085; }

@media (max-width: 1024px) {
  .full-modal {
    padding: 80px 40px 40px 40px !important; }

  .model-footer {
    padding: 2rem; } }
@media (max-width: 768px) {
  .model-footer {
    padding: 1.5rem; } }
@media (max-width: 768px) {
  .modal-container {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; } }
.close-modal {
  top: 24px !important;
  right: 24px !important;
  background-image: url(../../../assets/icon/demobook/close-icon.svg) !important; }

#flip {
  height: 20px;
  overflow: hidden; }

#flip > div > div {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 45px;
  display: inline-block; }

#flip div:first-child {
  animation: show 4s linear infinite; }

@keyframes show {
  0% {
    margin-top: 0px; }
  10% {
    margin-top: 0px; }
  30% {
    margin-top: -61px; }
  45% {
    margin-top: -61px; }
  60% {
    margin-top: -122px; }
  75% {
    margin-top: -122px; }
  90% {
    margin-top: -180px; }
  99.99% {
    margin-top: -179px; }
  100% {
    margin-top: 0px; } }
.animation-container {
  overflow: hidden;
  height: 20px;
  flex-direction: column; }
  .animation-container .moveing-animation {
    animation: text-slide-3 7.5s cubic-bezier(0.83, 0, 0.17, 1) infinite; }
    .animation-container .moveing-animation .animation_text {
      font-size: 14px;
      font-weight: 500;
      color: #ffffff; }

@keyframes text-slide-3 {
  0%,
  26.66% {
    transform: "translateY(0%)"; }
  33.33%,
  60% {
    transform: "translateY(-30%)"; }
  66.66%,
  93.33% {
    transform: "translateY(-60%)"; }
  100% {
    transform: "translateY(0%)"; } }
.logo_size {
  max-width: 60%; }

.slick-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dfdfe2; }
  .slick-img:last-of-type {
    border-right: 0; }
  .slick-img img, .slick-img object, .slick-img svg {
    width: auto;
    height: auto;
    max-height: 60px; }
    @media (max-width: 767px) {
      .slick-img img, .slick-img object, .slick-img svg {
        max-height: 40px; } }

.navbar-container {
  display: block !important; }

.mob-navbar {
  display: none !important; }

.slick-slider-analytics {
  display: block !important; }

.slider-analytics {
  display: none !important; }

@media (max-width: 768px) {
  .navbar-container {
    display: none !important; }

  .mob-navbar {
    display: block !important; }

  .slick-slider-analytics {
    display: none !important; }

  .slider-analytics {
    display: block !important; }

  .main-content {
    font-size: 1.3rem; }

  .main-title {
    font-size: 1.3rem; }

  .main-title-sub {
    font-size: 20px;
    line-height: normal; }

  .r-btn-medium {
    padding: 0.5rem 1rem !important;
    height: 40px !important;
    font-size: 0.813rem !important; } }
.mob-navbar .navbar-brand img, .mob-navbar .navbar-brand object, .mob-navbar .navbar-brand svg {
  margin-bottom: 0 !important;
  height: 16px; }
.mob-navbar .icon-menu-size img, .mob-navbar .icon-menu-size object, .mob-navbar .icon-menu-size svg {
  height: 16px; }

.page-container {
  width: 100%;
  float: left;
  padding: 1rem 0.75rem; }

.main-container {
  width: 100%;
  float: left;
  padding: 0 24px; }
  @media (max-width: 767px) {
    .main-container {
      padding: 0 12px; } }

.sub-header {
  width: 100%;
  background: #f7f9fb;
  padding: 0 0.75rem;
  z-index: 1199;
  position: sticky;
  top: 30px;
  box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1); }

.displayBlock_exp {
  width: auto !important; }

.pyslamt {
  font-size: 1rem !important; }

.apprvdAmt span {
  color: #00ae50 !important;
  font-size: 1.3rem !important; }

.pendgAmt span {
  color: #ffa800 !important;
  font-size: 1.3rem !important; }

.togleftSel {
  line-height: normal; }

.MuiToggleButtonGroup-root .MuiButtonBase-root {
  margin-right: 0 !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  border: 1px solid #f0f0f0 !important; }
  .MuiToggleButtonGroup-root .MuiButtonBase-root.MuiToggleButtonGroup-groupedHorizontal:not(:first-child) {
    margin-left: 0 !important; }

.wd-30 {
  width: 30% !important; }

.x-btn {
  border-radius: 2px;
  border: 0; }

.x-btn-green,
.x-btn-green:hover,
.x-btn-green:focus {
  color: #fff !important;
  background-color: #4caf50 !important;
  border-color: #4caf50 !important; }

.x-btn-green .MuiButton-label,
.x-btn-red .MuiButton-label {
  color: #ffffff !important; }

.x-btn-red,
.x-btn-red:hover,
.x-btn-red:focus {
  color: #fff !important;
  background-color: #e44141 !important;
  border-color: #e44141 !important; }

#dspdisp_legend-ramcolabel-inputEl {
  float: right; }

#dsplabel4-ramcolabel-inputEl {
  color: #101828; }
  #dsplabel4-ramcolabel-inputEl .ramco-label {
    color: #101828; }

.ramco-label-black {
  color: #101828 !important; }

.x-btn-custom {
  background-color: #000 !important;
  color: #ffffff !important;
  border-radius: 2px !important;
  min-width: 80px !important;
  margin-top: 30px !important; }
  .x-btn-custom:hover {
    background-color: #000 !important;
    color: #ffffff !important; }
    .x-btn-custom:hover .MuiButton-label {
      color: #ffffff !important; }
  .x-btn-custom .MuiButton-label {
    color: #ffffff !important; }

.header-wrapper {
  width: 100%; }

.form-preference label {
  margin-bottom: 0.25rem; }

.MuiTextField-root.rvw-nb_textbox
.MuiInputBase-root.MuiInput-formControl
.MuiInputBase-input.MuiInput-input.Mui-disabled {
  color: #333 !important; }

.gridtoolbar .MuiSelect-root {
  min-width: 50px;
  min-height: 24px;
  line-height: 24px; }

.adhoc_imgMuiLink-underline .btn {
  display: inline-flex !important;
  align-items: center; }
.adhoc_imgMuiLink-underline .icon-btn15 {
  margin: 0 4px 0 0 !important; }
.adhoc_imgMuiLink-underline .displayBlock {
  white-space: nowrap !important;
  font-size: 13px !important; }

.MuiAutocomplete-paper {
  min-width: max-content !important; }

.modal-text {
  width: 100%;
  float: left; }
  .modal-text p,
  .modal-text span {
    font-size: 0.813rem;
    color: #1d2939;
    font-family: "Manrope", sans-serif; }

.content-left {
  width: 100%;
  float: left;
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay; }
  .content-left::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .content-left::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .content-left::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  @media (max-width: 990px) {
    .content-left.qik-content {
      height: 100%; } }

.content-main {
  width: 100%;
  float: left;
  height: calc(100vh - 61px - 50px - 36px - 24px - 24px);
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay; }
  .content-main::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .content-main::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .content-main::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .content-main.users-cards {
    height: calc(100vh - 61px - 46px - 70px - 16px - 16px);
    padding-right: 0.5rem; }
  .content-main.users-cards-infinite {
    height: calc(100vh - 61px - 46px - 70px - 16px - 16px); }
    .content-main.users-cards-infinite .infinite-scroll-component__outerdiv {
      padding-right: 0.5rem; }

.content-list {
  width: 100%;
  float: left;
  height: calc(100vh - 68px - 38px - 24px - 24px - 30px - 16px);
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  padding-right: 0.5rem; }
  .content-list::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .content-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .content-list::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.nb_RadioGroup.radiogroup-lbl {
  margin-bottom: 0.25rem; }

.nb_Label.submit_by_orange .ramco-label {
  color: orange !important;
  font-weight: 700; }

.nb_Label.last_submit_on_black .ramco-label {
  color: #000 !important;
  font-weight: 700; }

.nb_Label.approve_by_green .ramco-label {
  color: #00ae50 !important;
  font-weight: 700; }

.nb_Label.last_approved_on_green .ramco-label {
  color: #00ae50 !important;
  font-weight: 700; }

#sec_iss_feature_ramcopanel_header_title_textEl {
  width: 100%;
  float: left; }

.word-wrap {
  word-break: break-word; }

.sortables {
  max-height: calc( 100vh - 46px - 32px - 16px - 37px - 24px - 32px - 40px - 20px );
  overflow: hidden auto; }
  .sortables .Nb_SortItem {
    border: 0;
    padding: 0 8px 0 0;
    background: transparent; }

.sortable-cards .r-card {
  padding: 0.5rem 1rem !important; }
  .sortable-cards .r-card .r-card-head-title {
    font-weight: 500; }

.sortables-right .r-card-body {
  height: calc(100vh - 54px - 24px - 24px - 102px);
  overflow: hidden auto; }

.users-list-card .r-card {
  padding: 0.75rem 0.5rem !important;
  border: 1px solid #dfdfe2; }
  .users-list-card .r-card .MuiIconButton-root {
    padding: 0 !important;
    margin: 0 !important; }
  .users-list-card .r-card .MuiTypography-root {
    margin-left: 0.75rem !important;
    font-weight: 500; }

.useremail {
  max-width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.useraddress {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.userdesc {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.head-title-wrap {
  width: calc(100% - 30px); }

.r-card-head-left {
  width: auto;
  margin-right: 1rem;
  float: left; }

.r-card-head-right {
  width: calc(100% - 70px);
  float: right;
  display: flex;
  flex-direction: column; }

.userLoaderWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgrey;
  border-style: dotted;
  padding: 20px;
  text-align: center; }

.userLoader {
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-right: 0.5rem;
  border: 0.5em solid #9accff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top: 0.5em solid #0073e6;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

.tag-container {
  width: 100%;
  float: left;
  border: 1px solid #dfdfe2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0.25rem 0.5rem 0.5rem 0;
  background-color: #ffffff; }

.edit-questioner .r-questionnaire-card:hover {
  background: #f5faff; }

.r-questionnaire-card {
  width: 100%;
  float: left;
  margin-bottom: 1.5rem;
  position: relative; }
  .r-questionnaire-card:last-of-type {
    margin-bottom: 0; }
  .r-questionnaire-card.editmode {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-top: 1px solid #dfdfe2;
    border-right: 1px solid #dfdfe2;
    border-bottom: 1px solid #dfdfe2;
    border-left: 1px solid #dfdfe2;
    padding: 1rem;
    background: #ffffff; }
  .r-questionnaire-card.editactive {
    background: #f5faff; }
  .r-questionnaire-card.editactive::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    border-left: 6px solid #0058af;
    border-radius: 12px 0 0 12px; }

.questionnaire-stepper {
  width: 100%;
  padding: 0 !important; }
  .questionnaire-stepper .r-stepper-content {
    background: transparent; }
    .questionnaire-stepper .r-stepper-content .r-stepper-content-body {
      border: 0 !important;
      max-height: 100%; }
      @media (max-width: 767px) {
        .questionnaire-stepper .r-stepper-content .r-stepper-content-body {
          padding-right: 0 !important; } }
  .questionnaire-stepper .each-section-question {
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border: 1px solid #dfdfe2;
    padding: 1rem;
    margin-bottom: 1.5rem; }

.r-multiline-card-row {
  width: 100%;
  float: left;
  overflow: auto;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  padding-bottom: 0.5rem; }
  .r-multiline-card-row::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .r-multiline-card-row::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .r-multiline-card-row::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.r-multiline-card {
  width: auto;
  float: left;
  max-width: 320px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px dashed #98a2b3;
  flex-shrink: 0;
  position: relative; }
  .r-multiline-card-head {
    width: 100%;
    float: left;
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative; }
    .r-multiline-card-head:before {
      width: calc(100% - 32px);
      content: '';
      display: inline-block;
      border-bottom: 1px dashed #98a2b3;
      position: absolute;
      bottom: 0;
      height: 1px;
      left: 16px; }
    .r-multiline-card-head .r-input-form-group.material {
      margin-bottom: 0 !important; }
  .r-multiline-card.editactive {
    border: 1px dashed #0073e6;
    background: #f5faff; }
  .r-multiline-card.editactive::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    border-left: 6px solid #0058af;
    border-radius: 12px 0 0 12px; }
  .r-multiline-card:hover {
    border: 1px dashed #0073e6; }
  .r-multiline-card-body {
    width: 100%;
    float: left;
    padding: 1rem; }
  .r-multiline-card.add {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    max-width: max-content;
    margin-right: 0.5rem;
    padding: 1rem;
    border: 1px dashed #0073e6; }

.form-bg .r-input-form-control {
  border-color: transparent !important;
  background-color: #f8f8f8 !important; }
.form-bg .r-input-form-group.material {
  margin-bottom: 0 !important; }

.search-form-bg .r-input-form-control {
  border-color: transparent !important;
  background-color: #e9ebef !important; }
.search-form-bg .r-input-form-group.material {
  margin-bottom: 0 !important; }

.listselect-form-bg .nbListSelect .css-13cymwt-control {
  border: none;
  background-color: #f8f8f8; }

.datepicker-form-bg .ramco-date-picker .rmdp-container .rmdp-input {
  border: none;
  background-color: #f8f8f8; }

.nbcombo-form-bg .r-input-form-group .r-input-form-control {
  border: none;
  background-color: #f8f8f8; }

.dynamic-dropdown-list {
  width: 100%; }
  .dynamic-dropdown-list .dd-pr-0 input {
    padding-right: 0 !important; }

.qik-floating-btn {
  width: 100%;
  height: 40px;
  background: #f7f9fb;
  position: sticky;
  top: 0;
  left: 0;
  content: '';
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  z-index: 999; }

.qik-floating-btn-sidedrawer {
  top: -25px;
  position: static; }

.qik-floating-btn-left {
  float: left; }

.qik-floating-btn-right {
  float: right; }

.r-custom-table {
  height: 100%;
  overflow: auto;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  margin-bottom: 0.5rem; }
  .r-custom-table::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .r-custom-table::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .r-custom-table::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .r-custom-table table {
    width: 100%;
    border-spacing: 0 12px; }
  .r-custom-table thead tr {
    position: sticky;
    top: 0;
    z-index: 99; }
  .r-custom-table thead th {
    background: #ffffff;
    color: #475467;
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 0.813rem;
    font-weight: 500; }
  .r-custom-table tbody td {
    padding-right: 0.25rem;
    text-align: center; }
    .r-custom-table tbody td:first-child {
      width: 250px; }
  .r-custom-table .row {
    margin-top: 4px;
    margin-bottom: 4px;
    align-items: center; }
  .r-custom-table .r-custom-tbody {
    max-height: 100%; }
  .r-custom-table input {
    width: 100%;
    display: block;
    min-width: max-content; }
  .r-custom-table .nbListSelect input[type='checkbox'] {
    width: auto; }
  .r-custom-table .r-form-icon {
    height: 100%; }
    .r-custom-table .r-form-icon button {
      padding: 0 !important; }

.custom-card-container .r-card-body div {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.announce-sidedraw {
  overflow: hidden auto !important;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  height: 100% !important; }
  .announce-sidedraw::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .announce-sidedraw::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .announce-sidedraw::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .announce-sidedraw .r-tabs-content-wrapper {
    height: calc(100% - 38px - 24px); }
    .announce-sidedraw .r-tabs-content-wrapper .announce-tab {
      width: 100%;
      float: left;
      height: calc(100% - 52px);
      padding-right: 0.5rem;
      overflow: hidden auto;
      scrollbar-gutter: auto;
      overflow-y: overlay; }
      .announce-sidedraw .r-tabs-content-wrapper .announce-tab::-webkit-scrollbar {
        width: 6px;
        height: 4px;
        cursor: pointer;
        background: transparent; }
      .announce-sidedraw .r-tabs-content-wrapper .announce-tab::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .announce-sidedraw .r-tabs-content-wrapper .announce-tab::-webkit-scrollbar-thumb {
        background: #98a2b3;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }

.key-tabs .r-tabs-content-wrapper {
  background-color: transparent; }

.white-icon path {
  fill: #ffffff; }

.r-caption {
  margin-bottom: 0.25rem; }

.caption-nomargin .r-caption {
  margin-bottom: 0; }

.icon-grey .st0 {
  fill: #1d2939 !important; }
.icon-grey .st1 {
  stroke: none !important; }

.icon-primary .st0 {
  fill: #0073e6 !important; }
.icon-primary .st1 {
  stroke: none !important; }

.icon-danger .st0 {
  fill: #e01e37 !important; }
.icon-danger .st1 {
  stroke: none !important; }

.input-nomargin .MuiInputBase-root.MuiInput-formControl {
  margin-top: 0 !important; }
.input-nomargin input {
  margin-bottom: 0 !important; }
.input-nomargin .r-form-icon {
  height: 100% !important; }
.input-nomargin .icon-wrap {
  height: 100% !important;
  min-height: 100% !important; }
.input-nomargin .r-form-icon {
  right: 0 !important; }
  .input-nomargin .r-form-icon svg {
    max-width: 14px; }

.filter-btn .r-btn-icon {
  margin-right: 0 !important; }

.split-button {
  min-width: max-content; }

.progress-wrap {
  height: 26px;
  align-items: center; }

.icon-grey {
  color: #1d2939; }
  .icon-grey svg,
  .icon-grey path {
    fill: #1d2939; }
  .icon-grey .r-btn-icon svg,
  .icon-grey .r-btn-icon path {
    fill: #1d2939; }

@media (max-width: 900px) {
  .users-cards {
    height: calc(100vh - 61px - 46px - 16px - 70px); } }
.users-cards .r-card {
  border: 1px solid #dfdfe2; }

.r-preview {
  width: 100%;
  float: left;
  background: #e1f0ff;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem; }
  .r-preview.date-preview h6 {
    font-size: 0.813rem; }
  .r-preview.date-preview .r-label {
    font-size: 0.813rem;
    font-weight: 700;
    color: #0073e6;
    margin-top: 0.5rem; }

.input-nowrap {
  width: auto; }
  .input-nowrap .r-input-form-group {
    width: auto !important; }
  .input-nowrap .r-input-wrapper {
    width: auto !important; }
    .input-nowrap .r-input-wrapper input {
      width: auto !important; }

.combo-split {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .combo-split span:last-of-type {
    background: #f0f0f0;
    padding: 2px 4px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    text-align: right;
    min-width: 30px;
    margin-left: 0.5rem; }

.r-combo-wrapper .r-combo-caption {
  margin-bottom: 0.25rem; }

.cards-wrap-border .r-card {
  border: 1px solid #dfdfe2; }

.rules-card-wrapper .r-card .r-card-head {
  padding-bottom: 0.75rem !important; }

.radio-saas .mandatory-label {
  margin-bottom: 0.25rem; }
.radio-saas .r-radio-control:after {
  top: -3px; }

.MuiAutocomplete-root.selecttemplate
.MuiTextField-root.MuiFormControl-root
.MuiInputBase-root
.MuiInputBase-input {
  padding-left: 0.25rem !important; }

.card-container-new .r-card .r-card-head {
  padding-bottom: 0.75rem !important;
  border-bottom: 1px solid #dfdfe2 !important;
  margin-bottom: 1rem !important; }
.card-container-new .tag-btn {
  margin-bottom: 0.25rem !important; }

.Popover_container {
  width: 300px;
  float: left;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); }
  .Popover_container.error-popover {
    width: 480px; }
    @media (max-width: 767px) {
      .Popover_container.error-popover {
        width: 80%; } }
  .Popover_container .r-combo-wrapper {
    margin-bottom: 1.5rem !important; }
  .Popover_container .bg-header-blue {
    background-color: #0353a4;
    border-radius: 0.25rem 0.25rem 0 0;
    margin: -16px;
    padding: 0.5rem;
    margin-bottom: 0.75rem; }
    .Popover_container .bg-header-blue .text-color {
      color: #ffffff; }
  .Popover_container .r-modal-option {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .Popover_container .r-modal-option .hr-custom {
      margin-bottom: 0.75rem !important; }

.popper-custom-height {
  max-height: 50vh;
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  padding-right: 0.5rem; }
  .popper-custom-height::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .popper-custom-height::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .popper-custom-height::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .popper-custom-height .popper-tag {
    width: 100%;
    float: left;
    margin-bottom: 0.5rem; }
    .popper-custom-height .popper-tag span {
      word-wrap: break-word;
      white-space: pre-wrap;
      overflow-wrap: anywhere; }

.popper-list-select .list-select__value-container {
  max-height: 105px;
  overflow: hidden auto;
  padding-right: 0.5rem;
  scrollbar-gutter: auto;
  overflow-y: overlay; }
  .popper-list-select .list-select__value-container::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .popper-list-select .list-select__value-container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .popper-list-select .list-select__value-container::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
.popper-list-select .list-select-list {
  padding: 0 0.5rem; }

.popper-radio-group {
  width: 100%;
  float: left;
  max-height: 120px;
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  padding: 0 0.25rem; }
  .popper-radio-group::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .popper-radio-group::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .popper-radio-group::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.error-content {
  width: 100%;
  float: left;
  padding: 1rem;
  background: #f7f9fb;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem; }

.drag-header,
.drag-footer {
  cursor: move; }

.drag-footer {
  width: 100%;
  float: left;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f3f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem; }
  .drag-footer:before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.83854 16.1465V12.9169H9.95854V16.1465H6.83854ZM6.83854 6.45764H9.95854V9.68727H6.83854V6.45764ZM6.83854 0L9.95854 0V3.22801H6.83854V0ZM0.600098 12.9169H3.71854V16.1465H0.600098V12.9169ZM0.600098 6.45764H3.71854V9.68727H0.600098V6.45764ZM0.600098 0L3.71854 0V3.22801H0.600098V0Z" fill="%237D8597"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg); }

.cards-empty-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .cards-empty-wrapper .cards-empty-wrap {
    width: 100%;
    max-width: 450px;
    padding: 1.5rem 0;
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem; }
  .cards-empty-wrapper .cards-empty-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cards-empty-wrapper .cards-empty-img svg {
      width: auto;
      max-width: 100%;
      width: auto;
      max-width: 100%; }
  .cards-empty-wrapper .cards-empty-label {
    text-align: center;
    font-size: font-r;
    font-weight: 400;
    color: #1d2939;
    padding: 0 1rem; }

.cards-with-label-wrapper {
  height: calc(100vh - 61px - 50px - 24px - 35px - 24px);
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay; }
  .cards-with-label-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .cards-with-label-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .cards-with-label-wrapper::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.container-popper {
  width: calc(100vw - 48px);
  height: calc(100vh - 47px - 32px - 40px);
  background: #ffffff;
  padding: 1rem;
  border: 1px solid #dfdfe2;
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem; }

.progress-popover {
  width: 350px !important; }

.CircularProgressbar-text {
  transform: translate(calc(-50% + 21px), 8px);
  font-weight: 500; }

.debug-table-wrapper {
  width: 100%;
  float: left;
  height: calc(100vh - 47px - 32px - 40px - 32px - 19px - 24px - 54px - 63px);
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay; }
  .debug-table-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .debug-table-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .debug-table-wrapper::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .debug-table-wrapper .r-card {
    width: 100% !important;
    padding: 0 !important; }
  .debug-table-wrapper .card-container-1 {
    gap: 8px !important; }

.debug-table-head {
  font-size: 0.625rem;
  color: #344054;
  text-transform: uppercase;
  padding: 0.5rem 1rem; }

.debug-table-body {
  width: 100%;
  float: left; }

.debug-table-column {
  font-size: 0.813rem;
  color: #101828;
  padding: 0.5rem 1rem;
  text-transform: capitalize; }

.custom-landingPayslipcard-padding {
  padding: 0.5rem !important; }

.CardTitle-wordwrap {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.icon-nomargin svg {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.caption-nomargin .r-caption {
  margin-bottom: 0 !important; }

.fullwidth-input {
  width: 100% !important; }
  .fullwidth-input .r-input-form-control {
    width: 100% !important; }
  .fullwidth-input .r-input-form-group {
    width: 100% !important; }
  .fullwidth-input .r-input-wrapper {
    width: 100% !important; }
  .fullwidth-input .date_holder {
    width: 100% !important; }
    .fullwidth-input .date_holder .rmdp-container {
      width: 100% !important; }
      .fullwidth-input .date_holder .rmdp-container .rmdp-input {
        width: 100% !important; }

.custom-accordion .r-accordion-item {
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 0 !important; }
  .custom-accordion .r-accordion-item.accordion-active .r-accordion-left:after {
    transform: rotate(225deg); }
.custom-accordion .r-accordion-head {
  border-bottom: 0 !important;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center; }
  .custom-accordion .r-accordion-head:before {
    width: 100%;
    height: 1px;
    background: #dfdfe2;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1; }
.custom-accordion .r-accordion-content {
  padding: 0.5rem 1.5rem !important; }
.custom-accordion .r-accordion-head,
.custom-accordion .r-accordion-content {
  padding: 1.5rem 0 !important; }
.custom-accordion .r-accordion-icon {
  display: none !important; }
.custom-accordion .r-accordion-left {
  width: auto !important;
  background-color: #f8f9fc;
  padding: 2px 12px;
  color: #0073e6;
  font-weight: 600;
  display: inline-flex;
  align-items: center; }
  .custom-accordion .r-accordion-left:after {
    width: 8px;
    height: 8px;
    content: '';
    display: inline-block;
    border-style: solid;
    border-color: #0073e6;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    margin-left: 0.5rem; }

.popper-content .r-dropdown-wrapper ul {
  max-height: 300px;
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay; }
  .popper-content .r-dropdown-wrapper ul::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .popper-content .r-dropdown-wrapper ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .popper-content .r-dropdown-wrapper ul::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.sticky-component {
  width: 100%;
  float: left;
  position: sticky;
  top: 60px; }

.custom-overflow-hidden {
  overflow-y: hidden;
  height: 100%; }

.custom-overflow-scroll, .custom-tab-content-height, .custom-Approval-tab-content-height {
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay; }
  .custom-overflow-scroll::-webkit-scrollbar, .custom-tab-content-height::-webkit-scrollbar, .custom-Approval-tab-content-height::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .custom-overflow-scroll::-webkit-scrollbar-track, .custom-tab-content-height::-webkit-scrollbar-track, .custom-Approval-tab-content-height::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .custom-overflow-scroll::-webkit-scrollbar-thumb, .custom-tab-content-height::-webkit-scrollbar-thumb, .custom-Approval-tab-content-height::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.custom-tab-content-height {
  height: calc(100vh - 50px - 69px - 58px - 40px - 32px) !important; }

.custom-Approval-tab-content-height {
  height: calc(100vh - 50px - 24px - 40px - 32px - 32px - 24px) !important; }

.custom-list-labelheader .header, .LeaveApproval-Listview .header {
  color: #667085 !important; }

.panel-padding-custom .r-panel-content {
  padding: 0 !important;
  background-color: #f8f9fc; }

.approval-wordwrap-listview .r-caption {
  max-width: 99%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.listView-CardHeader {
  border-radius: 0.5rem 0.5rem 0rem 0rem; }

.display-label {
  color: #475467;
  line-height: 1.25rem; }
  .display-label.labelsize-s {
    font-size: 0.75rem;
    font-weight: 400; }

.display-value {
  color: #1d2939;
  line-height: 1.25rem; }
  .display-value.valuesize-s {
    font-size: 0.813rem;
    font-weight: 500; }

.settings-header-font-size .r-caption {
  font-size: 1rem !important;
  margin-bottom: 0 !important; }

.listing-class ul {
  list-style: none; }
  .listing-class ul li {
    position: relative; }
    .listing-class ul li::before {
      content: '';
      height: 0.25rem;
      margin: 0.375rem 0.375rem 0.375rem 0;
      display: block;
      width: 0.25rem;
      align-items: center;
      background-color: #344054;
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem; }

.custom-password-panel-side .r-panel-content {
  padding: 1rem 0 !important; }

.list-view-row .row {
  margin-bottom: 4px !important; }

.custom-listview-flex .row {
  margin-bottom: 4px !important; }
@media (max-width: 992px) {
  .custom-listview-flex {
    overflow-x: scroll; } }
.custom-listview-flex .listview {
  width: 100% !important;
  display: flex !important; }
  @media (max-width: 992px) {
    .custom-listview-flex .listview {
      min-width: max-content; } }

.label-content-font-size .r-caption {
  font-size: 0.813rem !important; }

.r-card-xs {
  padding: 0.375rem 1rem !important; }

.r-card-small {
  padding: 0.5rem 0.75rem !important; }

.custom-ricktext-editor .editor .rdw-editor-wrapper {
  width: 100%;
  float: left; }
  .custom-ricktext-editor .editor .rdw-editor-wrapper .rdw-editor-main {
    height: auto !important;
    box-shadow: none;
    border-radius: 0;
    border-top: 0 !important;
    padding: 0 !important;
    cursor: default; }

.r-card-medium {
  padding: 0.75rem !important; }

.r-card-sm {
  padding: 0.5rem 1rem !important; }

.accordion-width .r-accordion-content.accordion-open {
  width: 100% !important; }

.title-word-wrap {
  max-width: 99%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.theme-payce .nbLink-linktype-btn .nbLink span {
  color: #0073e6; }
.theme-payce-dark .nbLink-linktype-btn .nbLink span {
  color: #0073e6; }

.r-accordion-padding .r-accordion-head {
  padding: 0.375rem 0.5rem !important; }

.icon-logo-img, .icon-logo-img-large, .icon-logo-img-small {
  display: inline-flex;
  align-items: center; }
  .icon-logo-img img, .icon-logo-img-large img, .icon-logo-img-small img, .icon-logo-img object, .icon-logo-img-large object, .icon-logo-img-small object, .icon-logo-img svg, .icon-logo-img-large svg, .icon-logo-img-small svg {
    width: 100%;
    height: auto; }

.icon-logo-img-large {
  width: 82px;
  height: 40px; }
  .icon-logo-img-large img, .icon-logo-img-large object, .icon-logo-img-large svg {
    max-height: 40px; }

.icon-logo-img-small {
  width: 40px;
  height: 20px; }
  .icon-logo-img-small img, .icon-logo-img-small object, .icon-logo-img-small svg {
    max-height: 20px; }

.icon-default {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0; }
  .icon-default svg {
    width: calc(100% - 2px);
    height: auto;
    max-height: calc(100% - 2px);
    float: left; }
  .icon-default.icon-default-xl {
    width: 68px;
    height: 68px; }
  .icon-default.icon-default-xs {
    width: 12px;
    height: 12px; }
  .icon-default.icon-default-s {
    width: 16px;
    height: 16px; }
  .icon-default.icon-default-m {
    width: 20px;
    height: 20px; }
  .icon-default.icon-default-l {
    width: 24px;
    height: 24px; }

.list-view-card-container {
  width: 100%;
  float: left; }
  .list-view-card-container.card-container {
    gap: 0 !important; }
  .list-view-card-container .r-card {
    cursor: pointer;
    padding: 1rem 0 !important;
    border-bottom: 1px solid #dfdfe2;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important; }
    .list-view-card-container .r-card .r-card-head {
      width: 100%; }
    .list-view-card-container .r-card:hover {
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important; }
    .list-view-card-container .r-card:last-of-type {
      border-bottom: 0 !important; }

.cardwithhover .r-card:hover {
  cursor: pointer; }

.mw-300 {
  max-width: 300px; }

.r-sidedraw-left .r-sidedraw-container {
  float: left !important; }

.label-size .r-circular-progress-label__progress {
  font-size: 0.5rem !important; }

.steppercard-title-content {
  display: inline-flex; }
  .steppercard-title-content .r-caption {
    font-size: 1.3rem; }

.steppercard-navigator {
  float: right; }

.steppercard-caption-content .r-caption {
  font-size: 1rem; }

.custom-accordion-style {
  width: 100%; }
  .custom-accordion-style .r-accordion-content {
    width: 100%; }
  .custom-accordion-style .r-card {
    flex-basis: 100% !important; }

.accordion-head-s .r-accordion-left {
  font-size: 0.813rem; }

.rmdp-input {
  margin: 0 !important; }

.panel-pb-0 .r-panel-content {
  padding-bottom: 0 !important; }

.nbattachment .icon-l {
  display: inline-flex !important; }

.r-badge .r-badge-content .r-badge {
  width: auto !important;
  align-items: center !important;
  height: 14px !important; }

.icon-chevron-orange svg path {
  stroke: #f47800 !important; }

.icon-chevron-green svg path {
  stroke: #32d583 !important; }

.manage-mapping {
  width: 100%;
  float: left; }
  .manage-mapping .r-column-switch-list {
    height: calc( 100vh - 60px - 24px - 24px - 19px - 19px - 24px - 2px - 41px - 70px - 24px - 8px );
    overflow: hidden auto; }

.width-menubutton {
  width: fit-content; }

.row-gap-one-s {
  row-gap: 0.5rem; }

.remaining-popover-body {
  min-width: fit-content;
  max-width: 300px;
  padding: 1rem; }

.searchTextbox-transition {
  position: absolute;
  right: 22px;
  width: 0;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s; }
  .searchTextbox-transition.search-enabled {
    width: 150px;
    overflow: visible; }

.searchIcon-transition {
  position: relative;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s; }

.full-width-accordion-item .r-accordion-content {
  width: 100% !important; }

.implementation-landing {
  width: 100%;
  overflow: auto; }

.country-combo {
  width: 100%;
  float: left; }
  .country-combo .r-menu-container {
    width: 100%;
    float: left;
    padding: 0 0.75rem;
    min-height: 36px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem; }
    .theme-payce .country-combo .r-menu-container {
      background: #ffffff;
      border: 1px solid #d0d5dd; }
    .theme-payce-dark .country-combo .r-menu-container {
      background: #101323;
      border: 1px solid #475467; }

.payroll-main-stepper-wrapper {
  height: calc(100% - 61px);
  overflow: hidden auto;
  scrollbar-gutter: auto;
  overflow-y: overlay;
  position: relative; }
  .payroll-main-stepper-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    background: transparent; }
  .payroll-main-stepper-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .payroll-main-stepper-wrapper::-webkit-scrollbar-thumb {
    background: #98a2b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.payroll-footer {
  width: 100%;
  float: left;
  background: #ffffff;
  border-top: 1px solid #dfdfe2; }

.card-badge-wrapper {
  width: 100%;
  float: left;
  display: flex;
  align-items: center; }
  .card-badge-wrapper .r-badge {
    max-width: calc(100% - 50px); }
  .card-badge-wrapper .r-badge-content {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .card-badge-wrapper .plus-badge {
    min-width: max-content;
    flex-shrink: 0;
    max-width: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.custom-popover-shadow .popper-content {
  box-shadow: 0px 24px 48px -12px rgba(24, 40, 88, 0.18) !important;
  -webkit-box-shadow: 0px 24px 48px -12px rgba(24, 40, 88, 0.18) !important;
  -moz-box-shadow: 0px 24px 48px -12px rgba(24, 40, 88, 0.18) !important; }

.r-custom-popover .popover-header {
  width: 100%;
  float: left;
  border-radius: 0.5rem 0.5rem 0 0;
  -webkit-border-radius: 0.5rem 0.5rem 0 0;
  -moz-border-radius: 0.5rem 0.5rem 0 0; }
.r-custom-popover .popover-body {
  width: 100%;
  float: left;
  padding: 1rem 1.5rem; }

.label-light .r-caption {
  color: #667085; }

.panel-custom-payroll .r-panel-content {
  padding: 0 !important; }

.panel-list-container {
  width: 100%;
  float: left;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dfdfe2;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .panel-list-container:last-of-type {
    border-bottom: 0; }
  .panel-list-container .chip {
    margin-bottom: 0 !important;
    margin-right: 0 !important; }

.custom-thead-wrapper {
  width: calc(100% - 1.625rem - 0.5rem);
  float: left; }

.thead-col-th.text-right .r-caption,
.tbody-col-td.text-right .r-caption {
  text-align: right;
  justify-content: flex-end; }

.arrear-head .header {
  border-bottom: 0 !important; }
  .arrear-head .header div:nth-child(2), .arrear-head .header div:nth-child(3), .arrear-head .header div:nth-child(4), .arrear-head .header div:nth-child(5) {
    text-align: right;
    justify-content: flex-end; }

.hr-custom-one-s {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #dfdfe2;
  border-top: 0px; }

.pr-split-btn .MuiButtonBase-root {
  margin-right: 0 !important; }

.h-sidedraw .r-sidedraw-body {
  height: calc(100vh - 54px);
  max-height: calc(100vh - 54px) !important;
  overflow: hidden auto; }

.im-list {
  width: 100%;
  float: left;
  padding: 0 1rem;
  margin: 0; }
  .im-list li {
    width: 100%;
    float: left;
    font-size: 0.813rem;
    color: #475467;
    line-height: 20px;
    margin-bottom: 0.25rem; }
    .im-list li:last-of-type {
      margin-bottom: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  float: left;
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.nav-up {
  top: -124px; }

.shrink {
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  padding: 8px 0; }
  .shrink .navbar {
    float: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    max-width: max-content;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(196, 196, 196, 0.1); }
  .shrink .shrink-logo {
    display: inline-flex;
    align-items: center; }
    .shrink .shrink-logo svg, .shrink .shrink-logo img, .shrink .shrink-logo object, .shrink .shrink-logo svg {
      float: left;
      height: 24px; }
  .shrink .r-btn {
    height: auto !important; }
  .shrink .navbar-brand {
    display: none; }
  .shrink .top-nav {
    margin: 0 24px;
    padding: 0; }

.shrink-logo {
  display: none; }

.navbar {
  width: 100%;
  float: left;
  padding: 32px 80px;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .navbar {
      padding: 1rem 1rem 1rem !important; } }

.navbar-brand {
  float: left;
  padding: 0px;
  display: inline-flex;
  flex-direction: column; }
  .navbar-brand img, .navbar-brand svg, .navbar-brand object {
    width: auto;
    height: 2rem;
    float: left;
    margin-bottom: 0.5rem; }
  .navbar-brand span {
    color: #ffffff; }

.right-nav {
  float: right; }
  @media (max-width: 767px) {
    .right-nav {
      margin-left: 1rem !important; } }

.top-nav {
  width: auto;
  margin: 0px;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(196, 196, 196, 0.1);
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  display: flex;
  justify-content: flex-end; }
  .top-nav li {
    width: auto;
    float: left;
    list-style: none;
    position: relative;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    margin-right: 0.75rem;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s; }
    .top-nav li:last-of-type {
      margin-right: 0; }
    .top-nav li a {
      color: #ffffff;
      font-weight: 700;
      font-size: 0.9rem;
      cursor: pointer; }
    .top-nav li:hover, .top-nav li.active {
      background: #ebeff9;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s; }
      .top-nav li:hover a, .top-nav li.active a {
        color: #293056; }
    .top-nav li.active a {
      color: #0073e6; }
    .top-nav li.parent-menu {
      padding-right: 1.5rem; }
      .top-nav li.parent-menu::after {
        display: inline-block;
        content: "";
        width: 6px;
        height: 6px;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: #ffffff;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%) rotate(135deg); }
      .top-nav li.parent-menu .sub-menu {
        width: 100%;
        height: auto;
        min-width: max-content;
        display: none;
        padding: 2rem;
        position: absolute;
        top: 100%;
        left: calc(50% + 38px);
        z-index: 999;
        transform: translateX(-50%); }
        .top-nav li.parent-menu .sub-menu .sub-menu-container {
          width: 850px;
          padding: 32px;
          border-radius: 1.5rem;
          -webkit-border-radius: 1.5rem;
          -moz-border-radius: 1.5rem;
          background: linear-gradient(286deg, #FFF -6.88%, #F6FAFD 95.31%);
          box-shadow: 0px 4px 6px -2px rgba(24, 40, 88, 0.03), 0px 12px 16px -4px rgba(24, 40, 88, 0.08);
          -webkit-box-shadow: 0px 4px 6px -2px rgba(24, 40, 88, 0.03), 0px 12px 16px -4px rgba(24, 40, 88, 0.08);
          -moz-box-shadow: 0px 4px 6px -2px rgba(24, 40, 88, 0.03), 0px 12px 16px -4px rgba(24, 40, 88, 0.08); }
      .top-nav li.parent-menu:hover::after {
        border-color: #293056; }
      .top-nav li.parent-menu:hover .sub-menu {
        display: block; }
  .top-nav.inner {
    border: 1px solid #dfdfe2; }
    .top-nav.inner li a {
      color: #667085; }
    .top-nav.inner li.parent-menu::after {
      border-color: #667085; }

.hover-icon {
  opacity: 0; }

.emp-workspace:hover .hover-icon {
  opacity: 1; }

.easy-implement:hover .hover-icon {
  opacity: 1; }

.bingo:hover .hover-icon {
  opacity: 1; }

.payroll-workspace:hover .hover-icon {
  opacity: 1; }

.chia-ai:hover .hover-icon {
  opacity: 1; }

.parent-menu-mob .sub-menu {
  width: 100%;
  height: auto;
  min-width: max-content;
  display: none;
  padding: 1rem;
  position: absolute;
  top: 100%;
  left: calc(50%);
  z-index: 999;
  transform: translateX(-50%); }
  .parent-menu-mob .sub-menu .sub-menu-container {
    width: 94vw;
    padding: 32px;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0px 4px 6px -2px rgba(24, 40, 88, 0.03), 0px 12px 16px -4px rgba(24, 40, 88, 0.08);
    -webkit-box-shadow: 0px 4px 6px -2px rgba(24, 40, 88, 0.03), 0px 12px 16px -4px rgba(24, 40, 88, 0.08);
    -moz-box-shadow: 0px 4px 6px -2px rgba(24, 40, 88, 0.03), 0px 12px 16px -4px rgba(24, 40, 88, 0.08); }
.parent-menu-mob:hover .sub-menu {
  display: block; }

.home-bg {
  background: #fcfcfd; }

.section {
  width: 100%;
  float: left;
  overflow-x: hidden;
  position: relative; }

@media (max-width: 768px) {
  section {
    padding: 80px 20px !important; } }
.section-small {
  padding: 60px 0; }

.section-default {
  padding: 100px 0; }

.section-medium {
  padding: 140px 0; }

.section-large {
  padding: 180px 0; }

.section-inner-large {
  padding: 180px 0 180px 0; }

@media (max-width: 768px) {
  .section-inner-large {
    padding: 100px 0 120px 0; } }
@media (max-width: 600px) {
  .section-inner-large {
    padding: 100px 0 60px 0; } }
.section-50 {
  width: 50%;
  float: left; }

.section-bg {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto; }
  .section-bg.bg-size-container {
    background-size: contain; }
  .section-bg.cover {
    background-size: cover; }
  .section-bg.bg-bottom {
    background-position: right bottom; }
  .section-bg.bg-top {
    background-position: right 80px top 50px; }
  .section-bg.bg-left {
    background-position: left top; }

.customer-bg-gradient {
  background: linear-gradient(90deg, #930aff 53.7%, #bb5b7f 99.96%); }

.pv-80 {
  padding: 80px 0; }

@media (max-width: 1024px) {
  .mob-pv-30 {
    padding: 30px 0 !important; } }

.pv-tour {
  padding: 120px 0 60px 0; }

.video-section {
  background: linear-gradient(to right, #930aff, #bb5b7f); }

.video-section-gradient {
  position: relative; }
  .video-section-gradient:after {
    width: 50vw;
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(to right, #930aff, #bb5b7f);
    content: "";
    display: block;
    height: 100%;
    z-index: -1; }

.grey-section {
  background: #f2f4f7; }

@media (max-width: 768px) {
  .mob-video-section {
    padding: 0 !important; }
    .mob-video-section .video-section {
      padding: 0 20px; } }
@media (max-width: 767px) {
  .mob-video-section {
    flex-direction: column !important;
    background: linear-gradient(90deg, #930aff 53.7%, #bb5b7f 99.96%); }
    .mob-video-section .video-section, .mob-video-section .video-shadow {
      width: 100% !important; }
      .mob-video-section .video-section img, .mob-video-section .video-section object, .mob-video-section .video-section svg, .mob-video-section .video-shadow img, .mob-video-section .video-shadow object, .mob-video-section .video-shadow svg {
        width: 100% !important; } }

.grey-slanted-bg {
  width: 100%;
  height: 100px;
  position: relative;
  background: #ffffff; }
  .grey-slanted-bg:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #f2f4f7;
    transform-origin: top right;
    transform: skewY(-2deg);
    z-index: 1;
    position: absolute;
    top: -80px;
    left: 0; }

.linear-gradient-bg {
  background: linear-gradient(180deg, #f2f4f7 0%, #fff 100%); }

.head-section .head-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2px; }
  @media (max-width: 768px) {
    .head-section .head-title {
      font-size: 2.5rem;
      letter-spacing: 0; } }
.head-section .head-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .head-section .head-subtitle {
      font-size: 1.3rem; } }
.head-section p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #667085;
  line-height: 1.6; }
  @media (max-width: 768px) {
    .head-section p {
      font-size: 1rem; } }

.hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -25%;
  z-index: -1; }
  .hero-img img, .hero-img object, .hero-img svg {
    width: 100%; }
@media (min-width:768px) and (max-width:1200px) {
  .hero-img{top:0;}
}

.inner-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 110%;
  z-index: -1; }
  .inner-bg-img img, .inner-bg-img object, .inner-bg-img svg {
    width: 100%; }

.img-wrap {
  width: 100%;
  float: left;
  position: relative; }
  .img-wrap img, .img-wrap object, .img-wrap svg {
    width: auto;
    max-width: 100%; }

.img-mob-full-wrap {
  display: none; }
  @media (max-width: 767px) {
    .img-mob-full-wrap {
      display: block;
      width: 100%;
      margin: 40px 0;
      float: left; }
      .img-mob-full-wrap img, .img-mob-full-wrap object, .img-mob-full-wrap svg {
        width: 100%; } }

@media (max-width: 767px) {
  .mob-map-img {
    background-size: contain !important;
    background-position: right top 80px !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .mob-map-img {
    background-size: contain !important;
    background-position: right top !important; } }

.img-overflow {
  width: 100%;
  overflow: visible;
  float: left; }
  .img-overflow img, .img-overflow object, .img-overflow svg {
    width: auto;
    min-width: 50vw;
    float: left; }
    @media (max-width: 768px) {
      .img-overflow img, .img-overflow object, .img-overflow svg {
        width: 50vw; } }

.abs-img {
  position: absolute;
  bottom: 0; }

.img-fullwrap {
  width: 100%;
  float: left; }
  .img-fullwrap img, .img-fullwrap object, .img-fullwrap svg {
    width: 100%; }
  .img-fullwrap.rounded-corners img, .img-fullwrap.rounded-corners object, .img-fullwrap.rounded-corners svg {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }

.img-fullwrap-inner-hero {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center; }
  .img-fullwrap-inner-hero img, .img-fullwrap-inner-hero object, .img-fullwrap-inner-hero svg {
    width: 95vw; }

.overflow-div {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0; }

.scroll-section {
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .scroll-section {
      padding: 0 20px !important; } }
  @media (max-width: 767px) {
    .scroll-section {
      padding: 80px 20px !important; } }

#scrolly {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#scrolly > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

article {
  width: 100%;
  position: relative; }

.step {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.slider-img-wrap {
  width: 100%;
  position: relative; }

.step-img-wrap {
  width: 100%; }

.slider-img {
  position: -webkit-sticky !important;
  position: sticky !important;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
  overflow-x: hidden; }
  .slider-img.is-active {
    opacity: 1;
    transition: all 0.4s; }

.slide-img-overflow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slide-img-overflow img, .slide-img-overflow object, .slide-img-overflow svg {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.end-end {
  position: relative;
  width: calc(100% - 48px);
  float: left; }

.end-end-mob {
  position: relative;
  width: 100%;
  float: left; }

.icon-end {
  width: 128px;
  height: 128px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .icon-end {
      width: 80px;
      height: 80px; } }
  @media (max-width: 767px) {
    .icon-end {
      width: 100px;
      height: 100px; } }
  .icon-end img, .icon-end svg, .icon-end object {
    width: 100%;
    height: 100%;
    float: left;
    background: transparent; }
  .icon-end.icon-end-top {
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  .icon-end.icon-end-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .icon-end.icon-end-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 178px !important;
    height: 178px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .icon-end.icon-end-center {
        width: 110px !important;
        height: 110px !important; } }
    @media (max-width: 767px) {
      .icon-end.icon-end-center {
        width: 130px !important;
        height: 130px !important; } }
  .icon-end.icon-end-bottom-right {
    right: 60px;
    bottom: 0; }
    @media (max-width: 1024px) {
      .icon-end.icon-end-bottom-right {
        right: 40px; } }
.icon-end.icon-end-bottom-center {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
  .icon-end.icon-end-bottom-left {
    left: 60px;
    bottom: 0; }
    @media (max-width: 1024px) {
      .icon-end.icon-end-bottom-left {
        left: 40px; } }
  .icon-end.icon-end-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.logoslidewrap {
  font-size: 0.9rem; }

.logoslide {
  margin: 0;
  overflow: hidden;
  transition: .5s;
  white-space: nowrap;
  font-size: 0.75rem; }

.customers-slick {
  height: auto;
  overflow: hidden; }

.mt-image-container {
  margin-top: 82px; }

.partners-image-container {
  max-width: 1100px;
  margin: 82px auto 0; }

.partner-container {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dfdfe2;
  box-shadow: 0px 23.407px 46.815px -11.704px rgba(145, 11, 252, 0.24); }

.bg-partner-color {
  background: linear-gradient(180deg, #F2F4F7 0%, #FFF 100%); }

.partner-bg {
  background: #fcfcfd; }

.partner-logo {
  border-right: 1px solid #dfdfe2;
  border-bottom: 1px solid #dfdfe2; }
  @media (max-width: 767px) {
    .partner-logo:nth-child(2n) {
      border-right: 0; }
    .partner-logo:not(:nth-child(-n+10)) {
      border-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .partner-logo:nth-child(3n) {
      border-right: 0; }
    .partner-logo:not(:nth-child(-n+9)) {
      border-bottom: 0; } }
  @media (min-width: 1024px) {
    .partner-logo:nth-child(4n) {
      border-right: 0; }
    .partner-logo:not(:nth-child(-n+8)) {
      border-bottom: 0; } }

.logo-box {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: transparent; }
  .logo-box.logo-br {
    border-right: 1px solid #dfdfe2;
    border-bottom: 1px solid #dfdfe2; }
  .logo-box.logo-tr {
    border-right: 1px solid #dfdfe2;
    border-top: 1px solid #dfdfe2; }
  .logo-box img, .logo-box object, .logo-box svg {
    width: inherit;
    transition: all .4s ease-in-out; }
  @media (max-width: 768px) {
    .logo-box {
      height: 150px; } }

.col-no-padding {
  padding: 0 !important; }

@media (max-width: 1100px) {
  .logo-box img, .logo-box object, .logo-box svg {
    width: 140px; } }
.mb-seven-s {
  margin-bottom: 3.5rem; }

.inner-section-header-title {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: normal; }

.checkout-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 70px; }

.checkout-sub-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3; }

.client-section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3; }

.client-section-sub-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal; }

.client-section-writter-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3; }

.module-card {
  width: calc(100% - 24px);
  float: left;
  padding: 1.5rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  background: #f8f9fc;
  height: 100%;
  border: 1px solid #eaecf5; }
  .module-card img, .module-card object, .module-card svg {
    width: 100%;
    height: auto; }
  @media (max-width: 768px) {
    .module-card {
      width: 100%; } }

.partners-card-container {
  display: flex;
  justify-content: center; }

.partners-card {
  width: calc(100% - 24px);
  float: left;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  height: 100% !important;
  box-shadow: 0px 8px 8px -4px rgba(24, 40, 88, 0.03), 0px 20px 24px -4px rgba(24, 40, 88, 0.08);
  border: 0; }

.global-program-image, .join-us-image {
  width: 150px;
  height: 150px;
  margin: 0 auto; }

.program-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 10px;}

.video-section-workspace {
  background: linear-gradient(92deg, #1FB89D -3.33%, #3EE72F 100%); }

.video-section-payrollworkspace {
  background: linear-gradient(87deg, #E02963 -1.39%, #D048DC 97.09%); }

.video-section-easy-implementation {
  background: linear-gradient(92deg, #2FA1D3 -5.49%, #8456CF 51.48%, #9D3DFF 100%); }

.video-section-chia-ai {
  background: linear-gradient(92deg, #57BA2D -5.49%, #77BB20 58.78%, #1DA4A9 100%); }

.video-section-bingo {
  background: linear-gradient(97deg, #21ADA2 9.09%, #39A3EF 53.44%, #A976E9 100.46%); }

.video-shadow {
  filter: drop-shadow(0px -2px 4px rgba(24, 40, 88, 0.06)) drop-shadow(0px -4px 8px rgba(24, 40, 88, 0.1)); }

.background-shape {
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left bottom; }

.slider-head-title {
  font-size: 1.5rem;
  font-weight: 400; }

.slider-desc {
  font-size: 1rem;
  line-height: 1.5; }

.dailyhr-title-color {
  color: #688E56; }

.dailyhr-slider .inProgress {
  background-color: #688E56 !important; }
.dailyhr-slider .activep .slider-head-title {
  background: linear-gradient(95deg, #688D56 9.34%, #04B35F 91.8%, rgba(115, 213, 254, 0) 108.66%, rgba(3, 139, 237, 0) 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700; }
.dailyhr-slider .activep .slidep {
  font-size: 1rem;
  line-height: 1.5; }

.mobile-dhr-slider .slider-head-title {
  background: #688E56;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  font-weight: 700; }
  .mobile-dhr-slider .slider-head-title.inProgress {
    color: #688E56 !important; }
.mobile-dhr-slider .mobile-slidep {
  font-size: 1.125rem;
  font-weight: 400;
  color: #667085 !important;
  text-align: center;
  line-height: 1.5; }

.bingo-slider .inProgress {
  background-color: #28BEB0 !important; }
.bingo-slider .activep .slider-head-title {
  background: linear-gradient(95deg, #27BDAF 9.34%, #84C6C9 91.8%, rgba(115, 213, 254, 0) 108.66%, rgba(3, 139, 237, 0) 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 700; }
.bingo-slider .activep .slidep {
  font-size: 1rem;
  font-weight: 400;
  color: #667085 !important;
  line-height: 1.3; }

.mobile-Bgo-slider .slider-head-title {
  background: #28BEB0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  font-weight: 700; }
  .mobile-Bgo-slider .slider-head-title.inProgress {
    color: #28BEB0 !important; }
.mobile-Bgo-slider .mobile-slidep {
  font-size: 1.125rem;
  font-weight: 400;
  color: #667085 !important;
  text-align: center;
  line-height: 1.5; }

.easy-implementation-slider .inProgress {
  background-color: #026AA2 !important; }
.easy-implementation-slider .activep .slider-head-title {
  background: linear-gradient(95deg, #026AA2 9.34%, #0BA5EC 91.8%, rgba(115, 213, 254, 0) 108.66%, rgba(3, 139, 237, 0) 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 700; }
.easy-implementation-slider .activep .slidep {
  font-size: 1rem;
  font-weight: 400;
  color: #667085 !important;
  line-height: 1.3; }

.mobile-implementation-slider .slider-head-title {
  background: #026AA2;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  font-weight: 700; }
  .mobile-implementation-slider .slider-head-title.inProgress {
    color: #026AA2 !important; }
.mobile-implementation-slider .mobile-slidep {
  font-size: 1.125rem;
  font-weight: 400;
  color: #667085 !important;
  text-align: center;
  line-height: 1.5; }

.chia-ai-slider .inProgress {
  background-color: #50C76D !important; }
.chia-ai-slider .activep .slider-head-title {
  background: linear-gradient(95deg, #81D936 9.34%, #3CC081 91.8%, rgba(115, 213, 254, 0) 108.66%, rgba(3, 139, 237, 0) 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 700; }
.chia-ai-slider .activep .slidep {
  font-size: 1rem;
  font-weight: 400;
  color: #667085 !important;
  line-height: 1.3; }

.mobile-chia-ai-slider .slider-head-title {
  background: #50C76D;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  font-weight: 700; }
  .mobile-chia-ai-slider .slider-head-title.inProgress {
    color: #50C76D !important; }
.mobile-chia-ai-slider .mobile-slidep {
  font-size: 1.125rem;
  font-weight: 400;
  color: #667085 !important;
  text-align: center;
  line-height: 1.5; }

.payrollworkspace-slider .inProgress {
  background-color: #E02B6B !important; }
.payrollworkspace-slider .activep .slider-head-title {
  background: linear-gradient(87deg, #E02963 -1.39%, #D048DC 97.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 700; }
.payrollworkspace-slider .activep .slidep {
  font-size: 1rem;
  font-weight: 400;
  color: #667085 !important;
  line-height: 1.3; }

.mobile-payworkspace-slider .slider-head-title {
  background: #E02B6B;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  font-weight: 700; }
  .mobile-payworkspace-slider .slider-head-title.inProgress {
    color: #E02B6B !important; }
.mobile-payworkspace-slider .mobile-slidep {
  font-size: 1.125rem;
  font-weight: 400;
  color: #667085 !important;
  text-align: center;
  line-height: 1.5; }

.partners-page-slider .inProgress {
  background-color: #A42CCB !important; }
.partners-page-slider .activep .slider-head-title {
  background: linear-gradient(95deg, #930BFE 9.34%, #AF41A9 91.8%, rgba(115, 213, 254, 0) 108.66%, #BA5786 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700; }
.partners-page-slider .activep .slidep {
  font-size: 1rem;
  line-height: 1.5; }

.mobile-partners-slider .inProgress {
  color: #A42CCB !important; }

.progressBarContainer {
  position: relative; }

.progressBarContainer::before {
  content: "";
  height: 100%;
  left: 2px;
  top: 4px;
  border-right: 1px dashed #D9E0F5;
  position: absolute;
  z-index: -1; }

@media (max-width: 767px) {
  .inner-section-header-title {
    font-size: 1.5rem; }

  .checkout-title {
    font-size: 1rem;
    line-height: 30px; }

  .checkout-sub-title {
    font-size: 0.9rem; }

  .client-section-sub-title {
    font-size: 1.125rem;
    font-weight: 300; }

  .client-section-writter-title {
    font-size: 1.3rem; } }
@media (max-width: 767px) {
  .mob-mt-three-s {
    margin-top: 1.5rem; } }
.r-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  cursor: pointer;
  background: transparent; }
  .theme-payce .r-btn {
    font-family: "Manrope", sans-serif; }
  .theme-payce-dark .r-btn {
    font-family: "Manrope", sans-serif; }
  .r-btn.block-btn {
    width: 100%;
    justify-content: center; }
  .r-btn .r-btn-icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0; }
    .r-btn .r-btn-icon svg {
      width: calc(100% - 2px);
      height: auto;
      max-height: calc(100% - 2px);
      float: left; }
  .r-btn.r-btn-active {
    position: relative; }
    .r-btn.r-btn-active::before {
      position: absolute;
      display: inline-block;
      content: "";
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border: 1px solid #ffffff; }
      .theme-payce .r-btn.r-btn-active::before {
        background: #12b76a; }
      .theme-payce-dark .r-btn.r-btn-active::before {
        background: #12b76a; }
  .r-btn.r-btn-xsmall {
    font-size: 0.75rem; }
    .theme-payce .r-btn.r-btn-xsmall {
      padding: 0.25rem 0.5rem;
      height: 26px; }
      .theme-payce .r-btn.r-btn-xsmall span {
        line-height: 26px; }
    .theme-payce-dark .r-btn.r-btn-xsmall {
      padding: 0.25rem 0.5rem;
      height: 26px; }
      .theme-payce-dark .r-btn.r-btn-xsmall span {
        line-height: 26px; }
    .r-btn.r-btn-xsmall .r-btn-icon {
      width: 0.75rem;
      height: 0.75rem; }
      .r-btn.r-btn-xsmall .r-btn-icon svg path {
        stroke-width: 1; }
    .r-btn.r-btn-xsmall.icon-left .r-btn-icon {
      margin-right: 0.25rem; }
    .r-btn.r-btn-xsmall.icon-right .r-btn-icon {
      margin-left: 0.25rem; }
    .r-btn.r-btn-xsmall.r-btn-active::before {
      top: 4px;
      right: 4px; }
  .r-btn.r-btn-small {
    font-size: 0.813rem; }
    .theme-payce .r-btn.r-btn-small {
      padding: 0.5rem 1rem;
      height: 40px; }
      .theme-payce .r-btn.r-btn-small span {
        line-height: normal; }
    .theme-payce-dark .r-btn.r-btn-small {
      padding: 0.5rem 1rem;
      height: 36px; }
      .theme-payce-dark .r-btn.r-btn-small span {
        line-height: normal; }
    .r-btn.r-btn-small .r-btn-icon {
      width: 1rem;
      height: 1rem; }
      .r-btn.r-btn-small .r-btn-icon svg path {
        stroke-width: 1.33; }
    .r-btn.r-btn-small.icon-left .r-btn-icon {
      margin-right: 0.5rem; }
    .r-btn.r-btn-small.icon-right .r-btn-icon {
      margin-left: 0.5rem; }
    .r-btn.r-btn-small.r-btn-active::before {
      top: 7px;
      right: 7px; }
  .r-btn.r-btn-medium {
    font-size: 1rem; }
    .theme-payce .r-btn.r-btn-medium {
      padding: 16px 60px;
      height: 48px; }
      .theme-payce .r-btn.r-btn-medium span {
        line-height: normal; }
    .theme-payce-dark .r-btn.r-btn-medium {
      padding: 0.75rem 1.5rem;
      height: 44px; }
      .theme-payce-dark .r-btn.r-btn-medium span {
        line-height: normal; }
    .r-btn.r-btn-medium .r-btn-icon {
      width: 1.25rem;
      height: 1.25rem; }
      .r-btn.r-btn-medium .r-btn-icon svg path {
        stroke-width: 1.67; }
    .r-btn.r-btn-medium.icon-left .r-btn-icon {
      margin-right: 0.5rem; }
    .r-btn.r-btn-medium.icon-right .r-btn-icon {
      margin-left: 0.5rem; }
    .r-btn.r-btn-medium.r-btn-active::before {
      top: 8px;
      right: 8px; }
  .r-btn.r-btn-large {
    font-size: 1.3rem; }
    .theme-payce .r-btn.r-btn-large {
      padding: 1rem 2rem;
      height: 56px; }
      .theme-payce .r-btn.r-btn-large span {
        line-height: normal; }
    .theme-payce-dark .r-btn.r-btn-large {
      padding: 1rem 2rem;
      height: 56px; }
      .theme-payce-dark .r-btn.r-btn-large span {
        line-height: normal; }
    .r-btn.r-btn-large .r-btn-icon {
      width: 1.5rem;
      height: 1.5rem; }
      .r-btn.r-btn-large .r-btn-icon svg path {
        stroke-width: 2; }
    .r-btn.r-btn-large.icon-left .r-btn-icon {
      margin-right: 0.5rem; }
    .r-btn.r-btn-large.icon-right .r-btn-icon {
      margin-left: 0.5rem; }
    .r-btn.r-btn-large.r-btn-active::before {
      top: 12px;
      right: 12px; }
  .r-btn.r-btn-with-icon {
    padding: 0.5rem; }
    .r-btn.r-btn-with-icon.icon-right {
      flex-direction: row-reverse; }
  .theme-payce .r-btn.r-btn-default, .theme-payce .r-btn.r-btn-primary {
    background: linear-gradient(97deg, #4434FD 9.03%, #760AFF 100.34%);
    color: #ffffff; }
    .theme-payce .r-btn.r-btn-default svg path, .theme-payce .r-btn.r-btn-primary svg path {
      stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-default.active, .theme-payce .r-btn.r-btn-primary.active {
      background: linear-gradient(97deg, #4434FD 9.03%, #760AFF 100.34%); }
    .theme-payce .r-btn.r-btn-default:hover, .theme-payce .r-btn.r-btn-primary:hover {
      background: linear-gradient(97deg, #4434FD 9.03%, #760AFF 100.34%); }
      .theme-payce .r-btn.r-btn-default:hover svg path, .theme-payce .r-btn.r-btn-primary:hover svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-default:focus, .theme-payce .r-btn.r-btn-primary:focus {
      background: linear-gradient(97deg, #4434FD 9.03%, #760AFF 100.34%); }
      .theme-payce .r-btn.r-btn-default:focus svg path, .theme-payce .r-btn.r-btn-primary:focus svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-default.disabled, .theme-payce .r-btn.r-btn-default:disabled, .theme-payce .r-btn.r-btn-primary.disabled, .theme-payce .r-btn.r-btn-primary:disabled {
      background: #afd7ff;
      opacity: 1; }
  .theme-payce-dark .r-btn.r-btn-default, .theme-payce-dark .r-btn.r-btn-primary {
    color: #101323; }
    .theme-payce-dark .r-btn.r-btn-default svg path, .theme-payce-dark .r-btn.r-btn-primary svg path {
      stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-default:hover svg path, .theme-payce-dark .r-btn.r-btn-primary:hover svg path {
      stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-default:focus svg path, .theme-payce-dark .r-btn.r-btn-primary:focus svg path {
      stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-default.disabled, .theme-payce-dark .r-btn.r-btn-default:disabled, .theme-payce-dark .r-btn.r-btn-primary.disabled, .theme-payce-dark .r-btn.r-btn-primary:disabled {
      background: #afd7ff;
      opacity: 1; }
  .theme-payce .r-btn.r-btn-primary-border, .theme-payce .r-btn.r-btn-default-border {
    color: #0073e6;
    border: 1px solid #0073e6;
    box-sizing: border-box; }
    .theme-payce .r-btn.r-btn-primary-border svg path, .theme-payce .r-btn.r-btn-default-border svg path {
      stroke: #0073e6; }
    .theme-payce .r-btn.r-btn-primary-border:hover, .theme-payce .r-btn.r-btn-default-border:hover {
      color: #0068cf;
      border-color: #0068cf;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #eaf4ff;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #eaf4ff;
      -moz-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #eaf4ff; }
      .theme-payce .r-btn.r-btn-primary-border:hover svg path, .theme-payce .r-btn.r-btn-default-border:hover svg path {
        stroke: #0068cf; }
    .theme-payce .r-btn.r-btn-primary-border:focus, .theme-payce .r-btn.r-btn-default-border:focus {
      color: #0058af;
      border-color: #0058af; }
      .theme-payce .r-btn.r-btn-primary-border:focus svg path, .theme-payce .r-btn.r-btn-default-border:focus svg path {
        stroke: #0058af; }
    .theme-payce .r-btn.r-btn-primary-border.disabled, .theme-payce .r-btn.r-btn-primary-border:disabled, .theme-payce .r-btn.r-btn-default-border.disabled, .theme-payce .r-btn.r-btn-default-border:disabled {
      color: #afd7ff;
      border-color: #afd7ff;
      opacity: 1; }
      .theme-payce .r-btn.r-btn-primary-border.disabled svg path, .theme-payce .r-btn.r-btn-primary-border:disabled svg path, .theme-payce .r-btn.r-btn-default-border.disabled svg path, .theme-payce .r-btn.r-btn-default-border:disabled svg path {
        stroke: #afd7ff; }
  .theme-payce-dark .r-btn.r-btn-primary-border, .theme-payce-dark .r-btn.r-btn-default-border {
    color: #0073e6;
    border: 1px solid #0073e6;
    box-sizing: border-box; }
    .theme-payce-dark .r-btn.r-btn-primary-border svg path, .theme-payce-dark .r-btn.r-btn-default-border svg path {
      stroke: #0073e6; }
    .theme-payce-dark .r-btn.r-btn-primary-border:hover, .theme-payce-dark .r-btn.r-btn-default-border:hover {
      color: #0068cf;
      border-color: #0068cf;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #eaf4ff;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #eaf4ff;
      -moz-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #eaf4ff; }
      .theme-payce-dark .r-btn.r-btn-primary-border:hover svg path, .theme-payce-dark .r-btn.r-btn-default-border:hover svg path {
        stroke: #0068cf; }
    .theme-payce-dark .r-btn.r-btn-primary-border:focus, .theme-payce-dark .r-btn.r-btn-default-border:focus {
      color: #0058af;
      border-color: #0058af; }
      .theme-payce-dark .r-btn.r-btn-primary-border:focus svg path, .theme-payce-dark .r-btn.r-btn-default-border:focus svg path {
        stroke: #0058af; }
    .theme-payce-dark .r-btn.r-btn-primary-border.disabled, .theme-payce-dark .r-btn.r-btn-primary-border:disabled, .theme-payce-dark .r-btn.r-btn-default-border.disabled, .theme-payce-dark .r-btn.r-btn-default-border:disabled {
      color: #afd7ff;
      border-color: #afd7ff;
      opacity: 1; }
      .theme-payce-dark .r-btn.r-btn-primary-border.disabled svg path, .theme-payce-dark .r-btn.r-btn-primary-border:disabled svg path, .theme-payce-dark .r-btn.r-btn-default-border.disabled svg path, .theme-payce-dark .r-btn.r-btn-default-border:disabled svg path {
        stroke: #afd7ff; }
  .theme-payce .r-btn.r-btn-primary-text, .theme-payce .r-btn.r-btn-default-text {
    color: #0073e6; }
    .theme-payce .r-btn.r-btn-primary-text svg path, .theme-payce .r-btn.r-btn-default-text svg path {
      stroke: #0073e6; }
    .theme-payce .r-btn.r-btn-primary-text:hover, .theme-payce .r-btn.r-btn-default-text:hover {
      color: #0068cf; }
      .theme-payce .r-btn.r-btn-primary-text:hover svg path, .theme-payce .r-btn.r-btn-default-text:hover svg path {
        stroke: #0068cf; }
    .theme-payce .r-btn.r-btn-primary-text:focus, .theme-payce .r-btn.r-btn-default-text:focus {
      color: #0058af; }
      .theme-payce .r-btn.r-btn-primary-text:focus svg path, .theme-payce .r-btn.r-btn-default-text:focus svg path {
        stroke: #0058af; }
    .theme-payce .r-btn.r-btn-primary-text:disabled, .theme-payce .r-btn.r-btn-default-text:disabled {
      color: #afd7ff; }
      .theme-payce .r-btn.r-btn-primary-text:disabled svg path, .theme-payce .r-btn.r-btn-default-text:disabled svg path {
        stroke: #afd7ff; }
    .theme-payce .r-btn.r-btn-primary-text.disabled, .theme-payce .r-btn.r-btn-default-text.disabled {
      background: transparent; }
  .theme-payce-dark .r-btn.r-btn-primary-text, .theme-payce-dark .r-btn.r-btn-default-text {
    color: #0073e6; }
    .theme-payce-dark .r-btn.r-btn-primary-text svg path, .theme-payce-dark .r-btn.r-btn-default-text svg path {
      stroke: #0073e6; }
    .theme-payce-dark .r-btn.r-btn-primary-text:hover, .theme-payce-dark .r-btn.r-btn-default-text:hover {
      color: #0068cf; }
      .theme-payce-dark .r-btn.r-btn-primary-text:hover svg path, .theme-payce-dark .r-btn.r-btn-default-text:hover svg path {
        stroke: #0068cf; }
    .theme-payce-dark .r-btn.r-btn-primary-text:focus, .theme-payce-dark .r-btn.r-btn-default-text:focus {
      color: #0058af; }
      .theme-payce-dark .r-btn.r-btn-primary-text:focus svg path, .theme-payce-dark .r-btn.r-btn-default-text:focus svg path {
        stroke: #0058af; }
    .theme-payce-dark .r-btn.r-btn-primary-text:disabled, .theme-payce-dark .r-btn.r-btn-default-text:disabled {
      color: #afd7ff; }
      .theme-payce-dark .r-btn.r-btn-primary-text:disabled svg path, .theme-payce-dark .r-btn.r-btn-default-text:disabled svg path {
        stroke: #afd7ff; }
    .theme-payce-dark .r-btn.r-btn-primary-text.disabled, .theme-payce-dark .r-btn.r-btn-default-text.disabled {
      background: transparent; }
  .theme-payce .r-btn.r-btn-secondary {
    background: #ffffff;
    color: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary svg path {
      stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary.active {
      background: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary:hover {
      background: #ffffff; }
      .theme-payce .r-btn.r-btn-secondary:hover svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary:focus {
      background: #ffffff; }
      .theme-payce .r-btn.r-btn-secondary:focus svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary.disabled, .theme-payce .r-btn.r-btn-secondary:disabled {
      background: #eaecf0;
      opacity: 1; }
  .theme-payce-dark .r-btn.r-btn-secondary {
    background: #667085;
    color: #101323; }
    .theme-payce-dark .r-btn.r-btn-secondary svg path {
      stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-secondary.active {
      background: #667085; }
    .theme-payce-dark .r-btn.r-btn-secondary:hover {
      background: #475467; }
      .theme-payce-dark .r-btn.r-btn-secondary:hover svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-secondary:focus {
      background: #d0d5dd; }
      .theme-payce-dark .r-btn.r-btn-secondary:focus svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-secondary.disabled, .theme-payce-dark .r-btn.r-btn-secondary:disabled {
      background: #eaecf0;
      opacity: 1; }
  .theme-payce .r-btn.r-btn-secondary-border {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    background: rgba(196, 196, 196, 0.1); }
    .theme-payce .r-btn.r-btn-secondary-border svg path {
      stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary-border:hover {
      color: #ffffff;
      border-color: rgba(255, 255, 255, 0.4); }
      .theme-payce .r-btn.r-btn-secondary-border:hover svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary-border:focus {
      color: #ffffff;
      border-color: rgba(255, 255, 255, 0.4); }
      .theme-payce .r-btn.r-btn-secondary-border:focus svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary-border.disabled, .theme-payce .r-btn.r-btn-secondary-border:disabled {
      color: #eaecf0;
      border-color: #eaecf0;
      opacity: 1; }
      .theme-payce .r-btn.r-btn-secondary-border.disabled svg path, .theme-payce .r-btn.r-btn-secondary-border:disabled svg path {
        stroke: #eaecf0; }
  .theme-payce-dark .r-btn.r-btn-secondary-border {
    color: #667085;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    background: rgba(196, 196, 196, 0.1); }
    .theme-payce-dark .r-btn.r-btn-secondary-border svg path {
      stroke: #667085; }
    .theme-payce-dark .r-btn.r-btn-secondary-border:hover {
      color: #475467;
      border-color: rgba(255, 255, 255, 0.4); }
      .theme-payce-dark .r-btn.r-btn-secondary-border:hover svg path {
        stroke: #475467; }
    .theme-payce-dark .r-btn.r-btn-secondary-border:focus {
      color: #d0d5dd;
      border-color: rgba(255, 255, 255, 0.4); }
      .theme-payce-dark .r-btn.r-btn-secondary-border:focus svg path {
        stroke: #d0d5dd; }
    .theme-payce-dark .r-btn.r-btn-secondary-border.disabled, .theme-payce-dark .r-btn.r-btn-secondary-border:disabled {
      color: #eaecf0;
      border-color: #eaecf0;
      opacity: 1; }
      .theme-payce-dark .r-btn.r-btn-secondary-border.disabled svg path, .theme-payce-dark .r-btn.r-btn-secondary-border:disabled svg path {
        stroke: #eaecf0; }
  .theme-payce .r-btn.r-btn-secondary-border-purple {
    color: #7a5af8;
    border: 1px solid #7a5af8;
    box-sizing: border-box; }
    .theme-payce .r-btn.r-btn-secondary-border-purple svg path {
      stroke: #7a5af8; }
    .theme-payce .r-btn.r-btn-secondary-border-purple:hover {
      color: #5d35fc;
      border-color: #5d35fc; }
      .theme-payce .r-btn.r-btn-secondary-border-purple:hover svg path {
        stroke: #5d35fc; }
    .theme-payce .r-btn.r-btn-secondary-border-purple:focus {
      color: #4523cb;
      border-color: #4523cb; }
      .theme-payce .r-btn.r-btn-secondary-border-purple:focus svg path {
        stroke: #4523cb; }
    .theme-payce .r-btn.r-btn-secondary-border-purple.disabled, .theme-payce .r-btn.r-btn-secondary-border-purple:disabled {
      color: #eaecf0;
      border-color: #eaecf0;
      opacity: 1; }
      .theme-payce .r-btn.r-btn-secondary-border-purple.disabled svg path, .theme-payce .r-btn.r-btn-secondary-border-purple:disabled svg path {
        stroke: #eaecf0; }
  .theme-payce-dark .r-btn.r-btn-secondary-border-purple {
    border: 1px solid;
    box-sizing: border-box; }
    .theme-payce-dark .r-btn.r-btn-secondary-border-purple.disabled, .theme-payce-dark .r-btn.r-btn-secondary-border-purple:disabled {
      color: #eaecf0;
      border-color: #eaecf0;
      opacity: 1; }
      .theme-payce-dark .r-btn.r-btn-secondary-border-purple.disabled svg path, .theme-payce-dark .r-btn.r-btn-secondary-border-purple:disabled svg path {
        stroke: #eaecf0; }
  .theme-payce .r-btn.r-btn-secondary-text {
    color: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary-text svg path {
      stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary-text:hover {
      color: #ffffff; }
      .theme-payce .r-btn.r-btn-secondary-text:hover svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary-text:focus {
      color: #ffffff; }
      .theme-payce .r-btn.r-btn-secondary-text:focus svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-secondary-text:disabled {
      color: #eaecf0; }
      .theme-payce .r-btn.r-btn-secondary-text:disabled svg path {
        stroke: #eaecf0; }
    .theme-payce .r-btn.r-btn-secondary-text.disabled {
      background: transparent; }
  .theme-payce-dark .r-btn.r-btn-secondary-text {
    color: #667085; }
    .theme-payce-dark .r-btn.r-btn-secondary-text svg path {
      stroke: #667085; }
    .theme-payce-dark .r-btn.r-btn-secondary-text:hover {
      color: #475467; }
      .theme-payce-dark .r-btn.r-btn-secondary-text:hover svg path {
        stroke: #475467; }
    .theme-payce-dark .r-btn.r-btn-secondary-text:focus {
      color: #d0d5dd; }
      .theme-payce-dark .r-btn.r-btn-secondary-text:focus svg path {
        stroke: #d0d5dd; }
    .theme-payce-dark .r-btn.r-btn-secondary-text:disabled {
      color: #eaecf0; }
      .theme-payce-dark .r-btn.r-btn-secondary-text:disabled svg path {
        stroke: #eaecf0; }
    .theme-payce-dark .r-btn.r-btn-secondary-text.disabled {
      background: transparent; }
  .theme-payce .r-btn.r-btn-succcess, .theme-payce .r-btn.r-btn-positive {
    background: #12b76a;
    color: #ffffff; }
    .theme-payce .r-btn.r-btn-succcess svg path, .theme-payce .r-btn.r-btn-positive svg path {
      stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-succcess.active, .theme-payce .r-btn.r-btn-positive.active {
      background: #12b76a; }
    .theme-payce .r-btn.r-btn-succcess:hover, .theme-payce .r-btn.r-btn-positive:hover {
      background: #039855; }
      .theme-payce .r-btn.r-btn-succcess:hover svg path, .theme-payce .r-btn.r-btn-positive:hover svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-succcess:focus, .theme-payce .r-btn.r-btn-positive:focus {
      background: #027a48; }
      .theme-payce .r-btn.r-btn-succcess:focus svg path, .theme-payce .r-btn.r-btn-positive:focus svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-succcess.disabled, .theme-payce .r-btn.r-btn-succcess:disabled, .theme-payce .r-btn.r-btn-positive.disabled, .theme-payce .r-btn.r-btn-positive:disabled {
      background: #a6f4c5;
      opacity: 1; }
  .theme-payce-dark .r-btn.r-btn-succcess, .theme-payce-dark .r-btn.r-btn-positive {
    background: #12b76a;
    color: #101323; }
    .theme-payce-dark .r-btn.r-btn-succcess svg path, .theme-payce-dark .r-btn.r-btn-positive svg path {
      stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-succcess.active, .theme-payce-dark .r-btn.r-btn-positive.active {
      background: #12b76a; }
    .theme-payce-dark .r-btn.r-btn-succcess:hover, .theme-payce-dark .r-btn.r-btn-positive:hover {
      background: #039855; }
      .theme-payce-dark .r-btn.r-btn-succcess:hover svg path, .theme-payce-dark .r-btn.r-btn-positive:hover svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-succcess:focus, .theme-payce-dark .r-btn.r-btn-positive:focus {
      background: #027a48; }
      .theme-payce-dark .r-btn.r-btn-succcess:focus svg path, .theme-payce-dark .r-btn.r-btn-positive:focus svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-succcess.disabled, .theme-payce-dark .r-btn.r-btn-succcess:disabled, .theme-payce-dark .r-btn.r-btn-positive.disabled, .theme-payce-dark .r-btn.r-btn-positive:disabled {
      background: #a6f4c5;
      opacity: 1; }
  .theme-payce .r-btn.r-btn-positive-border {
    color: #12b76a;
    border: 1px solid #12b76a;
    box-sizing: border-box; }
    .theme-payce .r-btn.r-btn-positive-border svg path {
      stroke: #12b76a; }
    .theme-payce .r-btn.r-btn-positive-border:hover {
      color: #039855;
      border-color: #039855; }
      .theme-payce .r-btn.r-btn-positive-border:hover svg path {
        stroke: #039855; }
    .theme-payce .r-btn.r-btn-positive-border:focus {
      color: #027a48;
      border-color: #027a48; }
      .theme-payce .r-btn.r-btn-positive-border:focus svg path {
        stroke: #027a48; }
    .theme-payce .r-btn.r-btn-positive-border.disabled, .theme-payce .r-btn.r-btn-positive-border:disabled {
      color: #a6f4c5;
      border-color: #a6f4c5;
      opacity: 1; }
      .theme-payce .r-btn.r-btn-positive-border.disabled svg path, .theme-payce .r-btn.r-btn-positive-border:disabled svg path {
        stroke: #a6f4c5; }
  .theme-payce-dark .r-btn.r-btn-positive-border {
    color: #12b76a;
    border: 1px solid #12b76a;
    box-sizing: border-box; }
    .theme-payce-dark .r-btn.r-btn-positive-border svg path {
      stroke: #12b76a; }
    .theme-payce-dark .r-btn.r-btn-positive-border:hover {
      color: #039855;
      border-color: #039855; }
      .theme-payce-dark .r-btn.r-btn-positive-border:hover svg path {
        stroke: #039855; }
    .theme-payce-dark .r-btn.r-btn-positive-border:focus {
      color: #027a48;
      border-color: #027a48; }
      .theme-payce-dark .r-btn.r-btn-positive-border:focus svg path {
        stroke: #027a48; }
    .theme-payce-dark .r-btn.r-btn-positive-border.disabled, .theme-payce-dark .r-btn.r-btn-positive-border:disabled {
      color: #a6f4c5;
      border-color: #a6f4c5;
      opacity: 1; }
      .theme-payce-dark .r-btn.r-btn-positive-border.disabled svg path, .theme-payce-dark .r-btn.r-btn-positive-border:disabled svg path {
        stroke: #a6f4c5; }
  .theme-payce .r-btn.r-btn-positive-text {
    color: #12b76a; }
    .theme-payce .r-btn.r-btn-positive-text svg path {
      stroke: #12b76a; }
    .theme-payce .r-btn.r-btn-positive-text:hover {
      color: #039855; }
      .theme-payce .r-btn.r-btn-positive-text:hover svg path {
        stroke: #039855; }
    .theme-payce .r-btn.r-btn-positive-text:focus {
      color: #027a48; }
      .theme-payce .r-btn.r-btn-positive-text:focus svg path {
        stroke: #027a48; }
    .theme-payce .r-btn.r-btn-positive-text:disabled {
      color: #a6f4c5; }
      .theme-payce .r-btn.r-btn-positive-text:disabled svg path {
        stroke: #a6f4c5; }
    .theme-payce .r-btn.r-btn-positive-text.disabled {
      background: transparent; }
  .theme-payce-dark .r-btn.r-btn-positive-text {
    color: #12b76a; }
    .theme-payce-dark .r-btn.r-btn-positive-text svg path {
      stroke: #12b76a; }
    .theme-payce-dark .r-btn.r-btn-positive-text:hover {
      color: #039855; }
      .theme-payce-dark .r-btn.r-btn-positive-text:hover svg path {
        stroke: #039855; }
    .theme-payce-dark .r-btn.r-btn-positive-text:focus {
      color: #027a48; }
      .theme-payce-dark .r-btn.r-btn-positive-text:focus svg path {
        stroke: #027a48; }
    .theme-payce-dark .r-btn.r-btn-positive-text:disabled {
      color: #a6f4c5; }
      .theme-payce-dark .r-btn.r-btn-positive-text:disabled svg path {
        stroke: #a6f4c5; }
    .theme-payce-dark .r-btn.r-btn-positive-text.disabled {
      background: transparent; }
  .theme-payce .r-btn.r-btn-danger, .theme-payce .r-btn.r-btn-negative {
    background: #f04438;
    color: #ffffff; }
    .theme-payce .r-btn.r-btn-danger svg path, .theme-payce .r-btn.r-btn-negative svg path {
      stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-danger.active, .theme-payce .r-btn.r-btn-negative.active {
      background: #f04438; }
    .theme-payce .r-btn.r-btn-danger:hover, .theme-payce .r-btn.r-btn-negative:hover {
      background: #d92d20; }
      .theme-payce .r-btn.r-btn-danger:hover svg path, .theme-payce .r-btn.r-btn-negative:hover svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-danger:focus, .theme-payce .r-btn.r-btn-negative:focus {
      background: #b42318; }
      .theme-payce .r-btn.r-btn-danger:focus svg path, .theme-payce .r-btn.r-btn-negative:focus svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-danger.disabled, .theme-payce .r-btn.r-btn-danger:disabled, .theme-payce .r-btn.r-btn-negative.disabled, .theme-payce .r-btn.r-btn-negative:disabled {
      background: #fecdca;
      opacity: 1; }
  .theme-payce-dark .r-btn.r-btn-danger, .theme-payce-dark .r-btn.r-btn-negative {
    background: #f04438;
    color: #101323; }
    .theme-payce-dark .r-btn.r-btn-danger svg path, .theme-payce-dark .r-btn.r-btn-negative svg path {
      stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-danger.active, .theme-payce-dark .r-btn.r-btn-negative.active {
      background: #f04438; }
    .theme-payce-dark .r-btn.r-btn-danger:hover, .theme-payce-dark .r-btn.r-btn-negative:hover {
      background: #d92d20; }
      .theme-payce-dark .r-btn.r-btn-danger:hover svg path, .theme-payce-dark .r-btn.r-btn-negative:hover svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-danger:focus, .theme-payce-dark .r-btn.r-btn-negative:focus {
      background: #b42318; }
      .theme-payce-dark .r-btn.r-btn-danger:focus svg path, .theme-payce-dark .r-btn.r-btn-negative:focus svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-danger.disabled, .theme-payce-dark .r-btn.r-btn-danger:disabled, .theme-payce-dark .r-btn.r-btn-negative.disabled, .theme-payce-dark .r-btn.r-btn-negative:disabled {
      background: #fecdca;
      opacity: 1; }
  .theme-payce .r-btn.r-btn-negative-border {
    color: #f04438;
    border: 1px solid #f04438;
    box-sizing: border-box; }
    .theme-payce .r-btn.r-btn-negative-border svg path {
      stroke: #f04438; }
    .theme-payce .r-btn.r-btn-negative-border:hover {
      color: #d92d20;
      border-color: #d92d20; }
      .theme-payce .r-btn.r-btn-negative-border:hover svg path {
        stroke: #d92d20; }
    .theme-payce .r-btn.r-btn-negative-border:focus {
      color: #b42318;
      border-color: #b42318; }
      .theme-payce .r-btn.r-btn-negative-border:focus svg path {
        stroke: #b42318; }
    .theme-payce .r-btn.r-btn-negative-border.disabled, .theme-payce .r-btn.r-btn-negative-border:disabled {
      color: #fecdca;
      border-color: #fecdca;
      opacity: 1; }
      .theme-payce .r-btn.r-btn-negative-border.disabled svg path, .theme-payce .r-btn.r-btn-negative-border:disabled svg path {
        stroke: #fecdca; }
  .theme-payce-dark .r-btn.r-btn-negative-border {
    color: #f04438;
    border: 1px solid #f04438;
    box-sizing: border-box; }
    .theme-payce-dark .r-btn.r-btn-negative-border svg path {
      stroke: #f04438; }
    .theme-payce-dark .r-btn.r-btn-negative-border:hover {
      color: #d92d20;
      border-color: #d92d20; }
      .theme-payce-dark .r-btn.r-btn-negative-border:hover svg path {
        stroke: #d92d20; }
    .theme-payce-dark .r-btn.r-btn-negative-border:focus {
      color: #b42318;
      border-color: #b42318; }
      .theme-payce-dark .r-btn.r-btn-negative-border:focus svg path {
        stroke: #b42318; }
    .theme-payce-dark .r-btn.r-btn-negative-border.disabled, .theme-payce-dark .r-btn.r-btn-negative-border:disabled {
      color: #fecdca;
      border-color: #fecdca;
      opacity: 1; }
      .theme-payce-dark .r-btn.r-btn-negative-border.disabled svg path, .theme-payce-dark .r-btn.r-btn-negative-border:disabled svg path {
        stroke: #fecdca; }
  .theme-payce .r-btn.r-btn-negative-text {
    color: #f04438; }
    .theme-payce .r-btn.r-btn-negative-text svg path {
      stroke: #f04438; }
    .theme-payce .r-btn.r-btn-negative-text:hover {
      color: #d92d20; }
      .theme-payce .r-btn.r-btn-negative-text:hover svg path {
        stroke: #d92d20; }
    .theme-payce .r-btn.r-btn-negative-text:focus {
      color: #b42318; }
      .theme-payce .r-btn.r-btn-negative-text:focus svg path {
        stroke: #b42318; }
    .theme-payce .r-btn.r-btn-negative-text:disabled {
      color: #fecdca; }
      .theme-payce .r-btn.r-btn-negative-text:disabled svg path {
        stroke: #fecdca; }
    .theme-payce .r-btn.r-btn-negative-text.disabled {
      background: transparent; }
  .theme-payce-dark .r-btn.r-btn-negative-text {
    color: #f04438; }
    .theme-payce-dark .r-btn.r-btn-negative-text svg path {
      stroke: #f04438; }
    .theme-payce-dark .r-btn.r-btn-negative-text:hover {
      color: #d92d20; }
      .theme-payce-dark .r-btn.r-btn-negative-text:hover svg path {
        stroke: #d92d20; }
    .theme-payce-dark .r-btn.r-btn-negative-text:focus {
      color: #b42318; }
      .theme-payce-dark .r-btn.r-btn-negative-text:focus svg path {
        stroke: #b42318; }
    .theme-payce-dark .r-btn.r-btn-negative-text:disabled {
      color: #fecdca; }
      .theme-payce-dark .r-btn.r-btn-negative-text:disabled svg path {
        stroke: #fecdca; }
    .theme-payce-dark .r-btn.r-btn-negative-text.disabled {
      background: transparent; }
  .theme-payce .r-btn.r-btn-warning {
    background: #f79009;
    color: #ffffff; }
    .theme-payce .r-btn.r-btn-warning svg path {
      stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-warning.active {
      background: #f79009; }
    .theme-payce .r-btn.r-btn-warning:hover {
      background: #dc6803; }
      .theme-payce .r-btn.r-btn-warning:hover svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-warning:focus {
      background: #b54708; }
      .theme-payce .r-btn.r-btn-warning:focus svg path {
        stroke: #ffffff; }
    .theme-payce .r-btn.r-btn-warning.disabled, .theme-payce .r-btn.r-btn-warning:disabled {
      background: #fedf89;
      opacity: 1; }
  .theme-payce-dark .r-btn.r-btn-warning {
    background: #f79009;
    color: #101323; }
    .theme-payce-dark .r-btn.r-btn-warning svg path {
      stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-warning.active {
      background: #f79009; }
    .theme-payce-dark .r-btn.r-btn-warning:hover {
      background: #dc6803; }
      .theme-payce-dark .r-btn.r-btn-warning:hover svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-warning:focus {
      background: #b54708; }
      .theme-payce-dark .r-btn.r-btn-warning:focus svg path {
        stroke: #101323; }
    .theme-payce-dark .r-btn.r-btn-warning.disabled, .theme-payce-dark .r-btn.r-btn-warning:disabled {
      background: #fedf89;
      opacity: 1; }
  .theme-payce .r-btn.r-btn-warning-border {
    color: #f79009;
    border: 1px solid #f79009;
    box-sizing: border-box; }
    .theme-payce .r-btn.r-btn-warning-border svg path {
      stroke: #f79009; }
    .theme-payce .r-btn.r-btn-warning-border:hover {
      color: #dc6803;
      border-color: #dc6803; }
      .theme-payce .r-btn.r-btn-warning-border:hover svg path {
        stroke: #dc6803; }
    .theme-payce .r-btn.r-btn-warning-border:focus {
      color: #b54708;
      border-color: #b54708; }
      .theme-payce .r-btn.r-btn-warning-border:focus svg path {
        stroke: #b54708; }
    .theme-payce .r-btn.r-btn-warning-border.disabled, .theme-payce .r-btn.r-btn-warning-border:disabled {
      color: #fedf89;
      border-color: #fedf89;
      opacity: 1; }
      .theme-payce .r-btn.r-btn-warning-border.disabled svg path, .theme-payce .r-btn.r-btn-warning-border:disabled svg path {
        stroke: #fedf89; }
  .theme-payce-dark .r-btn.r-btn-warning-border {
    color: #f79009;
    border: 1px solid #f79009;
    box-sizing: border-box; }
    .theme-payce-dark .r-btn.r-btn-warning-border svg path {
      stroke: #f79009; }
    .theme-payce-dark .r-btn.r-btn-warning-border:hover {
      color: #dc6803;
      border-color: #dc6803; }
      .theme-payce-dark .r-btn.r-btn-warning-border:hover svg path {
        stroke: #dc6803; }
    .theme-payce-dark .r-btn.r-btn-warning-border:focus {
      color: #b54708;
      border-color: #b54708; }
      .theme-payce-dark .r-btn.r-btn-warning-border:focus svg path {
        stroke: #b54708; }
    .theme-payce-dark .r-btn.r-btn-warning-border.disabled, .theme-payce-dark .r-btn.r-btn-warning-border:disabled {
      color: #fedf89;
      border-color: #fedf89;
      opacity: 1; }
      .theme-payce-dark .r-btn.r-btn-warning-border.disabled svg path, .theme-payce-dark .r-btn.r-btn-warning-border:disabled svg path {
        stroke: #fedf89; }
  .theme-payce .r-btn.r-btn-warning-text {
    color: #f79009; }
    .theme-payce .r-btn.r-btn-warning-text svg path {
      stroke: #f79009; }
    .theme-payce .r-btn.r-btn-warning-text:hover {
      color: #dc6803; }
      .theme-payce .r-btn.r-btn-warning-text:hover svg path {
        stroke: #dc6803; }
    .theme-payce .r-btn.r-btn-warning-text:focus {
      color: #b54708; }
      .theme-payce .r-btn.r-btn-warning-text:focus svg path {
        stroke: #b54708; }
    .theme-payce .r-btn.r-btn-warning-text:disabled {
      color: #fedf89; }
      .theme-payce .r-btn.r-btn-warning-text:disabled svg path {
        stroke: #fedf89; }
    .theme-payce .r-btn.r-btn-warning-text.disabled {
      background: transparent; }
  .theme-payce-dark .r-btn.r-btn-warning-text {
    color: #f79009; }
    .theme-payce-dark .r-btn.r-btn-warning-text svg path {
      stroke: #f79009; }
    .theme-payce-dark .r-btn.r-btn-warning-text:hover {
      color: #dc6803; }
      .theme-payce-dark .r-btn.r-btn-warning-text:hover svg path {
        stroke: #dc6803; }
    .theme-payce-dark .r-btn.r-btn-warning-text:focus {
      color: #b54708; }
      .theme-payce-dark .r-btn.r-btn-warning-text:focus svg path {
        stroke: #b54708; }
    .theme-payce-dark .r-btn.r-btn-warning-text:disabled {
      color: #fedf89; }
      .theme-payce-dark .r-btn.r-btn-warning-text:disabled svg path {
        stroke: #fedf89; }
    .theme-payce-dark .r-btn.r-btn-warning-text.disabled {
      background: transparent; }

.p-card {
  width: 100%;
  float: left;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  display: flex;
  flex-direction: row; }
  .p-card.card-space-40 {
    max-width: calc(100% - 8px); }
  .theme-payce .p-card.card-dark {
    background: #1d2939; }
  .theme-payce-dark .p-card.card-dark {
    background: #1d2939; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 20px; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  display: flex;
  align-items: center; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img, .slick-slide object {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: 100%; }

.slick-current img, .slick-current object {
  opacity: 1; }

.slick-slide.slick-loading img, .slick-slide.slick-loading object {
  display: none; }

.slick-slide.dragging img, .slick-slide.dragging object {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

h3 {
  margin: 5px 0; }

.sliderContainer {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  flex-direction: row-reverse; }

.slider {
  width: 50%;
  height: 100%; }

.slick-slide {
  text-align: center;
  vertical-align: middle;
  overflow: hidden; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-dots {
  bottom: -30px; }

.progressBarContainer {
  box-sizing: border-box;
  padding-right: 1.5rem;
  width: 50%; }

.progressBarContainer div {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left; }
  .progressBarContainer div:last-of-type {
    margin-bottom: 0; }
  .progressBarContainer div h2 {
    margin: 0;
    width: 95%;
    float: right; }
  .progressBarContainer div p {
    width: 95%;
    float: right;
    color: #1d2939; }

.progressBarContainer div:last-child {
  margin-right: 0; }

.progressBarContainer div span.progressBar .inProgress {
  background-color: #0073e6;
  width: 4px;
  height: 0%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.progressBarContainer div.activep span.progressBar {
  width: 4px;
  height: 80px;
  margin-top: 6px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left; }

.progressBarContainer div.activep {
  opacity: 1; }
  .progressBarContainer div.activep .slidep {
    height: auto;
    overflow: visible;
    color: #111111;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s; }
  .progressBarContainer div.activep div {
    opacity: 1; }

.slidep {
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s; }

.activeslide {
  display: block; }

.inProgress.on {
  width: 100% !important; }

.main {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: column; }
  .main .slider-line::before {
    content: "";
    width: 100%;
    border-top: 1px dashed #D0D5DD;
    position: absolute; }
  .main .slider-graph {
    width: 100%;
    float: left; }
    .main .slider-graph.slick-initialized .slick-slide {
      display: flex;
      align-items: center; }
    .main .slider-graph .icon-holder {
      height: 90px;
      cursor: pointer;
      border-top: 4px solid transparent;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .main .slider-graph .icon-holder img, .main .slider-graph .icon-holder object, .main .slider-graph .icon-holder svg {
        width: 136px; }
      .main .slider-graph .icon-holder.slick-current {
        border-top: 4px solid;
        border-color: #930AFF; }

.action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center; }

.action a {
  display: inline-block;
  padding: 5px 10px;
  background: #f30;
  color: #fff;
  text-decoration: none; }

.action a:hover {
  background: #000; }

.r-input-form-group {
  width: auto;
  float: left;
  position: relative; }
  .r-input-form-group.rvwdefault {
    display: flex;
    align-items: center;
    flex-direction: row; }
    .r-input-form-group.rvwdefault .r-input-control-label {
      margin-right: 0.25rem;
      margin-bottom: 0; }
  .r-input-form-group .r-input-control-label, .r-input-form-group .r-caption {
    transition: all 0.2s;
    margin-bottom: 0.25rem;
    float: left;
    font-size: 0.813rem;
    max-width: 99%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .theme-payce .r-input-form-group .r-input-control-label, .theme-payce .r-input-form-group .r-caption {
      color: #475467;
      margin-bottom: 0.25rem; }
    .theme-payce-dark .r-input-form-group .r-input-control-label, .theme-payce-dark .r-input-form-group .r-caption {
      color: #475467;
      margin-bottom: 0.25rem; }
    .r-input-form-group .r-input-control-label.material, .r-input-form-group .r-caption.material {
      margin-bottom: 0px;
      position: absolute;
      z-index: 1;
      padding: 0 0.25rem;
      transition: all 0.2s;
      color: #475467;
      background: transparent; }
      .r-input-form-group .r-input-control-label.material:before, .r-input-form-group .r-caption.material:before {
        width: 100%;
        height: 1px;
        background: #ffffff;
        content: "";
        display: inline-block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 4px; }
      .r-input-form-group .r-input-control-label.material.size-s, .r-input-form-group .r-caption.material.size-s {
        left: 4px; }
        .r-input-form-group .r-input-control-label.material.size-s:before, .r-input-form-group .r-caption.material.size-s:before {
          bottom: 5px; }
      .r-input-form-group .r-input-control-label.material.size-m, .r-input-form-group .r-caption.material.size-m {
        left: 4px; }
        .r-input-form-group .r-input-control-label.material.size-m:before, .r-input-form-group .r-caption.material.size-m:before {
          bottom: 5px; }
      .r-input-form-group .r-input-control-label.material.size-l, .r-input-form-group .r-caption.material.size-l {
        left: 4px; }
        .r-input-form-group .r-input-control-label.material.size-l:before, .r-input-form-group .r-caption.material.size-l:before {
          bottom: 5px; }
      .r-input-form-group .r-input-control-label.material.size-xl, .r-input-form-group .r-caption.material.size-xl {
        left: 8px; }
        .r-input-form-group .r-input-control-label.material.size-xl:before, .r-input-form-group .r-caption.material.size-xl:before {
          bottom: 7px; }
    .theme-payce .r-input-form-group .r-input-control-label.focused, .theme-payce .r-input-form-group .r-caption.focused {
      color: #0068cf; }
    .theme-payce .r-input-form-group .r-input-control-label.error, .theme-payce .r-input-form-group .r-caption.error {
      color: #f04438; }
    .theme-payce .r-input-form-group .r-input-control-label.success, .theme-payce .r-input-form-group .r-caption.success {
      color: #00ae50; }
    .theme-payce-dark .r-input-form-group .r-input-control-label.focused, .theme-payce-dark .r-input-form-group .r-caption.focused {
      color: #0068cf; }
    .theme-payce-dark .r-input-form-group .r-input-control-label.error, .theme-payce-dark .r-input-form-group .r-caption.error {
      color: #f04438; }
    .theme-payce-dark .r-input-form-group .r-input-control-label.success, .theme-payce-dark .r-input-form-group .r-caption.success {
      color: #00ae50; }
    .r-input-form-group .r-input-control-label.size-s, .r-input-form-group .r-caption.size-s {
      font-size: 0.625rem;
      line-height: 0.9rem;
      font-weight: 500; }
    .r-input-form-group .r-input-control-label.size-m, .r-input-form-group .r-caption.size-m {
      font-size: 0.75rem;
      line-height: 0.9rem;
      font-weight: 500; }
    .r-input-form-group .r-input-control-label.size-l, .r-input-form-group .r-caption.size-l {
      font-size: 0.813rem;
      line-height: 0.9rem;
      font-weight: 500; }
    .r-input-form-group .r-input-control-label.size-xl, .r-input-form-group .r-caption.size-xl {
      font-size: 0.813rem;
      line-height: 1.3rem; }
  .r-input-form-group.material {
    margin-bottom: 2rem !important; }
    .r-input-form-group.material.open .r-input-control-label.material, .r-input-form-group.material.open .r-caption.material {
      background: transparent;
      top: -8px;
      color: #1d2939; }
  .r-input-form-group .icon-group {
    width: auto;
    min-width: fit-content; }
  .r-input-form-group .r-form-icon {
    position: absolute;
    bottom: 0; }
    .r-input-form-group .r-form-icon.left {
      left: 0px;
      z-index: 1; }
    .r-input-form-group .r-form-icon.right {
      display: flex;
      right: 0px;
      z-index: 1; }
    .r-input-form-group .r-form-icon.center-top {
      top: 50%;
      transform: translateY(-50%); }
    .r-input-form-group .r-form-icon.icon-nowrap {
      top: 50%;
      transform: translateY(-50%); }
      .r-input-form-group .r-form-icon.icon-nowrap.right {
        right: 0px; }
      .r-input-form-group .r-form-icon.icon-nowrap.left {
        left: 0px; }
      .r-input-form-group .r-form-icon.icon-nowrap.icon-xl.left {
        left: 0; }
      .r-input-form-group .r-form-icon.icon-nowrap.icon-xl.right {
        right: 0; }
  .r-input-form-group .r-input-form-control {
    font-weight: 400;
    height: auto;
    outline: 0px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem; }
    .theme-payce .r-input-form-group .r-input-form-control {
      color: #1d2939;
      background: #ffffff;
      border: 1px solid #d0d5dd;
      font-family: "Manrope", sans-serif;
      box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.05);
      -webkit-box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.05);
      -moz-box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.05); }
    .theme-payce-dark .r-input-form-group .r-input-form-control {
      color: #475467;
      background: #ffffff;
      border: 1px solid #475467;
      font-family: "Manrope", sans-serif;
      box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.05);
      -webkit-box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.05);
      -moz-box-shadow: 0px 1px 2px 0px rgba(24, 40, 88, 0.05); }
    .r-input-form-group .r-input-form-control.material {
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem; }
    .theme-payce .r-input-form-group .r-input-form-control.mandatory {
      border-left: solid; }
    .theme-payce-dark .r-input-form-group .r-input-form-control.mandatory {
      border-left: solid; }
    .theme-payce .r-input-form-group .r-input-form-control.uitask {
      background-color: #e8f5ff; }
    .theme-payce-dark .r-input-form-group .r-input-form-control.uitask {
      background-color: #e8f5ff; }
    .r-input-form-group .r-input-form-control.size-s {
      padding: 0 0.5rem; }
      .theme-payce .r-input-form-group .r-input-form-control.size-s {
        height: 30px;
        line-height: 30px;
        font-size: 0.75rem; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-s {
        height: 30px;
        line-height: 30px;
        font-size: 0.75rem; }
      .theme-payce .r-input-form-group .r-input-form-control.size-s.icon-left {
        padding-left: 30px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-s.icon-right {
        padding-right: 30px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-s.icon-left-right {
        padding-left: 30px;
        padding-right: 30px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-s.icon-group-right {
        padding-right: calc(3.25rem); }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-s.icon-left {
        padding-left: 30px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-s.icon-right {
        padding-right: 30px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-s.icon-left-right {
        padding-left: 30px;
        padding-right: 30px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-s.icon-group-right {
        padding-right: calc(3.25rem); }
      .theme-payce .r-input-form-group .r-input-form-control.size-s::placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-s::-moz-placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-s:-ms-input-placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-s::-ms-input-placeholder {
        font-size: 0.75rem; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-s::placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-s::-moz-placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-s:-ms-input-placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-s::-ms-input-placeholder {
        font-size: 0.75rem; }
    .r-input-form-group .r-input-form-control.size-m {
      padding: 0 1.3rem; }
      .theme-payce .r-input-form-group .r-input-form-control.size-m {
        height: 36px;
        line-height: 36px;
        font-size: 0.813rem; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-m {
        height: 36px;
        line-height: 36px;
        font-size: 0.813rem; }
      .theme-payce .r-input-form-group .r-input-form-control.size-m.icon-left {
        padding-left: 36px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-m.icon-right {
        padding-right: 36px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-m.icon-left-right {
        padding-left: 36px;
        padding-right: 36px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-m.icon-group-right {
        padding-right: calc(4.5rem); }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-m.icon-left {
        padding-left: 36px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-m.icon-right {
        padding-right: 36px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-m.icon-left-right {
        padding-left: 36px;
        padding-right: 36px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-m.icon-group-right {
        padding-right: calc(4.5rem); }
      .theme-payce .r-input-form-group .r-input-form-control.size-m::placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-m::-moz-placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-m:-ms-input-placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-m::-ms-input-placeholder {
        font-size: 0.813rem; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-m::placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-m::-moz-placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-m:-ms-input-placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-m::-ms-input-placeholder {
        font-size: 0.813rem; }
    .r-input-form-group .r-input-form-control.size-l {
      padding: 0 0.5rem; }
      .theme-payce .r-input-form-group .r-input-form-control.size-l {
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-l {
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem; }
      .theme-payce .r-input-form-group .r-input-form-control.size-l.icon-left {
        padding-left: 40px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-l.icon-right {
        padding-right: 40px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-l.icon-left-right {
        padding-left: 40px;
        padding-right: 40px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-l.icon-group-right {
        padding-right: 72px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-l.icon-left {
        padding-left: 40px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-l.icon-right {
        padding-right: 40px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-l.icon-left-right {
        padding-left: 40px;
        padding-right: 40px; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-l.icon-group-right {
        padding-right: 72px; }
      .theme-payce .r-input-form-group .r-input-form-control.size-l::placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-l::-moz-placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-l:-ms-input-placeholder, .theme-payce .r-input-form-group .r-input-form-control.size-l::-ms-input-placeholder {
        font-size: 1.3rem; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.size-l::placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-l::-moz-placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-l:-ms-input-placeholder, .theme-payce-dark .r-input-form-group .r-input-form-control.size-l::-ms-input-placeholder {
        font-size: 1.3rem; }
    .r-input-form-group .r-input-form-control::placeholder {
      font-weight: 400; }
      .theme-payce .r-input-form-group .r-input-form-control::placeholder {
        color: #98a2b3; }
      .theme-payce-dark .r-input-form-group .r-input-form-control::placeholder {
        color: #98a2b3; }
    .r-input-form-group .r-input-form-control::-moz-placeholder {
      font-weight: 400; }
      .theme-payce .r-input-form-group .r-input-form-control::-moz-placeholder {
        color: #98a2b3; }
      .theme-payce-dark .r-input-form-group .r-input-form-control::-moz-placeholder {
        color: #98a2b3; }
    .r-input-form-group .r-input-form-control:-ms-input-placeholder {
      font-weight: 400; }
      .theme-payce .r-input-form-group .r-input-form-control:-ms-input-placeholder {
        color: #98a2b3; }
      .theme-payce-dark .r-input-form-group .r-input-form-control:-ms-input-placeholder {
        color: #98a2b3; }
    .r-input-form-group .r-input-form-control::-ms-input-placeholder {
      font-weight: 400; }
      .theme-payce .r-input-form-group .r-input-form-control::-ms-input-placeholder {
        color: #98a2b3; }
      .theme-payce-dark .r-input-form-group .r-input-form-control::-ms-input-placeholder {
        color: #98a2b3; }
    .theme-payce .r-input-form-group .r-input-form-control:focus {
      background: #ffffff;
      border-color: #0073e6 !important;
      outline: none;
      color: #1d2939; }
    .theme-payce-dark .r-input-form-group .r-input-form-control:focus {
      background: #ffffff;
      border-color: #0073e6 !important;
      outline: none;
      color: #475467; }
    .theme-payce .r-input-form-group .r-input-form-control.active {
      border: 1px solid #0068cf !important;
      background-color: #ffffff; }
      .theme-payce .r-input-form-group .r-input-form-control.active .select__control {
        border: 1px solid #0068cf !important; }
        .theme-payce .r-input-form-group .r-input-form-control.active .select__control.select__control--is-focused {
          border-color: transparent; }
    .theme-payce-dark .r-input-form-group .r-input-form-control.active {
      border: 1px solid #0068cf !important;
      background-color: #ffffff; }
      .theme-payce-dark .r-input-form-group .r-input-form-control.active .select__control {
        border: 1px solid #0068cf !important; }
        .theme-payce-dark .r-input-form-group .r-input-form-control.active .select__control.select__control--is-focused {
          border-color: transparent; }
    .theme-payce .r-input-form-group .r-input-form-control.error {
      border-color: #f04438;
      color: #1d2939; }
    .theme-payce-dark .r-input-form-group .r-input-form-control.error {
      border-color: #f04438;
      color: #475467; }
    .r-input-form-group .r-input-form-control.error.error-active {
      background-color: #ffffff;
      border: none; }
    .r-input-form-group .r-input-form-control.error.error-default {
      background-color: #f3f5f7;
      border: none; }
    .r-input-form-group .r-input-form-control.error.password-error {
      border: 1px solid #f04438 !important;
      background-color: #ffffff; }
    .theme-payce .r-input-form-group .r-input-form-control.error:focus {
      border-color: #0073e6 !important;
      outline: none;
      color: #1d2939; }
    .theme-payce-dark .r-input-form-group .r-input-form-control.error:focus {
      border-color: #0073e6 !important;
      outline: none;
      color: #475467; }
    .theme-payce .r-input-form-group .r-input-form-control.success {
      border-color: #12b76a;
      color: #1d2939; }
    .theme-payce-dark .r-input-form-group .r-input-form-control.success {
      border-color: #12b76a;
      color: #475467; }
    .r-input-form-group .r-input-form-control.success.success-active {
      background-color: #ffffff;
      border: none; }
    .r-input-form-group .r-input-form-control.success.success-default {
      background-color: #f3f5f7;
      border: none; }
    .theme-payce .r-input-form-group .r-input-form-control.success:focus {
      border-color: #0073e6 !important;
      outline: none;
      color: #1d2939; }
    .theme-payce-dark .r-input-form-group .r-input-form-control.success:focus {
      border-color: #0073e6 !important;
      outline: none;
      color: #475467; }
    .r-input-form-group .r-input-form-control.disabled, .r-input-form-group .r-input-form-control:disabled {
      pointer-events: none;
      opacity: 0.9 !important;
      background: #F9FAFB !important; }
      .r-input-form-group .r-input-form-control.disabled + label, .r-input-form-group .r-input-form-control:disabled + label {
        color: #667085; }
    .r-input-form-group .r-input-form-control:read-only:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
      .theme-payce .r-input-form-group .r-input-form-control:read-only:focus {
        border-color: #d0d5dd !important; }
      .theme-payce-dark .r-input-form-group .r-input-form-control:read-only:focus {
        border-color: #475467 !important; }
  .r-input-form-group .r-input-caption {
    width: 100%;
    float: left;
    min-height: 12px;
    font-size: 0.625rem;
    line-height: 1.1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s; }
    .theme-payce .r-input-form-group .r-input-caption.error {
      color: #f04438; }
    .theme-payce-dark .r-input-form-group .r-input-caption.error {
      color: #f04438; }
    .theme-payce .r-input-form-group .r-input-caption.success {
      color: #12b76a; }
    .theme-payce-dark .r-input-form-group .r-input-caption.success {
      color: #12b76a; }

.r-input-wrapper {
  position: relative; }
  .theme-payce .r-input-wrapper .icon-s {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    align-items: center;
    justify-content: center; }
  .theme-payce-dark .r-input-wrapper .icon-s {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    align-items: center;
    justify-content: center; }
  .r-input-wrapper .icon-s svg {
    width: 12px; }
  .theme-payce .r-input-wrapper .icon-m {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    align-items: center;
    justify-content: center; }
  .theme-payce-dark .r-input-wrapper .icon-m {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    align-items: center;
    justify-content: center; }
  .r-input-wrapper .icon-m svg {
    width: 14px; }
  .theme-payce .r-input-wrapper .icon-l {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    display: flex; }
  .theme-payce-dark .r-input-wrapper .icon-l {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    display: flex; }
  .r-input-wrapper .icon-l svg {
    width: 16px; }

.r-time-picker-panel-select .icon-group-right {
  padding-right: 0 !important; }

.theme-rds .r-input-form-control {
  font-weight: 600; }
  .theme-rds .r-input-form-control:focus {
    font-weight: 600; }

.label-left {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .label-left .r-caption {
    margin-bottom: 0 !important;
    margin-right: 6px;
    width: 40%;
    text-align: right;
    justify-content: right; }
  .label-left .r-input-wrapper {
    width: 60%; }

textarea.r-input-form-control.size-s, textarea.r-input-form-control.size-m, textarea.r-input-form-control.size-l {
  height: auto !important;
  line-height: normal !important; }
.theme-payce textarea.r-input-form-control.size-s {
  padding: 0.375rem 0.5rem !important; }
.theme-payce textarea.r-input-form-control.size-m {
  padding: 0.5rem 0.75rem !important; }
.theme-payce textarea.r-input-form-control.size-l, .theme-payce textarea.r-input-form-control.size-xl {
  padding: 0.5rem 0.75rem !important; }
.theme-payce-dark textarea.r-input-form-control.size-s {
  padding: 0.375rem 0.5rem !important; }
.theme-payce-dark textarea.r-input-form-control.size-m {
  padding: 0.5rem 0.75rem !important; }
.theme-payce-dark textarea.r-input-form-control.size-l, .theme-payce-dark textarea.r-input-form-control.size-xl {
  padding: 0.5rem 0.75rem !important; }

.theme-rds .r-input-form-group .r-input-form-control.success {
  background-color: #ffffff; }
.theme-rds .r-input-form-group .r-input-form-control.error {
  background-color: #ffffff; }

.outlined .r-caption {
  margin-bottom: 0px;
  position: absolute;
  z-index: 1;
  padding: 0 0.25rem;
  transition: all 0.2s;
  background: transparent;
  top: -8px;
  left: 4px;
  color: #1d2939; }
  .outlined .r-caption:before {
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 4px; }

.hasinheritwidth {
  width: 100%; }

.hasenabledwidth {
  width: auto;
  max-width: 100%; }
  .hasenabledwidth .r-input-form-control {
    width: 100%; }

.theme-rxd .r-input-form-group .r-input-control-label, .theme-rxd .r-input-form-group .r-caption {
  position: relative; }
  .theme-rxd .r-input-form-group .r-input-control-label.mandatory, .theme-rxd .r-input-form-group .r-caption.mandatory {
    padding-right: 10px; }
    .theme-rxd .r-input-form-group .r-input-control-label.mandatory:after, .theme-rxd .r-input-form-group .r-caption.mandatory:after {
      content: "*";
      display: inline-block;
      margin-left: 0.25rem;
      font-size: 0.813rem;
      color: #f04438;
      position: absolute;
      right: 0;
      top: 0;
      line-height: 1; }

.fullwidth-input {
  width: 100%; }
  .fullwidth-input .r-input-form-group {
    width: 100%; }
  .fullwidth-input .r-input-form-control {
    width: 100%; }
  .fullwidth-input .date_holder {
    width: 100%; }
    .fullwidth-input .date_holder .rmdp-container {
      width: 100%; }
      .fullwidth-input .date_holder .rmdp-container .rmdp-input {
        width: 100%; }

.r-form-checkbox {
  display: inline-flex;
  align-items: start;
  position: relative; }
  .theme-payce .r-form-checkbox label {
    color: #1d2939; }
  .theme-payce-dark .r-form-checkbox label {
    color: #1d2939; }
  .r-form-checkbox + .r-form-checkbox {
    margin-left: 1rem; }

.r-check-box {
  display: inline-block;
  background: #ffffff;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out; }
  .theme-payce .r-check-box {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .theme-payce-dark .r-check-box {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .r-check-box + label {
    margin-left: 0.5rem; }
    .r-check-box + label:hover {
      cursor: pointer; }
  .theme-payce .r-check-box.r-check-default {
    border: 1px solid #667085; }
  .theme-payce-dark .r-check-box.r-check-default {
    border: 1px solid #667085; }
  .theme-payce .r-check-box.r-check-grid {
    border: 1px solid #0068cf; }
    .theme-payce .r-check-box.r-check-grid:hover {
      border-color: #0068cf; }
  .theme-payce-dark .r-check-box.r-check-grid {
    border: 1px solid #0068cf; }
    .theme-payce-dark .r-check-box.r-check-grid:hover {
      border-color: #0068cf; }
  .theme-payce .r-check-box:hover {
    cursor: pointer; }
  .theme-payce-dark .r-check-box:hover {
    cursor: pointer; }
  .r-check-box:focus {
    border: 1px solid #005cb8; }
  .r-check-box:disabled {
    cursor: not-allowed; }
    .r-check-box:disabled + label:hover {
      cursor: not-allowed; }
  .theme-payce .r-check-box.size-l {
    width: 16px;
    height: 16px; }
  .theme-payce-dark .r-check-box.size-l {
    width: 16px;
    height: 16px; }
  .theme-payce .r-check-box.size-l + label {
    font-size: 0.813rem; }
    .theme-payce .r-check-box.size-l + label span {
      color: #667085;
      font-size: 0.75rem; }
  .theme-payce-dark .r-check-box.size-l + label {
    font-size: 0.813rem; }
    .theme-payce-dark .r-check-box.size-l + label span {
      color: #667085;
      font-size: 0.75rem; }
  .theme-payce .r-check-box.size-l.r-check-regular:after {
    width: 6px;
    height: 9px;
    top: 1px; }
  .theme-payce-dark .r-check-box.size-l.r-check-regular:after {
    width: 6px;
    height: 9px;
    top: 1px; }
  .theme-payce .r-check-box.size-xl {
    width: 20px;
    height: 20px; }
  .theme-payce-dark .r-check-box.size-xl {
    width: 20px;
    height: 20px; }
  .theme-payce .r-check-box.size-xl + label {
    font-size: 1.3rem; }
    .theme-payce .r-check-box.size-xl + label span {
      color: #667085; }
  .theme-payce-dark .r-check-box.size-xl + label {
    font-size: 1.3rem; }
    .theme-payce-dark .r-check-box.size-xl + label span {
      color: #667085; }
  .theme-payce .r-check-box.size-xl.r-check-regular:after {
    width: 7px;
    height: 12px;
    top: 1px; }
  .theme-payce-dark .r-check-box.size-xl.r-check-regular:after {
    width: 7px;
    height: 12px;
    top: 1px; }
  .r-check-box.r-check-regular:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(41deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px; }
  .r-check-box.r-check-regular:disabled {
    background: #ffffff;
    outline: none;
    color: #667085;
    border: 1px solid #667085; }
    .r-check-box.r-check-regular:disabled:not(:checked), .r-check-box.r-check-regular:disabled:disabled + label {
      color: #667085; }
  .r-check-box.r-check-indeterminate {
    border: 1px solid #667085; }
    .theme-payce .r-check-box.r-check-indeterminate:hover:after {
      border-bottom: 2px solid #0068cf; }
    .theme-payce-dark .r-check-box.r-check-indeterminate:hover:after {
      border-bottom: 2px solid #0068cf; }
    .r-check-box.r-check-indeterminate:disabled {
      background: #ffffff;
      outline: none;
      border: 1px solid #667085;
      color: #101828; }
      .r-check-box.r-check-indeterminate:disabled:after {
        border-bottom: 2px solid #667085; }
    .r-check-box.r-check-indeterminate:after {
      content: "";
      display: inline-block;
      position: relative;
      top: -5px;
      left: 2px;
      width: 0.5rem; }
    .r-check-box.r-check-indeterminate.size-xl:after {
      top: -3px;
      left: 4px; }
    .theme-payce .r-check-box.r-check-indeterminate.r-check-grid:after {
      border-bottom: 2px solid #0058af; }
    .theme-payce-dark .r-check-box.r-check-indeterminate.r-check-grid:after {
      border-bottom: 2px solid #0058af; }
  .theme-payce .r-check-box:checked.r-check-default {
    border: 1px solid #0073e6;
    background-color: #0073e6; }
  .theme-payce-dark .r-check-box:checked.r-check-default {
    border: 1px solid #0073e6;
    background-color: #0073e6; }
  .theme-payce .r-check-box:checked.r-check-grid {
    border: 1px solid #0068cf; }
  .theme-payce-dark .r-check-box:checked.r-check-grid {
    border: 1px solid #0068cf; }
  .theme-payce .r-check-box:checked.r-check-regular.r-check-default {
    background-color: #0073e6; }
  .theme-payce-dark .r-check-box:checked.r-check-regular.r-check-default {
    background-color: #0073e6; }
  .theme-payce .r-check-box:checked.r-check-regular.r-check-grid {
    background-color: #0068cf; }
  .theme-payce-dark .r-check-box:checked.r-check-regular.r-check-grid {
    background-color: #0068cf; }
  .theme-payce .r-check-box:checked.r-check-regular:disabled {
    border: 1px solid; }
  .theme-payce-dark .r-check-box:checked.r-check-regular:disabled {
    border: 1px solid; }
  .r-check-box:checked.r-check-regular:disabled:disabled + label {
    color: #101828; }
  .r-check-box:checked.r-check-regular:disabled:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }
  .r-check-box:checked.r-check-indeterminate {
    background-color: transparent; }
    .theme-payce .r-check-box:checked.r-check-indeterminate:after {
      border-bottom: 2px solid #ffffff; }
    .theme-payce-dark .r-check-box:checked.r-check-indeterminate:after {
      border-bottom: 2px solid #101323; }

.r-check-btn {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  cursor: pointer; }
  .r-check-btn + label {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
    float: left;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: 500; }
    .r-check-btn + label:hover {
      cursor: pointer; }

.r-check-btn-solid {
  width: 100%;
  height: 100%; }
  .r-check-btn-solid + label {
    font-weight: 600; }
  .theme-payce .r-check-btn-solid:enabled + label {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #979dac; }
  .theme-payce .r-check-btn-solid:hover + label {
    background-color: #0466c8;
    border: 1px solid #0466c8;
    color: #ffffff; }
  .theme-payce .r-check-btn-solid:checked + label {
    background-color: #0353a4;
    border: 1px solid #0353a4;
    color: #ffffff; }
  .theme-payce .r-check-btn-solid:disabled + label {
    background-color: #98a2b3;
    border: 1px solid;
    color: #344054; }
  .theme-payce-dark .r-check-btn-solid:enabled + label {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #979dac; }
  .theme-payce-dark .r-check-btn-solid:hover + label {
    background-color: #0466c8;
    border: 1px solid #0466c8;
    color: #ffffff; }
  .theme-payce-dark .r-check-btn-solid:checked + label {
    background-color: #0353a4;
    border: 1px solid #0353a4;
    color: #ffffff; }
  .theme-payce-dark .r-check-btn-solid:disabled + label {
    background-color: #98a2b3;
    border: 1px solid;
    color: #344054; }

.r-check-btn-ghost {
  width: 100%;
  height: 100%; }
  .theme-payce .r-check-btn-ghost:enabled + label {
    background-color: transparent;
    border: 1px solid #5c677d;
    color: #5c677d; }
  .theme-payce .r-check-btn-ghost:hover + label {
    border: 1px solid #0466c8;
    color: #0466c8; }
  .theme-payce .r-check-btn-ghost:checked + label {
    background-color: #ffffff;
    border: 1px solid #0353a4;
    color: #0353a4; }
  .theme-payce .r-check-btn-ghost:disabled + label {
    border: 1px solid #98a2b3;
    color: #344054; }
  .theme-payce-dark .r-check-btn-ghost:enabled + label {
    background-color: transparent;
    border: 1px solid #5c677d;
    color: #5c677d; }
  .theme-payce-dark .r-check-btn-ghost:hover + label {
    border: 1px solid #0466c8;
    color: #0466c8; }
  .theme-payce-dark .r-check-btn-ghost:checked + label {
    background-color: #ffffff;
    border: 1px solid #0353a4;
    color: #0353a4; }
  .theme-payce-dark .r-check-btn-ghost:disabled + label {
    border: 1px solid #98a2b3;
    color: #344054; }

.theme-rds .r-check-default:checked + label {
  font-weight: 600; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #0073e6 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #004d9a !important; }

.text-secondary {
  color: #ffffff !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #d9d9d9 !important; }

.text-success {
  color: #4bcb82 !important; }

a.text-success:hover, a.text-success:focus {
  color: #2d9c5d !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #cb4b4b !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #9c2d2d !important; }

.text-light {
  color: #fafafa !important; }

a.text-light:hover, a.text-light:focus {
  color: #d4d4d4 !important; }

.text-dark {
  color: #444444 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1e1e1e !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(17, 17, 17, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*# sourceMappingURL=style.css.map */

/* Added New Styles for Managed Services Page */

.pr-ten-s {
  padding-right: 5rem; !important;}

.pr-twelve-s {
  padding-right: 6.25rem; !important;}

.pr-150 {
  padding-right: 9.375rem; !important;}

.pr-120 {
  padding-right: 7.5rem; !important;}

.pl-ten-s {
  padding-left: 5rem; !important;}

.pl-twelve-s {
  padding-left: 6.25rem; !important;}

.pl-150 {
  padding-left: 9.375rem; !important;}

.pl-120 {
  padding-left: 7.5rem; !important;}

.pt-ten-s {
  padding-top: 5rem; !important}

.pt-twelve-s {
  padding-top: 6.25rem; !important}

.pt-150 {
  padding-top: 9.375rem; !important}

.pt-120 {
  padding-top: 7.5rem; !important}

.pb-ten-s {
  padding-bottom: 5rem; !important}

.pb-twelve-s {
  padding-bottom: 6.25rem; !important}

.pb-120 {
  padding-bottom: 7.5rem; !important}

.pb-150 {
  padding-bottom: 9.375rem; !important}

.mb-twelve-s {
  margin-bottom: 6.25rem; }

.mb-120 {
  margin-bottom: 7.5rem; }

.mb-150 {
  margin-bottom: 9.375rem; }

.mt-150 {
  margin-top: 9.375rem; }

.mt-120 {
  margin-top: 7.5rem; }

.ml-ten-s {
  margin-left: 5rem; }

.ml-twelve-s {
  margin-left: 6.25rem; }

.ml-150 {
  margin-left: 9.375rem; }

.ml-120 {
  margin-left: 7.5rem; }

.mr-ten-s {
  margin-right: 5rem; }

.mr-twelve-s {
  margin-right: 6.25rem; }

.mr-150 {
  margin-right: 9.375rem; }

.mr-120 {
  margin-right: 7.5rem; }