::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  visibility: hidden;
}
::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
}
.ui-loader {
  display: none;
}
.sortable-ghost {
  opacity: 0.5;
}
#pathways-login {
  display: none;

  max-width: 350px;
  margin: 3rem auto;
  padding: 3rem;

  text-align: center;

	background: rgba(47, 96, 118, .2);
  border-radius: 1rem;
}
  #pathways-login h2 {
    margin: 0 0 1rem;

    font-size: 1.4rem;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    letter-spacing: -0.5px;
  }
    .logo.col-4 {
      justify-content: flex-start;
    }
      .logo.col-4 h4 {
        padding-top: 0.25rem;
        margin-left: 0.5rem;
      }

    .logo .logo-tt1 {
      font-weight: 300;
    }

    .logo .logo-tt2 {
      margin-left: 0.6em;

      font-size: 0.6em;
      font-weight: 300;
      text-transform: uppercase;
    }

    #pathways-login h2.logo {
      font-size: 2rem;
    }

  #pathways-login input::placeholder {
    color: #999;

    font-style: italic;
  }

  .pathways-logo {
    display: inline-block;
    margin: 0 auto 2rem;
    padding: 0 1rem;

    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
  }
  .pathways-logo img {
    display: block;
    margin: 0 auto;
    max-width: 150px; 
  }
  #pathways-login-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
.btn-primary {
  color: #fff;
	background: #004968;
  border-color: #004968;
}
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background-color: #003958;
    border-color: #003958;
  }
  .btn-primary[disabled] {
    background: rgb(0, 73, 104);
    border-color: rgb(0, 73, 104);
  }
#pathways-editor {
  display: none;
}
.pathways-editor {
	height: 100vh;
  overflow: hidden;
}
a, a:hover {
	color: inherit;
	text-decoration: none;
}
.bg-pathways-black {
	background: #333333;
}
.bg-pathways-blue {
	background: #004968;
}
.bg-pathways-light-blue {
	background: #2F6076;
}
.bg-pathways-soft-blue {
	background: rgba(47, 96, 118, .2);
}
.pathways-black {
	color: #333333;
}
.pathways-grey {
	color: #818F93;
}
.pathways-blue {
	color: #004968;
}
#banner {
  padding: 0 .5em;
  background: #f1f1f1;
}
#banner .logo img {
  height: 13vw;
  max-height: 50px;
}
#banner .logo h4 {
  display: inline-block;
  vertical-align: text-top;
  color: #484848;
}
.banner-tools {
  display: none;
}
.pathway-list-toggle {
  padding-top: 1em;
  width: fit-content;
  margin: auto;
}
#pathwayListPlaceholder .placeholder {
  margin-bottom: 1em;
  height: 1.2em;
  border-radius: 3px;
}
#pathwayList {
  display: none;
}
#pathwayList button {
  width: 100%;
  text-align: left;
  margin-bottom: .5em;
  line-height: 1;
  padding: .3em .5em .5em;
  background: #d5dfe4;
  color: #004968;
}
#pathwayList button i:first-child {
  padding-right: .1em;
}
#pathwayList button i:last-child {
  float: right;
}
#sidebar-menu {
  padding-top: .1em;
}
#sidebar-menu .pathways-menu {
  max-height: calc(100vh - 178px);
  padding-bottom: 1em;
  overflow-y: auto;
  flex-wrap: nowrap;
}
#sidebar-menu .pathways-menu::-webkit-scrollbar-thumb {
  visibility: hidden;
  background: #eee;
}
#sidebar-menu .pathways-menu:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
#sidebar-menu .pathways-menu li {
  position: relative;
  padding: .2em .5em;
	background: transparent;
	border-radius: 5px;
	cursor: pointer;
	transition: background 100ms ease-in-out;
}
#sidebar-menu .pathways-menu li:hover {
  background: slategray;
}
#sidebar-menu .pathways-menu li.active {
	background: #2F6076;
}
#add-pathway {
  cursor: pointer;
}
.pathway-identifier {
	width: fit-content;
	height: fit-content;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
  display: none;
  border: 1px solid transparent;
  padding: .2em 0;
  border-radius: 5px;
  border 1px solid transparent;
  transition: box-shadow 150ms ease-in-out, border 150ms ease-in-out;
}
.pathway-identifier:hover,
.pathway-identifier:has(#pathway-edit-name:focus) {
  border: 1px solid rgba(255, 255, 255, .5);
  /*box-shadow: 0 0 150px 3px white;*/
}
.pathway-identifier div:has(>#pathway-edit-name) {
  display: inline-grid;
}
.pathway-identifier div:has(>#pathway-edit-name) input,
.pathway-identifier div:has(>#pathway-edit-name)::after {
  width: auto;
  grid-area: 1 / 2;
}
.pathway-identifier div:has(>#pathway-edit-name)::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
  padding-left: 1em;
  padding-right: 1em;
}
.pathway-identifier #pathway-edit-name {
  background: none;
  color: white;
  border: none;
  outline: none;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}
.pathway-status {
  position: absolute;
  right: 3em;
  display: none;
}
.pathway-status button {
  background: none;
  border: none;
}
.pathway-status .btn:hover,
.pathway-status .btn:active,
.pathway-status .btn.show {
  background-color: #004968;
}
.pathway-status button .spinner,
.pathway-status button .spinner-text {
  display: none;
}
.pathway-status ul {
  padding: 0;
  width: 14em;
}
.pathway-status ul li {
  padding: .5em .7em;
  position: relative;
}
.pathway-status ul li.active {
  background: rgba(47, 96, 118, .2);
}
.pathway-status ul li.active::before {
	content: '\f00c';
	position: absolute;
	top: 1em;
	right: 1em;
	color: #004968;
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
}
.pathway-status ul li.active .dropdown-item  {
  cursor: auto;
}
.pathway-status ul .dropdown-item {
  padding: 0;
  color: #004968;
}
.pathway-status ul .dropdown-item:hover,
.pathway-status ul .dropdown-item:focus,
.pathway-status ul .dropdown-item:active {
  background: unset;
  color: inherit;
}
.pathway-status ul .dropdown-item i {
  padding-right: .5em;
  font-size: 14px;
  width: 1.5em;
}
.pathway-status .status-description {
  font-size: 14px;
  margin-bottom: 0;
  color: #004968;
}
.saved-message p {
	margin: 0;
}
.saved-message .saved {
  color: white;
  display: none;
}
.saved-message .saving {
  color: rgba(255, 255, 255, .5);
  display: none;
}
.pathway-tools-bar {
	justify-content: end;
}
.pathway-tools {
  visibility: hidden;
}
.pathway-tools a {
	padding: .5em;
}
.pathway-tools i {
	line-height: 1.5;
	cursor: pointer;
}
.pathway-tools-bar #delete-pathway-confirm-alert,
.pathway-tools-bar #delete-pathway-success {
  position: absolute;
  top: 3em;
  display: none;
  z-index: 2;
}
.pathway-tools-bar #delete-pathway-confirm-alert > div {
  padding-bottom: 1em;
}
#update-pathway {
  background: #004968;
  color: white;
}
#focusUnderlay {
  display: none;
  position: absolute;
  background: rgba(51, 51, 51, .3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
#stepList {
  padding-bottom: 80px;
}
.step-tools {
  position: absolute;
  width: 100%;
  margin: auto;
  padding: 0.75rem 1.5rem;
  z-index: 10;
  background-color: #f1f1f1;
}
.step-tools-wrap {
  border-radius: 12px
}
.step-tools form {
  width: 100%;
}
.step-tools-wrap {
  background-color: #fff;
}
.step-tools .grow-wrap > textarea,
.step-tools .grow-wrap::after {
  background-color: transparent;
  color: #004968;
  border: none;
  min-height: fit-content;
  padding: 1em;
  transition: color 300ms ease-in-out;
  grid-area: 1 / 1 / 2 / 2;
}
.step-tools .grow-wrap > textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.step-tools-toggle {
	width: fit-content;
	height: fit-content;
}
.step-tools-menu {
	width: fit-content;
	height: fit-content;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: -5em;
  background: rgb(213,223,228);
  padding: 1em 2em 1em 1em;
  border-radius: 9px;
  z-index: 0;
}
.step-tools-toggle a {
  position: relative;
  z-index: 1;
}
.step-tools-toggle i {
	padding: .6em;
	cursor: pointer;
}
.step-tools-menu i {
	border-radius: 1em;
	padding: .5em;
	height: 2em;
	width: 2em;
	cursor: pointer;
  color: #004968;
}
.step-tools-menu .add-step-video i {
  cursor: auto;
  opacity: 0.3;
}
.step-tools .new-step-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
}
.step-tools .new-step-submit a {
  font-size: 22px;
  padding: 0 7px;
}
.step-tools .new-step-submit.disabled {
  opacity: 0.3;
  cursor: auto;
}
.pathway-canvas-wrap {
  height: fit-content;
}
.pathway-canvas {
	padding: 1.3em 0 0;
  height: calc(100vh - 107px);
	overflow-y: auto;
  visibility: hidden;
}
.pathway-canvas > div {
  height: fit-content;
}
#canvasPlaceholder {
	padding: 1em 0;
	height: calc(100vh - 110px);
	overflow-y: auto;
}
.pathway-step-wrapper {
	max-width: 1000px;
  margin: auto;
  padding: 0 1rem;
}
.pathway-step.placeholder,
.pathway-step.placeholder:hover {
  width: 100%;
  outline: none;
  transition: none;
}
.pathway-step {
	width: 85%;
  min-height: 4em;
	margin:0 auto 1em;
	background: rgba(47, 96, 118, .2);
	padding: 1em 1em 0 1em;
	border-radius: .7em;
	position: relative;
	overflow-x: visible;
	outline: 0px solid transparent;
	transition: outline 100ms ease-in-out;
}
.pathway-step:hover,
.pathway-step:focus-within {
	outline: 1.5px solid #004968;
}
.grow-wrap {
  display: grid;
}
.grow-wrap::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}
.grow-wrap > textarea {
  resize: none;
  overflow: hidden;
}
.pathway-step p {
	line-height: 1.3;
}
.pathway-step .grow-wrap > textarea,
.pathway-step .grow-wrap::after {
  background-color: transparent;
  color: #004968;
  border: none;
  margin-bottom: 1em;
  min-height: fit-content;
  padding: 0;
  transition: color 300ms ease-in-out;
  grid-area: 1 / 1 / 2 / 2;
}
.pathway-step textarea:focus {
  background-color: inherit;
  color: inherit;
  box-shadow: none;
}
.pathway-step img {
	width: 100%;
	margin-bottom: .5em;
}
.pathway-step .saved-message {
  display: none;
	position: absolute;
	bottom: 0.5em;
	right: 1.5em;
	font-size: 12px;
  transition: color 300ms ease-in-out;
}
.pathway-step .saved-message.saving {
  color: rgba(47, 96, 118, .5);
}
.pathway-step .saved-message.saved {
  color: #004968;
}
.pathway-step .step-options {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: -2.4em;
	top: 0;
	bottom: 0;
	row-gap: .4em;
	justify-content: center;
	transition: opacity 100ms ease-in-out;
}

.pathway-step .step-options-l {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: -30px;

    cursor: move;
}

.pathway-step .step-options a,
.pathway-step .step-options a:hover {
	color: white;
	background: #004968;
	padding: .3em .6em;
	border-radius: 2em;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.pathway-step .delete-step-confirm-alert {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  border-radius: inherit;
  text-align: center;
  z-index: 2;
}
.pathway-step .delete-step-confirm-alert > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#step-delete-success {
  display: none;
  position: absolute;
  top: 2.6em;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  z-index: 2;
}
.pathway-step-wrapper:hover .step-options {
	visibility: visible;
	opacity: 1;
}
.pathway-step-text.pathway-content {
  padding-right: 1.5em;
}
.pathway-step-bible.no-verse {
  height: 60vw;
  max-height: 14em;
}
.pathway-step-bible .bible-reference {
  width: fit-content;
}
.pathway-step .bible-reference a {
  cursor: pointer;
}
.pathway-step-image,
.pathway-step-video, {
  position: relative;
}
.pathway-step-image .pathway-image,
.pathway-step-video .pathway-video {
  text-align: center;
}
.pathway-step-image .pathway-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.pathway-step-video .pathway-video video {
  width: 100%;
}
.pathway-step-image.no-image,
.pathway-step-video.no-video {
  height: 60vw;
  max-height: 22em;
}
.pathway-step-video.no-video .pathway-video {
  display: none;
}
.pathway-step .choose-verse,
.pathway-step .choose-image,
.pathway-step .choose-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.pathway-step-bible .button-wrapper,
.pathway-step-image .button-wrapper,
.pathway-step-video .button-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.pathway-step-bible .button-wrapper i,
.pathway-step-image .button-wrapper i,
.pathway-step-video .button-wrapper i {
  color: rgba(47, 96, 118, .2);
  font-size: 7em;
  display: block;
}
.pathway-step-bible .button-wrapper i {
  margin-bottom: 12px;
}
.pathway-step-bible .button-wrapper button,
.pathway-step-image .button-wrapper button,
.pathway-step-video .button-wrapper button {
  color: #004968;
}
.pathway-step-bible .button-wrapper button:hover,
.pathway-step-image .button-wrapper button:hover,
.pathway-step-video .button-wrapper button:hover {
  color: #004968;
  background: white;
  border-color: white;
}
.pathway-step-image .image-edit,
.pathway-step-video .video-edit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: fit-content;
  top: calc(50% - 1em);
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  transition: opacity 50ms ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.pathway-step-image:hover .image-edit,
.pathway-step-video:hover .video-edit {
  visibility: visible;
  opacity: 1;
}
.pathway-step-image .image-edit button,
.pathway-step-video .video-edit button {
  background: rgba(47, 96, 118, .8)
}
.pathway-step-image .image-edit button:hover,
.pathway-step-video .video-edit button:hover {
  background: white;
}
.pathway-step-darken::before {
	content: '';
	background: rgba(47, 96, 118, .3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid;
	border-radius: 12px;
}
#add-pathway-modal .modal-title {
  color: #004968;
}
#add-pathway-modal #new-pathway-create {
  background-color: #004968;
  color: white;
}
.mobile-menu-toggle {
	display: none;
}
.mobile-menu-toggle a {
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	vertical-align: sub;
	padding: .5em;
}
#pathway-options .alert {
  margin-top: 1em;
  display: none;
}
#pathway-options .alert-danger {
  text-align: center;
}
#pathway-options #delete-pathway-confirm-alert button {
  margin-top: 0.8em;
}
#bibleModal #bibleSearch {
  display: inline-block;
  width: calc(100% - 78px);
}
#bibleModal #bible-search-query {
  background: rgba(47, 96, 118, .1);
}  
#bibleModal #bible-search-submit {
  display: inline-block;
  margin-top: -5px;
}
#bibleModal #chapterList {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  list-style-type: none;
  gap: 5px;
  padding: 0;
}
#bibleModal #chapterList .chapter:has(a[data-chapter-id*=intro]) {
  display: none;
}
#bibleModal #chapterList .chapter {
  background: #f1f1f1;
  padding: 8px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
#bibleModal #chapterList .chapter a {
  cursor: pointer;
}
#chapterModal #verseList,
#verseResultsModal #resultsList {
  padding-left: 0;
}
#chapterModal #verseList > li[data-verse-number="0"] {
  display: none;
}
#chapterModal #verseList > li,
#verseResultsModal #resultsList > li,
#passageResultModal #resultList > li {
  list-style-type: none;
  cursor: pointer;
  margin-bottom: .5em;
  background: #f6f6f6;
  padding: 1em;
}
#chapterModal #verseList > li.verseStart,
#chapterModal #verseList > li.verseEnd,
#chapterModal #verseList > li.verseSelected {
  background: rgba(47, 96, 118, .2) !important;
}
#chapterModal #verseList > li .verseContent {
  display: inline;
  padding-left: 5px;
}
#verseResultsModal #resultsList > li.verseSelected {
  background: rgba(47, 96, 118, .2) !important;
}
#verseResultsModal #resultsList > li .verseReference {
  margin-bottom: .2rem;
  font-weight: 600;
}
#verseResultsModal #resultsList > li .verseContent {
  margin-bottom: .2rem;
}
#verseResultsModal #resultsList > li p {
  margin-bottom: .2rem;
}
#passageResultModal #resultList {
  padding-left: 0;
}
#passageResultModal #resultList > li .verseReference {
  margin-bottom: .2rem;
  font-weight: 600;
}
#passageResultModal #resultList > li .verseContent {
  margin-bottom: .2rem;
}
#pathwayImage {
  display: none;
}
#pathwayImage .pathway-step {
  position: relative;
  padding: 0;
  min-height: 150px;
  background: rgba(51, 51, 51, .1);
  overflow: hidden;
}
#pathwayImage .pathway-step:hover {
  outline: none;
}
#pathwayImage .pathway-step p {
  color: #004968;
}
#pathwayImage button i {
  padding-right: .5em;
}
.pathway-image-placeholder {
  height: 12em;
  background: rgba(47, 96, 118, .2);
  position: relative;
  margin-bottom: 1em;
}
.pathway-image-placeholder input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.pathway-image-preview {
  width: 100%;
  display: none;
}
.pathway-image-tools {
  position: absolute;
  top: 50%;
  z-index: 1;

  display: flex;
  width: 100%;
  gap: 1rem;
  justify-content: center;
}
#upload-new-pathway-image,
#remove-pathway-image {
  display: none;
}
#remove-pathway-image {
  color: rgb(170, 74, 68);
}

.pathway-image-preview {
  position: relative;
}
.pathway-image-preview img {
  height: auto;
  width: 100%;
}
.pathway-image-preview #remove-pathway-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  visibility: hidden;
}
.pathway-image-preview:hover #remove-pathway-image {
  visibility: visible;
}
.image-library .image-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, calc( 33.33% - 7px)));
  gap: 10px;
  list-style-type: none;
  padding-left: 0;
}
.image-library .image-list .image-list-item {
  position: relative;
  cursor: pointer;
}
.image-library .image-list .image-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-library .image-list-item.selected {
	outline: 3px solid #003958;
	border-radius: 3px;
}

@media screen and (min-width: 1200px) {
  .image-library .image-list {
    grid-template-columns: repeat(auto-fit, minmax(125px, calc( 25% - 8px)));
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pathway-step .step-options {
		right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
    top: 1em;
    height: fit-content;
	}
}

@media screen and (min-width: 768px) {
	.pathway-list-toggle {
    display: none;
  }	
}

@media screen and (max-width: 991px) {
  #bibleModal #chapterList {
    grid-template-columns: auto auto auto;
  }
  #banner .col-4 {
    width: 70%;
  }
  #banner .col-8 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
	.banner-tools {
    display: block;
    color: rgb(80, 123, 149);
    text-align: right;
    padding-right: .3em;
    margin: auto;
  }
  .pathway-mobile-nav {
    display: none;
  }
  .sidebar-heading #add-pathway {
    display: none;
  }
	.pathways-editor {
    height: 100%;
  }
  .pathway-canvas {
		padding: 1.5em 0 3em;
	}
	.pathway-step-wrapper {
		width: 100%;
		max-width: unset;
	}
	.pathway-step {
		width: 95%;
	}

  .pathway-image-tools {
    flex-direction: column;
    transform: translateY(-50%);
  }
  .pathway-image-tools button {
    width: fit-content;
    margin: auto;
  }
  .pathway-tools-bar #delete-pathway-confirm-alert,
  .pathway-tools-bar #delete-pathway-success {
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    text-align: center;
  }
	.mobile-menu-toggle {
		display: block;
	}
	#sidebar-menu {
		display: none;
		position: absolute;
		top: 48px;
		z-index: 11;
		height: calc(100% - 48px);
    padding-top: .6em;
	}
  #sidebar-menu .pathways-menu {
    max-height: calc(100vh - 175px);
  }
  .pathway-step .step-options {
    right: 0;
    left: 0;
    width: fit-content;
    margin: auto;
    top: 0;
    height: fit-content;
  }
  .pathway-step .step-options-l {
    display: none;
  }
  .pathway-step-wrapper:hover .step-options {
    visibility: hidden;
    opacity: 0;
  }
  .step-tools {
    position: fixed;
  }
  #stepList {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 499px) {
  .pathway-step-wrapper {
    padding: 0;
  }
  .pathway-identifier {
		left: 1.4em;
		transform: translate(0, -50%);
    width: calc(100vw - 130px);
	}
  .pathway-identifier:hover,
  .pathway-identifier:has(#pathway-edit-name:focus) {
    border: none;
  }
  .pathway-identifier div:has(> #pathway-edit-name)::after {
    padding: 0;
  }
  .pathway-identifier #pathway-edit-name {
    padding: 0;
    text-align: left;
  }
  .pathway-identifier.gradient::after {
    content: '';
    background: linear-gradient(to right, rgba(0, 73, 104, 0), 75%, #004968);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .pathway-step-darken .step-tools-menu {
    background: #2F6076;
  }
  .image-library .image-list {
    grid-template-columns: repeat(auto-fit, minmax(125px, calc( 50% - 3px)));
    gap: 4px;
  }
  .sortable-chosen {
    transform: translateX(5px);
  }
  .sortable-ghost {
    transform: unset;
  }
}
