/* GENERIC */

* {
  box-sizing: border-box;
}

/* BASE */

/* OBJECTS */

/* COMPONENTS */

.abdf-conf-layout {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
}

.abdf-conf-head {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: auto;
  padding: 1em 0;
  background: #EEE;
}

.abdf-conf-speaker {
  width: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abdf-conf-speaker__preview {
  width: auto;
  max-width: 205px;
  transition-duration: 0.3s;
  transform-origin: top left;
  cursor: pointer;
  z-index: 9999;
}

.abdf-conf-speaker__preview--muted {
  border: 3px solid rgb(217, 83, 79);
  opacity: 0.4;
}

.abdf-conf-speaker__preview--larger {
  transform: scale(5);
}

.abdf-console {
  overflow: hidden;
}

.abdf .abdf-conf-metadata {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 1em 0 0;
}

.abdf-conf-metadata h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.abdf-conf-metadata__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abdf-conf-head h3 {
  margin-top: 0;
}

.conf-actions {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}

.confhoster-camera {
  max-height: 715px;
  max-width: 56vw;
}

.button-mainpanel {
  border-radius: 0px!important;
}

.button-mainpanel--right {
  margin-left: auto;
}

.abdf-conf-material {
  flex: 1;
  padding: 0;
  display: flex;
  background: #DDD;
}

.abdf-slides__container {
  display: flex;
  flex-direction: row;
  height: 550px;
  padding: 1em;
}

.abdf-slides__big-container {
  padding: 0.75em;
  max-width: max-content;
}

.abdf-slides {
  flex: 1.3;
}

.abdf-slides__current-slide {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.abdf-slides__current-slide img {
  max-height: 100%;
  max-width: 100%;
  width: 89%;
  height: 89%;
}

.abdf-slides__slides {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.abdf-slides__slide {
  box-sizing: border-box;
  opacity: 0.9;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.abdf-slides__slide-image {
  max-height: 100px;
  max-width: 155px;
  display: block;
}

.abdf-slides__slide-image:hover {
  cursor: pointer;
}

.abdf-slides__slide--current {
  box-sizing: border-box;
  opacity: 1;
  border: 3px solid rgb(51, 122, 183);
}

.abdf-slides__slide-metadata {
  position: absolute;
  color: #999;
  font-weight: bold;
  text-align: right;
  margin: 0;
  padding: 3px;
  border: unset;
  top: 0;
  right: 1em;
  width: 100%;
}

.slide-changer {
  position: absolute;
  top: 65vh;
  width: 50vw;
  left: 50px;
}

.abdf-attendees {
  flex: 1;
}

.loading {
  opacity: 0.3;
}

.abdf-slides__loader {
  position: absolute;
  top: 50%;
  bottom: 50%;
  min-height: 2em;
  background: #FFF;
  color: rgb(255, 87, 34);
  padding: 0.5em;
  text-align: center;
  font-size: 2em;
  width: 100%;
  animation: fadeIn;
  animation-duration: 1s;
}

.abdf-attendee {
  page-break-inside: avoid;
  display: flex;
  flex-direction: row;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  margin-bottom: 3px;
  font-size: 0.9em;
  width: 190px;
}

.abdf-attendee-shell {
  padding: 3px;
  width: 175px;
}

.abdf-attendee-in {
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  display: flex;
  padding: 2px;
  margin-bottom: 3px;
  width: 199px;
  height: 70px;
}

.abdf-attendee-origine {
  float: right;
  font-weight: bold;
  text-align: center
}

.abdf-attendee-out {
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 3px;
  display: flex;
  padding: 2px;
  width: auto;
  background-color: white;
}

.abdf-attendee-text {
  color: rgba(138, 109, 59, 1);
}

.albh-color1 {
  color: #F5A731
}
.albh-color2 {
  color: #ABCE44
}
.albh-color3 {
  color: #49A278
}
.mhs-color1 {
  color: #5087C1
}
.mhs-color2 {
  color: #5CAABD
}
.mhs-color3 {
  color: #CD6074
}
.abdf-color1 {
  color: #4187C4
}
.abdf-color2 {
  color: #66CAE0
}
.brup-color1 {
  color: #0087C6
}
.brup-color2 {
  color: #6DC202
}

.btn-attendee {
  padding: 1px;
  border: none;
  background: none;
  width: 190px;
}

.abdf-attendee-in--mute {
  background-color: #fcf8e3 !important;
  border-color: #faebcc ;
  color: #8a6d3b ;
}

.abdf-attendee-in--talking {
  background: #dffce2;
}

.abdf-attendee-timer {
  margin-top: 5px;
}

.abdf-attendee-logo {
  font-weight: bold;
  margin-left: 2px;
  font-size: 90%;
}

.abdf-attendee__block {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.abdf-registered {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  font-weight: bold
}

.abdf-registered--btns {
  height: 25px;
}

.abdf-registered-shell {
  padding: 3px;
  width: 195px;
}

.hangup-btn {
  min-width: 125px;
}

.lineState {
  font-size: 1em
}

@media (min-width: 2200px) {
  .abdf-attendee__block {
    flex-direction: row;
  }
}

.abdf-attendee-in--idle {
  background: #FFF;
}

.abdf-attendee__talking-state {
  width: 20px;
}

.mute-icon {
  color: rgb(207, 0, 70);
}

.abdf-attendee-out--calling {
  opacity: 0.7;
}

.abdf-btn-kick:hover {
  background: #C53929;
  color: #FFF;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.abdf-verto__cta-container {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
}

.abdf-verto__cta {
  flex: 1;
  border-radius: 0;
}

.abdf-verto__cta:first-child {
  border-bottom-left-radius: 3px;
}

.abdf-verto__cta:last-child {
  border-bottom-right-radius: 3px;
}

/* V4 **
* https://www.figma.com/file/BaO5eclGF1zalo0gBzoAVB/DYLEAD?node-id=30%3A244&t=NgoyM66xeh4Z1i1v-0 
*/

.registered-container {
  height: 67px;
  width: 180px;
  left: 858px;
  top: 595px;
  border-radius: 8px;
}