/*================================================================
    Normalize and Accessibility
  ================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #444;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*================================================================
    Flexbox Grid
  ================================================================*/
.flex {
  display: flex;
}

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

/*================================================================
    Template Styles
  ================================================================*/
.active-modal {
  overflow: hidden;
}
.active-modal .modal--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
}

.tabs-buttons, .nav-toggle, .site-actions .notifications,
.site-actions .profile, .site-actions {
  display: flex;
  height: 100%;
  align-items: center;
}

* {
  box-sizing: border-box;
}

a {
  color: unset;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
a.link {
  color: #1793C2;
  text-decoration: underline;
  font-weight: 500;
}
a.link:hover {
  opacity: 0.7;
}
a.link-2 {
  color: #1793C2;
}
a.link-2:hover {
  opacity: 0.7;
}

fieldset {
  padding: 0;
  border: 0;
}

button,
input,
select {
  background: none;
  outline: none;
  border-style: none;
}

ul {
  margin: 0;
}

button {
  cursor: pointer;
}

main {
  max-width: 1440px;
  margin: auto;
}

.site-container {
  padding: 14px 35px;
}

.top-spacing {
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: inline-block;
  width: 30px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  height: 25px;
  padding: 4px;
  background-color: rgb(62, 62, 62);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

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

.no-margin {
  margin: 0 !important;
}

.padding-48 {
  padding: 48px;
}

.padding-24 {
  padding: 24px;
}

.padding-12 {
  padding: 12px;
}

.padding-hor48 {
  padding: 0px 48px;
}

.padding-hor24 {
  padding: 0px 24px;
}

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

.padding-vertical-130 {
  padding: 130px 0px;
}

.padding-vertical-20 {
  margin: 20px 0px;
}

.no-margin {
  margin: 0 !important;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-top-20 {
  margin-top: 20px;
}

.container-1400 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.back-color-000-08 {
  background-color: #000000;
  opacity: 0.8;
}

.back-color-fff {
  background-color: #ffffff;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 500;
}

.no-bold {
  font-weight: 400;
}

.height-132 {
  height: 132px;
}

.width-100 {
  width: 100vw;
}

.flex {
  display: flex;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-between {
  align-items: space-between !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

.border-bottom-24 {
  border-bottom: 1px solid #ededed;
  margin: 1vh 3vw;
}

@media screen and (min-width: 767px) {
  .site-container {
    padding: 14px 35px;
  }
}
.site-header {
  background-color: #1F2937;
}

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__wrapper .nav-container {
  display: flex;
  align-items: center;
}

.site-nav {
  display: none;
}

.site-nav__wrapper {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-top: 16px;
}
.site-nav__wrapper li {
  margin-right: 16px;
}
.site-nav__wrapper .nav-link {
  color: #D1D5DB;
  padding: 8px 12px;
}
.site-nav__wrapper a.nav-link.active {
  border-radius: 6px;
}

.right-toolbox {
  display: flex;
  align-items: center;
}

.site-search {
  height: 100%;
}
.site-search.site-search--header {
  display: none;
}
.site-search label {
  position: relative;
}
.site-search button.search-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  cursor: pointer;
}

.site-actions {
  margin-left: 32px;
}
.site-actions .notifications,
.site-actions .profile {
  margin-right: 20px;
  cursor: pointer;
}

.profile .profile__image-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.profile .profile__image-medium {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.profile .profile__image-large {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.nav-toggle {
  cursor: pointer;
}
.nav-toggle .nav-toggle__icon {
  width: 29px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.nav-toggle .nav-toggle__line--1,
.nav-toggle .nav-toggle__line--2,
.nav-toggle .nav-toggle__line--3 {
  width: 100%;
  height: 3.3px;
  display: block;
  background-color: #9CA3AF;
  margin-bottom: 5.5px;
}

@media screen and (min-width: 550px) {
  .site-search.site-search--header {
    display: block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 979px) {
  .site-nav {
    display: block;
  }
  .nav-toggle {
    display: none;
  }
}
.site-search {
  font-size: 14px;
}
.site-search.site-search--header input {
  padding: 11px 15px;
  border: 1px solid #374151;
  background-color: #374151;
  border-radius: 6px;
  color: #fff;
  padding-left: 35px;
}
.site-search.site-search--header input ::-moz-placeholder {
  color: #fff;
}
.site-search.site-search--header input ::placeholder {
  color: #fff;
}
.site-search.site-search--header input::-moz-placeholder {
  color: #9CA3AF;
}
.site-search.site-search--header input::placeholder {
  color: #9CA3AF;
}
.site-search.site-search--full {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.site-search.site-search--full label[for=site-search--full] {
  flex: 1;
}
.site-search.site-search--full label[for=site-search--full] input {
  padding: 11px 15px;
  border: 1px solid #D1D5DB;
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  font-weight: 500;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 35px;
  width: 100%;
}
.site-search.site-search--full label[for=site-search--full] input ::-moz-placeholder {
  color: #000;
}
.site-search.site-search--full label[for=site-search--full] input ::placeholder {
  color: #000;
}
.site-search.site-search--full label[for=site-search--full] input::-moz-placeholder {
  color: #6B7280;
}
.site-search.site-search--full label[for=site-search--full] input::placeholder {
  color: #6B7280;
}
.site-search.site-search--full label[for=sort_ascending] .icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
}
.site-search.site-search--full label[for=sort_ascending] select {
  padding: 9px 1px;
  border: 1px solid #D1D5D8;
  background-color: #f9fafb;
  border-radius: 6px;
  color: #374151;
  width: 100%;
  font-weight: 500;
  padding-left: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.site-search.site-search--full label[for=sort_ascending] select ::-moz-placeholder {
  color: #374151;
}
.site-search.site-search--full label[for=sort_ascending] select ::placeholder {
  color: #374151;
}
.site-search.site-search--full .sort-ascending {
  height: 100%;
}

input.default {
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  padding: 9px 13px;
}
input.default.default--full {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .site-search.site-search--full {
    flex-direction: row;
  }
  .site-search.site-search--full label[for=site-search--full] {
    flex: 1;
  }
  .site-search.site-search--full label[for=site-search--full] input {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #D1D5D8;
  }
  .site-search.site-search--full label[for=sort_ascending] .icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
  }
  .site-search.site-search--full label[for=sort_ascending] select {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
  }
}
.tabs-container .hr-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E5E7EB;
  margin-top: 20px;
  margin-bottom: 12px;
}
.tabs-container .hr-line.clear-spacing {
  margin: 0;
  margin-top: -1px;
}

.tabs-buttons {
  position: relative;
  overflow-x: scroll;
}
.tabs-buttons::-webkit-scrollbar {
  height: 0;
}
.tabs-buttons .tabs-buttons__tab {
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  margin-right: 40px;
  padding-bottom: 16px;
  z-index: 1;
}
.tabs-buttons .tabs-buttons__tab .items-count {
  font-size: 12px;
  color: #1F2937;
  padding: 2px 10px;
  background-color: #F3F4F6;
  border-radius: 10px;
}
.tabs-buttons .tabs-buttons__tab.active {
  border-bottom: 3px solid #6366F1;
  color: #6366F1;
}
.tabs-buttons .tabs-buttons__tab.active .items-count {
  background-color: #E0E7FF;
}
.tabs-buttons .tabs-buttons__tab.active button {
  color: #6366F1;
}
.tabs-buttons button {
  font-weight: 500;
  color: #6B7280;
}

.tabs-container--table .tabs-content {
  margin-top: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow-x: scroll;
}
.tabs-container--table .tabs-content::-webkit-scrollbar {
  height: 0;
}

.tabs-content--users .tabs-content__row {
  grid-template-columns: [first] 0.1fr 2fr repeat(3, 1fr) 0.2fr 1fr;
  align-items: center;
}
.tabs-content--users .tabs-content__row--options {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tabs-content--users .tabs-content__row--options button {
  color: #1793C2;
}
.tabs-content--users .tabs-content__row--options span {
  color: #1793C2;
}

.tabs-content__row {
  padding: 16px 24px;
}
.tabs-content__row h3 {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}
.tabs-content__row p {
  margin: 0;
  color: #6B7280;
  font-size: 14px;
}
.tabs-content__row p a {
  font-size: 14px;
  color: #6B7280;
  text-decoration: underline;
}
.tabs-content__row p.username a {
  color: #111827;
  text-decoration: none;
}
.tabs-content__row button {
  text-align: right;
}
.tabs-content__row.tabs-content__row--titles {
  padding: 12px 24px;
}
.tabs-content__row.tabs-content__row--titles h2 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  color: #6B7280;
}

.tabs-content__row:nth-child(odd) {
  background-color: #F9FAFB;
}

.tabs-content--users .tabs-content__row:nth-child(odd):not(:nth-child(1)) {
  background-color: unset;
}

.tabs-container--table .tabs-content--users .tabs-content__tab {
  min-width: 1100px;
}
.tabs-container--table .tabs-content__tab {
  display: none;
  grid-template-rows: auto;
  min-width: 680px;
}
.tabs-container--table .tabs-content__tab.active {
  display: grid;
}

.tabs-content__titles,
.tabs-content__row {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-template-columns: [first] 2fr repeat(2, 1fr) repeat(2, 0.5fr);
  gap: 15px;
}

.tabs-content__block h3 {
  font-size: 14px;
  color: #374151;
  margin-bottom: 0;
}
.tabs-content__block p {
  margin-top: 0;
  color: #6B7280;
}
.tabs-content__block .checkbox {
  font-size: 14px;
}
.tabs-content__block .checkbox p {
  color: #6B7280;
  margin-top: 3px;
}

.tabs-content--form h3 {
  font-size: 14px;
  color: #374151;
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .tabs-buttons {
    overflow-x: unset;
  }
}
.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.custom-url-container {
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

label[for=custom-url] {
  display: flex;
}
label[for=custom-url] .descriptive-text {
  padding: 9px 13px;
  display: block;
  border-right: 1px solid #D1D5DB;
  background-color: #F9FAFB;
}
label[for=custom-url] input {
  padding-left: 13px;
}

.tabs-content--form {
  max-width: 768px;
  margin: auto;
}

.checkbox {
  margin-top: 20px;
}
.checkbox label span {
  margin-left: 5px;
}
.checkbox p {
  margin-left: 20px;
  margin-top: 0px;
}

textarea {
  width: 100%;
  min-height: 150px;
  box-sizing: border-box;
}

.drop_zone {
  border: 1px dashed #000;
  border-radius: 6px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop_zone label {
  color: #4F46E5;
  margin-right: 10px;
  cursor: pointer;
}
.drop_zone label span {
  pointer-events: none;
  color: #000;
}
.drop_zone label svg {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.add-blocks {
  display: flex;
  justify-content: flex-end;
}

.page-options__button,
.add-blocks button {
  padding: 9px 17px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  margin-right: 12px;
}
.page-options__button:last-child(),
.add-blocks button:last-child() {
  margin-right: 0;
}
.page-options__button[type=submit],
.add-blocks button[type=submit] {
  background-color: #4F46E5;
  color: #fff;
}

.btn {
  transition: opacity 0.2s;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn--default {
  padding: 9px 12px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  background-color: #1793c2;
  color: #fff;
}
.btn.btn--primary {
  font-size: 14px;
  color: #374151;
  background-color: #1793c2;
}
.btn.btn--secondary {
  font-size: 14px;
  background-color: #1793c2;
  color: #fff;
  border-radius: 6px;
}
.btn.btn--none {
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
}
.btn.btn--edit {
  color: #4F46E5;
}
.btn.btn--full {
  width: 100%;
}
.btn.btn--search {
  display: flex;
  align-items: center;
  padding: 8px;
  padding-left: 9px;
  border-radius: 17px;
  border: 1px solid #D1D5DB;
}
.btn.btn--search input {
  max-width: 130px;
  padding-left: 8px;
}
.btn.btn--warning {
  background-color: #B54A4A;
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
}
.btn:hover {
  opacity: 0.7;
}

.buttons-group {
  display: flex;
  align-items: center;
}
.buttons-group .btn--search {
  margin-right: 14px;
}
.buttons-group .btn--secondary {
  border-radius: 17px;
  padding: 9px 13px;
  background-color: #1793C2;
}

.site--account-credentials {
  background-color: #f9fafb;
}

.center-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-block.center-block--alone {
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
}

.account-credentials--block {
  max-width: 405px;
}
.account-credentials--block h1 {
  text-align: center;
  margin-bottom: 32px;
}
.account-credentials--block .back {
  display: block;
}

.account-credentials--form {
  padding: 32px 10px;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.account-credentials--form label {
  display: block;
  font-weight: 500;
}
.account-credentials--form label:not(:first-child) {
  margin-top: 24px;
}
.account-credentials--form label[for=remind-me] {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.account-credentials--form label[for=remind-me] input {
  margin-right: 5px;
}
.account-credentials--form input:not([type=checkbox]) {
  margin-top: 8px;
}
.account-credentials--form button[type=submit] {
  margin-top: 24px;
  font-weight: 500;
}

.account-credentials--block .logo {
  text-align: center;
}

.account-credentials--choices {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

@media screen and (min-width: 500px) {
  .account-credentials--form {
    padding: 32px 40px;
  }
}
.user-details {
  display: flex;
  align-items: center;
}
.user-details .profile {
  margin-right: 16px;
}
.user-details h3 {
  margin-bottom: 3px;
}
.user-details .link-2 {
  text-decoration: none;
  margin-top: 3px;
}

.status-container .status {
  padding: 2px 10px;
  background-color: #fee2e2;
  color: #991B1B;
  border-radius: 10px;
  display: inline-block;
}
.status-container .status.active {
  background-color: #D1FAE5;
  color: #065F46;
}

.header-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (min-width: 767px) {
  .header-line {
    flex-direction: row;
    align-items: center;
  }
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.modal.active .modal-wrapper {
  transform: translateX(0);
}

body.active-modal .modal {
  z-index: 2;
}

.modal-wrapper {
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 29px 33px 33px 59px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: translateX(700%);
  transition: all 0.2s;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 29px;
  border-bottom: 1px solid #cccccc;
}
.modal__header h1 {
  margin: 0;
}

.modal__body {
  padding-top: 21px;
}
.modal__body .profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal__body .profile .profile__image-large {
  margin-right: 51px;
}
.modal__body h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.modal--profile fieldset {
  margin-top: 36px;
}
.modal--profile legend {
  font-size: 18px;
  font-weight: 500;
}
.modal--profile .personal-information p {
  display: block;
  align-items: center;
  margin-top: 22px;
}
.modal--profile .personal-information label {
  min-width: 180px;
}
.modal--profile .personal-information input,
.modal--profile .personal-information select {
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 11px 12px;
  width: 100%;
}
.modal--profile #pass_reset {
  min-width: 189px;
  padding: 11px 12px;
  border: 1px solid #1793C2;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  text-align: left;
}
.modal--profile .form__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
  padding-top: 20px;
  border-top: 1px solid #E5E7EB;
}

@media screen and (min-width: 500px) {
  .modal--profile .personal-information p {
    display: flex;
  }
  .modal__body .profile {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .modal-wrapper {
    width: 75%;
  }
}
@media screen and (min-width: 979px) {
  .modal-wrapper {
    width: 50%;
  }
}
.pagination {
  color: #374151;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.pagination__count {
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.pagination__counters {
  display: flex;
}
.pagination__counters .pagination__counters--counter {
  font-size: 14px;
  color: #6B7280;
  display: none;
  padding: 9px 17px;
  cursor: pointer;
}
.pagination__counters .pagination__counters--counter:not(:last-of-type) {
  border-right: 1px solid #D1D5DB;
}
.pagination__counters .pagination__counters--counter.current {
  color: #4F46E5;
  position: relative;
  cursor: default;
  z-index: 1;
}
.pagination__counters .pagination__counters--counter.current::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #6366F1;
  background-color: #EEF2FF;
  color: #4F46E5;
  z-index: -1;
}

.pagination__arrow {
  padding: 9px 17px;
}
.pagination__arrow.pagination__arrow--left {
  border-right: 1px solid #D1D5DB;
}
.pagination__arrow.pagination__arrow--right {
  border-left: 1px solid #D1D5DB;
}

@media screen and (min-width: 767px) {
  .pagination__counters .pagination__counters--counter {
    display: block;
  }
}
.breadcrump ul {
  list-style-type: none;
  display: flex;
  padding: 0;
}
.breadcrump ul li::after {
  content: url("../../assets/img/breadcrump-divider.svg");
  margin-left: 15px;
  margin-right: 15px;
}
.breadcrump ul li:last-child::after {
  content: "";
}

:root {
  font-family: "Inter", sans-serif;
}

* {
  font-size: 14px;
  font-weight: 400;
}

.sm-title {
  font-size: 18px;
  font-weight: 500;
}

.big-title {
  font-size: 26px;
  font-weight: 800;
}

.has-breadcrump h1 {
  font-size: 30px;
}

.site-nav .nav-link {
  font-weight: 500;
}

h1 {
  color: #111827;
}

@media screen and (min-width: 767px) {
  .big-title {
    font-size: 30px;
  }
}
@media all and (min-width: 480px) {
  .hidden__xs {
    display: inherit;
  }
  .visible__xs {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .hidden__sm {
    display: inherit;
  }
  .visible__sm {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .visible__md {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .visible__lg {
    display: none;
  }
}
@media all and (min-width: 1600px) {
  .hidden__xlg {
    display: inherit;
  }
  .visible__xlg {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hidden__xs {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden__sm {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .hidden__md {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .hidden__lg {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .hidden__xlg {
    display: none !important;
  }
}
.multiSelectContainer {
  width: 50vw;
}

.multiple {
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  width: 39vw;
}

.dual-box {
  width: 100%;
  height: 20vh;
}

.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.input {
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  height: 40px;
  width: 100%;
}

.select {
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  height: 35px;
}

.permissions {
  margin-top: 12px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 16px;
}

.action {
  margin-top: 2vh;
}

.delete-row {
  margin-top: 18px;
  margin-left: 2vw;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 80vh;
  min-height: 10vh;
  overflow-y: auto;
}
.gallery .img {
  border: 1px solid #b0b0b0;
  background-color: #2a66a6;
  width: 120px;
  height: 120px;
  margin: 4px;
}
.tile-container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 200px;
  min-width: 200px;
  max-width: 300px;
  margin: 0 auto;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tile-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tile-container:active {
  transform: translateY(0);
  box-shadow: none;
}
/*# sourceMappingURL=style.css.map */