@font-face {
  font-family: montserrat;
  src: url(/fonts/Montserrat-TTF/Montserrat-Regular.ttf);
  src: url(/fonts/Montserrat-TTF/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
  font-family: montserrat;
  font-weight: bold;
  src: url(/fonts/Montserrat-TTF/Montserrat-Bold.ttf);
  src: url(/fonts/Montserrat-TTF/Montserrat-Bold.ttf) format('truetype');
}

@media screen and (max-width: 768px) {
  body {
    min-height: 100rem;
  }
}

body {
  font-family: montserrat, 'open sans', arial, sans-serif;
  background-color: #f5f5f5;
  margin: 2rem;
  min-width: 50rem;
}

body.curate {
  min-width: 98rem;
}

body.headerSpace {
  margin-top: 8rem;
}

.modal-dialog {
  min-width: 45rem;
}

.emailTemplateFlex {
  display: flex;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}

.curateSection {
  width: 23rem;
  padding: 2rem 2rem 1rem 2rem;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.curateRow {
  display: flex;
  justify-content: center;
}

.curateColumn {
  margin: 0 1rem;
}

.curateModalPrompts {
  width: 23rem;
  padding-right: 2rem;
}

.curateModalData {
  width: 43rem;
  padding-right: 2rem;
  margin-left: 2rem;
}

.curateModalComments {
  width: 23rem;
  margin-left: 2rem;
  position: relative;
}

.curateForm {
  position: fixed;
  left: 90%;
  top: 25%;
  transform: translate(-90%, -25%);
}

.curateModal {
  max-width: 97rem !important;
  min-width: 97rem;
}

.curateModalSmall {
  max-width: 70rem !important;
  min-width: 70rem;
}

.form-control {
  width: 300px;
  background-color: #eeeeee80;
  border: 1px solid #aaaaaa;
}

textarea.form-control {
  width: 100%;
  min-height: 150px;
}

p,
ul {
  margin: 0;
}

b {
  font-weight: bold;
}

.btn-outline-primary {
  color: #194056;
  border-color: #194056;
}

.btn-outline-primary:hover {
  background-color: #194056;
  border-color: #194056;
}

.btn-outline-primary:disabled {
  color: #194056;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #194056;
  border-color: #194056;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px#194056;
}

.btn-outline-primary:focus {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px#194056;
}

.link {
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline !important;
}

.link:hover {
  color: #194056 !important;
}

.linkButton {
  color: black;
}

.linkButton:hover {
  color: #194056;
  cursor: pointer;
}

.icon {
  border-radius: 50%;
  color: #194056;
  border: none;
  width: fit-content;
  padding: 0.25rem 0.5rem;
}

i.fa,
i.fas {
  text-align: center;
  width: 1em;
}

.info {
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 25px;
}

.infoIcon {
  float: left;
  margin-top: 3px;
}

.infoText {
  margin-left: 25px;
  display: block;
}

#infoHeader {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.circled {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  text-align: center;
}

.inputGroup {
  padding: 10px 0;
}

.formGroup {
  padding: 20px 0;
}

.inputRow {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.headerButton {
  float: right;
  margin-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
}

.divider-text {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #19405680;
}

.dividerColumn {
  border-right: 1px solid #19405680;
}

h5 {
  font-weight: bold;
  color: #194056;
}

.subtitle {
  font-size: 18px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #194056;
}

table.display tbody tr.highlighted,
table.display tbody tr.highlighted td {
  background-color: #a8d0f554 !important;
}

table.display tbody td {
  word-break: normal;
}

table.display tbody th,
table.display tbody td.index {
  word-break: normal;
}

table.display tbody td.uniqueId {
  font-size: 13px;
  word-break: normal;
}

/* table.additionalInfo tbody td, table.additionalInfo tbody th {
  vertical-align: top;
  text-align: left;
} */

tr.shown td.expand i.fa-chevron-circle-right,
td.expand i.fa-chevron-circle-down {
  display: none;
}

tr.shown td.expand i.fa-chevron-circle-down {
  display: block;
}

table.dataTable.compact thead th.thin,
table.dataTable.compact thead td {
  padding: 4px 10px;
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow-y: scroll;
}

.section {
  width: 50rem;
  padding: 2rem 2rem 1rem 2rem;
  margin-bottom: 2rem;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.sectionTitle {
  display: inline-block;
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.sectionTabs {
  overflow: hidden;
  margin-bottom: 1rem;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.sectionTab {
  padding: 10px;
  float: left;
  cursor: pointer;
  text-align: center;
  background-color: white;
  font-weight: bold;
}

.sectionTab:hover {
  text-decoration: none;
}

.sectionTab.active {
  color: white;
  background-color: #194056;
  border-radius: 10px;
}

.halfTab {
  width: 50%;
}

.quarterTab {
  width: 25%;
}

.outerTab {
  width: 33%;
}

.centreTab {
  width: 34%;
}

.tabRow .sectionTab {
  border-bottom: 1px solid #ddd;
}

.viewMemberDetails {
  padding: 10px;
  text-align: center;
  background-color: white;
  color: #000;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.keywordSearch {
  position: relative;
}

.keywordSearchResult {
  padding: 5px;
  /* margin: 5px;
  border-radius: 15px;
  background-color: #228B22;
  color: white;
  display: table; */
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
}

.keywordSearchResult:hover {
  background-color: rgba(30, 143, 255, 0.253);
  cursor: pointer;
}

.keywordSearchResults {
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: rgb(250, 250, 250);
  position: absolute;
  width: fit-content;
  max-height: 250px;
  overflow-y: auto;
  z-index: 2;
}

.keywordBox {
  height: 200px;
  overflow-y: auto;
  width: 100%;
  border: 1px solid #aaaaaa;
  padding: 5px;
  background-color: #f5f5f585;
  /* line-height: 200%; */
}

.checkboxListItem {
  padding: 5px 0;
}

.twoColCheckbox {
  float: left;
  width: 50%;
  padding: 5px;
}

.keywordCheckbox {
  margin-right: 10px;
}

.checkboxLabel {
  display: inline;
}

.surveyQuestion {
  padding: 4px 0;
}

.surveyQuestionCheckbox {
  float: left;
  margin-top: 5px;
}

.surveyQuestionLabel {
  display: block;
  margin-left: 25px;
}

.keyword {
  padding: 5px;
  margin: 5px;
  border-radius: 15px;
  background-color: #194056;
  color: white;
  display: inline-block;
}

.keyword:hover {
  cursor: pointer;
}

.skillSearchArea {
  padding: 10px 0;
}

.sliderSkillBox {
  border: 1px solid #aaaaaa;
  padding: 5px;
  background-color: #f5f5f585;
  min-height: 150px;
}

.additionalSkillsTitle {
  font-weight: bold;
  margin-top: 10px;
}

.slider {
  -webkit-appearance: none;
  /* appearance: none; */
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  border-radius: 25px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* appearance: none; */
  width: 16px; /* Set a specific slider handle width */
  height: 16px; /* Slider handle height */
  background: #194056; /* Blue background */
  border-radius: 25px;
  cursor: pointer;
  box-shadow: #194056;
}

.sliderContainer {
  display: block;
  white-space: nowrap;
}

.sliderRow {
  padding: 30px 10px 10px 10px;
}

.sliderWrap {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 80%;
}

.sliderOutput {
  background: #194056;
  color: white;
  padding: 4px 8px;
  position: absolute;
  border-radius: 5px;
  top: -125%;
  transform: translateX(-50%);
  font-size: 12px;
}

.sliderOutput::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #194056;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

.minLabel {
  display: inline-block;
  vertical-align: middle;
  /* width: 10%; */
  /* float: left; */
  /* transform: translateX(-50%); */
}

.maxLabel {
  display: inline-block;
  vertical-align: middle;
  /* width: 10%; */
  /* float: right; */
  /* transform: translateX(50%); */
}

.sliderTicks {
  display: flex;
  justify-content: space-between;
  padding: 0 7.5px;
  margin: 0 10px;
  width: 100%;
  height: 15px;
}

.sliderTicks p {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 1px;
  background: #d3d3d3;
  height: 10px;
  line-height: 40px;
  margin: 0 0 20px 0;
}

.messageBox {
  overflow-y: auto;
  width: 100%;
  height: 500px;
  border: 1px solid #aaaaaa;
  padding: 5px;
  background-color: #f0f0f050;
  border-radius: 5px;
}

.messageBox::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
}

.message {
  padding: 10px;
  margin: 5px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: white;
}

.messageHeader {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.messageName {
  font-weight: bold;
}

.messageIcon {
  height: 20px;
  width: 20px;
  margin-top: -3px;
}

.chatMessage {
  padding: 10px;
  margin: 5px;
  clear: both;
}

.chatMessageRight {
  background-color: #194056;
  color: white;
  float: right;
  border-radius: 15px 5px 15px 15px;
  margin-left: 20px;
}

.chatMessageLeft {
  background-color: white;
  color: black;
  border: 1px solid #aaaaaa;
  float: left;
  border-radius: 5px 15px 15px 15px;
  margin-right: 20px;
}

.progress {
  margin: 20px auto 60px auto;
  width: 40rem;
  height: 12px;
  position: relative;
  overflow: visible;
}

.progress-bar {
  background-color: #194056;
}

.progressBubble {
  position: absolute;
  margin-top: -9px;
  margin-left: -15px;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 25px;
}

.progressLabel {
  position: absolute;
  margin-top: 25px;
  margin-left: -50px;
  z-index: 1;
  width: 100px;
  text-align: center;
}

.toolTip {
  position: relative;
  display: inline-block;
}

.toolTip .toolTipText {
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 1;
  transition: opacity 0.3s;
}

.toolTip .toolTipText::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.fixedPageButton {
  font-weight: bold;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: none;
  /* line-height: 2; */
  display: inline-block;
  vertical-align: middle;
  background-color: #194056;
  color: white;
  border-color: #194056;
  padding: 8px 16px;
}

.fixedPageButton:hover {
  background-color: white;
  border-color: white;
  color: #194056;
}

#messagesTab {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 250px;
  background-color: white;
  color: black;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
}

#messagesTabHeader {
  display: flex;
  flex-direction: row;
  height: 40px;
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}

#messagesTabHeader.open .fas.fa-chevron-up,
#messagesTabHeader .fas.fa-chevron-down {
  display: none;
}

#messagesTabHeader.open .fas.fa-chevron-down,
#messagesTabHeader .fas.fa-chevron-up {
  display: block;
}

#messagesTabHeader:hover {
  cursor: pointer;
}

#messagesTabBody {
  display: flex;
  flex-direction: column;
  height: 500px;
}

#messagesTabSearch {
  height: 40px;
}

#messagesSearchWrap {
  position: relative;
  padding: 5px;
  width: 100%;
  height: 100%;
}

#chatSearch {
  font-size: 10px;
  background-color: #eeeeee80;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

#chatSearchResults {
  font-size: 10px;
  width: 90%;
}

#messagesTabMessages {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

#messagesTabMessages::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
}

#messagesTabButtons {
  margin-left: auto;
  color: #194056;
}

.messagesTabHeaderItem {
  display: inline-block;
}

#messagesTabNewMessageIcon {
  color: red;
}

.messageThread {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 5px 10px 5px;
}

.messageThread:hover {
  cursor: pointer;
}

.messageThreadTextCol {
  padding: 0 10px 0 10px;
  width: 60%;
}

.messageThreadDateCol {
  margin-left: auto;
  padding-top: 2px 0 0 0;
}

.messageThreadPicture {
  height: 42px;
  width: 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}

.messageThreadName {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.messageThreadLastMessage {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.messageThreadDate {
  font-size: 10px;
}

.unreadMessages {
  background-color: #eeeeee80;
}

.unreadMessages .messageThreadName,
.unreadMessages .messageThreadLastMessage,
.unreadMessages .messageThreadDate {
  font-weight: bold;
}

#messageInput {
  width: 300px;
  min-height: 40px;
}

.messageBody {
  white-space: pre-wrap;
}

.messageLink {
  display: block;
  text-align: center;
  text-decoration: underline;
  word-break: break-all;
}

.linkMessageBody {
  white-space: pre-wrap;
  margin: 5px 10px;
}

#shareContentTabs,
#broadcastContentTabs {
  width: auto;
}

#shareContentForm,
#broadcastContentForm {
  text-align: start;
}

#footer {
  margin-top: 2rem;
  padding: 10px 0;
  display: flex;
  background-color: #194056;
  color: white;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  clear: both;
  min-width: calc(20rem + 600px);
}

#footer a {
  color: white;
  text-decoration: underline;
}

#footer div {
  margin: 0px 20px;
}

#footer p {
  margin: 5px 0;
}

/* .introjs-showElement {
  z-index: 0 !important;
} */

.introjs-tooltip-title {
  font-weight: bold;
  color: #194056;
}

.floatingSave {
  width: 6rem;
  padding: 1rem 1rem 1rem 1rem;
  background-color: white;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: 1px solid #e0e0e0;
  position: sticky;
  bottom: calc(-85px + 35%);
  margin-left: auto;
  margin-right: -128px;
  overflow: hidden;
  transition:
    margin-right 0.25s ease-in-out,
    width 0.25s ease-in-out;
  white-space: nowrap;
  margin-bottom: -72px;
}
