.dropdown-head {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
/* Summary Cards Styles */
.summary-cards-container {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.summary-card {
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.5rem;
  box-shadow: 0 0.2rem 1rem 0 #e5e5ea;
  flex: 1;
  min-width: 25rem;
  display: flex;
  flex-direction: column;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

.analytics-btn {
  background: none;
  border: 1px solid #dde3ec;
  border-radius: 0.4rem;
  padding: 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20a4df;
  transition: all 0.2s;
}

.analytics-btn:hover {
  background-color: #f5f6f8;
  border-color: #20a4df;
}

.card-value {
  font-size: 2.4rem;
  font-weight: 700;
  color: #20a4df;
}

.card-table-wrapper {
  margin-top: 1.5rem;
  border-top: 1px solid #dde3ec;
  padding-top: 1rem;
  overflow-x: auto;
}

.card-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
}

.card-table th {
  text-align: left;
  padding: 0.8rem;
  color: rgba(76, 76, 76, 0.5);
  font-weight: 700;
  border-bottom: 1px solid #dde3ec;
}

.card-table td {
  padding: 0.8rem;
  border-bottom: 1px solid #f7f7f7;
  color: #333;
}

.option-name {
  text-transform: uppercase;
}
.git-version {
  font-size: 1.5rem;
}
.page {
  min-height: 100%;
}
.page,
.page__body {
  display: flex;
  flex-direction: column;
}
.page__body {
  flex-grow: 1;
  width: 90%;
  margin: 0 5%;
}
.username-type-wrapper {
  transform: translateX(4rem);
  text-align: right;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #646e82;
  font-size: 1.4rem;
}
.username-type-wrapper .username {
  overflow: hidden;
  font-weight: 700;
}
.username-type-wrapper .type {
  opacity: 0.7;
  overflow: hidden;
  font-weight: 400;
}
.user-name-b {
  flex-direction: row-reverse;
}
.dropdown.dropdown-user.open + .username-type-wrapper {
  transform: translateX(7rem);
}
.user-i-holder {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.user-i-holder .user-name-b {
  height: 6.5rem;
  border-left: 1px solid #dde3ec;
  margin-left: 1rem;
}
.user-i-holder .dropdown {
  margin-left: 2rem;
}
.user-i-holder .dropdown:first-child.open {
  width: 30rem;
  background: none;
}
.user-i-holder .dropdown.dropdown-user > div {
  border: none;
}
.user-i-holder .dropdown.dropdown-user .dropdown-head > * {
  padding: 0.7rem;
}
.user-i-holder .dropdown.dropdown-user .dropdown-head > .icon-user-circle {
  font-size: 4.2rem;
  color: var(--primary);
}
.user-i-holder .dropdown.dropdown-user .dropdown-head .option-name {
  font-weight: 700;
}
.user-i-holder .dropdown.dropdown-user .dropdown-content {
  top: 140%;
}
.user-i-holder .dropdown.dropdown-user .dropdown-content .dropdown-c-row i {
  padding: 1rem;
}
.user-i-holder .dropdown.dropdown-user .dropdown-content .logout {
  border-top: 1px solid #dde3ec;
}
.user-i-holder > div:not(:last-child):not(.timezone) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.user-i-holder > .timezone {
  width: 240px;
}
.user-i-holder .current-time {
  font-size: 1.4rem;
  color: #646e82;
  font-weight: 700;
}
@-webkit-keyframes ldio-6ccigoxenua {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ldio-6ccigoxenua {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ldio-6ccigoxenua div {
  top: 5px;
  position: absolute;
  -webkit-animation: ldio-6ccigoxenua 1s linear infinite;
  animation: ldio-6ccigoxenua 1s linear infinite;
  background: #fff;
  width: 2px;
  height: 4px;
  border-radius: 2px/3px;
  transform-origin: 0 9px;
}
.ldio-6ccigoxenua div:first-child {
  transform: rotate(0deg);
  -webkit-animation-delay: -0.9166666666666666s;
  animation-delay: -0.9166666666666666s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -0.8333333333333334s;
  animation-delay: -0.8333333333333334s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.6666666666666666s;
  animation-delay: -0.6666666666666666s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.5833333333333334s;
  animation-delay: -0.5833333333333334s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.4166666666666667s;
  animation-delay: -0.4166666666666667s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.3333333333333333s;
  animation-delay: -0.3333333333333333s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.16666666666666666s;
  animation-delay: -0.16666666666666666s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.08333333333333333s;
  animation-delay: -0.08333333333333333s;
  background: #fff;
}
.ldio-6ccigoxenua div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #fff;
}
.loadingio-spinner-spinner-lleteyq1dx {
  width: 25px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  margin: 0 auto;
}
.ldio-6ccigoxenua {
  width: 100%;
  height: 25px;
  position: absolute;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ldio-6ccigoxenua.black div {
  background: #000;
}
.ldio-6ccigoxenua div {
  box-sizing: content-box;
}
.react-toast-notifications__container .css-mrh2d-ToastContainer {
  z-index: 1000000;
}
.account-action {
  margin-top: 2rem;
}
.account-form .account-search {
  justify-content: flex-start !important;
}
.account-actions {
  width: 100%;
  height: 7.7rem;
  background-color: #dde3ec;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  position: relative;
  justify-content: space-between;
}
.account-actions > div {
  width: 17rem;
}
.account-actions .text-info {
  font-size: 2.3rem;
}
.account-actions ~ .filter-row .search-filter-list {
  display: flex;
}

.search-form2 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: white;
  gap: 12px;
  align-items: start;
}
@media screen and (min-width: 970px) {
  .search-form2{
    display: none;
  }
}

.subsearch {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.search-form {
  padding: 1.6rem 3.5rem;
}
.search-form .search-header {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
.search-form > :first-child {
  font-size: 1.8rem;
  font-weight: 700;
}
.search-form .search-filter-list {
  display: inline-flex;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
}
.search-form .search-filter-list.hideFilters {
  display: none !important;
}
.search-form .search-filter-list .s-h-col {
  margin-left: 1.6rem;
  min-width: 17rem;
}
.search-form .search-filter-list .s-h-col .label-h {
  height: 2rem;
}
.search-form .search-filter-list .s-h-col.accept,
.search-form .search-filter-list .s-h-col.exportCSV,
.search-form .search-filter-list .s-h-col.reset {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-form .search-body {
  padding-top: 2.7rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.search-form .search-body div:not(:last-child) {
  margin-right: 2rem;
}
.search-form .search-body div .label {
  color: #5c6577;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.search-form .search-body > div {
  width: 16%;
}
.calendar {
  display: flex;
}
.calendar--hidden .calendarNav,
.calendar--hidden .DateInput_input,
.calendar--hidden .DateRangePickerInput_arrow {
  display: none;
}
.calendar .calendarHeader {
  display: flex;
  justify-content: space-between;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.calendar .tertiary {
  font-size: 15px;
}
.calendar .calendarNav {
  align-self: center;
  background-color: #f0f1fc;
  border: 1px solid #cee8ff;
  border-radius: 12px;
  color: #019dff;
  cursor: pointer;
  height: 23px;
  position: relative;
  transition: opacity 0.2s ease-in;
  width: 23px;
}
.calendar .calendarNav.disabled {
  opacity: 0;
}
.calendar .calendarNav .fa {
  font-size: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.calendar .DateInput,
.calendar .DateInput_input,
.calendar .DateRangePickerInput {
  background-color: transparent !important;
}
.calendar .DateInput_input__focused {
  border-bottom-color: #019dff;
}
.calendar .DateInput_input,
.calendar .DateRangePickerInput_arrow {
  color: #019dff;
  font-size: 16px;
  line-height: 20px;
}
.calendar .DateInput_input {
  padding-right: 5px;
}
.calendar .DateRangePicker_picker {
  display: contents !important;
  bottom: 80px !important;
  left: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 210px !important;
  padding: 10%;
  z-index: 10;
}
@media (orientation: portrait) {
  .calendar .DateRangePicker_picker {
    top: 20vh !important;
  }
}
.calendar .DateRangePicker_picker:before {
  content: "";
  display: block;
  width: 100vw;
  height: 210px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: 100%;
}
.calendar .CalendarDay__default {
  border-width: 0 !important;
}
.calendar .DateInput_fang {
  display: none !important;
}
.calendar .DayPicker_weekHeader {
  border-bottom: 1px solid rgba(1, 157, 255, 0.3);
  left: 0;
  padding-bottom: 20px !important;
  right: 0;
  margin-left: 0 !important;
}
.calendar .DayPicker_weekHeader_ul {
  display: flex;
}
.calendar .DayPicker_weekHeader_li {
  display: block;
  flex-grow: 1;
}
.calendar .DayPicker_weekHeader_li small {
  color: rgba(52, 72, 94, 0.54);
  display: block;
  font-size: 0;
  visibility: hidden;
}
.calendar .DayPicker_weekHeader_li small:first-letter {
  visibility: visible;
  font-size: 15px;
}
.calendar .DateInput__small {
  width: 105px;
}
.calendar .CalendarMonthGrid {
  height: calc(100% - 120px);
  margin-top: 120px;
  overflow-y: scroll;
  width: 100% !important;
}
.calendar .CalendarMonthGrid::-webkit-scrollbar {
  width: 3px;
}
.calendar .CalendarMonthGrid::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 2px 0 0 #242741;
}
.calendar .CalendarMonthGrid::-webkit-scrollbar-thumb {
  background-color: #019dff;
  outline: 1px solid #019dff;
}
.calendar .CalendarMonthGrid {
  scrollbar-face-color: #242741;
  scrollbar-track-color: #019dff;
}
.calendar .CalendarMonth_table {
  width: 100% !important;
}
.calendar .CalendarDay__default {
  color: #7c86a2;
  font-size: 14.5px;
  font-weight: 500;
}
.calendar .CalendarMonth {
  border-bottom: 2px solid rgba(182, 184, 189, 0.3);
  margin-bottom: 22px;
  padding-bottom: 45px !important;
}
.calendar .CalendarMonthGrid > div .CalendarMonth:last-child {
  border-bottom: 0;
}
.calendar .CalendarMonth_caption {
  color: #6b7897;
  font-size: 15px;
  letter-spacing: 0.59px;
  line-height: 19px;
  padding-bottom: 20px !important;
  padding-top: 0 !important;
}
.calendar .CalendarDay__blocked_out_of_range {
  display: none;
}
.calendar
  .CalendarMonth_table
  tr:first-child
  .CalendarDay_blocked_out_of_range {
  display: auto;
  visibility: hidden;
}
.CalendarMonthGrid_month__hidden {
  display: none;
}
@media (max-height: 450px) {
  .CalendarMonthGrid_month__hidden {
    display: block;
    margin-bottom: 170px;
  }
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: transparent;
  z-index: 100000;
}
.DateRangePicker,
.DateRangePicker_closeButton {
  display: none;
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
}
.CalendarDay__selected_span {
  background-color: #e5f5fb;
  border: 1px solid transparent;
  color: #9299b1;
}
.CalendarDay__selected_span:hover {
  border: 1px solid transparent;
  background-color: #019dff;
}
.CalendarDay__selected_end,
.CalendarDay__selected_start {
  border-radius: 15px;
  align-items: center;
  border: 1px solid transparent;
  background-color: #20a4df;
  color: #fff;
}
.CalendarDay__selected_end:hover,
.CalendarDay__selected_start:hover {
  border: 1px solid transparent;
  background-color: #019dff;
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover,
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover,
.CalendarDay__default {
  border: 1px solid transparent;
  width: 39px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
}
.DayPickerNavigation_button__horizontalDefault {
  border: #f7f8fc;
  border-radius: 15px;
  background-color: #f7f8fc;
}
.DayPickerNavigation_button__horizontalDefault:hover {
  background-color: #c4cbe1;
  border: #c4cbe1;
}
.DayPickerNavigation_button__horizontalDefault:hover
  .DayPickerNavigation_svg__horizontal {
  fill: #fff;
}
.DayPickerNavigation_svg__horizontal {
  fill: #20a4df;
}
.DayPickerNavigation_svg__horizontal:hover {
  border-color: #20a4df;
  fill: #fff;
}
.time-range {
  padding: 5%;
  display: flex;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.time-range .s-h-col {
  margin-left: 1.6rem;
  padding: 1rem;
  width: 17rem;
}
.dropdown-content.presets {
  max-height: 25.4rem;
}
.dropdown-c-row input {
  margin-right: 0.5rem;
}
.table-pagination {
  margin: 1rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.table-pagination .records-per-page {
  margin-right: 2rem;
}
.table-holder {
  width: 100%;
  overflow: hidden;
}
.table-holder.account-movements-report .table-row {
  color: rgba(76, 76, 76, 0.7);
}
.table-holder.account-movements-report p {
  line-height: 1rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.6rem;
  gap: 0.6rem;
}
.table-holder.account-movements-report p strong {
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}
.table-content {
  width: 100%;
  overflow: auto;
  max-height: 75vh;
}
.table-content.total {
  margin-bottom: 2rem;
}
.table-row {
  width: 100%;
  display: table;
  table-layout: fixed;
  min-height: 6rem;
  position: relative;
  margin-bottom: 0.1rem;
  padding: 0;
}
.table-row:not(.header) {
  color: #000;
  background-color: #f7f7f7;
}
.table-row:nth-child(2n) {
  background-color: #fff;
}
.table-row.header {
  color: rgba(76, 76, 76, 0.5);
  font-weight: 700;
  white-space: nowrap;
  background: #f5f6f8;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.table-row.total {
  background-color: #c8ced8;
}
.table-row.total a {
  color: #000;
  text-decoration: underline;
}
.table-row.total a:hover {
  font-weight: bolder;
}
.t-col {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0.5rem;
  overflow-wrap: break-word;
  /* white-space: pre-wrap; */
  font-weight: 500;
}
.t-col.completed {
  background-color: #dff0bb;
}
.t-col.canceled {
  background-color: #f5c6cb;
}
.t-col.pending {
  background-color: #bee5f3;
}
.t-col.unconfirmed {
  background-color: #ffee80;
}
.t-col a {
  color: var(--primary);
}
.sort-i {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 1rem;
  margin-left: 0.5rem;
  cursor: pointer;
}
.sort-i > .active {
  color: var(--primary);
}
.pointer {
  cursor: pointer;
}
.row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.unset-height {
  height: unset !important;
}
.table-horizontal-scroll-wrapper {
  white-space: nowrap;
  overflow-x: auto;
}
.table-horizontal-scroll {
  width: 100%;
  display: table;
  font-size: 1.4rem;
}
.table-horizontal-scroll-header {
  display: table-header-group;
  color: rgba(76, 76, 76, 0.5);
  font-weight: 700;
  box-shadow: 0 0.2rem 1rem 0 #e5e5ea;
}
.table-horizontal-scroll-header-cell {
  display: table-cell;
  padding: 1rem 1.5rem;
  text-align: justify;
  line-height: 4rem;
}
.table-horizontal-scroll-header-cell i {
  line-height: 4rem;
}
.table-horizontal-scroll-body {
  display: table-row-group;
}
.table-horizontal-scroll-row {
  display: table-row;
  box-shadow: 0 0.2rem 1rem 0 #e5e5ea;
  color: #000;
  background-color: #f7f7f7;
}
.table-horizontal-scroll-row a {
  color: var(--primary);
}
.table-horizontal-scroll-row:nth-child(2n) {
  background-color: #fff;
}
.table-horizontal-scroll-row.total {
  background-color: #c8ced8;
}
.table-horizontal-scroll-body-cell {
  display: table-cell;
  padding: 1rem 1.5rem;
  line-height: 4rem;
  font-weight: 500;
}
.failed-seamless-buyouts-table .extraInfo,
.failed-seamless-buyouts-table
  .failed-seamless-buyouts-extra-info
  .failed-seamless-buyouts-extra-info--row,
.failed-seamless-buyouts-table .table-row:not(.header) .t-col:last-child {
  width: 160px;
}
.label {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  color: #5c6577;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}
.label--required {
  display: inline-flex;
}
.label--required:after {
  content: "*";
  position: absolute;
  top: -2px;
  right: -6px;
  color: #d12828;
  font-size: 12px;
}
.paginator__navigation {
  position: relative;
  width: 100%;
}
.paginator__arrow {
  cursor: pointer;
  position: absolute;
  visibility: hidden;
}
.paginator__arrow--left {
  left: 0;
}
.paginator__arrow--right {
  right: 0;
}
.paginator__arrow--visible {
  visibility: visible;
}
.paginator .page-item.disabled {
  pointer-events: none;
}
.paginator .page-link {
  box-shadow: none !important;
  outline: none !important;
}
.tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.4rem;
  min-height: 2rem;
  min-width: 4rem;
  padding: 0 0.9rem;
  font-size: 1.8rem;
  line-height: 1.4rem;
  text-transform: capitalize;
}
.tooltip.source {
  color: #646e82;
  box-shadow: 0 0 0 0.1rem #f0ad4d;
  background-color: #f0ad4d;
}
.tooltip.destination {
  color: #646e82;
  background: linear-gradient(180deg, #093c02, #00a699);
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #112241;
  color: #fff;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.5rem;
  top: -150%;
  left: -50%;
  position: absolute;
  z-index: 10;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.shown-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shown-block .shown-info {
  color: var(--primary);
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
  border-radius: 0.4rem;
}
.limits-section {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid grey;
  padding: 5px;
  font-size: 16px;
}
.section-container,
.section-container-item {
  margin-left: 20px;
}
.create-form {
  width: 97%;
  height: 100%;
  margin: 0 1.5%;
  overflow-x: hidden;
}
@media screen and (max-width: 970px) {
  .create-form.banking {
    width: 930px;
  }
  #box-desktop{
    display: none !important;
  }
  #box-desktop-2{
    display: none !important;
  }
}
.create-form-header {
  width: 100%;
  background: var(--primary);
  color: #fff;
  min-height: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem;
}
.create-form-header button.action {
  max-width: 140px;
  width: 100%;
  background-color: #9acd32;
}
.create-form-header button.action:hover {
  background-color: #84af2e;
}
.create-form-body {
  display: grid;
  padding: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.8rem;
  box-shadow: 0 2px 10px 0 #e5e5ea;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
  .create-form-body {
    grid-template-columns: 1fr;
  }
}
.create-form-body > div {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.create-form-item {
  margin: 0 1rem;
  position: relative;
}
.create-form-footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1rem;
}
.create-form-footer > div {
  margin: 1rem;
}
.checkbox-block {
  padding: 1rem;
  color: #646e82;
  border: 0.1rem solid #646e82;
  border-radius: 0.4rem;
}
.checkbox-block .label {
  font-size: 1.4rem;
}
.checkbox-block .checkbox-form,
.checkbox-block .checkbox-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  flex: 1 1 20%;
}
.checkbox-block .checkbox-item:nth-child(5n) {
  flex: auto;
}
.checkbox-block .checkbox-item > span {
  margin-right: 0.4rem;
}
.create-form-button {
  display: flex;
  align-items: center;
  height: 3.6rem;
  min-width: 1rem;
  outline: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 2rem;
  border-radius: 0.4rem;
  transition: background-color 0.24s, color 0.24s, box-shadow 0.24s;
  cursor: pointer;
  color: #fff;
}
.create-form-button.active,
.create-form-button.active:hover,
.create-form-button:active,
.create-form-button:active:hover {
  background-color: var(--primary);
}
.create-form-button.reset {
  color: #fff;
  box-shadow: 0 0 0 0.1rem fac248;
  background-color: #fac248;
}
.create-form-button.reset:hover {
  color: #fff;
  background-color: #f3aa23;
}
.create-form-button:disabled {
  background-color: #c6cbd3;
  color: #9da3ac;
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.error-message {
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-top: 0.4rem;
  color: #ff5f69;
  -webkit-animation: error 0.24s linear;
  animation: error 0.24s linear;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.error {
  border: 0.1rem solid red !important;
}
.single-checkbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  color: #646e82;
}
.single-checkbox .label {
  margin: 0;
  padding-left: 0.4rem;
}
.transfer-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.switch {
  background-color: #9acd32;
  color: #fff;
  font-size: 1.5rem;
}
.switch:hover {
  background-color: #84af2e;
}
.switch.active,
.switch.active:hover,
.switch:active,
.switch:active:hover {
  background-color: #b5f23b;
}
.banking {
  grid-template-columns: 1fr 1fr;
}
.banking .checkbox-item--banking {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.banking .checkbox-item--banking .banking-checkbox {
  margin-right: 10px;
  width: unset;
}
.banking-error {
  max-width: 30%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  text-align: center;
  background-color: #e23e2d;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px 20px;
  min-height: 40px;
}
.banking-form-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row !important;
}
.banking-form-wrapper .left,
.banking-form-wrapper .right {
  width: 50%;
}
.banking-form-wrapper .left .create-form-item + .create-form-item,
.banking-form-wrapper .right .create-form-item + .create-form-item {
  margin-top: 20px;
}
.banking-form-wrapper .middle .transfer-wrapper {
  transform: translateY(18px);
}
.banking-form-wrapper + div {
  transform: translateY(1rem);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banking-form-wrapper + div input {
  width: 200px;
}
.banking-form-wrapper + div > div + div {
  margin-left: 14px;
  transform: translateY(8px);
}
.create-form.expanded {
  width: 100%;
  margin: 0;
}
.search-account-radio {
  display: flex;
  align-items: center;
}
.search-account-radio .input-holder .radio-item {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #646e82;
}
.search-account-radio .input-holder input[type="text"] {
  text-indent: 26px;
}
.search-account-radio .radio-item {
  background: #ccc;
  height: 100%;
  padding: 0 6px;
  display: flex;
  align-items: center;
  border-right: 1px solid #646e82;
  border-radius: 0.4rem 0 0 0.4rem;
}
.search-account-radio .dropdown .dropdown-content .option-name {
  text-transform: none;
}
.search-account-radio .dropdown .dropdown-head {
  padding: 0;
}
.search-account-radio .dropdown .dropdown-head input {
  border: 0;
  color: #646e82;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search-account-radio .dropdown.open .dropdown-head input {
  color: var(--primary);
}
.search-account-radio .dropdown.open .radio-item {
  border-bottom: 1px solid #646e82;
}
.win-loss {
  color: #fff;
  width: 70px;
  display: block;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}
.win-loss.win {
  background-color: #5cb85c;
}
.win-loss.loss {
  background-color: #d9534f;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}
.modal {
  width: 60%;
  max-width: 90vw;
  background-color: #fff;
  box-shadow: 0 0.2rem 1rem 0 #e5e5ea;
  border-radius: 0.7rem;
  font-size: 2rem;
}
.modal .modal-content {
  max-height: 100%;
  padding: 3%;
  position: relative;
}
.modal .modal-content > .header {
  font-size: 1.5rem;
  padding: 2%;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5ea;
}
.modal .modal-content:empty {
  padding-top: 0;
}
.modal .modal-content.show {
  display: block;
}
.modal .modal-content .body {
  overflow: auto;
  max-height: 75vh;
  min-height: 25vh;
  padding: 5% 2%;
}
.modal .modal-content .body .s-h-col {
  margin-left: 1.6rem;
  padding: 1rem;
  width: 17rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
}
.modal .modal-content .footer {
  width: 96%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-height: 15rem;
}
.modal .modal-content .footer > div {
  margin: 2%;
}
.modal .modal-content .modal-button {
  display: flex;
  align-items: center;
  height: 3.6rem;
  width: 100%;
  min-width: 1rem;
  outline: none;
  border: none;
  margin: 2%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 1rem;
  border-radius: 0.4rem;
  transition: background-color 0.24s, color 0.24s, box-shadow 0.24s;
  cursor: pointer;
  color: #fff;
}
.modal .modal-content .modal-button.active,
.modal .modal-content .modal-button.active:hover,
.modal .modal-content .modal-button:active,
.modal .modal-content .modal-button:active:hover {
  background-color: var(--primary);
}
.modal .modal-content .modal-button.cancel {
  background-color: #fff;
  color: var(--primary);
}
.modal .modal-content .modal-button.cancel:hover {
  color: #fff;
  background-color: var(--primary);
}
.modal .modal-content .modal-button:disabled {
  background-color: #c6cbd3;
  color: #9da3ac;
  pointer-events: none;
  cursor: default;
}
.item-details {
  display: flex;
  font-size: 18px;
  word-break: break-word;
}
.item-details .left {
  width: 30%;
}
.item-details .right {
  width: 70%;
}
.item-details .left,
.item-details .right {
  display: flex;
  flex-direction: column;
}
.item-details .left span,
.item-details .right span {
  margin-top: 12px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 22px;
}
.item-details .left {
  font-weight: 700;
}
.item-details .right {
  margin-left: 5%;
}
.request-details {
  margin-top: 30px;
}
.request-details .request-details-inner {
  margin-top: 20px;
}
.action-buttons {
  display: flex;
  flex-wrap: wrap;
}
.action-buttons button {
  margin: 4px;
  max-width: 60%;
  max-height: 30px;
  font-size: 1.3rem;
}
.widget-col {
  box-shadow: 0 2px 10px 0 #e5e5ea;
  margin-top: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.widget-col.white {
  background-color: #fff;
  height: auto;
}
.widget-col .widget-header {
  border-radius: 0.6rem 0.6rem 0 0;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  font-size: 2.3rem;
  font-weight: 700;
  height: 6rem;
}
.widget-col .widget-header i {
  margin-right: 2.2rem;
  color: var(--primary);
}
.widget-col .content {
  display: flex;
  font-size: 1.7rem;
  flex-wrap: wrap;
  padding: 0 1.5rem 20px;
  grid-row-gap: 30px;
  row-gap: 30px;
}
.widget-col .content .content-item {
  flex: 0 1 33%;
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
}
.widget-col .content .content-item.col-1-4 {
  flex: 25% 1;
}
.widget-col .content .content-item .widget-title {
  color: rgba(76, 76, 76, 0.7);
}
.widget-col .content .content-item .widget-info {
  font-weight: 700;
  font-size: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
.widget-col .content .content-item .account-info-type.widget-info {
  padding: 0.5rem 1.7rem;
}
.widget-col .content.col {
  display: flex;
  flex-direction: column;
}
.fullRow,
.widget-row {
  grid-column: 1/3;
}
.widget-row {
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px 0 #e5e5ea;
}
.widget-row,
.widget-row .content-row {
  display: flex;
}
.widget-row .content-row .title {
  font-weight: 700;
}
.widget-row .content-row div {
  margin-right: 2rem;
}
.new-player {
  border-radius: 1rem;
}
.new-player .info {
  display: flex;
  justify-content: space-between;
}
.new-player .info > a {
  color: var(--primary);
}
.new-player .info > a:hover {
  font-weight: bolder;
  text-decoration: underline;
}
.new-player .icon-reports {
  color: var(--primary);
}
.new-player .icon-reports:hover {
  font-weight: 600;
}
.deposits-chart {
  color: #fff !important;
}
.deposits-chart:hover {
  font-weight: bolder;
}
.withdraws-chart {
  color: #fff !important;
}
.withdraws-chart:hover {
  font-weight: bolder;
}
.dashboard {
  width: 100%;
}
.dashboard .player-info {
  width: 100%;
  display: flex;
}
.dashboard .widgets {
  width: 100%;
  display: grid;
  grid-template-columns: auto 65%;
  grid-column-gap: 1.8rem;
}
.dashboard .widget-header {
  color: #fff;
  background-color: var(--primary);
}
.dashboard .table-holder.total {
  margin-bottom: 2rem;
}
.dashboard .table-holder > .table-content > .table-row {
  padding: 0 0 0 1rem;
}
.dashboard .table-holder > .table-content > .table-row > div:first-child {
  width: 17rem;
}
.dashboard .table-holder > .table-row {
  padding: 0 0 0 1rem;
}
.dashboard .table-holder > .table-row > div:first-child {
  width: 17rem;
}
@media (max-width: 768px) {
  .dashboard,
  .dashboard .widgets {
    display: block;
  }
}
.new-player {
  display: flex;
  width: 25rem;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.new-player:first-child {
  margin-right: 3rem;
}
.new-player .info {
  height: 3rem;
  font-size: 2.3rem;
}
.disabled {
  color: rgba(76, 76, 76, 0.5);
}
.collapser {
  cursor: pointer;
}
.network-report-table-holder {
  overflow-y: hidden;
  overflow-x: auto;
}
.network-report__tree {
  display: grid;
  grid-template-columns: 3fr repeat(7, 2fr);
}
.network-report__subtree {
  border-left: 1px dotted grey;
  display: grid;
  grid-column: 1/13;
  grid-template-columns: 3fr repeat(11, 2fr);
  padding-left: 20px;
  background-color: #fff;
}
.network-report__placeholder {
  display: none;
}
.network-report__header {
  color: rgba(76, 76, 76, 0.5);
  font-weight: 700;
  white-space: nowrap;
  background: #f5f6f8;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.network-report_export {
  cursor: pointer;
  border-radius: 0.4rem;
  margin-left: 4px;
  outline: none;
  border: none;
  padding: 1% 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0.1rem var(--primary) inset;
  color: var(--primary);
}
.network-report_export:hover {
  background-color: var(--primary);
  color: #fff;
}
.network-report__cell {
  white-space: nowrap;
  margin: auto 0;
  height: 3.5rem;
  line-height: unset;
  border-bottom: 0.1rem solid #bbb;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.permissons-wrapper {
  font-size: 1.5rem;
  padding: 1rem;
  color: #646e82;
  border: 0.1rem solid #646e82;
  border-radius: 0.4rem;
  max-height: 14vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  gap: 6px;
}
.permissons-wrapper .persmission {
  display: flex;
  align-items: center;
  width: 80%;
  grid-gap: 10px;
  gap: 10px;
}
.permissons-wrapper .persmission .label-value-wrapper {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.permission-list > div {
  margin-left: 1rem;
}
.transfer__checkbox {
  transform: scale(1.5);
}
.oneLevelTransfer {
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.oneLevelTransfer .left-right-side {
  width: 50%;
}
.oneLevelTransfer .username-button-wrapper {
  display: flex;
  align-items: center;
}
.oneLevelTransfer .username-button-wrapper button {
  width: 50%;
  margin-left: auto;
  font-size: 1.6rem;
  transform: translateY(8px);
}
.oneLevelTransfer .username-button-wrapper .input-holder {
  width: 100%;
}
.payment-methods-header {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.payment-methods-header .payment-methods-header-buttons {
  width: 60%;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
}
.payment-methods-header .payment-methods-header-buttons .button {
  width: auto;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.payment-methods-header .payment-methods-header-buttons .button.action-line {
  margin-left: 12px;
}
.table-edit-btn {
  position: relative;
}
.table-edit-btn .dropdown {
  width: 100%;
  height: 100px;
  left: 0;
  top: 100%;
  background-color: #cbe5ff;
  box-shadow: 0 0 6px #000;
  border: 1px solid #00008b;
  border-top: none;
  border-radius: 0 0 4px 4px;
  transform: translateY(-1px);
  z-index: 1;
}
.table-edit-btn .dropdown ul {
  color: #5e3dc3;
  height: 100%;
}
.table-edit-btn .dropdown ul li {
  padding: 2px 4px;
}
.table-edit-btn .dropdown ul li:hover {
  background-color: var(--primary);
  color: #fff;
}
.field-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 10px;
}
.field-item + .field-item {
  margin-top: 14px;
  border-top: 1px solid #ccc;
}
.field-item .field-item-label {
  font-weight: 700;
}
.field-item input[type="number"] {
  width: 80%;
  margin-top: 10px;
  border-radius: 4px;
  padding-left: 10px;
  min-height: 34px;
  border: 1px solid #ccc;
}
.tabs .tab-item.active {
  color: #000;
  font-weight: 700;
}
.payment-info .property-items-wrapper .inputs .property-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.payment-info .property-items-wrapper .inputs .property-item + .property-item {
  margin-top: 14px;
  border-top: 1px solid #ccc;
}
.payment-info .property-items-wrapper .inputs .property-item span {
  font-weight: 700;
}
.payment-info .property-items-wrapper .inputs .property-item input {
  margin-top: 10px;
}
.payment-info .property-items-wrapper .long-description {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.payment-info .property-items-wrapper .long-description span {
  margin-bottom: 10px;
  font-weight: 700;
}
.icon-content-wrapper {
  padding: 20px 0;
  display: flex;
}
.icon-content-wrapper .left {
  width: 100%;
}
.icon-content-wrapper .left .image-view {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
}
.icon-content-wrapper .left .image-view img {
  width: auto;
  height: 150px;
  max-width: 100%;
}
.icon-content-wrapper .left .icon-upload-button {
  margin-top: 20px;
  width: 50%;
  display: flex;
  align-items: center;
}
.icon-content-wrapper .left .icon-upload-button button + button {
  margin-left: 10px;
}
.icon-content-wrapper .right {
  margin-left: 30px;
  width: 40%;
}
.payment-visibility-wrapper .payment-visibility-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.payment-visibility-wrapper .payment-visibility-states {
  min-width: 215px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.payment-visibility-wrapper .payment-visibility-state {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.payment-visibility-wrapper input[type="checkbox"] {
  margin-left: 4px;
}
.row-button {
  width: auto !important;
}
.icon-play_icon:before {
  color: #4e4e50;
}
.open-session {
  color: green;
  font-weight: 700;
}
.session-details {
  padding-top: 10px;
  border-top: 1px solid #000;
  margin-top: 20px;
}
.statements-total-row {
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
}
.statements-total-row i {
  font-size: 2rem;
  margin-left: 1rem;
}
.statements-total-row i.negative {
  color: red;
}
.statements-total-row i.positive {
  color: #fff;
}
.calendar-footer {
  width: 96%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-height: 15rem;
  padding: 2%;
}
.calendar-footer > div {
  margin: 2%;
}
.calendar-footer .button {
  display: flex;
  align-items: center;
  height: 3.6rem;
  width: 10rem;
  min-width: 1rem;
  outline: none;
  border: none;
  margin: 2%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 1rem;
  border-radius: 0.4rem;
  transition: background-color 0.24s, color 0.24s, box-shadow 0.24s;
  cursor: pointer;
}
.calendar-footer .button.confirm {
  background-color: var(--primary);
  color: #fff;
}
.calendar-footer .button.confirm:hover {
  background-color: var(--primary);
}
.calendar-footer .button.cancel {
  background-color: #fff;
  color: var(--primary);
}
.calendar-footer .button.cancel:hover {
  color: #fff;
  background-color: var(--primary);
}
.SingleDatePicker__block {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #646e82;
  color: #646e82;
  transition: border 0.24s, color 0.24s, opacity 0.24s;
}
.DateInput_input__focused {
  border: 0;
}
.CalendarDay__selected {
  background-color: #e5f5fb;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #9299b1;
}
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  color: #fff;
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: #019dff !important;
}
.SingleDatePicker {
  display: none;
}
.SingleDatePicker_picker__portal {
  z-index: 100001;
  z-index: 100000;
}
.advanced-search .create-form-item {
  margin: 8px 0 0;
  padding: 10px 0;
}
.advanced-search .create-form-item + div {
  border-top: 1px solid #000;
}
.advanced-search
  .create-form-item
  .dropdown
  + .input-holder
  input[type="text"] {
  margin-top: 8px;
}
.advanced-search .s-h-col {
  width: auto !important;
  margin: 8px 0 0 !important;
  padding: 10px 0 !important;
}
.advanced-search .global-error {
  display: block;
  width: 100%;
  text-align: center;
  color: red;
}
.advanced-serach-contacts-wrapper .advanced-serach-contacts-inner {
  display: flex;
  align-items: center;
}
.advanced-serach-contacts-wrapper
  .advanced-serach-contacts-inner
  .left
  .label
  + .label {
  margin-top: 4px;
}
.advanced-serach-contacts-wrapper .advanced-serach-contacts-inner .right {
  margin-left: 14px;
}
.advanced-serach-contacts-wrapper
  .advanced-serach-contacts-inner
  .right
  .value
  + .value {
  margin-top: 4px;
}
.bet-information-container {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.bet-information {
  padding-left: 5px;
}
.product-network-report-table-holder {
  overflow-y: hidden;
  overflow-x: auto;
}
.product-network-report__tree {
  display: grid;
  grid-template-columns: 3fr repeat(7, 2fr);
}
.product-network-report__subtree {
  border-left: 1px dotted grey;
  display: grid;
  grid-column: 1/17;
  grid-template-columns: 3fr repeat(15, 2fr);
  padding-left: 20px;
  background-color: #fff;
}
.product-network-report__placeholder {
  display: none;
}
.product-network-report__header {
  color: rgba(76, 76, 76, 0.5);
  font-weight: 700;
  white-space: nowrap;
  background: #f5f6f8;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.product-network-report_export {
  cursor: pointer;
  border-radius: 0.4rem;
  margin-left: 4px;
  outline: none;
  border: none;
  padding: 1% 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0.1rem var(--primary) inset;
  color: var(--primary);
}
.product-network-report_export:hover {
  background-color: var(--primary);
  color: #fff;
}
.product-network-report__cell {
  white-space: nowrap;
  margin: auto 0;
  height: 3.5rem;
  line-height: unset;
  border-bottom: 0.1rem solid #bbb;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.collapser {
  padding: 3%;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
  font-family: Arial, Helvetica, sans-serif;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-ms-clear {
  display: none;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
}
a {
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset,
legend {
  padding: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
:root {
  --primary: #418e86;
  --primary-hover: #397d75;
  --light: #fff;
  --dark: #22242f;
  --main-bg: #e5e5e5;
  --fz11: 1.1rem;
  --fz12: 1.2rem;
  --fz13: 1.3rem;
  --fz14: 1.4rem;
  --fz15: 1.5rem;
  --fz16: 1.6rem;
  --fz18: 1.8rem;
  --fz30: 3rem;
}
@media screen and (min-width: 980px) {
  ::-webkit-scrollbar {
    width: 1rem;
    height: 0.6rem;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #a6a9ae;
    border-radius: 0.1rem;
  }
  ::-webkit-scrollbar-track {
    background-color: #dde3ec;
  }
  .scroll-container {
    padding-right: 0.1rem;
  }
}
html {
  font-size: 8px;
  font-family: "Inter", sans-serif;
  background: #e5e5e5;
  background: var(--main-bg);
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-weight: 400;
}
#root {
  width: 100%;
  height: 100%;
}
.shadoww {
  box-shadow: 0 0.2rem 1rem 0 #e5e5ea;
}
.bg-white {
  background-color: #22242f;
  background-color: var(--dark);
}
.grid-b {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.8rem;
}
.grid-b:not(:only-child) {
  margin-bottom: 1.8rem;
}
.grid-b .grid-b:last-child,
.grid-b .grid-b:only-child {
  margin-bottom: 0;
}
.g-b {
  width: 100%;
}
.g-b:only-child {
  grid-column: 1/13;
}
.c-1-2 {
  grid-column: 1/2;
}
.c-1-3 {
  grid-column: 1/3;
}
.c-1-4 {
  grid-column: 1/4;
}
.c-1-5 {
  grid-column: 1/5;
}
.c-1-6 {
  grid-column: 1/6;
}
.c-1-7 {
  grid-column: 1/7;
}
.c-1-8 {
  grid-column: 1/8;
}
.c-1-9 {
  grid-column: 1/9;
}
.c-1-10 {
  grid-column: 1/10;
}
.c-1-11 {
  grid-column: 1/11;
}
.c-1-12 {
  grid-column: 1/12;
}
.c-1-13 {
  grid-column: 1/13;
}
.c-2-3 {
  grid-column: 2/3;
}
.c-2-4 {
  grid-column: 2/4;
}
.c-2-5 {
  grid-column: 2/5;
}
.c-2-6 {
  grid-column: 2/6;
}
.c-2-7 {
  grid-column: 2/7;
}
.c-2-8 {
  grid-column: 2/8;
}
.c-2-9 {
  grid-column: 2/9;
}
.c-2-10 {
  grid-column: 2/10;
}
.c-2-11 {
  grid-column: 2/11;
}
.c-2-12 {
  grid-column: 2/12;
}
.c-2-13 {
  grid-column: 2/13;
}
.c-3-4 {
  grid-column: 3/4;
}
.c-3-5 {
  grid-column: 3/5;
}
.c-3-6 {
  grid-column: 3/6;
}
.c-3-7 {
  grid-column: 3/7;
}
.c-3-8 {
  grid-column: 3/8;
}
.c-3-9 {
  grid-column: 3/9;
}
.c-3-10 {
  grid-column: 3/10;
}
.c-3-11 {
  grid-column: 3/11;
}
.c-3-12 {
  grid-column: 3/12;
}
.c-3-13 {
  grid-column: 3/13;
}
.c-4-5 {
  grid-column: 4/5;
}
.c-4-6 {
  grid-column: 4/6;
}
.c-4-7 {
  grid-column: 4/7;
}
.c-4-8 {
  grid-column: 4/8;
}
.c-4-9 {
  grid-column: 4/9;
}
.c-4-10 {
  grid-column: 4/10;
}
.c-4-11 {
  grid-column: 4/11;
}
.c-4-12 {
  grid-column: 4/12;
}
.c-4-13 {
  grid-column: 4/13;
}
.c-5-6 {
  grid-column: 5/6;
}
.c-5-7 {
  grid-column: 5/7;
}
.c-5-8 {
  grid-column: 5/8;
}
.c-5-9 {
  grid-column: 5/9;
}
.c-5-10 {
  grid-column: 5/10;
}
.c-5-11 {
  grid-column: 5/11;
}
.c-5-12 {
  grid-column: 5/12;
}
.c-5-13 {
  grid-column: 5/13;
}
.c-6-7 {
  grid-column: 6/7;
}
.c-6-8 {
  grid-column: 6/8;
}
.c-6-9 {
  grid-column: 6/9;
}
.c-6-10 {
  grid-column: 6/10;
}
.c-6-11 {
  grid-column: 6/11;
}
.c-6-12 {
  grid-column: 6/12;
}
.c-6-13 {
  grid-column: 6/13;
}
.c-7-8 {
  grid-column: 7/8;
}
.c-7-9 {
  grid-column: 7/9;
}
.c-7-10 {
  grid-column: 7/10;
}
.c-7-11 {
  grid-column: 7/11;
}
.c-7-12 {
  grid-column: 7/12;
}
.c-7-13 {
  grid-column: 7/13;
}
.c-8-9 {
  grid-column: 8/9;
}
.c-8-10 {
  grid-column: 8/10;
}
.c-8-11 {
  grid-column: 8/11;
}
.c-8-12 {
  grid-column: 8/12;
}
.c-8-13 {
  grid-column: 8/13;
}
.c-9-10 {
  grid-column: 9/10;
}
.c-9-11 {
  grid-column: 9/11;
}
.c-9-12 {
  grid-column: 9/12;
}
.c-9-13 {
  grid-column: 9/13;
}
.c-10-11 {
  grid-column: 10/11;
}
.c-10-12 {
  grid-column: 10/12;
}
.c-10-13 {
  grid-column: 10/13;
}
.c-11-12 {
  grid-column: 11/12;
}
.c-11-13 {
  grid-column: 11/13;
}
.c-12-13 {
  grid-column: 12/13;
}
.scroll-holder {
  overflow: auto;
  width: 97%;
  height: 96%;
  margin: 1.5%;
  position: relative;
}
.scroll-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto 11fr;
  grid-template-areas: "nav-col content-col";
}
.nav-col {
  grid-area: nav-col;
  position: relative;
  z-index: 6666;
}
.content-col {
  grid-area: content-col;
}
.nav-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  padding-top: 24px;
  grid-template-rows: 80px auto 11fr;
  grid-template-areas: "nav-logo" "nav-icon" "nav-list";
}
.nav-logo {
  grid-area: nav-logo;
  width: auto;
  position: relative;
}
.nav-logo:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  background-color: hsla(0, 0%, 100%, 0.2);
  pointer-events: none;
}
.nav-logo .img-wrapper {
  display: flex;
}
.nav-logo .img-wrapper img {
  margin: 0 auto;
}
.nav-icon-row {
  width: 100%;
  max-width: 29.3rem;
  max-width: var(--nav-size);
  grid-area: nav-icon;
  overflow: hidden;
  transition: max-width 0.18s ease-out;
}
.nav-list-row {
  width: 100%;
  grid-area: nav-list;
  position: relative;
}
.content-grid-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
.content-grid-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  grid-template-rows: auto 11fr;
  grid-template-areas: "header" "content";
  overflow: hidden;
}
.header-row-holder {
  width: 100%;
  grid-area: header;
  display: flex;
}
.content-row-holder {
  width: 100%;
  grid-area: content;
  display: grid;
  grid-template-rows: auto auto auto 10fr;
  grid-template-areas: "content-a" "content-b" "filters" "content-c";
  overflow-x: auto;
  overflow-y: hidden;
}
.content-row-holder > .account-actions {
  grid-area: content-a;
}
.content-row-holder > .navbar-row {
  grid-area: content-b;
  padding: 2rem 3rem;
}
.content-row-holder > .navbar-row > :not(:first-child) {
  margin-top: 2%;
}
.content-row-holder > .filter-row {
  grid-area: filters;
}
.content-row-holder > .filter-row > :not(:first-child) {
  margin-top: 2%;
}
.content-row-holder > .search-form:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-row-holder
  > .search-form:first-child
  > .search-filter-list:first-child {
  display: flex;
  justify-content: flex-end;
}
.content-row-holder
  > .search-form:first-child
  > .search-filter-list:first-child
  .s-h-col:first-child {
  flex: 1 1 10rem;
}
.content-row-holder
  > .search-form:first-child
  > .search-filter-list:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.content-row-holder > .scroll-holder {
  grid-area: content-c;
}
.breadcrumbs {
  width: 100%;
  height: 6rem;
}
.content-info-holder {
  overflow: hidden;
  padding: 2rem 3rem;
}
.verification_icon {
  margin-left: 4px;
}
.filter-row {
  width: 100%;
  background: #fff;
  background: var(--light);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  min-height: 6rem;
}
body .react-toast-notifications__container {
  z-index: 100000;
}
.fl {
  display: flex;
  align-items: center;
}
.fl .s-h-col {
  padding: 0 1rem !important;
  margin-left: 0 !important;
}
.fl.col-2 > * {
  flex-grow: 0.5;
  width: 100% !important;
}
.input-holder {
  width: 100%;
  height: 3.6rem;
  position: relative;
}
.input-holder.textarea {
  height: 12rem;
}
.input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  padding: 1rem;
  border: 0.1rem solid #646e82;
  color: #646e82;
  transition: border 0.24s, color 0.24s, opacity 0.24s;
}
.input::-webkit-input-placeholder {
  text-transform: capitalize;
}
.input:-ms-input-placeholder {
  text-transform: capitalize;
}
.input::-ms-input-placeholder {
  text-transform: capitalize;
}
.input::placeholder {
  text-transform: capitalize;
}
.input:focus {
  border-color: #418e86;
  border-color: var(--primary);
}
.input:focus::-webkit-input-placeholder {
  color: #418e86;
  color: var(--primary);
}
.input:focus:-ms-input-placeholder {
  color: #418e86;
  color: var(--primary);
}
.input:focus::-ms-input-placeholder {
  color: #418e86;
  color: var(--primary);
}
.input:focus::placeholder {
  color: #418e86;
  color: var(--primary);
}
.input:focus + .input-icon {
  cursor: pointer;
  color: #418e86;
  color: var(--primary);
}
.input.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.input.error {
  border-color: #ff5f69;
}
.input.width-icon {
  padding-right: 3.6rem;
}
.input-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 100%;
  font-size: 1.8rem;
  color: #646e82;
  transition: color 0.24s;
  cursor: default;
}
.error-massage {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-top: 0.4rem;
  color: #ff5f69;
  -webkit-animation: error 0.24s linear;
  animation: error 0.24s linear;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@-webkit-keyframes error {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes error {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown {
  width: 100%;
  height: 3.6rem;
  position: relative;
  color: #646e82;
  cursor: pointer;
  transition: color 0.24s, opacity 0.24s, background-color 0.24s;
}
.dropdown.open {
  background-color: #fff;
  color: #418e86;
  color: var(--primary);
}
.dropdown.open,
.dropdown.open .dropdown-head {
  border-color: #418e86;
  border-color: var(--primary);
}
.dropdown.open .dropdown-head {
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown.open .dropdown-icon:after,
.dropdown.open .dropdown-icon:before {
  top: -0.5rem;
  background-color: #418e86;
  background-color: var(--primary);
}
.dropdown.open .dropdown-icon:after {
  transform: rotate(-45deg) translate(-50%);
}
.dropdown.open .dropdown-icon:before {
  transform: rotate(45deg) translate(50%);
}
.dropdown.open .dropdown-content {
  display: block;
}
.dropdown.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.dropdown-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  padding: 0 1rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #646e82;
  transition: border-color 0.24s, border-bottom 0ms;
}
.option-name {
  flex: 1 1;
  display: block;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown-icon {
  flex: 0 0 auto;
  display: block;
  position: relative;
  width: 2rem;
  height: 0.8rem;
}
.dropdown-icon:after,
.dropdown-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #646e82;
  transition: transform 0.24s, top 0.24s;
  margin: auto 0;
  top: 0.4rem;
  bottom: 0;
  right: 0;
  transform-origin: center center;
}
.dropdown-icon:after {
  transform: rotate(45deg) translate(-50%);
}
.dropdown-icon:before {
  transform: rotate(-45deg) translate(50%);
}
.dropdown-content {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 98%;
  z-index: 999;
  max-height: 17rem;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-left: 0.1rem solid #418e86;
  border-left: 0.1rem solid var(--primary);
  border-right: 0.1rem solid #418e86;
  border-right: 0.1rem solid var(--primary);
  border-bottom: 0.1rem solid #418e86;
  border-bottom: 0.1rem solid var(--primary);
  -webkit-animation: dropdown-open 0.18s linear;
  animation: dropdown-open 0.18s linear;
  scrollbar-color: #418e86 #dde3ec;
  scrollbar-color: var(--primary) #dde3ec;
  scrollbar-width: thin;
}
.dropdown-c-row {
  display: flex;
  align-items: center;
  height: 3.6rem;
  padding: 0 1rem;
  cursor: pointer;
  transition: background-color 0.24s;
}
.dropdown-c-row.disable {
  opacity: 0.6;
  cursor: not-allowed;
}
.dropdown-c-row.disable.active,
.dropdown-c-row.disable:hover {
  background-color: transparent;
}
.dropdown-c-row.active,
.dropdown-c-row:hover {
  background-color: #dde3ec;
}
@-webkit-keyframes dropdown-open {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dropdown-open {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6rem;
  width: 100%;
  min-width: 1rem;
  outline: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 1rem;
  border-radius: 0.4rem;
  max-width: 136px;
  transition: background-color 0.24s, color 0.24s, box-shadow 0.24s;
  cursor: pointer;
}
.button.width-auto {
  width: auto;
}
.button:active {
  transform: scale(0.98);
}
.button.reset {
  color: #fff;
  box-shadow: 0 0 0 0.1rem #f0ad4d;
  background-color: #f0ad4d;
}
.button.action {
  background-color: #418e86;
  background-color: var(--primary);
  color: #fff;
}
.button.action.active,
.button.action:active,
.button.action:hover {
  background-color: #397d75;
  background-color: var(--primary-hover);
}
.button.disabled,
.button:disabled {
  background-color: #c6cbd3 !important;
  border-color: #c6cbd3 !important;
  color: #9da3ac !important;
  pointer-events: none !important;
  cursor: default !important;
}
.button.success {
  background-color: #55d07b;
  color: #fff;
}
.button.success.active,
.button.success:active,
.button.success:hover {
  background-color: #34d68a;
}
.button.success.disabled {
  background-color: #c6cbd3;
  color: #9da3ac;
  pointer-events: none;
  cursor: default;
}
.button.error {
  background-color: #ee442d;
  color: #fff;
}
.button.error:hover {
  border: none;
}
.button.error.active,
.button.error:active,
.button.error:hover {
  background-color: #f55b47;
}
.button.error.disabled {
  background-color: #c6cbd3;
  color: #9da3ac;
  pointer-events: none;
  cursor: default;
}
.button.simple {
  box-shadow: 0 0 0 0.1rem #646e82;
  color: #6f798e;
}
.button.simple:hover {
  box-shadow: 0 0 0 0.1rem #646e82;
  background-color: #6f798e;
  color: #fff;
}
.button.simple.active,
.button.simple:active {
  background-color: #8c98b1;
  box-shadow: 0 0 0 0.1rem #8c98b1;
  color: #fff;
}
.button.simple.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.button.width-icon {
  box-shadow: inset 0 0 0 0.1rem #646e82;
  color: #6f798e;
}
.button.width-icon.active,
.button.width-icon:active {
  box-shadow: inset 0 0 0 0.1rem #418e86;
  box-shadow: 0 0 0 0.1rem var(--primary) inset;
  background-color: #418e86;
  background-color: var(--primary);
  color: #fff;
}
.button.width-icon.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.button.action-line {
  box-shadow: inset 0 0 0 0.1rem #418e86;
  box-shadow: 0 0 0 0.1rem var(--primary) inset;
  color: #418e86;
  color: var(--primary);
}
.button.action-line.active,
.button.action-line:active,
.button.action-line:hover {
  background-color: #418e86;
  background-color: var(--primary);
  color: #fff;
}
.button.action-line.active,
.button.action-line:active {
  box-shadow: inset 0 0 0 0.1rem #418e86;
  box-shadow: 0 0 0 0.1rem var(--primary) inset;
}
.button.action-line.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.button.widget-header-button {
  margin-left: auto;
  height: 3.2rem;
  width: auto;
  min-width: 1rem;
  padding: 0 2rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: normal;
}
.button.widget-header-button:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.button.widget-header-button.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.button-icon {
  flex: 0 0 auto;
  font-size: 1.8rem;
  margin-right: 1rem;
  color: inherit;
}
.button-text {
  flex: 1 1;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.4rem;
}
.edit-generate__button {
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
}
.edit-generate__button.edit,
.edit-generate__button.edit:hover {
  background-color: #418e86;
  background-color: var(--primary);
}
.edit-generate__button.generate {
  box-shadow: inset 0 0 0 0.1rem #418e86;
  box-shadow: 0 0 0 0.1rem var(--primary) inset;
  color: #418e86;
  color: var(--primary);
}
.edit-generate__button.generate:hover {
  background-color: #418e86;
  background-color: var(--primary);
  color: #fff;
}
.edit-generate__button.generate.active,
.edit-generate__button.generate:active {
  box-shadow: inset 0 0 0 0.1rem #418e86;
  box-shadow: 0 0 0 0.1rem var(--primary) inset;
  background-color: #418e86;
  background-color: var(--primary);
  color: #fff;
}
.edit-generate__button.generate.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.ui-kit-r-c {
  display: flex;
  align-items: center;
  width: 100%;
}
.account-info-type {
  margin: 0 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.4rem;
  min-height: 2rem;
  padding: 0 0.9rem;
  min-width: 4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: capitalize;
  color: #fff;
  background: linear-gradient(180deg, #093c02, #00a699);
}
.account-info-type.big {
  min-height: 2.6rem;
  font-size: 1.4rem;
}
.account-info-type.MS {
  background: linear-gradient(180deg, #ee8b87, #d8534f);
}
.account-info-type.AF {
  background: linear-gradient(180deg, #f9d684, #f0ad4d);
}
.account-info-type.P {
  background: linear-gradient(180deg, #94e1f1, #5bc0de);
  cursor: pointer;
}
.account-info-type.S,
.account-info-type.skin {
  background: linear-gradient(180deg, #64b1dc, #3479b7);
}
.account-info-type.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
.MuiOutlinedInput-input {
  color: #646e82 !important;
  font-size: 1.4rem !important;
  height: 3.6rem !important;
  padding: 0 14px !important;
}
.MuiOutlinedInput-input:active,
.MuiOutlinedInput-input:focus {
  border: none !important;
}
.MuiOutlinedInput-input ~ fieldset {
  border-color: #646e82 !important;
}
.Mui-focused .MuiOutlinedInput-input {
  color: #418e86 !important;
  color: var(--primary) !important;
}
.Mui-focused .MuiOutlinedInput-input ~ fieldset {
  border-width: 1px !important;
  border-color: #418e86 !important;
  border-color: var(--primary) !important;
}
.date-time-picker {
  margin: 0 1rem;
}
.Mui-selected {
  color: #fff !important;
}
.user-name-b {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 2rem;
  white-space: nowrap;
}
:root {
  --nav-size: 29.3rem;
  --nav-siize-mini: 6rem;
}
.navigation-holder {
  width: 29.3rem;
  width: var(--nav-size);
  max-width: 30rem;
  height: 100%;
  position: relative;
  transition: max-width 0.18s ease-out;
}
.navigation-holder.closed {
  max-width: 6rem;
  max-width: var(--nav-siize-mini);
}
.navigation-holder.closed .scroll-container {
  overflow: inherit;
}
.navigation-holder.closed .nav-logo {
  width: 48px;
}
.navigation-holder.closed .nav-item-holder {
  max-width: 6rem;
  max-width: var(--nav-siize-mini);
}
.navigation-holder.closed .nav-item-holder .n-item-info .arrow-i-box {
  opacity: 0;
  transition: opacity 0.24s;
}
.navigation-holder.closed
  .nav-item-holder
  .n-item-info
  .arrow-i-box
  > i:before {
  content: "\e910";
}
.navigation-holder.closed .nav-item-holder:hover {
  overflow: visible;
  z-index: 99;
  max-width: 29.3rem;
  max-width: var(--nav-size);
}
.navigation-holder.closed .nav-item-holder:hover .n-item-info {
  max-width: inherit;
}
.navigation-holder.closed .nav-item-holder:hover .nav-icon-tex-box .nav-i-text,
.navigation-holder.closed .nav-item-holder:hover .nav-icon-tex-box > i {
  opacity: 1;
}
.navigation-holder.closed .nav-icon-row {
  max-width: 6rem;
  max-width: var(--nav-siize-mini);
}
.navigation-holder.closed .nav-icon-row .nav-icon-tex-box > i:before {
  content: "\e90c";
}
.navigation-holder.closed .n-item-info + .sub-nav-item {
  position: absolute;
  top: 6rem;
  left: 6rem;
  left: var(--nav-siize-mini);
  max-width: calc(100% - 6rem);
  max-width: calc(100% - var(--nav-siize-mini));
  background-color: #22242f;
  background-color: var(--dark);
  overflow: inherit;
  max-height: inherit;
}
.navigation-holder.closed .n-item-info + .sub-nav-item .sub-nav-list {
  padding-left: 2rem;
}
.navigation-holder.closed .n-item-info + .sub-nav-item .sub-nav-list:before {
  opacity: 0;
}
.n-item-info:hover .nav-icon-tex-box .nav-i-text,
.n-item-info:hover .nav-icon-tex-box > i,
.nav-item-holder:hover .nav-icon-tex-box .nav-i-text,
.nav-item-holder:hover .nav-icon-tex-box > i {
  opacity: 1;
}
.nav-item-holder {
  max-width: 29.3rem;
  max-width: var(--nav-size);
  transition: max-width 0.18s ease-out;
}
.n-item-info,
.nav-item-holder {
  width: 29.3rem;
  width: var(--nav-size);
  overflow: hidden;
  position: relative;
}
.n-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 0 2rem;
  cursor: pointer;
}
.n-item-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.24s;
  background-color: #22242f;
  background-color: var(--dark);
}
.n-item-info.active .arrow-i-box,
.n-item-info.active .nav-i-text,
.n-item-info.active .nav-icon-tex-box > i {
  opacity: 1;
}
.n-item-info.active .arrow-i-box > i:before {
  content: "\e910";
}
.n-item-info.active + .sub-nav-item {
  max-height: 60rem;
  transition: max-height 0.18s ease-in;
}
.nav-i-text {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  opacity: 0.4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-icon-tex-box {
  display: flex;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
.nav-icon-tex-box > i {
  color: #fff;
  color: var(--light);
  opacity: 0.4;
  font-size: 2rem;
}
.arrow-i-box,
.nav-icon-tex-box > i {
  min-width: 4rem;
  width: 4rem;
  max-width: 4rem;
}
.arrow-i-box {
  text-align: right;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.sub-nav-item {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.24s;
}
.sub-nav-list {
  width: 100%;
  padding-left: 8rem;
  margin: 2rem 0;
}
.s-nav-link {
  text-decoration: none;
  display: block;
  color: #fff;
  color: var(--light);
  opacity: 0.4;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 0 2rem 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.24s;
  cursor: pointer;
}
.s-nav-link:not(:last-child) {
  margin-bottom: 2rem;
}
.s-nav-link:hover {
  opacity: 1;
}
.s-nav-link.active {
  cursor: default;
}
.pagination-holder {
  width: 100%;
  justify-content: flex-end;
}
.page-b,
.pagination-holder {
  display: flex;
  align-items: center;
}
.page-b {
  justify-content: center;
  margin: 0 0.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.4rem;
  background-color: #dde3ec;
  cursor: pointer;
  color: #7a849a;
  font-size: 1.4rem;
  line-height: 1.6rem;
  transition: color 0.24s, background-color 0.24s;
}
.page-b > i {
  font-size: 1.2rem;
}
.page-b:hover {
  color: #000;
}
.page-b.active {
  background-color: #418e86;
  background-color: var(--primary);
  color: #fff;
  cursor: default;
}
.tabs-holder {
  width: 100%;
  height: 7.7rem;
  background-color: #dde3ec;
  padding: 0 3rem;
  grid-gap: 48px;
  gap: 48px;
  overflow: hidden;
}
.tab-item,
.tabs-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-item {
  height: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  transition: color 0.24s;
  cursor: pointer;
}
.tab-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 0.4rem 0.4rem 0 0;
  background-color: #418e86;
  background-color: var(--primary);
  opacity: 0;
  transition: opacity 0.24s;
}
.tab-item:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tab-item.active {
  color: #000;
  cursor: default;
}
.tab-item.active:before {
  opacity: 1;
}
@font-face {
  font-family: "icomoon";
  src: url(/dashboard_files/static/media/icomoon.e9a807bd.eot);
  src: url(/dashboard_files/static/media/icomoon.e9a807bd.eot#iefix) format("embedded-opentype"),
    url(/icomoon.b661ba99.ttf) format("truetype"),
    url(/dashboard_files/static/media/icomoon.18db2b5b.woff) format("woff"),
    url(/dashboard_files/static/media/icomoon.05464c27.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-copy:before {
  content: "\e91d";
}
.icon-channel:before {
  content: "\e900";
}
.icon-signout:before {
  content: "\e901";
}
.icon-comment-alt-exclamation:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e903";
}
.icon-games:before {
  content: "\e904";
}
.icon-lock:before {
  content: "\e905";
}
.icon-edit:before {
  content: "\e906";
}
.icon-plus-square:before {
  content: "\e907";
}
.icon-finance:before {
  content: "\e908";
}
.icon-user-circle:before {
  content: "\e909";
}
.icon-user-square:before {
  content: "\e90a";
}
.icon-wallet:before {
  content: "\e90b";
}
.icon-menu-open:before {
  content: "\e90c";
}
.icon-menu-closed:before {
  content: "\e90d";
}
.icon-angle-right:before {
  content: "\e90e";
}
.icon-angle-left:before {
  content: "\e90f";
}
.icon-angle-up:before {
  content: "\e910";
}
.icon-angle-down:before {
  content: "\e911";
}
.icon-reports:before {
  content: "\e912";
}
.icon-clipboard-notes:before {
  content: "\e913";
}
.icon-search:before {
  content: "\e914";
}
.icon-info:before {
  content: "\e915";
}
.icon-business_config:before {
  content: "\e916";
}
.icon-close:before {
  content: "\e917";
}
.icon-stop:before {
  content: "\e918";
}
.icon-play_icon:before {
  content: "\e919";
}
.icon-configs:before {
  content: "\e91a";
}
.icon-game:before {
  content: "\e91b";
}
.icon-newAccount:before {
  content: "\e91c";
}
/*# sourceMappingURL=main.562e59ed.chunk.css.map */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pelm6b');
  src:  url('fonts/icomoon.eot?pelm6b#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pelm6b') format('truetype'),
    url('fonts/icomoon.woff?pelm6b') format('woff'),
    url('fonts/icomoon.svg?pelm6b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
  content: "\e91d";
}
.icon-channel:before {
  content: "\e900";
}
.icon-signout:before {
  content: "\e901";
}
.icon-comment-alt-exclamation:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e903";
}
.icon-games:before {
  content: "\e904";
}
.icon-lock:before {
  content: "\e905";
}
.icon-edit:before {
  content: "\e906";
}
.icon-plus-square:before {
  content: "\e907";
}
.icon-finance:before {
  content: "\e908";
}
.icon-user-circle:before {
  content: "\e909";
}
.icon-user-square:before {
  content: "\e90a";
}
.icon-wallet:before {
  content: "\e90b";
}
.icon-menu-open:before {
  content: "\e90c";
}
.icon-menu-closed:before {
  content: "\e90d";
}
.icon-angle-right:before {
  content: "\e90e";
}
.icon-angle-left:before {
  content: "\e90f";
}
.icon-angle-up:before {
  content: "\e910";
}
.icon-angle-down:before {
  content: "\e911";
}
.icon-reports:before {
  content: "\e912";
}
.icon-clipboard-notes:before {
  content: "\e913";
}
.icon-search:before {
  content: "\e914";
}
.icon-info:before {
  content: "\e915";
}
.icon-business_config:before {
  content: "\e916";
}
.icon-close:before {
  content: "\e917";
}
.icon-stop:before {
  content: "\e918";
}
.icon-play_icon:before {
  content: "\e919";
}
.icon-configs:before {
  content: "\e91a";
}
.icon-game:before {
  content: "\e91b";
}
.icon-newAccount:before {
  content: "\e91c";
}
@media screen and (max-width: 970px) {
  .create-form.banking {
    width: 930px;
  }
  #box-desktop{
    display: none !important;
  }
  #box-desktop-2{
    display: none !important;
  }
}