@font-face {
  font-family: "gt-eesti-medium";
  src: url("/fonts/gt-eesti-medium.woff") format("woff");
}

@font-face {
  font-family: "gt-eesti-regular";
  src: url("/fonts/gt-eesti-regular.woff") format("woff");
}

@font-face {
  font-family: "Cubano";
  src: url("/fonts/cubano.woff") format("woff");
}

body {
  font-family: gt-eesti-regular, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0px;
  display: flex;
  flex-direction: row;
}

.centered {
  text-align: center;
}

.backgroundBlue {
  background-color: #f2f6fa;
}

.noData {
  background-color: #f2f6fa;
  color: #8798ac;
  padding: 30px;
  text-align: center;
}

.fileInputContent {
  background-color: #f2f6fa;
  color: #8798ac;
  padding: 10px;
  box-shadow: inset 0 1px 1px 0 #c3ccd7;
  border-color: #adb9c6;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
}

.fileInputContainer form {
  margin-bottom: 0px;
}

.clickToSelectFile {
  padding: 30px;
  text-align: center;
  display: block;
}

a,
.actionButton {
  color: #3ea065;
  text-decoration: none;
  cursor: pointer;
  display: inline;
}

input,
select,
button {
  font-family: inherit;
}

:focus {
  outline: 0;
}

.view {
  height: 100vh;
  flex-grow: 1;
  overflow-y: auto;
}

.sidebar {
  background-color: #425060;
  height: 100vh;
  box-sizing: border-box;
  padding: 15px;
  width: 260px;
  min-width: 260px;
  overflow-y: auto;
  padding-bottom: 60px;
}

.sidebarItem {
  padding: 20px;
  color: #adb9c6;
  cursor: pointer;
  white-space: nowrap;
}

.sidebarItem:hover {
  color: white;
}

.sidebarItem.active {
  color: white;
  background-color: #536579;
}

.sidebarCollapsibleItem {
  padding: 10px 0px 10px 30px;
  color: #adb9c6;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  display: none;
}

.sidebarCollapsibleItem:hover {
  color: white;
}

.sidebarCollapsibleItem.active {
  color: white;
}

.sidebarCollapsibleItem.hidden {
  display: none;
}

.collapsibleviewsSeparator {
  padding-top: 20px;
}

[data-subview-index] {
  font-size: 13px;
  padding: 10px 0px 10px 30px;
  color: #adb9c6 !important;
}

.subviewsSeparator {
  padding-top: 20px;
}

[data-subview-index]:hover,
[data-subview-index].active {
  color: white !important;
}

.sidebarIcon {
  width: 20px;
  color: #647a93;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.sidebarLabel {
  display: inline-block;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.record {
  height: 47px;
}

.viewHeaderActions {
  display: flex;
}

table thead th {
  text-align: left;
  background-color: #303b47;
  color: #adb9c6;
  padding: 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.83px;
  height: 43px;
}

table tbody td {
  padding: 15px;
  transition: all 0.1s ease-out;
  color: #425060;
}

table tbody tr:nth-child(2n) td {
  background-color: #f2f6fa;
}

table tbody tr:hover:not(.nonClickableRow) td {
  background: #647a93;
  color: white;
  cursor: pointer;
}

tr:hover a {
  color: white;
}

.panelTable tr:hover a {
  color: #3ea065;
}

.viewHeader {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
  background: white;
}

.panelHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.viewTitle,
.panelTitle {
  font-family: Cubano, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.panelSubtitle {
  font-family: Cubano, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  cursor: pointer;
}

.panelSubtitle::before {
  content: " ";
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;

  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);

  transition: transform 0.2s ease-out;
}

.translateBefore.panelSubtitle::before {
  transform: rotate(90deg) translateX(-3px);
}

.showContainer {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.detailsPanel {
  flex: 2;
}

.recordViewPanels {
  margin-left: 20px;
  flex: 1;
}

.panelTitle {
  margin-bottom: 25px;
}

.panel {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  overflow: auto;
}

.sidebarTitle {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.sidebarSubtitle {
  color: white;
  text-align: center;
  margin-bottom: 40px;
  color: #adb9c6;
}

.sidebarBranding {
  position: fixed;
  bottom: 0px;
  width: 260px;
  text-align: center;
  color: #647a93;
  height: 50px;
  line-height: 50px;
  left: 0px;
  font-size: 14px;
  /* z-index: 0; */
}

.button,
.button:hover,
.button:active,
.swal-button,
.swal-button:hover,
.swal-button:active {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  padding: 10px 22px;
  background-color: #f2f6fa;
  color: #536579;
  font-size: 14px;
  margin-right: 8px;
}

.smallButton,
.smallButton:hover {
  padding: 5px 22px;
}

.swal-button,
.swal-button:hover,
.swal-button:active {
  margin-right: 0px;
}

.swal-button--danger,
.swal-button--danger:hover,
.swal-button--danger:active {
  background-color: #e64942;
  color: white;
}

.swal-button:focus {
  box-shadow: none;
}

.button.loading {
  opacity: 0.5;
  cursor: default;
}

.downloadButton,
.downloadPanelButton {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  color: #647a93;
  background-color: #f2f6fa;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 30px;
  margin-left: 5px;
}

.plusButton {
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  background: #45b271;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 30px;
}

.alternativePlusButton {
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  background: #45b271;
  color: white;
  padding: 0px 10px;
  height: 30px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 30px;
}

.greenButton,
.greenButton:hover,
.greenButton:active {
  background: #45b271;
  color: white;
}

.paddedView {
  padding: 30px;
}

.formElement {
  margin-bottom: 30px;
}

.showRecordField {
  margin-bottom: 20px;
}

.formLabel,
.filterLabel {
  color: #8798ac;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.formInput input,
.formInput select,
.formInput textarea,
.editLocalesTable input,
.editLocalesTable textarea,
.ql-editor,
.addFilterPopup input,
.addFilterPopup select,
.modal input,
.modal select,
.modal textarea {
  background-color: #f2f6fa;
  border-color: #adb9c6;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: inset 0 1px 1px 0 #c3ccd7;
  color: #536579;
  padding: 0 15px;
  width: 100%;
  font-size: 14px;
}

.addFilterPopup input,
.addFilterPopup select,
.modal input,
.modal select,
.modal textarea {
  padding: 10px;
  margin-bottom: 10px;
}

.formInput textarea {
  height: 150px;
  padding: 15px;
}

.formInput input,
.formInput select,
.editLocalesTable input {
  height: 38px;
  min-height: 38px;
  transition: all 250ms ease-out;
}

textarea {
  resize: none;
  font-family: inherit;
}

.editLocalesTable textarea {
  line-height: 1.7;
  padding: 5px 15px;
}

.formValue {
  color: #607083;
}

.scrollable {
  height: calc(100vh - 40px);
  overflow-y: auto;
  position: relative;
}

.tableFooter {
  height: 40px;
  box-sizing: border-box;
  background-color: #303b47;
  color: #adb9c6;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-family: gt-eesti-medium, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.83px;
}

.paginator {
  display: flex;
  flex-direction: row;
}

.paginatorNumber {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #adb9c6;
  padding: 0px 10px;
  height: 20px;
  align-items: center;
  display: flex;
}

.paginatorLeft,
.paginatorRight {
  opacity: 0.2;
  cursor: pointer;
  border: 1px solid white;
  font-size: 13px;
  height: 20px;
  align-items: center;
  display: flex;
  width: 20px;
  justify-content: center;
}

.fakeRecord {
  height: 10px;
  background-color: #f2f6fa;
  width: 80%;
}

thead .fakeRecord {
  background-color: #adb9c6;
}

table tbody tr:nth-child(2n) .fakeRecord {
  background-color: #d0d8e0;
}

.actionButtonsContainer,
.bulkActionButtonsContainer {
  position: relative;
  display: inline-block;
}

.actions,
.bulkActions {
  position: absolute;
  display: none;
  right: 8px;
  top: 37px;
  z-index: 1;
  box-shadow: 0 2px 40px 0 rgba(49, 47, 51, 0.3);
}

.bulkActions {
  right: 0px;
  top: 29px;
}

.red {
  color: #fb6669 !important;
}

.action {
  cursor: pointer;
  background: white;
  border-bottom: 1px solid #f2f6fa;
  color: #647a93;
  font-size: 14px;
  line-height: 14px;
  min-width: 150px;
  padding: 10px 12px;
  text-align: left;
  white-space: nowrap;
  box-sizing: border-box;
}

.swal-overlay--show-modal .swal-modal {
  animation: none;
}

.swal-overlay {
  transition: none;
}

.swal-title {
  color: #607083;
  font-weight: normal;
}

.swal-modal {
  border-radius: 2px;
}

.swal-text {
  color: #8798ac;
}

.searchBarContainer {
  position: relative;
}

.searchBar {
  background-color: #f2f6fa;
  border-color: #adb9c6;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #536579;
  display: flex;
  height: 30px;
  overflow: hidden;
  width: 430px;
  box-shadow: inset 0 1px 1px 0 #c3ccd7;
  padding-left: 30px;
}

.searchBarIcon {
  position: absolute;
  color: #647a93;
  top: 0px;
  left: 0px;
  height: 30px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
}

.modal {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  z-index: 1;
}

.modalOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.modalContent {
  width: 400px;
  margin: auto;
  position: relative;
  background-color: white;
  box-shadow: 0 2px 40px 0 rgba(49, 47, 51, 0.3);
  padding: 25px;
  top: 50px;
  color: #536579;
}

.modalTitle {
  font-size: 22px;
  color: #536579;
  margin-bottom: 20px;
}

.allowProductsButton,
.allowProductsButton:hover,
.allowProductsButton:active {
  margin-right: 0px;
  margin-top: 10px;
}

.map {
  height: 300px;
}

.galleryPicture {
  width: calc(50% - 4px);
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.deleteIcon {
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  background-color: #f2f6fa;
  color: #536579;
  text-align: center;
  justify-content: center;
  display: none;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.galleryPicture .deleteIcon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.record:hover .deleteIcon {
  display: flex;
}

.deleteIconCell {
  box-sizing: border-box;
  width: 40px;
  padding: 0px !important;
}

.galleryPicture:hover .deleteIcon {
  display: flex;
}

.galleryPicture img {
  width: 100%;
}

.s3Img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.galleryPicture:nth-child(2n + 1) {
  margin-right: 8px;
}

.sortable {
  cursor: pointer;
}

.columnSortIcon {
  padding-left: 8px;
  display: inline;
}

.sortable:hover .columnSortIcon {
  color: white;
}

.colorPreview {
  width: 80px;
  height: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

iframe {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  border: none;
}

.flagContainer {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 44px;
}

.flag {
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 2px;
}

.flagLabel {
  vertical-align: middle;
  display: inline-block;
}

.localesTableHeaderContainer {
  background-color: #303b47;
}

.localesTableHeader,
.localesTable,
.editLocalesTable {
  width: 100%;
  table-layout: fixed;
}

.localesTableHeader {
  width: calc(100% - 17px);
}

.localesTableContainer {
  height: calc(100vh - 114px);
  overflow-y: scroll;
}

.folded {
  display: none;
}

.quill {
  height: 200px;
}

.ql-container.ql-snow {
  border: none;
}

.dashboardView {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
}

.dashboardPanel {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  flex: 0 1 calc(33.33% - 50px);
}

.dashboardLegend {
  color: rgb(66, 80, 96);
  margin-bottom: 15px;
}

.dashboardValue {
  font-size: 30px;
  color: rgb(31, 38, 46);
}

.addFilterPopup {
  position: absolute;
  box-shadow: 0 2px 40px 0 rgba(49, 47, 51, 0.3);
  background: white;
  padding: 15px;
  display: none;
  right: 0px;
  top: 31px;
  width: 280px;
}

.openFilterPopup {
  padding: 6px 22px !important;
  margin-left: 8px !important;
  margin-right: 0px !important;
  position: relative;
}

.openBulkActionsButton {
  padding: 6px 22px !important;
  margin-left: 8px !important;
  margin-right: 0px !important;
  position: relative;
}

.openFilterPopup i {
  margin-right: 8px;
  font-size: 12px;
}

.filtersContainer {
  padding: 12px;
}

.filterItem {
  color: white;
  background-color: #647a93;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  margin-right: 8px;
  overflow: hidden;
}

.filterItemLabel {
  display: inline-block;
  padding: 4px;
  height: 22px;
  box-sizing: border-box;
}

.filterRemove {
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  background-color: #536579;
  height: 22px;
  box-sizing: border-box;
}

.logo {
  width: 60%;
  left: 20%;
  position: relative;
  top: 10px;
}

.newNotificationButton {
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 8px;
  background: #45b271;
  color: white;
  padding: 6px 22px !important;
  margin-left: 8px !important;
  margin-right: 0px !important;
}

.choices__inner {
  box-sizing: border-box;
}

.spinner {
  background: rgba(105, 105, 105, 0.25);
  position: absolute;
  padding-top: 25vh;
  inset: 0;
  top: 70px;
  height: 100%;
}

.spinner.hidden {
  display: none;
}

.spinner i {
  font-size: 4rem;
  color: #3a4655;
  margin-top: 15vh;
  margin-left: calc(50% - 25px);
}
