
:root {
  --rckryd-white: white;
  --rckryd-primary: #F23434;
  --rckryd-secondary: #F29334;
  --rckryd-base: #3d3d4e;
  --rckryd-base-light: #777783;
  --rckryd-gray: #9e9ea7;
  --rckryd-gray-light: #EAEAEA;
  --rckryd-gray-lighter: #DADADA;
  --rckryd-body: #f9f9f9;
  --rckryd-success: #00C48C;
  --rckryd-info: #0084F4;
  --rckryd-warning: #FFA722;
  --rckryd-danger: #FF3C5A;
  --rckryd-sns-fb: #4167b1;
  --rckryd-sns-wa: #25D366;
  --rckryd-sns-tw: #55ACEE;
  --rckryd-white-rgb: 255, 255, 255;
  --rckryd-primary-rgb: 242, 52, 52;
  --rckryd-secondary-rgb: 242, 147, 52;
  --rckryd-base-rgb: 61, 61, 78;
  --rckryd-base-light-rgb: 119, 119, 131;
  --rckryd-gray-rgb: 158, 158, 167;
  --rckryd-gray-light-rgb: 234, 234, 234;
  --rckryd-gray-lighter-rgb: 218, 218, 218;
  --rckryd-body-rgb: 249, 249, 249;
  --rckryd-success-rgb: 0, 196, 140;
  --rckryd-info-rgb: 0, 132, 244;
  --rckryd-warning-rgb: 255, 167, 34;
  --rckryd-danger-rgb: 255, 60, 90;
  --rckryd-sns-fb-rgb: 65, 103, 177;
  --rckryd-sns-wa-rgb: 37, 211, 102;
  --rckryd-sns-tw-rgb: 85, 172, 238;
  --rckryd-white-rgb: 255, 255, 255;
  --rckryd-black-rgb: 0, 0, 0;
  --rckryd-body-color-rgb: 61, 61, 78;
  --rckryd-body-bg-rgb: 249, 249, 249;
  --rckryd-font-sans-serif: "Open Sans", sans-serif;
  --rckryd-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --rckryd-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --rckryd-body-font-family: var(--rckryd-font-sans-serif);
  --rckryd-body-font-size: 0.875rem;
  --rckryd-body-font-weight: 400;
  --rckryd-body-line-height: 1.5;
  --rckryd-body-color: #3d3d4e;
  --rckryd-body-bg: #f9f9f9;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-primary {
  border-color: #F23434 !important;
}

.border-secondary {
  border-color: #F29334 !important;
}

.border-base {
  border-color: #3d3d4e !important;
}

.border-base-light {
  border-color: #777783 !important;
}

.border-gray {
  border-color: #9e9ea7 !important;
}

.border-gray-light {
  border-color: #EAEAEA !important;
}

.border-gray-lighter {
  border-color: #DADADA !important;
}

.border-body {
  border-color: #f9f9f9 !important;
}

.border-success {
  border-color: #00C48C !important;
}

.border-info {
  border-color: #0084F4 !important;
}

.border-warning {
  border-color: #FFA722 !important;
}

.border-danger {
  border-color: #FF3C5A !important;
}

.border-sns-fb {
  border-color: #4167b1 !important;
}

.border-sns-wa {
  border-color: #25D366 !important;
}

.border-sns-tw {
  border-color: #55ACEE !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0rem !important;
}

.w-0_25 {
  width: 0.0625rem !important;
}

.w-0_5 {
  width: 0.125rem !important;
}

.w-0_75 {
  width: 0.1875rem !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-2_25 {
  width: 0.5625rem !important;
}

.w-2_5 {
  width: 0.625rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-3_5 {
  width: 0.875rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-4_5 {
  width: 1.125rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-5_5 {
  width: 1.375rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-7_5 {
  width: 1.875rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-10_5 {
  width: 2.625rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-12_5 {
  width: 3.125rem !important;
}

.w-13 {
  width: 3.25rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-15 {
  width: 3.75rem !important;
}

.w-15_5 {
  width: 3.875rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-17_5 {
  width: 4.375rem !important;
}

.w-18 {
  width: 4.5rem !important;
}

.w-19 {
  width: 4.75rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-20_5 {
  width: 5.125rem !important;
}

.w-21 {
  width: 5.25rem !important;
}

.w-21_5 {
  width: 5.375rem !important;
}

.w-22 {
  width: 5.5rem !important;
}

.w-23 {
  width: 5.75rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-24_5 {
  width: 6.125rem !important;
}

.w-26 {
  width: 6.5rem !important;
}

.w-29 {
  width: 7.25rem !important;
}

.w-30 {
  width: 7.5rem !important;
}

.w-31 {
  width: 7.75rem !important;
}

.w-33 {
  width: 8.25rem !important;
}

.w-38 {
  width: 9.5rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-50 {
  width: 12.5rem !important;
}

.w-57_5 {
  width: 14.375rem !important;
}

.w-60 {
  width: 15rem !important;
}

.w-65 {
  width: 16.25rem !important;
}

.w-70 {
  width: 17.5rem !important;
}

.w-72_5 {
  width: 18.125rem !important;
}

.w-75 {
  width: 18.75rem !important;
}

.w-80 {
  width: 20rem !important;
}

.w-85 {
  width: 21.25rem !important;
}

.w-95 {
  width: 23.75rem !important;
}

.w-96 {
  width: 24rem !important;
}

.w-98_5 {
  width: 24.625rem !important;
}

.w-112_5 {
  width: 28.125rem !important;
}

.w-123_5 {
  width: 30.875rem !important;
}

.w-120 {
  width: 30rem !important;
}

.w-137 {
  width: 34.25rem !important;
}

.w-155 {
  width: 38.75rem !important;
}

.w-170 {
  width: 42.5rem !important;
}

.w-195 {
  width: 48.75rem !important;
}

.w-203 {
  width: 50.75rem !important;
}

.w-quarter {
  width: 25% !important;
}

.w-half {
  width: 50% !important;
}

.w-full {
  width: 100% !important;
}

.w-70p {
  width: 70% !important;
}

.w-90p {
  width: 90% !important;
}

.w-84p {
  width: 84% !important;
}

.w-85p {
  width: 85% !important;
}

.w-max {
  width: max-content !important;
}

.w-min {
  width: min-content !important;
}

.w-50w {
  width: 50vw !important;
}

.w-50h {
  width: 50vh !important;
}

.w-85h {
  width: 85vh !important;
}

.w-inherit {
  width: inherit !important;
}

.mw-auto {
  max-width: auto !important;
}

.mw-0 {
  max-width: 0rem !important;
}

.mw-0_25 {
  max-width: 0.0625rem !important;
}

.mw-0_5 {
  max-width: 0.125rem !important;
}

.mw-0_75 {
  max-width: 0.1875rem !important;
}

.mw-1 {
  max-width: 0.25rem !important;
}

.mw-2 {
  max-width: 0.5rem !important;
}

.mw-2_25 {
  max-width: 0.5625rem !important;
}

.mw-2_5 {
  max-width: 0.625rem !important;
}

.mw-3 {
  max-width: 0.75rem !important;
}

.mw-3_5 {
  max-width: 0.875rem !important;
}

.mw-4 {
  max-width: 1rem !important;
}

.mw-4_5 {
  max-width: 1.125rem !important;
}

.mw-5 {
  max-width: 1.25rem !important;
}

.mw-5_5 {
  max-width: 1.375rem !important;
}

.mw-6 {
  max-width: 1.5rem !important;
}

.mw-7 {
  max-width: 1.75rem !important;
}

.mw-7_5 {
  max-width: 1.875rem !important;
}

.mw-8 {
  max-width: 2rem !important;
}

.mw-9 {
  max-width: 2.25rem !important;
}

.mw-10 {
  max-width: 2.5rem !important;
}

.mw-10_5 {
  max-width: 2.625rem !important;
}

.mw-11 {
  max-width: 2.75rem !important;
}

.mw-12 {
  max-width: 3rem !important;
}

.mw-12_5 {
  max-width: 3.125rem !important;
}

.mw-13 {
  max-width: 3.25rem !important;
}

.mw-14 {
  max-width: 3.5rem !important;
}

.mw-15 {
  max-width: 3.75rem !important;
}

.mw-15_5 {
  max-width: 3.875rem !important;
}

.mw-16 {
  max-width: 4rem !important;
}

.mw-17_5 {
  max-width: 4.375rem !important;
}

.mw-18 {
  max-width: 4.5rem !important;
}

.mw-19 {
  max-width: 4.75rem !important;
}

.mw-20 {
  max-width: 5rem !important;
}

.mw-20_5 {
  max-width: 5.125rem !important;
}

.mw-21 {
  max-width: 5.25rem !important;
}

.mw-21_5 {
  max-width: 5.375rem !important;
}

.mw-22 {
  max-width: 5.5rem !important;
}

.mw-23 {
  max-width: 5.75rem !important;
}

.mw-24 {
  max-width: 6rem !important;
}

.mw-24_5 {
  max-width: 6.125rem !important;
}

.mw-26 {
  max-width: 6.5rem !important;
}

.mw-29 {
  max-width: 7.25rem !important;
}

.mw-30 {
  max-width: 7.5rem !important;
}

.mw-31 {
  max-width: 7.75rem !important;
}

.mw-33 {
  max-width: 8.25rem !important;
}

.mw-38 {
  max-width: 9.5rem !important;
}

.mw-40 {
  max-width: 10rem !important;
}

.mw-50 {
  max-width: 12.5rem !important;
}

.mw-57_5 {
  max-width: 14.375rem !important;
}

.mw-60 {
  max-width: 15rem !important;
}

.mw-65 {
  max-width: 16.25rem !important;
}

.mw-70 {
  max-width: 17.5rem !important;
}

.mw-72_5 {
  max-width: 18.125rem !important;
}

.mw-75 {
  max-width: 18.75rem !important;
}

.mw-80 {
  max-width: 20rem !important;
}

.mw-85 {
  max-width: 21.25rem !important;
}

.mw-95 {
  max-width: 23.75rem !important;
}

.mw-96 {
  max-width: 24rem !important;
}

.mw-98_5 {
  max-width: 24.625rem !important;
}

.mw-112_5 {
  max-width: 28.125rem !important;
}

.mw-123_5 {
  max-width: 30.875rem !important;
}

.mw-120 {
  max-width: 30rem !important;
}

.mw-137 {
  max-width: 34.25rem !important;
}

.mw-155 {
  max-width: 38.75rem !important;
}

.mw-170 {
  max-width: 42.5rem !important;
}

.mw-195 {
  max-width: 48.75rem !important;
}

.mw-203 {
  max-width: 50.75rem !important;
}

.mw-quarter {
  max-width: 25% !important;
}

.mw-half {
  max-width: 50% !important;
}

.mw-full {
  max-width: 100% !important;
}

.mw-70p {
  max-width: 70% !important;
}

.mw-90p {
  max-width: 90% !important;
}

.mw-84p {
  max-width: 84% !important;
}

.mw-85p {
  max-width: 85% !important;
}

.mw-max {
  max-width: max-content !important;
}

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

.mw-50w {
  max-width: 50vw !important;
}

.mw-50h {
  max-width: 50vh !important;
}

.mw-85h {
  max-width: 85vh !important;
}

.mw-inherit {
  max-width: inherit !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0rem !important;
}

.h-0_25 {
  height: 0.0625rem !important;
}

.h-0_5 {
  height: 0.125rem !important;
}

.h-0_75 {
  height: 0.1875rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-2_25 {
  height: 0.5625rem !important;
}

.h-2_5 {
  height: 0.625rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-3_5 {
  height: 0.875rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-4_5 {
  height: 1.125rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-5_5 {
  height: 1.375rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-7 {
  height: 1.75rem !important;
}

.h-7_5 {
  height: 1.875rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-10_5 {
  height: 2.625rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-12_5 {
  height: 3.125rem !important;
}

.h-13 {
  height: 3.25rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-15 {
  height: 3.75rem !important;
}

.h-15_5 {
  height: 3.875rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-17_5 {
  height: 4.375rem !important;
}

.h-18 {
  height: 4.5rem !important;
}

.h-19 {
  height: 4.75rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-20_5 {
  height: 5.125rem !important;
}

.h-21 {
  height: 5.25rem !important;
}

.h-21_5 {
  height: 5.375rem !important;
}

.h-22 {
  height: 5.5rem !important;
}

.h-23 {
  height: 5.75rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-24_5 {
  height: 6.125rem !important;
}

.h-26 {
  height: 6.5rem !important;
}

.h-29 {
  height: 7.25rem !important;
}

.h-30 {
  height: 7.5rem !important;
}

.h-31 {
  height: 7.75rem !important;
}

.h-33 {
  height: 8.25rem !important;
}

.h-38 {
  height: 9.5rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-50 {
  height: 12.5rem !important;
}

.h-57_5 {
  height: 14.375rem !important;
}

.h-60 {
  height: 15rem !important;
}

.h-65 {
  height: 16.25rem !important;
}

.h-70 {
  height: 17.5rem !important;
}

.h-72_5 {
  height: 18.125rem !important;
}

.h-75 {
  height: 18.75rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-85 {
  height: 21.25rem !important;
}

.h-95 {
  height: 23.75rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-98_5 {
  height: 24.625rem !important;
}

.h-112_5 {
  height: 28.125rem !important;
}

.h-123_5 {
  height: 30.875rem !important;
}

.h-120 {
  height: 30rem !important;
}

.h-137 {
  height: 34.25rem !important;
}

.h-155 {
  height: 38.75rem !important;
}

.h-170 {
  height: 42.5rem !important;
}

.h-195 {
  height: 48.75rem !important;
}

.h-203 {
  height: 50.75rem !important;
}

.h-full {
  height: 100% !important;
}

.mh-auto {
  max-height: auto !important;
}

.mh-0 {
  max-height: 0rem !important;
}

.mh-0_25 {
  max-height: 0.0625rem !important;
}

.mh-0_5 {
  max-height: 0.125rem !important;
}

.mh-0_75 {
  max-height: 0.1875rem !important;
}

.mh-1 {
  max-height: 0.25rem !important;
}

.mh-2 {
  max-height: 0.5rem !important;
}

.mh-2_25 {
  max-height: 0.5625rem !important;
}

.mh-2_5 {
  max-height: 0.625rem !important;
}

.mh-3 {
  max-height: 0.75rem !important;
}

.mh-3_5 {
  max-height: 0.875rem !important;
}

.mh-4 {
  max-height: 1rem !important;
}

.mh-4_5 {
  max-height: 1.125rem !important;
}

.mh-5 {
  max-height: 1.25rem !important;
}

.mh-5_5 {
  max-height: 1.375rem !important;
}

.mh-6 {
  max-height: 1.5rem !important;
}

.mh-7 {
  max-height: 1.75rem !important;
}

.mh-7_5 {
  max-height: 1.875rem !important;
}

.mh-8 {
  max-height: 2rem !important;
}

.mh-9 {
  max-height: 2.25rem !important;
}

.mh-10 {
  max-height: 2.5rem !important;
}

.mh-10_5 {
  max-height: 2.625rem !important;
}

.mh-11 {
  max-height: 2.75rem !important;
}

.mh-12 {
  max-height: 3rem !important;
}

.mh-12_5 {
  max-height: 3.125rem !important;
}

.mh-13 {
  max-height: 3.25rem !important;
}

.mh-14 {
  max-height: 3.5rem !important;
}

.mh-15 {
  max-height: 3.75rem !important;
}

.mh-15_5 {
  max-height: 3.875rem !important;
}

.mh-16 {
  max-height: 4rem !important;
}

.mh-17_5 {
  max-height: 4.375rem !important;
}

.mh-18 {
  max-height: 4.5rem !important;
}

.mh-19 {
  max-height: 4.75rem !important;
}

.mh-20 {
  max-height: 5rem !important;
}

.mh-20_5 {
  max-height: 5.125rem !important;
}

.mh-21 {
  max-height: 5.25rem !important;
}

.mh-21_5 {
  max-height: 5.375rem !important;
}

.mh-22 {
  max-height: 5.5rem !important;
}

.mh-23 {
  max-height: 5.75rem !important;
}

.mh-24 {
  max-height: 6rem !important;
}

.mh-24_5 {
  max-height: 6.125rem !important;
}

.mh-26 {
  max-height: 6.5rem !important;
}

.mh-29 {
  max-height: 7.25rem !important;
}

.mh-30 {
  max-height: 7.5rem !important;
}

.mh-31 {
  max-height: 7.75rem !important;
}

.mh-33 {
  max-height: 8.25rem !important;
}

.mh-38 {
  max-height: 9.5rem !important;
}

.mh-40 {
  max-height: 10rem !important;
}

.mh-50 {
  max-height: 12.5rem !important;
}

.mh-57_5 {
  max-height: 14.375rem !important;
}

.mh-60 {
  max-height: 15rem !important;
}

.mh-65 {
  max-height: 16.25rem !important;
}

.mh-70 {
  max-height: 17.5rem !important;
}

.mh-72_5 {
  max-height: 18.125rem !important;
}

.mh-75 {
  max-height: 18.75rem !important;
}

.mh-80 {
  max-height: 20rem !important;
}

.mh-85 {
  max-height: 21.25rem !important;
}

.mh-95 {
  max-height: 23.75rem !important;
}

.mh-96 {
  max-height: 24rem !important;
}

.mh-98_5 {
  max-height: 24.625rem !important;
}

.mh-112_5 {
  max-height: 28.125rem !important;
}

.mh-123_5 {
  max-height: 30.875rem !important;
}

.mh-120 {
  max-height: 30rem !important;
}

.mh-137 {
  max-height: 34.25rem !important;
}

.mh-155 {
  max-height: 38.75rem !important;
}

.mh-170 {
  max-height: 42.5rem !important;
}

.mh-195 {
  max-height: 48.75rem !important;
}

.mh-203 {
  max-height: 50.75rem !important;
}

.mh-quarter {
  max-height: 25% !important;
}

.mh-half {
  max-height: 50% !important;
}

.mh-full {
  max-height: 100% !important;
}

.mh-70p {
  max-height: 70% !important;
}

.mh-90p {
  max-height: 90% !important;
}

.mh-84p {
  max-height: 84% !important;
}

.mh-85p {
  max-height: 85% !important;
}

.mh-max {
  max-height: max-content !important;
}

.mh-min {
  max-height: min-content !important;
}

.mh-50w {
  max-height: 50vw !important;
}

.mh-50h {
  max-height: 50vh !important;
}

.mh-85h {
  max-height: 85vh !important;
}

.mh-inherit {
  max-height: inherit !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.bg-skeleton {
  transition: all 0.2s ease-out;
  animation: bg-skeleton 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes bg-skeleton {
  0%, 100% {
    background-color: rgba(var(--rckryd-gray-rgb), 0.3);
  }
  50% {
    background-color: rgba(var(--rckryd-gray-rgb), 0.1);
  }
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}


.rounded-xxs {
  border-radius: 0.125rem !important;
}

.rounded-xs {
  border-radius: 0.25rem !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.375rem !important;
}

.rounded-md {
  border-radius: 0.5rem !important;
}

.rounded-base {
  border-radius: 1rem !important;
}

.rounded-lg {
  border-radius: 1.125rem !important;
}

.rounded-2xl {
  border-radius: 1.5rem !important;
}

.rounded-3xl {
  border-radius: 2rem !important;
}

.rounded-full {
  border-radius: 6.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-top-xxs {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-top-xs {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-sm {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-top-md {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-top-base {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-top-lg {
  border-top-left-radius: 1.125rem !important;
  border-top-right-radius: 1.125rem !important;
}

.rounded-top-2xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-top-3xl {
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}

.rounded-top-full {
  border-top-left-radius: 6.25rem !important;
  border-top-right-radius: 6.25rem !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-end-xxs {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-end-xs {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-end-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-sm {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-end-md {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-end-base {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-end-lg {
  border-top-right-radius: 1.125rem !important;
  border-bottom-right-radius: 1.125rem !important;
}

.rounded-end-2xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-end-3xl {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

.rounded-end-full {
  border-top-right-radius: 6.25rem !important;
  border-bottom-right-radius: 6.25rem !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-bottom-xxs {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-bottom-xs {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-sm {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bottom-md {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bottom-base {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-bottom-lg {
  border-bottom-right-radius: 1.125rem !important;
  border-bottom-left-radius: 1.125rem !important;
}

.rounded-bottom-2xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-bottom-3xl {
  border-bottom-right-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.rounded-bottom-full {
  border-bottom-right-radius: 6.25rem !important;
  border-bottom-left-radius: 6.25rem !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-start-xxs {
  border-bottom-left-radius: 0.125rem !important;
  border-top-left-radius: 0.125rem !important;
}

.rounded-start-xs {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.rounded-start-none {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-sm {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

.rounded-start-md {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.rounded-start-base {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

.rounded-start-lg {
  border-bottom-left-radius: 1.125rem !important;
  border-top-left-radius: 1.125rem !important;
}

.rounded-start-2xl {
  border-bottom-left-radius: 1.5rem !important;
  border-top-left-radius: 1.5rem !important;
}

.rounded-start-3xl {
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
}

.rounded-start-full {
  border-bottom-left-radius: 6.25rem !important;
  border-top-left-radius: 6.25rem !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !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;
}

.position-initial {
  position: initial !important;
}

.position-unset {
  position: unset !important;
}

.text-success {
  --rckryd-text-opacity: 1;
  color: rgba(var(--rckryd-success-rgb), var(--rckryd-text-opacity)) !important;
}

.text-info {
  --rckryd-text-opacity: 1;
  color: rgba(var(--rckryd-info-rgb), var(--rckryd-text-opacity)) !important;
}

.text-warning {
  --rckryd-text-opacity: 1;
  color: rgba(var(--rckryd-warning-rgb), var(--rckryd-text-opacity)) !important;
}

.text-danger {
  --rckryd-text-opacity: 1;
  color: rgba(var(--rckryd-danger-rgb), var(--rckryd-text-opacity)) !important;
}

.sc-form .input-card .invoice__warning {
  background-color: rgb(255, 237.4, 210.8);
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.6rem;
  border-radius: .4rem;
  margin: 2.4rem 0;
}
.sc-form .input-card .invoice__danger {
  background-color: rgb(255, 211, 211);
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.6rem;
  border-radius: .4rem;
  margin: 2.4rem 0;
}
.sc-form .input-card .invoice__success {
  background-color: rgb(211, 255, 211);
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.6rem;
  border-radius: .4rem;
  margin: 2.4rem 0;
}