.ui-dialog .ui-widget-content.ui-dialog-content{
    max-height: 66vh !important;
  }

.ui-dialog form[id*="quiz-question-"] a[href*="/quiz-question/"]{
  display: none !important;
}

.views-element-container.contextual-region.block.block--views-block--my-group-content-block-1
.cols-6.table.table-bordered .views-field.views-field-title a{

    color: #8c1d40;
}
#loged-in-user-menu a:hover{
  color: #8c1d40;
  text-decoration-line: underline;
}

#loged-in-user-help-menu a:hover{
  color: #8c1d40;
  text-decoration-line: underline;
}
#loged-in-user-help-menu a:active{
  color: #8c1d40;
  text-decoration-line: underline;
  background-color: transparent; 
}

#anonymous-user-help-menu a:hover{
  color: #8c1d40;
  text-decoration-line: underline;
}

#anonymous-user-help-menu a:active{
  color: #8c1d40;
  text-decoration-line: underline;
  background-color: transparent;
}

#edit-field-transcript--wrapper input[type=radio]:focus,
#edit-field-captions--wrapper input[type=radio]:focus {
  border-radius: 50%;
  border: none;
  box-shadow: inset 0 0 0 4.5px var(--colorGinPrimary) !important;
}

.border-left-navbar{
  border-left: 1px solid lightgray !important;
}

.nav-section{
  margin: 2.25rem 0rem;
}

.nav-section .nav-subheader{
  font-weight: bold !important;
  margin-bottom: 0.75rem;
}

.nav-section .nav-subheader,.nav-section .dropdown-item{
  color: #191919;
  text-transform: capitalize;
}

.nav-section .dropdown-item.active,.nav-section .dropdown-item:active {
  text-decoration: none;
  color:inherit;
  background-color: transparent;
}

.nav-section,.nav-section .nav-subheader, .nav-section .dropdown-item {
  padding: 0.75rem !important;
}

.nav-section .sub-items{
  /* padding: 0.25rem 0.75rem !important; */
  font-size: 14px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.nav-section .item{
  width: max-content;
  background: #F2F2F2;
  margin-left: 1rem;
}

.icon-transform{
  transform: rotate(180deg);
}

#faq-cards a:hover{
  text-decoration: none;
}
#lm_content_search_block .form-group{
  margin-bottom: 0!important;
}
.lm-search-box .custom-line-header-border {
  top: 0%;
  padding: 5px 0;
  right: 3rem !important;
}
.lm-search-box #lm_solr_search{
  right: 0.15rem;
}
.lm-search-box .clearIcon{
  right: 14%;
  color: lightgray;
  font-size: 20px;
  cursor: pointer;
}

#page-title .tool-tip {
  visibility: visible;
  width: 230px;
  background-color: white;
  color: #191919;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 3px 6px #00000029; 
  padding: 12px 12px 12px 12px;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 0%;
  margin-right: 15px;
}

#page-title .tool-tip.h5p::after{
  margin-left: 75px !important;
} 

#page-title .tool-tip.learning_map::after{
  margin-left: 14px !important;
} 

#page-title .tool-tip a{
  color: #8c1d40;
  text-decoration: underline;
}

#page-title .tool-tip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: 58px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

#page-title .tool-tip .cancel{
  cursor:pointer;
  float: left;
  color:#747474;
  margin: 13px 8px 0px 0px;
}

.help-cicle{
  position: absolute;
  content: "?";
  height: 32px;
  text-align: center;
  width: 32px;
  color: #000;
  line-height: 29px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #000;
}

@media only screen and (max-width: 768px) {
  .help-cicle {
    width: 24px;
    height: 24px;
    top: 4px;
    line-height: 20px;
  }
}

.collapsible-content {
  max-height: 175px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.collapsible-content.expanded {
  max-height: none;
}

#toggle-overview {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
  color: #8c1d40;
}

#toggle-overview:hover {
  text-decoration: underline !important;
}

.notification-badge {
  top: 0;
  right: -10px;
  font-size: 10px !important;
  padding: 2px 4px !important;
}

.updated-text{
  cursor: default !important;
}

.video-warning {
  max-width: 512px;
}

.title-warning {
  max-width: 462px;
}

#disregard-title-warning{
  text-decoration: underline !important;
}

#disregard-video-warning{
  text-decoration: underline !important;
}

/* .node-form .field--type-entity-reference .field-multiple-table tr.draggable .field-multiple-drag, 
.media-form .field--type-entity-reference .field-multiple-table tr.draggable .field-multiple-drag {
  display: grid;
  place-items: center;
} */


.drag-drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  cursor: pointer;
}

.drag-drop-area:hover {
  border-color: #007bff;
  background-color: #eef6ff;
}

.drag-drop-text {
  font-size: 16px;
  color: #555;
}

#upload-preview img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

#learningmap-sidebar-collapse:focus {
  outline: 2px solid black;
  outline-offset: 2px
}

.learningmap-link-need-help:focus > .help-cicle{
  outline: 2px solid black;
  outline-offset: 2px;
}

/* @media print {
  body {
    display: none!important;
  }
} */
@media print {
    /* Watermark */
  body::before {
    content: "Material is protected by copyright"; /* Change the text as needed */
    color: #747474; /* color for watermark */
    font-size: 3em; /* Adjust the size as necessary */
    font-weight: bold;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); /* Rotate to make diagonal */
    z-index: 9999;
    white-space: nowrap;
    opacity: 0.2; /* Make it more transparent */
    pointer-events: none;
  }
  .global_header{
    display:none;
  }
  #default-footer{
    display:none;
  }
}

.h5p-active{
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 11px;
  /* padding-top: 75px !important; */
} 

.bottom-nav-margin{
  margin-top: 155px !important;
}
