:root {
  --hickory-green: #2BB674;
  --grey900: #27272B;
  --grey700: #7E7F8F;
  --grey300: #E6E8ED;
  --grey100: #FAFBFD;
  --blue300: #E7EDFC;
  --blue: #4E7BEF;
}


.group-listing-details {
  display: flex;
}
.row {
	display: flex;
  justify-content: space-between;
}

.center {
  align-items: center;
}

.hickory-column {
	display: flex !important;
	flex-direction: column;
}
.hickory-container {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.primary-button {
  height: 40px !important;
  background-color: #2BB674 !important;
  color: white !important;
}
.contents-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ui.segment.active.tab {
  border: none;
  box-shadow: none;
}
.breadcrumb {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: space-between;
}

.breadcrumb .dropdown {
  white-space: nowrap;
}
.full-width {
  width: 100%;
}
.hickory-course-header {
  height: 314px;
  width: 100%;
  background-color: #F3F5F7;
}

.hickory-course-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hickory-sub-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.hickory-modal-iframe {
  border: none;
  width: 100%;
  height: 500px;
}

.hickory-borderless {
  border: none !important;
}
.ui.card {
  justify-content: flex-end;
  box-shadow: 0px 33px 39px rgba(27, 30, 45, 0.05), 0px 13.7866px 16.2933px rgba(27, 30, 45, 0.0359427), 0px 7.37098px 8.71116px rgba(27, 30, 45, 0.0298054), 0px 4.13211px 4.88341px rgba(27, 30, 45, 0.025), 0px 2.19453px 2.59354px rgba(27, 30, 45, 0.0201946), 0px 0.913195px 1.07923px rgba(27, 30, 45, 0.0140573) !important;
}

.ui.card > *:not(img, .content) {
  margin-left: 10px;
  margin-top: 10px;
}

.hickory-margin-top {
  margin-top: 20px !important;
}

.hickory-empty-state-container {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hickory-empty-state-container div {
  width: 70%;
}

.hickory-course-header-preview {
  cursor: pointer;
  height: 58px;
  width: 201px;
  object-fit: cover;
}

.hickory-small-modal-results {
  max-height: 500px;
  overflow-y: scroll;
}

.ui.basic.table thead th {
  color: #7E7F8F;
  font-weight: normal;
  padding-bottom: 0;
}

.ui.segment.active.tab {
  background-color: transparent;
}

.ui.hblue.labels .label, .ui.hblue.label {
  background-color: #E7EDFC !important;
  color: #4E7BEF;
  border: none !important;
}

.ui.hred.labels .label, .ui.hred.label {
  background-color: #FFDBDB !important;
  color: #FF4D4D;
  border: none !important;
}

.ui.hgreen.labels .label, .ui.hgreen.label {
  background-color: #E2F6EA !important;
  color: #2FA76E;
  border: none !important;
}

.grey800 {
  color: #4D4E58;
}

.ui.table tr td .ui.segment.compact {
  padding: 5px;
  margin: 0;
}

.hickory-fancydropdown {
  font-family: Roboto;
  cursor: pointer;
  background-color: #F1F3F5;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 4px;
}

.hickory-fancydropdown-value {
  font-family: Roboto;
  color: #4E7BEF !important;
  padding-left: 2px;
}

.hickory-course-lesson-row {
  font-family: Roboto;
}

.hickory-course-lesson-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 15px;
}
.hickory-course-lesson-row-requirements {
  padding-top: 8px;
}

.hickory-course-lesson-row-requirements input {
  width: 60px;
  height: 1.2em;
}
.ui.dimmer .ui.workaround.loader:before {
  border-color: rgba(0,0,0,.1);
}

.ui.dimmer .ui.workaround.loader:after {
  border-color: #767676 transparent transparent;
}

.hickory-course-card {
  height: 298px;
  width: 265px;
  background-color: white;
  box-shadow: 0px 33px 39px rgba(27, 30, 45, 0.05), 0px 13.7866px 16.2933px rgba(27, 30, 45, 0.0359427), 0px 7.37098px 8.71116px rgba(27, 30, 45, 0.0298054), 0px 4.13211px 4.88341px rgba(27, 30, 45, 0.025), 0px 2.19453px 2.59354px rgba(27, 30, 45, 0.0201946), 0px 0.913195px 1.07923px rgba(27, 30, 45, 0.0140573);
  border-radius: 4px;
}

.hickory-course-card img {
  height: 147px;
  width: 265px;
  object-fit: cover;
  display: flex;
  flex-direction: column;
}

.hickory-course-card {
  display: flex;
  flex-direction: column;
}

.hickory-course-card-title {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #27272B;
}

.hickory-course-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}

.hickory-course-card-footer a {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;

  /* Blue */
  color: #4E7BEF;
}

.hickory-course-card-footer {
  padding-left: 16px;
  border-top: solid 1px #7E7F8F36;
  height: 35px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.hickory-model-table-gridview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hickory-model-table-gridview-small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.hickory-model-table-gridview-cell {
  padding: 5px;
}

.hickory-model-table {
  /* shrug */
}

.hickory-course-estimate i:nth-child(1) {
  padding-right: 5px;
}

.hickory-course-estimate i:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}

.course-card > *:not(img, .content) {
  margin: 10px;
}

.course-card .image {
  object-fit: cover;
  width: 273px;
  height: 147px;
}

.course-card {
  width: 273px !important;
  margin: 10px !important;
}

.course-card .ui.header {
  font-size: 18px;
}

.course-card .ui.progress {
  margin: 0 !important;
}

/* .ui.card:first-child {
  margin: 1em 0em !important;
} */

.card-container {
  overflow-x: auto;
  /* height: 470px; */
  width: 168%;
  position: relative;
  margin-left: -22%;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.card-container::-webkit-scrollbar {
  height: 0;
}

.card-scroll {
  display: flex;
  float: left;
  margin-left: 21%;
  margin-right: 18%;
  margin-bottom: 4%;
}

.overlay {
  width: 20%;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-bottom: 8%;
}

.overlay.right {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(250,251,253,1) 100%);
  margin-right: -34%;
  float: right;
  margin-left: -19%;
  z-index: 10;
  padding-left: 14%;
}

.overlay.left {
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(250,251,253,1) 100%);
  margin-left: -34%;
  padding-left: 1%;
}

.overlay i.grey.icon {
  color: #e1e1e1 !important;
}

.hickory-course-lesson-options {
  display: flex;
  flex-direction: row;
}

.hickory-course-lesson-options .hickory-fancydropdown {
  margin-right: 15px;
}


.title-card {
  display: flex;
  height: 130px;
  margin-bottom: 10px;
}

.title-card h4 {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar {
  display: flex;
  flex-direction: column;
  width: 440px;
  background: white;
  box-shadow: 0px 1.1899203062057495px 1.743371605873108px 0px #03060F03, 0px 2.859543800354004px 4.189564228057861px 0px #03060F04, 0px 5.384267330169678px 7.888577461242676px 0px #03060F05, 0px 9.604613304138184px 14.071874618530273px 0px #03060F06, 0px 17.964372634887695px 26.319894790649414px 0px #03060F07, 0px 43px 63px 0px #03060F0A;
  height: 100%;
  padding: 0 40px 40px 40px;
}

.back-link {
  color: blue;
  font-size: 15px;
  margin-bottom: 20px;
  width: 80px;
  height: 40px;
  min-height: auto !important;
}

.types {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 90px;
  background: #F2F3F4;
  align-items: center;
  padding: 20px 40px;
  white-space: nowrap;
}

.types div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.title-card-container {
  overflow: auto;
  margin-top: 10px;
}

.sidebar h1 {
  min-height: auto;
}

.hickory-lesson-unpublished {
  background-color: #fff2df;
  padding: 20px;
  margin-bottom: 20px;
}

.hickory-lesson-unpublished-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.hickory-loader-holder {
  display: flex;
  height: 15px;
  justify-content: center;
}

.criterion-row {
  display: flex !important;
  align-items: baseline;
}

.group-criterion {
  display: flex;
  align-items: center;
  padding: 5px !important;
  margin-right: 5px !important;
}

.group-criterion div.ui.search.selection.dropdown {
  margin: 0 5px !important;
  padding: 5px !important;
}

.group-criterion div.ui.search.selection.dropdown > input.search {
  padding: 5px !important;
}

.group-criterion div.ui.search.selection.dropdown div {
  margin-right: 15px;
}

.group-criterion div.ui.input {
  margin: 0 5px !important;
  padding: 5px !important;
}

.group-criterion input[type=number] {
  width: 60px;
  margin: 0 5px !important;
  padding: 5px !important;
}

.group-criterion div[role=combobox] {
  padding: 5px !important;
  min-height: auto !important;
  margin: 0 5px !important;
}
.group-criterion div.ui.dropdown.loading i {
  margin-top: -15px !important;
}

.group-criterion i {
  padding: 5px !important;
}

.delete-icon {
  color: red !important;
  cursor: pointer;
}

.site-header {
  height: 52px;
  border: 1px solid --grey300;
  display: flex;
  flex-grow: 0;
  flex-basis: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}

.header-org {
  white-space: nowrap;
}

.header-logo {
  margin-top: 4px;
}

.header-profile {
  background: rgba(0,0,0,.08);
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 6px 12px;
  position: absolute;
  right: 8px;
}

.header-profile img {
  width: auto !important;
  height: auto !important;
  margin: 0 6px !important;
}

.header-profile .ui.label {
  color: white;
  padding: 2px 4px;
  margin-right: 6px;
}

.header-profile .menu {
  width: 266px;
  padding: 0px 8.5px !important;
  margin-top: 11px !important;
  margin-right: -13px !important;
  box-shadow: 0px 11.28px 23.3955px rgba(0, 0, 0, 0.0215656), 0px 6.0308px 12.5083px rgba(0, 0, 0, 0.0178832), 0px 3.38082px 7.01207px rgba(0, 0, 0, 0.015), 0px 1.79553px 3.72406px rgba(0, 0, 0, 0.0121168), 0px 0.747159px 1.54966px rgba(0, 0, 0, 0.00843437) !important;
  border: none !important;
  border-radius: 4px !important;
}

.header-profile .menu div[role=option].item:not(.hickory-column) {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--grey900) !important;
  line-height: 18.75px !important;
  padding: 16px 13.5px !important;
  border-radius: 8px;
}

.header-profile .menu div[role=option].item.hickory-column {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--grey900) !important;
  line-height: 18.75px !important;
  padding: 18.5px 16px !important;
  border-radius: 8px;
}
.header-profile .menu div[role=option].item:not(.hickory-column):hover {
  background-color: unset !important;
}

.header-profile .menu div[role=option].item.hickory-column a {
  color: inherit;
}

.header-profile .selected {
  background-color: var(--blue300) !important;
}

.header-profile .menu .divider {
  margin: 0 -8.5px !important;
}


.header-profile .menu > .header {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--grey700) !important;
  letter-spacing: .05em !important;
  margin-bottom: 5.5px !important;
}

.header-profile .menu span {
  font-size: 14px !important;
  line-height: 16.41px !important;
  font-weight: 400 !important;
  color: var(--grey700) !important;
}

.header-profile .menu i {
  float: right;
  color: var(--blue) !important;
}

.header-link {
  font-size: 16px;
  letter-spacing: 2px;
  justify-content: center;
  font-weight: 500;
  padding: 1.5px 8px;
}

.hickory-course-by-line {
  position: relative;
  top: -138px;
  background: #2FA76E;
  height: 25px;
  width: 62px;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px;
  gap: 8px;
  margin-left: 196px;
  color: #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
