.intern-area-container {
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: calc(100vh - 297px);
}

.intern-login-form {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.intern-login-row {
  display: flex;
  flex-direction: column;
}

.intern-login-row:not(:last-child) {
  margin-bottom: 2.2rem;
}

.ml-auto {
  margin-left: auto;
}
.d-block {
  display: block
}

.intern-login-error {
  color: #d14f42;
}

.intern-login-alert {
  background-color: #d14f4233;
  border: 1px solid #d14f42;
  padding: 0.75rem;
}

.intern-login-section {
  border: 1px solid #ededed;
  padding-top: 22px;
  margin-bottom: 2.2rem;
}

.intern-login-section h2{
  margin-bottom: 0px;
}

.intern-login-section #triggerCollapsible{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.intern-login-section #triggerCollapsible > *{
  display: flex;
  align-items: center;
}

.intern-login-section:hover, .intern-login-section.active {
  background-color: #ededed
}

.intern-login-output {
  background-color: #ffffff;
  padding: 1.75rem;
}

.intern-login-output > p:last-child{
  padding-bottom: 0px;
}

.intern-dialog-outer {
  position: fixed;
  background-color: #ededed88;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.intern-dialog-inner {
  width: 800px;
  max-width: calc(100vh - (2.2rem * 2));
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intern-dialog {
  width: 100%;
  min-height: 250px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border: 1px solid #ededed;
  border-radius: 5px;
}

.intern-dialog-header {
  flex: 0 0 auto;
  padding: 0.75rem;
  border-bottom: 1px solid #ededed;
}

.intern-dialog-header h3 {
  margin-bottom: 0px;
}

.intern-dialog-body {
  flex: 1 0 auto;
  padding: 0.75rem;
}

.intern-dialog-footer {
  flex: 0 0 auto;
  padding: 0.75rem;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ededed;
}

.intern-dialog-footer > *:not(:last-child) {
  margin-right: 1rem;
}

.d-none {
  display: none;
}

.disable-scroll {
  overflow: hidden!important;
}

.intern-images-grid {
  column-count: 3;
  column-gap: 1px;
}
.itemMasonry{
  margin-bottom: 1px;
}

@media screen and (max-width: 1020px){
  .intern-images-grid {
    column-count: 2
  } 
}

@media screen and (max-width: 700px){
  .intern-images-grid {
    column-count: 1
  } 
}

.intern-audio-player:not(:last-child), .intern-video-player:not(:last-child) {
  margin-bottom: 0.75rem;
}

.intern-video-player h3 {
  margin-bottom: 0px;
}

.intern-event-heading {
  margin-bottom: 0px;
}

.intern-event-date {
  font-family: "Crimson Text", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-style: italic;
  font-size: 18px;
}

.intern-event-container:not(:last-child) {
  margin-bottom: 0.75rem;
}

.intern-button-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.2rem;
}

.intern-button-container > *:not(:first-child) {
  margin-left: 0.75rem;
}

.intern-document-h3:last-child {
  margin-bottom: 0px;
}

.intern-video-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.intern-video-container > *{
  flex: 0 0 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (max-width: 700px){
  .intern-video-container > *{
    flex: 0 0 100%;
  }
}

.plyr__progress>input{
  background-color: transparent!important;
  border: none!important;
  -webkit-appearance: none!important;
  background: 0 0!important;
  border: 0!important;
  border-radius: 28px!important;
  color: #1aafff!important;
  display: block!important;
  height: 20px!important;
  margin: 0!important;
  padding: 0!important;
  transition: box-shadow .3s ease!important;
  margin-left: -7px!important;
  margin-right: -7px!important;
  width: calc(100% + 14px)!important;
}

.plyr__volume>input {
  background-color: transparent!important;
  border: none!important;
  -webkit-appearance: none!important;
  background: 0 0!important;
  border: 0!important;
  border-radius: 28px!important;
  color: #1aafff!important;
  display: block!important;
  height: 20px!important;
  margin: 0!important;
  padding: 0!important;
  transition: box-shadow .3s ease!important;
}

.intern-filter-container {
  display: flex;
  margin-bottom: 0.75rem;
}

.intern-filter-badge {
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  background-color: #ededed;
  border-radius: 15px;
}

.intern-filter-badge:not(:first-child) {
  margin-left: 0.75rem;
}

.intern-filter-badge.disabled {
  opacity: 0.4;
}

.trial-record-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 15px;
}

.datasecruity-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #adadad;
  padding: 15px;
  height: calc(100vh - 394px);
  overflow: auto;
  margin-bottom: 15px;
}

#datasecruityCheckbox {
  cursor: pointer;
}

#submitDatasecruity:disabled {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #31333b;
}
