/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/admin_panel/src/styles/index.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-dark-backdrop {
  backdrop-filter: blur(0.5rem);
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing, .cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@keyframes skeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.lib-skeleton-element {
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 0.75rem;
  outline-color: transparent !important;
  position: relative;
  color: transparent !important;
  background: linear-gradient(90deg, #f1f1f1 25%, rgba(245, 245, 245, 0.5) 50%, #f1f1f1 75%);
  background-size: 200% 100%;
  animation: skeleton 1.5s infinite linear;
}
.lib-skeleton-element::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.lib-animate-on-scroll {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(50px);
}
.lib-animate-on-scroll--visible {
  opacity: 1;
  transform: translateY(0);
}

.lib-tooltip {
  font-size: 1rem;
  background-color: var(--ui-white-color, #ffffff) !important;
  align-items: center;
  padding: 8px;
  border-radius: 1rem;
  border: 0.1rem solid var(--ui-shadow-color, rgba(226, 232, 240, 0.7529411765)) !important;
  z-index: 1000;
  pointer-events: none;
  white-space: pre;
}

@font-face {
  font-family: "Gotham Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/gotham-pro-light.woff2"), url("/assets/fonts/gotham-pro-light.woff");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/gotham-pro-regular.woff2"), url("/assets/fonts/gotham-pro-regular.woff");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/gotham-pro-medium.woff2"), url("/assets/fonts/gotham-pro-medium.woff");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/gotham-pro-bold.woff2"), url("/assets/fonts/gotham-pro-bold.woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-family: "Gotham Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

/** Overwrite @ui-lib variables here **/
/** End **/
.history-modal lib-modal-container {
  width: min(60rem, 100vw - 2rem);
}
.history-modal lib-modal-container .modal {
  padding: 0;
}

.pool-settings-modal lib-modal-container {
  width: min(31.875rem, 100vw - 2rem);
}

.withdrawal-limits-modal lib-modal-container {
  width: min(31.875rem, 100vw - 2rem);
}

.lib-dropdown-backdrop + .cdk-global-overlay-wrapper {
  top: 4rem;
  margin-top: -0.0625rem;
}
@media (min-width: 768px) {
  .lib-dropdown-backdrop + .cdk-global-overlay-wrapper {
    top: initial;
  }
}
.lib-dropdown-backdrop + .cdk-global-overlay-wrapper .lib-dropdown-content {
  border-radius: 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .lib-dropdown-backdrop + .cdk-global-overlay-wrapper .lib-dropdown-content {
    flex: none;
  }
}

rrp-users .mobile-table__cell.user-action-col .mobile-table__cell-content {
  flex: 1;
}

.desktop-table th.align-right {
  text-align: right;
}

lib-table.system-notifications__table .table-container {
  max-height: none;
}
lib-table.system-notifications__table .mobile-table__row,
lib-table.system-notifications__table .mobile-table__cell {
  gap: 0.75rem;
}
lib-table.system-notifications__table .mobile-table__cell-caption,
lib-table.system-notifications__table .mobile-table__cell-content {
  flex: 1;
}
lib-table.system-notifications__table .mobile-table__cell-content {
  flex-basis: 50%;
  justify-content: flex-end;
  display: flex;
}

.user-card-auto-withdrawal__address {
  word-break: break-word;
  white-space: normal;
}

rrp-user-card-auto-withdrawal lib-table table.desktop-table {
  table-layout: fixed;
  width: auto;
}
rrp-user-card-auto-withdrawal lib-table table.desktop-table th:nth-child(2),
rrp-user-card-auto-withdrawal lib-table table.desktop-table td:nth-child(2) {
  width: 40%;
}

rrp-user-card-stats .mobile-table .mobile-table__cell {
  gap: 1rem;
  word-break: break-all;
}

rrp-user-card-referrals .referral-table__actions .mobile-table__cell-content {
  width: 100%;
}
rrp-user-card-referrals .referral-table__actions .mobile-table__cell-caption {
  display: none;
}

.tx-popover {
  background-color: var(--ui-white-color, #ffffff);
  padding: 0.75rem;
  box-shadow: 0px 136px 38px rgba(0, 0, 0, 0.01), 0px 87px 35px rgba(0, 0, 0, 0.05), 0px 49px 29px rgba(0, 0, 0, 0.1), 0px 22px 22px rgba(0, 0, 0, 0.15), 0px 5px 12px rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
}
@media (max-width: 768px) {
  .tx-popover {
    max-width: 20rem;
  }
}
.tx-popover__address-title {
  font-size: 0.75rem;
  color: var(--ui-silver-dark-color, #5f6370);
}
.tx-popover__address {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  word-break: break-all;
}
.tx-popover__info-button {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem;
  width: 100%;
  margin: 0.5rem 0 0;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/admin_panel/styles.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes skeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
/** Overwrite @ui-lib variables here **/
/** End **/
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}

::-webkit-scrollbar-track {
  background: var(--ui-silver-color, #e2e8f0);
  border-radius: 0.625rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--ui-silver-dark-color, #5f6370);
  border-radius: 0.625rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #6e707a;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--ui-silver-dark-color, #5f6370) var(--ui-silver-color, #e2e8f0);
}

html,
body {
  height: 100%;
  background-color: var(--ui-bg-color, var(--ui-silver-light-color, #f6f7fb));
  font-family: "Gotham Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--ui-black-color, #000000);
}

header {
  position: fixed;
  width: 100%;
  height: var(--ui-header-height, 64px);
  background-color: var(--ui-white-color, #ffffff);
  border-bottom: 1px solid var(--ui-silver-color, #e2e8f0);
  z-index: 1;
}
@media (min-width: 768px) {
  header {
    border-bottom: none;
  }
}

.container {
  width: min(100%, var(--ui-container-max-width, 1440px));
  margin: 0 auto;
  padding: var(--ui-header-height, 64px) 0 0;
}
@media (min-width: 768px) {
  .container {
    padding: calc(var(--ui-header-height, 64px) + var(--ui-container-padding-medium, 30px)) var(--ui-container-padding-medium, 30px) var(--ui-container-padding-medium, 30px);
  }
}
@media (min-width: 1024px) {
  .container {
    padding: calc(var(--ui-header-height, 64px) + var(--ui-container-padding-large, 60px)) var(--ui-container-padding-large, 60px) var(--ui-container-padding-large, 60px);
  }
}

aside {
  min-width: var(--ui-sidebar-width, 344px);
}

main {
  flex-grow: 1;
}

section {
  background-color: var(--ui-white-color, #ffffff);
}
@media (min-width: 768px) {
  section {
    border-radius: var(--ui-section-border-radius, 12px);
  }
}

a {
  cursor: pointer;
}

.block-shadow {
  box-shadow: var(--ui-shadow-color, rgba(226, 232, 240, 0.7529411765)) 0 24px 16px, var(--ui-shadow-color, rgba(226, 232, 240, 0.7529411765)) 0 0 16px;
}

.default-warning-message {
  color: var(--ui-red-color, #ff3d00);
  font-size: 0.875rem;
}

rrp-users .user-management-table .desktop-table-row {
  cursor: pointer;
}
rrp-users .user-management-table .desktop-table-row:hover {
  background-color: var(--ui-gray-light-color, #f5f5f5);
}
rrp-users .table-container {
  max-height: none;
  /* Firefox */
}
rrp-users .table-container ::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}
rrp-users .table-container ::-webkit-scrollbar-track {
  background: var(--ui-silver-color, #e2e8f0);
  border-radius: 0.625rem;
}
rrp-users .table-container ::-webkit-scrollbar-thumb {
  background-color: var(--ui-silver-dark-color, #5f6370);
  border-radius: 0.625rem;
}
rrp-users .table-container ::-webkit-scrollbar-thumb:hover {
  background-color: #6e707a;
}
rrp-users .table-container * {
  scrollbar-width: thin;
  scrollbar-color: var(--ui-silver-dark-color, #5f6370) var(--ui-silver-color, #e2e8f0);
}
rrp-users .table-container .desktop-table tr {
  white-space: nowrap;
}
rrp-users .table-container .mobile-table .mobile-table__row {
  gap: 0.625rem;
}
rrp-users .table-container .mobile-table .mobile-table__cell {
  padding: 0.125rem 0;
}
rrp-users .table-container .mobile-table .mobile-table__cell-caption {
  font-weight: 300;
}
rrp-users .table-container .mobile-table .mobile-table__cell-content {
  text-align: right;
}

.cdk-overlay-transparent-backdrop-custom {
  background-color: rgba(190, 190, 190, 0.1);
}

.date-picker__trigger {
  max-width: none !important;
  width: 100%;
}

.lib-tooltip {
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  .update-toggle-system-notification-modal__two-fa-input .lib-input__label {
    font-size: 0.875rem;
  }
}

.unit-text {
  color: var(--ui-silver-dark-color, #5f6370);
}

/*# sourceMappingURL=styles.css.map*/