/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "nerissemibold";
  src: url("../fonts/Neris-SemiBold-webfont.eot");
  src: url("../fonts/Neris-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-SemiBold-webfont.woff") format("woff"), url("../fonts/Neris-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Neris-SemiBold-webfont.svg#nerissemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nerissemibold";
  src: url("../fonts/Neris-Black-webfont.eot");
  src: url("../fonts/Neris-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-Black-webfont.woff") format("woff"), url("../fonts/Neris-Black-webfont.ttf") format("truetype"), url("../fonts/Neris-Black-webfont.svg#nerisblack") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "nerislight_italic";
  src: url("../fonts/Neris-LightItalic-webfont.eot");
  src: url("../fonts/Neris-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-LightItalic-webfont.woff") format("woff"), url("../fonts/Neris-LightItalic-webfont.ttf") format("truetype"), url("../fonts/Neris-LightItalic-webfont.svg#nerislight_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
html, body {
  position: relative;
  font-size: 10px;
  padding: 0;
  margin: 0;
}

.container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
modal-window {
  display: none;
}

body.modal-window--show::after {
  background-color: rgba(42, 43, 43, 0.9);
  position: fixed;
  z-index: 980;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.modal-window {
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  text-align: center;
  min-width: 400px;
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 990;
  left: 50%;
  top: 50%;
}
.modal-window.modal-window--show {
  display: block;
}
.modal-window > .modal-content {
  text-align: center;
  color: #065A6F;
  line-height: 1.4;
  min-height: 10px;
  font-size: 14px;
}
.modal-window > .modal-content > video {
  background-color: #2a2b2b;
  position: relative;
  height: 260px;
  width: 100%;
}
.modal-window > .modal-content > video.device-unavailable::after {
  content: "Video non disponibile";
  background-color: #2a2b2b;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-size: 14px;
  padding: 20px;
  color: #ffffff;
}
.modal-window > .modal-content > .modal-wrap {
  padding: 20px;
}
.modal-window > .modal-buttons {
  justify-content: flex-end;
  background-color: #dfdbdb;
  padding: 15px 20px;
  display: flex;
  gap: 15px;
}
.modal-window > .modal-buttons > button {
  border-radius: 5px;
  line-height: 46px;
  font-weight: bold;
  font-size: 16px;
  padding: 0 30px;
  display: block;
  border: none;
  height: 46px;
}
.modal-window > .modal-buttons > button[data-action=cancel] {
  background-color: #5fc3c4;
  color: #ffffff;
}
.modal-window > .modal-buttons > button[data-action=cancel]:hover {
  background-color: #cfeded;
  color: #ffffff;
}
.modal-window > .modal-buttons > button[data-action=confirm] {
  background-color: #065A6F;
  color: #ffffff;
}
.modal-window > .modal-buttons > button[data-action=confirm]:hover {
  background-color: #4c7685;
  color: #ffffff;
}

alert-message {
  display: none;
}

.alert-content {
  background-color: transparent;
  color: #ffffff;
}

.wt .alert-content {
  background-color: #ffffff;
  color: #3D3C3C;
}

.alert-message {
  transform: translate(-50%, -50%);
  text-align: center;
  min-width: 350px;
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
}
.alert-message.alert-message--show {
  display: block;
}
.alert-message::after {
  content: "iScuola s.r.l. Via Ugo la Malfa, 4 - 25124 Brescia";
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  display: block;
}
.alert-message > .alert-content {
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
  line-height: 1.4;
  min-height: 10px;
  font-size: 14px;
}
.alert-message > .alert-content > p {
  margin-bottom: 15px;
}
.alert-message > .alert-content > p.margin-top {
  margin-top: 25px;
}
.alert-message > .alert-content > p:last-child {
  margin-bottom: 0;
}
.alert-message > .alert-content > p > strong {
  font-weight: bold;
}
@keyframes loading-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#loading-mask {
  background-color: rgba(42, 43, 43, 0.75);
  justify-content: center;
  align-items: center;
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#loading-mask.show {
  display: flex;
}
#loading-mask > .loading {
  width: 200px;
}

.loading {
  background-size: contain;
  position: relative;
  display: block;
  margin: 0 auto;
}
.loading::before {
  padding-bottom: 100%;
  display: block;
  content: "";
}
.loading::after {
  background: url("../images/loading-circle2.png") no-repeat center center;
  animation: loading-rotate 1s linear infinite;
  transform: translate(-50%, -50%);
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 50%;
  top: 50%;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ; /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  transition: 0.2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9 ; /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

body {
  background-color: #202124;
  font-family: "nerissemibold";
  height: 100%;
  margin: 0;
}
body.wt {
  background-color: #065A6F;
}

section#interface {
  position: relative;
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: #2a2b2b;
}
section#interface.visible {
  display: block;
}
section#interface #conference-local {
  display: none;
}
section#interface #conference-local.visible {
  display: block;
}
section#interface #conference-remote {
  display: none;
}
section#interface #conference-remote.visible {
  display: block;
}
section#interface #conference-chat {
  transition: transform 0.3s linear;
  transform: translateX(100%);
  height: 90%;
  background-color: white;
  border-radius: 15px;
  margin-top: 2%;
  min-width: 400px;
  position: fixed;
  display: none;
  width: 20vw;
  bottom: 0;
  right: 0;
  top: 0;
}
section#interface #conference-chat.enabled {
  display: block;
}
section#interface #conference-chat.enabled.visible {
  transform: translateX(0);
}
section#interface #conference-chat.enabled.visible > button[data-action=chat-visibility] {
  position: absolute;
}
section#interface #conference-chat.enabled.visible > button[data-action=chat-visibility]::before {
  content: "\f054";
}

.btn {
  background-color: #FFA34F;
  font-family: "nerissemibold";
  border-radius: 5px;
  display: inline-block;
  color: #3D3C3C;
  padding: 8px 30px;
  font-size: 14px;
  border: none;
}

.form-container {
  flex-direction: column;
  position: relative;
  display: flex;
  gap: 20px 0;
}
.form-container > .form-row {
  position: relative;
  display: flex;
}
.form-container > .form-row > .form-field {
  flex: 1;
}
.form-container > .form-row > .form-field > .select-wrap {
  border: 1px solid #dfdbdb;
  border-radius: 5px;
  position: relative;
}
.form-container > .form-row > .form-field > .select-wrap[data-icon] {
  position: relative;
}
.form-container > .form-row > .form-field > .select-wrap[data-icon]::before {
  transform: translate(-50%, -50%);
  font: var(--fa-font-light);
  content: attr(data-icon);
  position: absolute;
  font-size: 24px;
  z-index: 10;
  left: 32px;
  top: 50%;
}
.form-container > .form-row > .form-field > .select-wrap[data-icon] > select {
  padding-left: 64px;
}
.form-container > .form-row > .form-field > .select-wrap::after {
  transform: translate(0, -50%);
  font: var(--fa-font-regular);
  position: absolute;
  content: "\f107";
  font-size: 20px;
  z-index: 10;
  right: 20px;
  top: 50%;
}
.form-container > .form-row > .form-field > .select-wrap > select {
  background-color: transparent;
  -webkit-appearance: none;
  font-family: "nerissemibold";
  -moz-appearance: none;
  position: relative;
  line-height: 50px;
  appearance: none;
  padding: 0 20px;
  font-size: 16px;
  height: 50px;
  border: none;
  z-index: 20;
  width: 100%;
}
.form-container > .form-row > .form-field > .select-wrap > select::-ms-expand {
  display: none;
}

.conference-local {
  flex-direction: column;
  position: absolute;
  display: flex;
  bottom: 50px;
  width: 200px;
  left: 50px;
  gap: 10px;
}
.conference-local .conference-timer {
  text-shadow: 1px 0 0 #2a2b2b, -1px 0 0 #2a2b2b, 0 1px 0 #2a2b2b, 0 -2px 0 #2a2b2b, 1px 1px #2a2b2b, -1px -1px 0 #2a2b2b, 1px -1px 0 #2a2b2b, -1px 1px 0 #2a2b2b;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  display: block;
  visibility: hidden;
}
.conference-local .conference-video {
  background-color: #2a2b2b;
  height: 150px;
  width: 200px;
  border-radius: 5px;
}

.conference-controls {
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
}
.conference-controls > ul > li {
  display: inline-block;
}
.conference-controls > ul > li:first-child {
  margin-left: 0px;
}
.conference-controls > ul > li:last-child {
  right: 10px;
  position: fixed;
}
.conference-controls > ul > li > button {
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.3764705882);
  font: var(--fa-font-regular);
  color: #ffffff;
  position: relative;
  font-size: 18px;
  display: block;
  border: none;
  height: 40px;
  width: 40px;
  margin-left: 15px;
}
.conference-controls > ul > li > button::after {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.conference-controls > ul > li > button[data-action=mute-audio] {
  position: relative;
}
.conference-controls > ul > li > button[data-action=mute-audio].active {
  color: #FF4961;
}
.conference-controls > ul > li > button[data-action=mute-audio]::after {
  content: "\f131";
}
.conference-controls > ul > li > button[data-action=share-screen] {
  position: relative;
}
@media (max-width: 768px) {
  .conference-controls > ul > li > button[data-action=share-screen] {
    display: none;
  }
}
.conference-controls > ul > li > button[data-action=share-screen].active {
  color: #FF4961;
}
.conference-controls > ul > li > button[data-action=share-screen]::after {
  background: url("../images/presentation.png") no-repeat center center;
  background-size: auto;
  height: 100%;
  width: 100%;
  content: "";
  left: 50%;
  top: 50%;
}
.conference-controls > ul > li > button[data-action=stop-video] {
  position: relative;
}
.conference-controls > ul > li > button[data-action=stop-video].active {
  color: #FF4961;
}
.conference-controls > ul > li > button[data-action=stop-video]::after {
  content: "\f4e2";
}
.conference-controls > ul > li > button[data-action=settings] {
  position: relative;
}
@media (max-width: 768px) {
  .conference-controls > ul > li > button[data-action=settings] {
    display: none;
  }
}
.conference-controls > ul > li > button[data-action=settings]::after {
  content: "\f013";
}
.conference-controls > ul > li > button[data-action=enable-hd] {
  position: relative;
}
.conference-controls > ul > li > button[data-action=enable-hd].active {
  color: #00a000;
}
.conference-controls > ul > li > button[data-action=enable-hd]::after {
  content: "\e1ae";
}
.conference-controls > ul > li > button[data-action=close-call] {
  position: relative;
  color: #ffffff;
  background-color: #FF4961;
}
.conference-controls > ul > li > button[data-action=close-call]::after {
  content: "\e227";
}
.conference-controls > ul > li > button[data-action=chat-visibility] {
  position: relative;
}
.conference-controls > ul > li > button[data-action=chat-visibility]::after {
  content: "\f27b";
}

.conference-remote {
  transition: right 0.3s linear;
  background-color: #2a2b2b;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.conference-remote::before {
  background: url("../images/loading-logo.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 100;
  height: 100px;
  width: 100px;
  content: "";
  left: 20px;
  top: 20px;
}
.conference-remote .conference-status {
  position: absolute;
  line-height: 1.2;
  font-size: 14px;
  display: none;
  color: #ffffff;
  width: 300px;
  left: 40px;
  top: 150px;
}
.conference-remote .conference-video-container {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.conference-remote .conference-video-container.microphone-disabled > .microphone-disabled {
  display: block;
}
.conference-remote .conference-video-container.camera-disabled > .camera-disabled {
  display: block;
}
.conference-remote .conference-video-container > .microphone-disabled {
  transform: translateX(-50%);
  background-color: #FF4961;
  position: absolute;
  border-radius: 1000px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  display: none;
  color: #ffffff;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 20px;
}
.conference-remote .conference-video-container > .camera-disabled {
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 1000px;
  font-size: 20vh;
  display: none;
  color: #ffffff;
  left: 50%;
  top: 50%;
}
.conference-remote .conference-video-container .conference-video {
  background-color: #2a2b2b;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.chat-visible .conference-remote {
  right: 20vw;
}

.conference-chat {
  background-color: transparent;
  flex-direction: column;
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.conference-chat > .conference-tools {
  background-color: #5fc3c4;
  display: flex;
  gap: 0 15px;
}
.conference-chat > .conference-tools > li {
  flex: 1;
}
.conference-chat > .conference-tools > li > button {
  background-color: #065A6F;
  color: #ffffff;
  transition: all 0.2s ease;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
  line-height: 24px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  border: none;
  width: 100%;
}
.conference-chat > .conference-tools > li > button.button--active {
  background-color: #FF4961;
  color: #ffffff;
}
.conference-chat > .conference-tools > li > button > i {
  margin-right: 10px;
  position: relative;
  font-size: 18px;
  top: 2px;
}
.conference-chat > .conference-tools > li > button > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.conference-chat > .conference-tools > li > button:hover {
  background-color: #4c7685;
  color: #ffffff;
}
.conference-chat > .conference-chat-board {
  background-color: #ffffff;
  flex-direction: column;
  border-radius: 10px;
  overflow: auto;
  padding: 10px;
  display: flex;
  gap: 5px 0;
  flex: 1;
}
.conference-chat > .conference-chat-board .message {
  position: relative;
  display: flex;
}
.conference-chat > .conference-chat-board .message > p {
  display: inline-block;
  border-radius: 10px;
  position: relative;
  padding: 10px 15px;
  line-height: 1.2;
  font-size: 14px;
  max-width: 60%;
}
.conference-chat > .conference-chat-board .message > p::after {
  border-style: solid;
  position: absolute;
  content: "";
  bottom: 0;
  height: 0;
  width: 0;
}
.conference-chat > .conference-chat-board .message > p > a.attachment {
  flex-direction: column;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: inherit;
  display: flex;
  outline: none;
  gap: 5px 0;
}
.conference-chat > .conference-chat-board .message > p > a.attachment > .progress {
  background: conic-gradient(#065A6F var(--progress), #5fc3c4 0);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  display: none;
  height: 32px;
  width: 32px;
}
.conference-chat > .conference-chat-board .message > p > a.attachment > .progress::before {
  color: #ffffff;
  content: counter(progress) "%";
  text-align: center;
  position: absolute;
  line-height: 32px;
  font-weight: 300;
  font-size: 10px;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
}
.conference-chat > .conference-chat-board .message > p > a.attachment.transfer > .progress {
  display: flex;
}
.conference-chat > .conference-chat-board .message > p > a.attachment:not(.transfer)::before {
  color: #2a2b2b;
  font: var(--fa-font-light);
  content: "\f0c6";
  font-size: 32px;
}
.conference-chat > .conference-chat-board .message.message--error {
  justify-content: center;
}
.conference-chat > .conference-chat-board .message.message--error > p {
  background-color: #d96666;
  color: #ffffff;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  width: 80%;
}
.conference-chat > .conference-chat-board .message.message--error > p::after {
  display: none;
}
.conference-chat > .conference-chat-board .message.message--note {
  justify-content: center;
}
.conference-chat > .conference-chat-board .message.message--note > p {
  background-color: #ECF1F5;
  color: #065A6F;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  width: 60%;
}
.conference-chat > .conference-chat-board .message.message--note > p::after {
  display: none;
}
.conference-chat > .conference-chat-board .message.message--sent {
  justify-content: flex-end;
  padding-right: 10px;
}
.conference-chat > .conference-chat-board .message.message--sent > p {
  background-color: #cfeded;
  border-radius: 10px 10px 0 10px;
  color: #065A6F;
  word-wrap: break-word;
}
.conference-chat > .conference-chat-board .message.message--sent > p::after {
  border-color: transparent transparent transparent #cfeded;
  border-width: 10px 0 0 10px;
  right: -10px;
}
.conference-chat > .conference-chat-board .message.message--received {
  justify-content: flex-start;
  padding-left: 10px;
}
.conference-chat > .conference-chat-board .message.message--received > p {
  background-color: #dfdbdb;
  color: #065A6F;
  border-radius: 10px 10px 10px 0;
  word-wrap: break-word;
}
.conference-chat > .conference-chat-board .message.message--received > p::after {
  border-color: transparent transparent #dfdbdb transparent;
  border-width: 0 0 10px 10px;
  left: -10px;
}
.conference-chat > .conference-chat-controls {
  position: relative;
}
.conference-chat > .conference-chat-controls > textarea {
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  color: #065A6F;
  font-family: "nerissemibold";
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  border: none;
  resize: none;
  width: 80%;
  border: 1px solid #065A6F;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 15px;
}
.conference-chat > .conference-chat-controls > textarea[disabled] {
  background-color: #dfdbdb;
}
.conference-chat > .conference-chat-controls > button {
  color: #065A6F;
  border-radius: 1000px;
  transition: all 0.2s ease;
  text-align: center;
  padding: 10px;
  line-height: 24px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-left: 5px;
}
.conference-chat > .conference-chat-controls > button[disabled] {
  background-color: #4c7685;
}
.conference-chat > .conference-chat-controls > button > i {
  margin-right: 5px;
  position: relative;
  font-size: 18px;
  top: -2px;
}
.conference-chat > .conference-chat-controls > button:hover {
  background-color: #4c7685;
  color: #ffffff;
}
.conference-chat > .conference-chat-controls button.conference-chat-send {
  background-color: #FFA34F;
  background-image: url("../images/paper-airplane.png");
  background-size: auto;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.conference-chat > .conference-chat-controls button[data-action=send-file] {
  margin-left: -45px;
  background-color: transparent;
}/*# sourceMappingURL=videochat.css.map */