/* | Initailising font */
@font-face {
  font-family: "DIN";
  src: url("./../../fonts/DINNextLTPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Medium";
  src: url("./../../fonts/DINNextLTPro-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("./../../fonts/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IBM Plex Sans Medium";
  src: url("./../../fonts/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "Roboto Mono";
  src: url("./../../fonts/RobotoMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Mono Medium";
  src: url("./../../fonts/RobotoMono-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "IBM Plex Sans";
}

.mr2 {
  margin-right: 32px;
}

.rd-header {
  position: fixed;
  height: 70px;
  border-bottom: 1px solid #ccc;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
.rd-aside-nav {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 0px;
}

.aside-content {
  overflow-y: auto;
  margin-bottom: 70px;
  background-color: #fff;
}

.aside-content a,
a {
  text-decoration: none;
  color: #000;
}

h2 {
  margin-top: 48px;
  margin-bottom: 12px;
}

h3 {
  margin-top: 48px;
  margin-bottom: 12px;
}

.header-container {
  padding: 0px 32px;
  align-items: center;
  display: flex;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

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

.aside-content {
  padding: 12px 24px;
}

.nav-item {
  padding: 12px;
}
.nav-item:hover {
  background-color: #ccc;
  cursor: pointer;
}

h1 {
  font-family: "DIN Medium";
}

.page-title {
  font-size: 1.2rem;
}

.page-subtitle,
.page-version {
  font-weight: 100;
  font-size: 1.2rem;
}

.nav-item-section {
  font-family: "DIN Medium";
  margin-top: 16px;
}

.page-content {
  display: flex;
}

.rd-main {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: left;
  padding: 32px;
}

.right-nav {
  position: fixed;
  left: 85%;
  padding-top: 180px;
}

.right-nav li {
  padding: 6px 12px;
  list-style-position: inside;
}

.right-nav ul ul li {
  padding: 6px 12px 6px 36px;
}

.right-nav ul ul ul li {
  padding: 6px 12px 6px 52px;
}

.demo {
  margin: 16px 0px;
}

.demo .code {
  background-color: #333;
  color: #fff;
  font-family: monospace;
  font-weight: 400;
  padding: 20px;
  border-radius: 0px;
  width: 100%;
  resize: none;
  min-height: 200px;
  max-height: 500px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  overflow-y: auto;
  box-sizing: border-box;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.demo .code:focus {
    /* border: ; */
outline: none;
}

.demo .code * {
  font-family: monospace;
  font-weight: 400;
}

.demo .demo-example {
  display: flex;
  justify-content: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0px;
  flex-wrap: wrap;
}

.demo .demo-example.with-out-textarea {
  border-radius: 0px;
}

.demo .demo-example .rtr-btn {
  margin: 0px 8px;
}
.rtr-btn {
  padding: 4px 16px 4px 16px;
  background-color: #2d6bff;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  border: 0px;
  border: 1px solid #2d6bff;
}

.rtr-btn--stroked {
  background-color: transparent;
  border: 1px solid #2d6bff;
  color: #2d6bff;
}

.rtr-btn--transparent {
  background-color: transparent;
  border: 0px;
  color: #2d6bff;
}

.rtr-btn--dark {
  background-color: #666;
  color: #fff;
  border: 1px solid #666;
}

.rtr-btn--transparent.rtr-btn--stroked {
  background-color: transparent;
  border: 1px solid #000;
  color: #666;
}

.rtr-btn--green {
  background-color: #50d264;
  color: #000;
  border: 1px solid #50d264;
}

.rtr-btn--yellow {
  background-color: #ffee17;
  color: #000;
  border: 1px solid #ffee17;
}

.rtr-btn--red {
  background-color: #d20532;
  color: #fff;
  border: 1px solid #d20532;
}

.rtr-btn--orange {
  background-color: #e4551f;
  color: #000;
  border: 1px solid #e4551f;
}

.rtr-btn--brown {
  background-color: #f2a900;
  color: #fff;
  border: 1px solid #f2a900;
}

.rtr-btn--light {
  background-color: #d1d1d1;
  color: #000;
  border: 1px solid #d1d1d1;
}

.rtr-btn--stroked.rtr-btn--dark {
  background-color: transparent;
  border: 1px solid #666;
  color: #000;
}

.rtr-btn--stroked.rtr-btn--green {
  background-color: transparent;
  color: #000;
  border: 1px solid #50d264;
}

.rtr-btn--stroked.rtr-btn--yellow {
  background-color: transparent;
  color: #000;
  border: 1px solid #ffee17;
}

.rtr-btn--stroked.rtr-btn--red {
  background-color: transparent;
  color: #000;
  border: 1px solid #d20532;
}

.rtr-btn--stroked.rtr-btn--orange {
  background-color: transparent;
  color: #000;
  border: 1px solid #e4551f;
}

.rtr-btn--stroked.rtr-btn--brown {
  background-color: transparent;
  border: 1px solid #f2a900;
}

.rtr-btn--stroked.rtr-btn--light {
  background-color: transparent;
  border: 1px solid #d1d1d1;
}

.rtr-btn--small {
  width: 80px;
  padding: auto;
}

.rtr-btn--medium {
  width: 124px;
}

.rtr-btn--large {
  width: 256px;
}

.rtr-btn--full {
  width: 100%;
}

.btn-conatiner {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.btn-conatiner label {
  font-size: 12px;
}

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

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}
.flex-center {
  justify-content: center;
}

.page-list {
  margin: 12px 24px;
  padding-left: 12px;
}

.page-list li {
  margin-left: 12px;
  padding-left: 12px;
}

.rtr-btn:hover,
.rtr-btn--hover {
  background-color: #4f4f4f;
  color: #fff;
  border: 1px solid #4f4f4f;
  cursor: pointer;
}

.rtr-btn--transparent:hover {
  background-color: transparent;
  border: 0px;
  color: #777;
}

.rtr-btn:active,
.rtr-btn--active,
.rtr-btn--active:hover {
  background-color: #7799ff;
  color: #000;
  border: 1px solid #7799ff;
  cursor: pointer;
}

.rtr-btn--transparent:active {
  background-color: transparent;
  border: 0px;
  color: #000;
}

.rtr-btn--light:active {
  background-color: #363737;
  color: #fff;
  border: 1px solid #363737;
}

.rtr-btn--dark:active {
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
}

.rtr-btn--green:active {
  background-color: #71ffb1;
  color: #000;
  border: 1px solid #71ffb1;
}

.rtr-btn--yellow:active {
  background-color: #ffff5d;
  color: #000;
  border: 1px solid #ffff5d;
}

.rtr-btn--red:active {
  background-color: #ff554f;
  color: #000;
  border: 1px solid #ff554f;
}

.rtr-btn--orange:active {
  background-color: #ff9477;
  color: #000;
  border: 1px solid #ff9477;
}

.rtr-btn--brown:active {
  background-color: #ffff5d;
  color: #000;
  border: 1px solid #ffff5d;
}

.rtr-btn--disabled,
.rtr-btn--disabled:hover,
.rtr-btn--disabled:hover,
.rtr-btn:disabled {
  background-color: #a6a6a6;
  color: #666;
  border: 1px solid #a6a6a6;
  cursor: not-allowed;
}

.rtr-checkbox {
  height: 16px;
  width: 16px;
  /* margin-right: 7px; */
  box-sizing: border-box;
}

.rtr-checkbox.rtr-checkbox--small + .rtr-checkbox__label:before {
        width: 10px;
    height: 10px;
}
.rtr-checkbox.rtr-checkbox--small:checked + .rtr-checkbox__label:before {
font-size: 10px;
    line-height: 10px;
        width: 10px;
    height: 10px;
}

.rtr-checkbox {
  opacity: 0;
  position: relative;
  margin-right: -18px;
}
.rtr-checkbox,
.rtr-checkbox__label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.rtr-checkbox + .rtr-checkbox__label:before {
  content: " ";
  background: transparent;
  border: 2px solid #666666;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-right: 10px;
  text-align: center;
}

.rtr-checkbox:disabled + .rtr-checkbox__label:before {
  background-color: transparent;
  border: 2px solid #a6a6a6;
  content: "";
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  cursor: not-allowed;
}

.rtr-checkbox:disabled + .rtr-checkbox__label {
  color: #a6a6a6;
  cursor: not-allowed;
}

.rtr-checkbox:checked + .rtr-checkbox__label:before {
  background: #2d6bff;
  border: 2px solid #2d6bff;
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}

.rtr-checkbox:disabled:checked + .rtr-checkbox__label:before {
  background-color: #a6a6a6;
  border: 2px solid #a6a6a6;
  content: "\f00c";
  color: #777;
  font-size: 13px;
  line-height: 13px;
  cursor: not-allowed;
}

.rtr-checkbox__label {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}
.rtr-checkbox {
  height: 16px;
  width: 16px;
  /* margin-right: 7px; */
  box-sizing: border-box;
}

.rtr-radio {
  opacity: 0;
  position: relative;
  margin-right: -13px;
}
.rtr-radio,
.rtr-radio__label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.rtr-radio + .rtr-radio__label::before {
  content: "";
  background: transparent;
  border: 2px solid #666;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

.rtr-radio:disabled + .rtr-radio__label::before {
  background-color: transparent;
  border: 2px solid #a6a6a6;
  content: "";
  color: #fff;
  cursor: not-allowed;
}

.rtr-radio:disabled + .rtr-radio__label {
  color: #b1b3b3;
  cursor: not-allowed;
}

.rtr-radio:checked + .rtr-radio__label::before {
  border: 5px solid #666666;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
}

.rtr-radio:disabled:checked + .rtr-radio__label:before {
  border: 4px solid #b1b3b3;
  background-color: #63666a;
}

.rtr-radio__label {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}

.pending div {
  color: #aaa;
}

.demo1 {
  display: flex;
  width: 300px;
  margin: 8px auto;
}

.demo-example .btn-conatiner label {
  min-width: 120px;
}

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

.rtr-toggle__switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-left: 8px;
}

.rtr-toggle__switch .rtr-toggle__input {
  opacity: 0;
  width: 0;
  height: 0;
}

.rtr-toggle__icon {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}

.rtr-toggle__icon:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rtr-toggle__switch .rtr-toggle__input:checked + .rtr-toggle__icon {
  background-color: #34cb81;
}

.rtr-toggle__switch .rtr-toggle__input:focus + .rtr-toggle__icon {
  box-shadow: 0 0 1px #34cb81;
}

.rtr-toggle__switch .rtr-toggle__input:checked + .rtr-toggle__icon:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background-color: #fff;
}

.rtr-toggle__switch .rtr-toggle__input:disabled + .rtr-toggle__icon {
  background-color: #b1b3b3;
  cursor: not-allowed;
}

.rtr-toggle__switch .rtr-toggle__input:disabled + .rtr-toggle__icon:before {
  background-color: #63666a;
}

.rtr-toggle:has(.rtr-toggle__input:disabled) + label {
  color: #b1b3b3;
}

.rtr-toggle__label {
  margin-left: 5px;
}

/************************
***Numerical Select******
*************************/

.rtr-numerical-select__quantity {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.rtr-numerical-select__quantity:focus,
.rtr-numerical-select__quantity:focus-visible {
  outline: 0px;
}

.rtr-numerical-select__quantity::-webkit-inner-spin-button,
.rtr-numerical-select__quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.rtr-numerical-select {
  border: 1px solid #d1d1d1;
  display: inline-flex;
}

.rtr-numerical-select,
.rtr-numerical-select * {
  box-sizing: border-box;
}

.rtr-numerical-select .rtr-numerical-select__button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  position: relative;
  border: 0px solid #d1d1d1;
}

.rtr-numerical-select button:before,
.rtr-numerical-select button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #666666;
  transform: translate(-50%, -50%);
}
.rtr-numerical-select button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rtr-numerical-select .rtr-numerical-select__quantity {
  max-width: 5rem;
  padding: 0.5rem;
  border: 1px solid #d1d1d1;
  border-width: 0 1px;
  font-size: 14px;
  height: 32px;
  text-align: center;
}

.rtr-numerical-select:has(.rtr-numerical-select__quantity:focus-visible),
.rtr-numerical-select--focused {
  border: 1px solid #2d6bff;
}

.rtr-numerical-select__quantity:focus-visible,
.rtr-numerical-select--focused .rtr-numerical-select__quantity {
  border: 1px solid #2d6bff;
  border-width: 0 1px;
}

.rtr-numerical-select:has(.rtr-numerical-select__quantity:hover),
.rtr-numerical-select--hover {
  background-color: #f7f7f7;
}

.rtr-numerical-select__quantity:hover,
.rtr-numerical-select--hover .rtr-numerical-select__quantity {
  background-color: #f7f7f7;
}

.rtr-numerical-select:has(.rtr-numerical-select__quantity:disabled),
.rtr-numerical-select--disabled {
  background-color: #a6a6a6;
  border: 1px solid #a6a6a6;
  cursor: not-allowed;
  color: #666666;
}

.rtr-numerical-select__quantity:disabled,
.rtr-numerical-select--disabled .rtr-numerical-select__quantity,
.rtr-numerical-select--disabled .rtr-numerical-select__button {
  background-color: #a6a6a6;
  border: 1px solid #a6a6a6;
  cursor: not-allowed;
  color: #666666;
}

.rtr-numerical-select--success {
  border: 1px solid #50d264;
}

.rtr-numerical-select--success .rtr-numerical-select__quantity {
  border: 1px solid #50d264;
  border-width: 0 1px;
}

.rtr-numerical-select--error {
  border: 1px solid #d20532;
}

.rtr-numerical-select__quantity {
  border: 1px solid #d20532;
  border-width: 0 1px;
}

.rtr-loading-spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #d1d1d1;
  border-bottom-color: #666666;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rtr-loading-spinner--definite {
  width: 48px;
  height: 48px;
  border: 5px solid #d1d1d1;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.rtr-loading-spinner--definite::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -5px;
  border-radius: 50%;
  border: 5px solid #666666;
  animation: prixClipFix 2s infinite linear;
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

/*****************
*******Extra******
*****************/

.content-spacing > span {
  margin: 0px 20px;
}

.content-spacing .rtr-numerical-select {
  margin: 20px auto;
}

.rtr-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.rtr-modal-box.modal-show {
  animation: fadeIn 0.1s ease-in-out forwards;
}
.rtr-modal-box.modal-hide {
  animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.rtr-modal-box__container {
  position: relative;
  background-color: #fff;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 0px;
  width: 50%;
  max-height: 75%;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.rtr-modal-box.modal-show .rtr-modal-box__container {
  animation: fadeInDown 0.3s ease-in-out forwards;
}
.rtr-modal-box.modal-hide .rtr-modal-box__container {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}

.rtr-modal-box__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0 0.75rem;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  user-select: none;
}
.rtr-modal-box__close:hover,
.rtr-modal-box__close:focus {
  color: rgba(0, 0, 0, 0.5);
}

.rtr-modal-box-btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}

.copy-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  background-color: #10b981;
  color: white;
  border: none;
  border-radius: 4px;
}
.copy-container {
  position: relative;
}

.doc-content em {
  background-color: #a6a6a6;
  padding: 0px 4px;
  border-radius: 4px;
}

.doc-content p,
.doc-content li {
  line-height: 1.75;
}

.doc-content li {
  margin-left: 32px;
}

.doc-content strong {
  margin-top: 16px;
  margin-bottom: 8px;
  /* display: block; */
}

.doc-content h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  display: block;
}

.doc-content strong {
    margin: 8px 0px;
    display: block;
}


.doc-content p strong {
    margin: 0px;
    display: inline;
}

/* ============ Base / Reset ============ */
:root {
    --rtr-modal-overlay-bg: rgba(0,0,0,0.5);
    --rtr-modal-surface: #fff;
    --rtr-modal-radius: 0px;
    --rtr-modal-shadow: 0 20px 60px rgba(0,0,0,0.2);
    --rtr-modal-max-w: 560px;
    --rtr-modal-gap: 16px;
    --rtr-focus-ring: 3px solid #2563eb; /* accessible blue */
}

/* ============ Modal (Block) ============ */
.rtr-modal { 
    position: fixed; 
    inset: 0; 
    z-index: 1000; 
    display: none; /* hidden by default */
    align-items: center; 
    justify-content: center;
}
.rtr-modal--open { display: grid; }
.rtr-modal--closing { /* keep visible while closing */ display: grid; }

/* ============ Elements ============ */
.rtr-modal__overlay { 
    background: var(--rtr-modal-overlay-bg); 
    backdrop-filter: blur(2px);
    width: 100%; height: 100%;
        position: absolute;
}

.rtr-modal__dialog { 
    grid-area: 1 / 1; place-self: center; 
    background: var(--rtr-modal-surface); color: #111;
    border-radius: var(--rtr-modal-radius);
    box-shadow: var(--rtr-modal-shadow);
    width: min(92vw, var(--rtr-modal-max-w));
    max-height: min(90vh, 900px);
    display: grid; grid-template-rows: auto 1fr auto; 
    outline: none; /* visual focus via :focus-visible */
    z-index: 1500;
}

.rtr-modal__header { 
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    padding: 12px 16px; 
    gap: var(--rtr-modal-gap); 
    /* border-bottom: 1px solid #eee; */
    background-color: #f7f7f7;
}
.rtr-modal__title { 
    font-size: 16px; 
    font-weight: 400;
    line-height: 24px; 
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #000;
}

.rtr-modal__body { 
    padding: 16px;
    font-size: 14px; 
    overflow: auto;
    line-height: 22px; 
}

.rtr-modal__footer { 
    display: flex; gap: 12px; justify-content: flex-end; 
    padding: 16px;
}
.rtr-modal__footer--center {
    justify-content: center ;
}

.rtr-modal__close {
    appearance: none; border: 0; background: transparent; cursor: pointer; 
    font-size: 20px; line-height: 24px;font-weight: 700; border-radius: 10px;
}

/* Focus visibility */
:focus-visible { outline: var(--rtr-focus-ring); outline-offset: 3px; }

/* Motion preferences */
@media (prefers-reduced-motion: no-preference) {
    .rtr-modal__overlay { animation: rtr-fade-in 180ms ease-out forwards; }
    .rtr-modal__dialog { animation: rtr-pop 220ms cubic-bezier(.22,1,.36,1) forwards; }
    .rtr-modal--closing .rtr-modal__overlay { animation: rtr-fade-out 160ms linear forwards; }
    .rtr-modal--closing .rtr-modal__dialog { animation: rtr-pop-out 160ms ease-in forwards; }
}

@keyframes rtr-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes rtr-fade-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes rtr-pop { 
    from { opacity: 0; transform: translateY(10px) scale(.98); } 
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes rtr-pop-out { 
    from { opacity: 1; transform: translateY(0) scale(1); } 
    to { opacity: 0; transform: translateY(10px) scale(.98); }
}





.mt-16,
.doc-content .mt-16 {
    margin-top: 16px;
}

.mb-16,
.doc-content .mb-16 {
    margin-bottom: 16px;
}
.mt-32,
.doc-content .mt-32 {
    margin-top: 32px;
}

.mb-32,
.doc-content .mb-32 {
    margin-bottom: 32px;
}


.h-130,
.demo .code.h-130 {
    height: 130px;
    min-height: 130px;
}

.h-154,
.demo .code.h-154 {
    height: 154px;
    min-height: 154px;
}

.h-178,
.demo .code.h-178 {
    height: 178px;
    min-height: 178px;
}

.h-202,
.demo .code.h-202 {
    height: 202px;
    min-height: 202px;
}

.h-254,
.demo .code.h-254 {
    height: 254px;
    min-height: 254px;
}

.h-275,
.demo .code.h-275 {
    height: 275px;
    min-height: 275px;
}


.h-322,
.demo .code.h-322 {
    height: 322px;
    min-height: 322px;
}

.h-280 {
    height: 280px;
}

.h-442,
.demo .code.h-442 {
    height: 442px;
    min-height: 442px;
    max-height: unset;
}

.h-470,
.demo .code.h-470 {
    height: 470px;
    min-height: 470px;
    max-height: unset;
}

.h-490,
.demo .code.h-490 {
    height: 490px;
    min-height: 490px;
    max-height: unset;
}

.h-514,
.demo .code.h-514 {
    height: 514px;
    min-height: 514px;
    max-height: unset;
}

.h-520,
.demo .code.h-520 {
    height: 520px;
    min-height: 520px;
    max-height: unset;
}

.h-615,
.demo .code.h-615 {
    height: 615px;
    min-height: 615px;
    max-height: unset;
}

.h-714,
.demo .code.h-714 {
    height: 714px;
    min-height: 714px;
    max-height: unset;
}

.gap-16 {
    gap: 16px;
}

@media screen and (max-width: 1440px) {
    .rd-main {
        margin-left: 250px;
    } 
}

@media screen and (min-width: 1440px)  and (max-width: 1580px) {
    .rd-main {
        margin-left: 250px;
        max-width: 1180px;
    } 
}

@media screen and (min-width: 1580px) {
    .rd-main {
        max-width: 1180px;
    } 
}


.rtr-flex { display: flex; gap: 16px;}
.rtr-inline-flex { display: inline-flex; }

.rtr-flex-row { flex-direction: row; }
.rtr-flex-row-rev { flex-direction: row-reverse; }
.rtr-flex-col { flex-direction: column; }
.rtr-flex-col-rev { flex-direction: column-reverse; }

.rtr-flex-wrap { flex-wrap: wrap; }
.rtr-flex-nowrap { flex-wrap: nowrap; }
.rtr-flex-wrap-rev { flex-wrap: wrap-reverse; }

.rtr-justify-start { justify-content: flex-start; }
.rtr-justify-end { justify-content: flex-end; }
.rtr-justify-center { justify-content: center; }
.rtr-justify-between { justify-content: space-between; }
.rtr-justify-around { justify-content: space-around; }
.rtr-justify-evenly { justify-content: space-evenly; }

.rtr-items-start { align-items: flex-start; }
.rtr-items-end { align-items: flex-end; }
.rtr-items-center { align-items: center; }
.rtr-items-baseline { align-items: baseline; }
.rtr-items-stretch { align-items: stretch; }

.rtr-content-start { align-content: flex-start; }
.rtr-content-end { align-content: flex-end; }
.rtr-content-center { align-content: center; }
.rtr-content-between { align-content: space-between; }
.rtr-content-around { align-content: space-around; }
.rtr-content-stretch { align-content: stretch; }

.rtr-self-auto { align-self: auto; }
.rtr-self-start { align-self: flex-start; }
.rtr-self-end { align-self: flex-end; }
.rtr-self-center { align-self: center; }
.rtr-self-baseline { align-self: baseline; }
.rtr-self-stretch { align-self: stretch; }

.rtr-flex-grow-0 { flex-grow: 0; }
.rtr-flex-grow-1 { flex-grow: 1; }
.rtr-flex-shrink-0 { flex-shrink: 0; }
.rtr-flex-shrink-1 { flex-shrink: 1; }

.rtr-basis-0 { flex-basis: 0; }
.rtr-basis-auto { flex-basis: auto; }

.rtr-order--1 { order: -1; }
.rtr-order-0 { order: 0; }
.rtr-order-1 { order: 1; }
.rtr-order-2 { order: 2; }
.rtr-order-3 { order: 3; }
.rtr-order-4 { order: 4; }

.rtr-gap-0 { gap: 0px; }
.rtr-gap-1 { gap: 8px; }
.rtr-gap-2 { gap: 16px; }
.rtr-gap-3 { gap: 24px; }
.rtr-gap-4 { gap: 32px; }
    /* .doc-content {
    background-color: #ccc;
    } */


#filterList {
    max-height: 382px;
    overflow-y: scroll;
}

.rtr-input-container {
    width: 288px;
}

.rtr-input {
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    height: 32px;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 16px;
    width: 288px;
}

.rtr-input-container .rtr-input {
    width: 100%;
}

.rtr-input-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rtr-input:hover {
    background-color: #f7f7f7;
}

.rtr-input:focus,
.rtr-input:focus-visible {
    border: 1px solid #2d6bff;
    border-radius: 0px;
    outline: 0px;
}

.rtr-input.success {
    border: 1px solid #50d264;
}

.rtr-input.error {
    border: 1px solid #d20532;
}

.rtr-input:disabled {
    background: #a6a6a6;
    color: #666666;
    cursor: not-allowed;
}

.form-help {
    font-size: 12px;
    line-height: 20px;
}
.char-count {
    color: #666666;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
}

.form-help.success {
    color: #50d264;
}

.form-help.error {
    color: #d20532;
}

.rtr-input-label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.text-demo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.search-icon-svg {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.30739 8.30739C9.28987 7.3249 9.28987 5.73199 8.30739 4.7495C7.3249 3.76702 5.73199 3.76702 4.7495 4.7495C3.76702 5.73199 3.76702 7.3249 4.7495 8.30739C5.73199 9.28987 7.3249 9.28987 8.30739 8.30739ZM8.93962 10.3628C7.19005 11.4652 4.85025 11.2544 3.32635 9.73054C1.55788 7.96207 1.55788 5.09482 3.32635 3.32635C5.09482 1.55788 7.96207 1.55788 9.73054 3.32635C11.2544 4.85025 11.4652 7.19005 10.3628 8.93962L14 12.5768L12.5768 14L8.93962 10.3628Z" fill="%238C8C8C"/></svg>');
    height: 16px;
    width: 16px;
    display: none;
    position: absolute;
    top: 8px;
left: 4px;
}

.is-empty .search-icon-svg {
    display: block;
}

#filterInput {
    width: 100%;
    max-width: none;
    padding-left: 16px;
}

.is-empty #filterInput {
    padding-left: 24px;
}

.rtr-input-container {
    width: 100%;
    max-width: none;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(140, 140, 140, 1);
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.search-sbu {
    display: block;
    position: relative;
}

.rtr-select,
::picker(select) {
    appearance: base-select;
    transition: 0.4s;
}

.rtr-select__label {
    width: fit-content;
    align-self: center;
}

.rtr-select {
    flex: 1;
    min-width: 240px;
    margin-left: 8px;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    background: #f7f7f7;
    padding: 10px;
    position: relative;
}

.rtr-select::picker(select) {
    border: 1px solid #d1d1d1;
    border-top: 0px;
    transition: 0.4s;
    opacity: 0;
}

.rtr-select:open::picker(select) {
    border: 1px solid #d1d1d1;
    border-top: 0px;
    transition: 0.4s;
    opacity: 1;
}

.rtr-select::picker-icon {
    content: "";
    height: 20px;
    width: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99662 6L9.66329 1.33333L8.32996 0L4.99662 3.33333L1.66329 0L0.329956 1.33333L4.99662 6Z" fill="%23666666"/></svg>')
        no-repeat;
    /* background-position: right 5px top 50%; */
    transition: 0.4s;
    background-position: center;
}

.rtr-select:open::picker-icon {
    transform: rotate(-180deg);
}
.rtr-select option {
    transition: 0.4s;
    opacity: 0;
    padding: 8px 4px;
    border-top: 0px;
    background-color: #f7f7f7;
}

.rtr-select:open option {
    transition: 0.4s;
    opacity: 1;
}

.rtr-select:hover,
.rtr-select:focus {
    background: #f7f7f7;
}

.rtr-select:not(:-internal-list-box):not([multiple]) option::checkmark {
    content: "";
}

.rtr-select option::checkmark {
    content: "";
    visibility: hidden;
}

.rtr-select option:hover {
    background-color: #e8e8e8;
}


.rtr-select-v2,
::picker(select) {
    appearance: base-select;
    transition: 0.4s;
}

.rtr-select-v2-wrapper {
    display: flex;
    flex-direction: column;
}


.rtr-select-v2-wrapper .rtr-select-v2__label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.rtr-select-v2 {
    flex: 1;
    min-width: 240px;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    padding: 5px 16px;
    position: relative;
}

.rtr-select-v2::picker(select) {
    border: 1px solid #d1d1d1;
    border-top: 0px;
    transition: 0.4s;
    opacity: 0;
}

.rtr-select-v2:open::picker(select) {
    border: 1px solid #d1d1d1;
    border-top: 0px;
    transition: 0.4s;
    opacity: 1;
}

.rtr-select-v2::picker-icon {
    content: "";
    height: 20px;
    width: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99662 6L9.66329 1.33333L8.32996 0L4.99662 3.33333L1.66329 0L0.329956 1.33333L4.99662 6Z" fill="%23666666"/></svg>')
        no-repeat;
    /* background-position: right 5px top 50%; */
    transition: 0.4s;
    background-position: center;
}

.rtr-select-v2:open::picker-icon {
    transform: rotate(-180deg);
}
.rtr-select-v2 option {
    transition: 0.4s;
    opacity: 0;
    padding: 8px 4px;
    border-top: 0px;
    background-color: #f7f7f7;
}

.rtr-select-v2:open option {
    transition: 0.4s;
    opacity: 1;
}

.rtr-select-v2:hover,
.rtr-select-v2:focus {
    background: #f7f7f7;
}

.rtr-select-v2:not(:-internal-list-box):not([multiple]) option::checkmark {
    content: "";
}

.rtr-select-v2 option::checkmark {
    content: "";
    visibility: hidden;
}

.rtr-select-v2 option:hover {
    background-color: #e8e8e8;
}

.rtr-p-0 {
    padding: 0px;
}

.rtr-p-1 {
    padding: 8px;
}

.rtr-p-2 {
    padding: 16px;
}

.rtr-p-3 {
    padding: 24px;
}

.rtr-p-4 {
    padding: 32px;
}

.rtr-p-5 {
    padding: 40px;
}

.rtr-p-6 {
    padding: 48px;
}

.rtr-p-7 {
    padding: 56px;
}

.rtr-pl-0 {
    padding-left: 0px;
}

.rtr-pl-1 {
    padding-left: 8px;
}

.rtr-pl-2 {
    padding-left: 16px;
}

.rtr-pl-3 {
    padding-left: 24px;
}

.rtr-pl-4 {
    padding-left: 32px;
}

.rtr-pl-5 {
    padding-left: 40px;
}

.rtr-pl-6 {
    padding-left: 48px;
}

.rtr-pl-7 {
    padding-left: 56px;
}

.rtr-pr-0 {
    padding-right: 0px;
}

.rtr-pr-1 {
    padding-right: 8px;
}

.rtr-pr-2 {
    padding-right: 16px;
}

.rtr-pr-3 {
    padding-right: 24px;
}

.rtr-pr-4 {
    padding-right: 32px;
}

.rtr-pr-5 {
    padding-right: 40px;
}

.rtr-pr-6 {
    padding-right: 48px;
}

.rtr-pr-7 {
    padding-right: 56px;
}

.rtr-px-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.rtr-px-1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.rtr-px-2 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.rtr-px-3 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.rtr-px-4 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.rtr-px-5 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.rtr-px-6 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.rtr-px-7 {
    padding-top: 56px;
    padding-bottom: 56px;
}

.rtr-pt-0 {
    padding-top: 0px;
}

.rtr-pt-1 {
    padding-top: 8px;
}

.rtr-pt-2 {
    padding-top: 16px;
}

.rtr-pt-3 {
    padding-top: 24px;
}

.rtr-pt-4 {
    padding-top: 32px;
}

.rtr-pt-5 {
    padding-top: 40px;
}

.rtr-pt-6 {
    padding-top: 48px;
}

.rtr-pt-7 {
    padding-top: 56px;
}

.rtr-pb-0 {
    padding-bottom: 0px;
}

.rtr-pb-1 {
    padding-bottom: 8px;
}

.rtr-pb-2 {
    padding-bottom: 16px;
}

.rtr-pb-3 {
    padding-bottom: 24px;
}

.rtr-pb-4 {
    padding-bottom: 32px;
}

.rtr-pb-5 {
    padding-bottom: 40px;
}

.rtr-pb-6 {
    padding-bottom: 48px;
}

.rtr-pb-7 {
    padding-bottom: 56px;
}

.input-error {
    font-size: 12px;
    color: #D20532;
    line-height: 1.4;
    display: none;
}

.half-width {
    width: 50%
}