/*******************************
            Folders
*******************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../assets/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* CSS properties */
:root {
  --themeColor: #ffcd00;
  --fontColor: #4a4a4a;
  --fontFamily: 'ClearSans', 'Segoe UI', sans-serif;
  --backgroundColor: #EFF1F5;
}
/* Colors */
/* Sizes */
/* Buttons */
/* Icons */
/* Modals */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*-------------------
        Fonts
--------------------*/
@font-face {
  font-family: 'ClearSans';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/ClearSans-Regular-webfont.eot');
  src: url('/assets/fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/ClearSans-Regular-webfont.woff') format('woff'), url('/assets/fonts/ClearSans-Regular-webfont.ttf') format('truetype'), url('/assets/fonts/ClearSans-Regular-webfont.svg#PTSans-Regular') format('svg');
}
@font-face {
  font-family: 'ClearSans';
  font-style: italic;
  font-weight: normal;
  src: url('/assets/fonts/ClearSans-Italic-webfont.eot');
  src: url('/assets/fonts/ClearSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/ClearSans-Italic-webfont.woff') format('woff'), url('/assets/fonts/ClearSans-Italic-webfont.ttf') format('truetype'), url('/assets/fonts/ClearSans-Italic-webfont.svg#PTSans-Italic') format('svg');
}
@font-face {
  font-family: 'ClearSans';
  font-style: normal;
  font-weight: bold;
  src: url('/assets/fonts/ClearSans-Bold-webfont.eot');
  src: url('/assets/fonts/ClearSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/ClearSans-Bold-webfont.woff') format('woff'), url('/assets/fonts/ClearSans-Bold-webfont.ttf') format('truetype'), url('/assets/fonts/ClearSans-Bold-webfont.svg#PTSans-Bold') format('svg');
}
@font-face {
  font-family: 'ClearSans';
  font-style: italic;
  font-weight: bold;
  src: url('/assets/fonts/ClearSans-BoldItalic-webfont.eot');
  src: url('/assets/fonts/ClearSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/ClearSans-BoldItalic-webfont.woff') format('woff'), url('/assets/fonts/ClearSans-BoldItalic-webfont.ttf') format('truetype'), url('/assets/fonts/ClearSans-BoldItalic-webfont.svg#PTSans-BoldItalic') format('svg');
}
@font-face {
  font-family: 'ClearSans';
  font-style: normal;
  font-weight: 100;
  src: url('/assets/fonts/ClearSans-Thin-webfont.eot');
  src: url('/assets/fonts/ClearSans-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/ClearSans-Thin-webfont.woff') format('woff'), url('/assets/fonts/ClearSans-Thin-webfont.ttf') format('truetype'), url('/assets/fonts/ClearSans-Thin-webfont.svg#PTSans-Regular') format('svg');
}
@font-face {
  font-family: 'ClearSans';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/ClearSans-Light-webfont.eot');
  src: url('/assets/fonts/ClearSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/ClearSans-Light-webfont.woff') format('woff'), url('/assets/fonts/ClearSans-Light-webfont.ttf') format('truetype'), url('/assets/fonts/ClearSans-Light-webfont.svg#PTSans-Regular') format('svg');
}
html {
  font-family: var(--fontFamily);
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*
h1 {
  font-size: 2em;
  margin: 15px 24px;
}*/
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
/*! Icons definitions */
@font-face {
  font-family: "RCIcons";
  src: url("/assets/fonts/rc-icons.eot");
  src: url("/assets/fonts/rc-icons.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/rc-icons.woff2") format('woff'), url("/assets/fonts/rc-icons.woff") format('woff'), url("/assets/fonts/rc-icons.ttf") format('truetype'), url("/assets/fonts/rc-icons.svg#icons") format('svg');
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
.rc-application i.icon {
  font-size: 1em;
  display: inline-block;
  opacity: 1;
  margin: 2px;
  margin-bottom: 3px;
  font-family: "RCIcons";
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rc-application i.icon.small {
  font-size: 0.75em;
}
.rc-application i.icon.big {
  font-size: 1.25em;
}
.rc-application i.icon.huge {
  font-size: 1.5em;
}
.rc-application i.icon.red {
  color: #ce0000;
}
.rc-application i.icon.left {
  margin-right: 0.25em;
  line-height: 0;
}
.rc-application i.icon.right {
  margin-left: 0.25em;
  line-height: 0;
}
.rc-application i.icon.close:before {
  content: "\E010";
}
.rc-application i.icon.file:before {
  content: "\E01B";
}
.rc-application i.icon.file.ft_pdf:before {
  content: "\E00E";
}
.rc-application i.icon.file.ft_doc:before {
  content: "\E012";
}
.rc-application i.icon.file.ft_docx:before {
  content: "\E012";
}
.rc-application i.icon.file.ft_zip:before {
  content: "\E013";
}
.rc-application i.icon.file.ft_xls:before {
  content: "\E014";
}
.rc-application i.icon.file.ft_xlsx:before {
  content: "\E014";
}
html.mobile.portrait button.stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-right: 12px;
  margin-left: 12px;
}
html.mobile .rc-application .modal.preview {
  border-radius: 0;
}
html.mobile .rc-application.dimmer {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
html.mobile .rc-application .start {
  /*
      .mode.code {
        flex-direction: column;
        input {
          width: 100%;
        }
      }*/
}
html.mobile .rc-application .start .session {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
html.mobile .rc-application .start .mic.block {
  margin-bottom: 10px;
}
html.mobile .rc-application .start .mic.block .controls-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
html.mobile .rc-application .start .mic.block .controls-mobile .mic.select {
  margin-top: 0px;
  margin-bottom: 0px;
}
html.mobile .rc-application .start .mic.block .controls-mobile select {
  margin: 0;
}
html.mobile .rc-application .session.no-chat .top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
html.mobile .rc-application .session .log {
  min-height: 1em;
}
html.mobile.landscape .rc-application {
  overflow-y: scroll;
}
html.mobile.landscape .rc-application .start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
html.mobile.landscape .rc-application .start .mode {
  margin: 0em 0.75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
html.mobile.landscape .rc-application .start .mode.call {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
html.mobile.landscape .rc-application .start .mode.call .block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
html.mobile.landscape .rc-application .session .log {
  min-height: 71vh;
}
html.mobile.landscape .rc-application .finish {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html.mobile.landscape .rc-application .finish .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html.mobile.landscape .rc-application .finish .content .avatar {
  margin: 0;
  min-height: 180px;
}
html.mobile.landscape .rc-application .modal.preview {
  height: 100%;
}
html.mobile.landscape .rc-application .modal.preview.camera {
  max-width: 100%;
  min-width: 100%;
}
html.mobile.landscape .rc-application.hasFields .mode.call {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
html.tablet .header h1 {
  text-align: center;
}
html.tablet .rc-application .start {
  padding-top: 0;
  margin-top: 1em;
}
html.tablet .rc-application .start .mic.block {
  margin-bottom: 10px;
}
html.tablet .rc-application .start .mic.block .shape,
html.tablet .rc-application .start .mic.block .level {
  width: 146px;
  height: 180px;
}
html.tablet .rc-application .start .mic.block .level .fg,
html.tablet .rc-application .start .mic.block .level .bg {
  position: absolute;
  height: 120px;
  width: 58px;
  top: 4px;
  left: 44px;
  border-radius: 44px;
}
html.tablet .rc-application .start .mic.block .level .fg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 80px;
}
html.tablet .rc-application .start .mic.block .controls-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html.tablet .rc-application .start .mic.block .controls-mobile .mic.select {
  margin-top: 0px;
  margin-bottom: 0px;
}
html.tablet .rc-application .start .mic.block .controls-mobile select {
  margin: 0;
}
html.tablet .rc-application .start .mode.call,
html.tablet .rc-application .start .mode.code {
  max-width: 320px;
}
html.tablet .rc-application .start .mode.code input {
  min-width: 320px;
}
html.tablet .rc-application .start button,
html.tablet .rc-application .start input {
  width: 100%;
}
html.tablet .rc-application .start .mode.code {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.tablet .rc-application .start .session {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
html.tablet.landscape .rc-application .start {
  max-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-application button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.25rem;
  font-size: 1.1rem;
  min-height: 2.1em;
  line-height: 1.25em;
  min-width: 100px;
  border: 1px solid transparent;
  outline: none;
  vertical-align: baseline;
  color: white;
  margin: 0.25em 0;
  padding: 0.1rem 1.25rem 0.1rem 1.25rem;
  text-shadow: none;
  font-family: var(--fontFamily);
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  background-color: #ffc213;
  -webkit-tap-highlight-color: transparent;
  /*
    &:hover {
      color: @buttonTextColor;
      box-shadow: @buttonHoverBoxShadow;
      &.noshadow {
        .box-shadow(none);
      }
    }*/
}
.rc-application button.svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31px;
  height: 31px;
  border-radius: 6px;
  opacity: 0.8;
  background: #FFF;
}
.rc-application button.svg.minimize svg,
.rc-application button.svg.close svg {
  width: 22px;
  height: 22px;
}
.rc-application button.svg.minimize:hover svg,
.rc-application button.svg.close:hover svg {
  opacity: 0.6;
}
.rc-application button.svg.tool.cobrowse svg {
  width: 21px !important;
  height: 16px !important;
}
.rc-application button.svg.tool.screencast svg {
  width: 23px !important;
  height: 21px !important;
}
.rc-application button.svg.tool.camera svg {
  width: 28px !important;
  height: 24px !important;
}
.rc-application button.svg.tool.mute svg {
  width: 30px !important;
  height: 30px !important;
}
.rc-application button.svg.share svg {
  width: 18px !important;
  height: 4px !important;
}
.rc-application button.svg.direct svg {
  margin-left: 10px;
}
.rc-application button.svg svg {
  width: 30px;
  height: 30px;
}
.rc-application button.link,
.rc-application button.link:visited {
  min-width: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
  text-shadow: none;
  color: inherit;
  background-color: unset !important;
  background-image: none;
  opacity: 0.75;
  font-weight: normal;
  border: none;
  margin: 0;
  padding: 0.15em 0.4em;
}
.rc-application button.link.skip,
.rc-application button.link:visited.skip {
  color: #9CA3AF;
}
.rc-application button.link.red,
.rc-application button.link:visited.red {
  color: #D15557;
}
.rc-application button.link:hover,
.rc-application button.link:visited:hover {
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.rc-application button.link:focus,
.rc-application button.link:visited:focus {
  border: unset;
}
.rc-application button:focus {
  border: 1px solid #FFFFFF65;
}
.rc-application button.disabled,
.rc-application button:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
  border-color: transparent;
}
.rc-application button.direct[disabled],
.rc-application button.direct:disabled {
  opacity: 0.2 !important;
}
.rc-application button.flat {
  color: #616876;
  border: none;
  background-image: none;
}
.rc-application button.flat.circle,
.rc-application button.flat.square {
  border: none;
}
.rc-application button.flat.square .image {
  width: 100%;
  height: 100%;
}
.rc-application button.flat.square .image:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rc-application button.flat.inversed:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: #616876;
}
.rc-application button.circle {
  border-radius: 30px;
}
.rc-application button.tool {
  border: none;
  background-color: inherit;
  color: inherit;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  min-height: 34px;
  min-width: 34px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
}
.rc-application button.tool.svg svg {
  width: 34px;
  height: 34px;
}
.rc-application button.tool:hover {
  color: #0575eb;
  background-color: white;
}
.rc-application button.tool.on use.on,
.rc-application button.tool.off use.off,
.rc-application button.tool use.no-hover,
.rc-application button.tool:hover use.hover {
  opacity: 1;
}
.rc-application button.tool use.hover,
.rc-application button.tool:hover use.no-hover,
.rc-application button.tool.on use.off,
.rc-application button.tool.off use.on {
  opacity: 0;
}
.rc-application button.tool.camera,
.rc-application button.tool.send {
  color: #4c4c4c;
  background-color: white;
}
.rc-application button.tool.cobrowse.on,
.rc-application button.tool.screencast.on,
.rc-application button.tool.camera.off,
.rc-application button.tool.mute.off {
  color: #0575eb !important;
}
.rc-application button.tool.cobrowse.on:hover,
.rc-application button.tool.screencast.on:hover {
  color: #4c4c4c;
}
.rc-application button.tool.send:hover {
  color: #3C4656;
}
.rc-application button.circle,
.rc-application button.square {
  color: #616876;
  border: none;
  background-image: none;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  min-height: 30px;
  min-width: 30px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rc-application button.circle.flat:hover,
.rc-application button.square.flat:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rc-application button.circle.flat.glass,
.rc-application button.square.flat.glass {
  background-color: #99999955;
  border-radius: 6px !important;
}
.rc-application button.circle.flat.glass:hover,
.rc-application button.square.flat.glass:hover {
  color: #3C4656;
  background-color: #ffffffbb;
}
.rc-application button.circle.on use.on,
.rc-application button.square.on use.on,
.rc-application button.circle.off use.off,
.rc-application button.square.off use.off,
.rc-application button.circle use.no-hover,
.rc-application button.square use.no-hover,
.rc-application button.circle:hover use.hover,
.rc-application button.square:hover use.hover {
  opacity: 1;
}
.rc-application button.circle use.hover,
.rc-application button.square use.hover,
.rc-application button.circle:hover use.no-hover,
.rc-application button.square:hover use.no-hover,
.rc-application button.circle.on use.off,
.rc-application button.square.on use.off,
.rc-application button.circle.off use.on,
.rc-application button.square.off use.on {
  opacity: 0;
}
.rc-application button.circle.send.disabled,
.rc-application button.square.send.disabled,
.rc-application button.circle.cobrowse.disabled,
.rc-application button.square.cobrowse.disabled {
  color: #616876;
  opacity: 0.4;
}
.rc-application button.circle.send,
.rc-application button.square.send {
  color: #616876;
}
.rc-application button.circle:hover,
.rc-application button.square:hover {
  color: #3C4656;
}
.rc-application button.circle .image,
.rc-application button.square .image {
  width: 90%;
  height: 90%;
}
.rc-application button.circle .image:after,
.rc-application button.square .image:after {
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  top: 20%;
  text-indent: -9999px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: var(--fontColor);
  width: 60%;
  height: 60%;
}
.rc-application button.copylink .icon:before {
  content: "\E005";
}
.rc-application button.refresh .icon:before {
  content: "\E00F";
}
.rc-application button.hangup .icon:before {
  content: "\E009";
}
.rc-application button.tool.hangup {
  color: white !important;
}
.rc-application button.tool.hangup svg {
  width: 85%;
  height: 85%;
}
.rc-application button.tool.hangup:hover {
  background-color: #F63E3E !important;
}
.rc-application button.theme {
  background-color: var(--themeColor);
  color: var(--fontColor);
}
.rc-application button.theme:hover {
  background-color: var(--themeColor);
}
.rc-application button.theme:active {
  background-color: var(--themeColor);
}
.rc-application button.green {
  background-color: #1DA05C;
}
.rc-application button.green:hover {
  background-color: #1DA05C;
}
.rc-application button.green:active {
  background-color: #1DA05C;
}
.rc-application button.blue {
  background-color: #3C4656;
}
.rc-application button.blue:hover {
  background-color: #3C4656;
}
.rc-application button.blue:active {
  background-color: #3C4656;
}
.rc-application button.red {
  background-color: #D15557;
}
.rc-application button.red:hover {
  background-color: #D15557;
}
.rc-application button.red:active {
  background-color: #D15557;
}
.rc-application button.gray {
  background-color: #3C4656;
}
.rc-application button.gray:hover {
  background-color: #3C4656;
}
.rc-application button.gray:active {
  background-color: #3C4656;
}
.rc-application.agent button.svg.create,
.rc-application.agent button.svg.wide,
.rc-application.agent button.svg.direct {
  opacity: 1;
}
.rc-application .audioplayer button use.pause {
  opacity: 0;
}
.rc-application .audioplayer button use.play {
  opacity: 1;
}
.rc-application .audioplayer button.pause use.pause {
  opacity: 1;
}
.rc-application .audioplayer button.pause use.play {
  opacity: 0;
}
.rc-application .audioplayer button:hover svg {
  opacity: 0.6;
}
.rc-application .self-info-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
}
.rc-application .ready-box {
  height: 22px;
  width: 40px;
}
.rc-application .ready-button {
  height: 20px;
  width: 40px;
  min-width: 40px;
  min-height: 20px;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
.rc-application .ready-button,
.rc-application .ready-button:active,
.rc-application .ready-button:focus {
  border: none;
}
.rc-application .ready-button,
.rc-application .ready-button:hover {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.rc-application .ready-button[disabled],
.rc-application .ready-button:disabled {
  opacity: 1;
}
.rc-application .ready-button svg {
  width: 40px;
  height: 20px;
}
.rc-application .ready-button-ready {
  fill: #66cc66;
}
.rc-application .ready-button-not-ready {
  fill: #fb322f;
}
.rc-application .ready-button-progress {
  visibility: hidden;
}
.rc-application .ready-button:hover svg {
  opacity: 0.7;
}
.rc-application .ready-button-not-ready use.ready,
.rc-application .ready-button-ready use.not-ready {
  opacity: 0;
}
.rc-application.agent .bottom button.circle {
  background-color: inherit;
}
/* Application definitions */
@font-face {
  font-family: 'RCLogoFont';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/rc-logo.eot');
  src: url('/assets/fonts/rc-logo.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/rc-logo.woff') format('woff'), url('/assets/fonts/rc-logo.ttf') format('truetype'), url('/assets/fonts/rc-logo.svg#PTSans-Regular') format('svg');
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right.align {
  text-align: end;
}
.center.align {
  text-align: center;
}
.hidden {
  display: none !important;
  pointer-events: none;
}
.clickable {
  cursor: pointer !important;
}
body {
  margin: 0 auto;
  font-size: 18px;
  color: #1B1B1B;
  max-width: 100%;
}
svg.source {
  display: none;
}
html,
body {
  background: none transparent;
}
html,
body,
.session,
.session .content {
  padding: 0;
  height: 100%;
}
/* spinner code */
.initializer {
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  height: 100%;
}
.initializer,
.waiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dragging {
  position: relative;
}
.dragging * {
  pointer-events: none;
}
.dragging .dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.dropzone {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: rgba(74, 74, 74, 0.6);
  color: white;
  font-size: 2em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  will-change: opacity;
  z-index: 1000;
  display: none;
}
.menu.block,
.topic.block,
.mic.block {
  gap: 0.25rem;
}
.mic.block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5px 0 5px 0;
}
.mic.block .shape,
.mic.block .level {
  width: 46px;
  height: 80px;
}
.mic.block .level {
  position: relative;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.mic.block .level .fg,
.mic.block .level .bg {
  position: absolute;
  height: 53px;
  width: 24px;
  top: 2px;
  left: 11px;
  border-radius: 11px;
  background-color: #1B1B1B;
}
.mic.block .level .bars {
  position: absolute;
  height: 53px;
  width: 24px;
  top: 18px;
  left: 11px;
  -webkit-clip-path: url(#clip1);
          clip-path: url(#clip1);
  background-color: white;
}
.mic.block .level .bars .bg {
  top: 0;
  left: 0;
  border-radius: 0;
  background-color: unset;
}
.mic.block .level .fg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 43px;
}
.mic.block .level .bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2424), to(#870000));
  background-image: linear-gradient(to bottom, #ff2424, #870000);
}
.mic.block .level .bg.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b4ec51), to(#429321));
  background-image: linear-gradient(to bottom, #b4ec51, #429321);
}
.mic.block .shape {
  -o-object-fit: contain;
     object-fit: contain;
}
.mic.block .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.mic.block .controls select {
  margin: 0;
}
.mic.block .controls button {
  min-width: 100px;
}
/*! rc-application */
.rc-application {
  height: 100%;
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  /*! Forms */
  /*! Upload file dialog */
}
.rc-application .grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.rc-application.dimmer {
  display: none;
  position: absolute;
  top: 0em !important;
  left: 0em !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: opacity;
  z-index: 999;
}
.rc-application.dimmer.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.rc-application.dimmer.visible .modal.preview {
  box-shadow: none;
  -webkit-box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rc-application.dimmer.visible .modal.preview .content {
  background-color: transparent;
}
.rc-application .bold {
  font-weight: bold;
}
.rc-application.embedded.assistant {
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  height: unset;
}
.rc-application.embedded {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.rc-application.embedded > .session {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.rc-application.embedded .session .qos,
.rc-application.embedded .session .qos header {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.rc-application.embedded .session .qos header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rc-application.embedded .start .mode.code {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.rc-application.client .header,
.rc-application.embedded .header,
.rc-application.agent .main-screen-header {
  -webkit-box-shadow: 0px 1px 0px 0px #9CA3AF;
          box-shadow: 0px 1px 0px 0px #9CA3AF;
}
.rc-application.client .header {
  background-color: var(--themeColor);
  color: var(--fontColor);
}
.rc-application.client.embedded {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  background-color: var(--backgroundColor);
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .rc-application.client.embedded {
    background-color: #EFF1F5;
  }
}
.rc-application .header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: var(--themeColor);
  color: var(--fontColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  margin-bottom: 1px;
  height: 44px;
  min-height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  justify-self: flex-start;
}
.rc-application .header h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px;
}
.rc-application .header button.flat {
  font-size: 0.8em;
}
.rc-application .standby {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  background-color: #f1f1ea;
}
.rc-application .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.rc-application .center-column {
  padding: 0 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.rc-application .center-column.start,
.rc-application .center-column.grow {
  margin: 30px 0px 10px 0px;
  padding: 0px 32px;
}
.rc-application .contentBox {
  min-height: 100px;
  max-height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.rc-application .contentBox img,
.rc-application .contentBox video,
.rc-application .contentBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  -o-object-fit: contain;
     object-fit: contain;
}
.rc-application .process {
  height: 1px;
}
.rc-application .process,
.rc-application .alert {
  overflow-x: hidden;
  overflow-y: auto;
}
.rc-application .process .content,
.rc-application .alert .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rc-application .process .contentBox,
.rc-application .alert .contentBox {
  max-height: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
}
.rc-application .alert {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rc-application .unavailable {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rc-application.login .header {
  background-color: #ffcd00;
  height: 125px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.rc-application.login .header svg {
  width: 260px;
  margin: 0 auto;
}
.rc-application.login .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  overflow-y: auto;
  width: 100%;
}
.rc-application.login .content h1 {
  color: #1B1B1B;
  font-weight: 100;
  padding: 0.5em 1em;
  margin: 1em auto 0.75em;
}
.rc-application.login .content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 15em;
  margin: auto;
}
.rc-application.login .content .company.single,
.rc-application.login .content .company.select {
  margin-bottom: 1em;
}
.rc-application.login .content .company.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rc-application.login .content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.rc-application.login .content .container input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 34px;
}
.rc-application.login .content .container button {
  position: absolute;
  right: 2px;
  top: 4px;
  color: red;
  opacity: 0.25;
}
.rc-application.login .content .container button:hover {
  color: red;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  opacity: 1;
}
.rc-application.login .content .select .label {
  text-align: start;
}
.rc-application.login .content option.special {
  background-color: #ffcd00;
}
.rc-application .start button,
.rc-application .process button,
.rc-application .alert button,
.rc-application .qos button,
.rc-application .actions button {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  min-width: 180px;
  max-width: 272px;
  width: -moz-available;
  width: -webkit-fill-available;
  margin: 25px 0 5px 0;
  padding: 13px 23px;
}
.rc-application .start {
  font-size: 1rem;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
  gap: 0.6rem;
}
.rc-application .start .select {
  margin-bottom: 0;
  margin-top: 7px;
}
.rc-application .start p {
  color: #3C4656;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
  /* 14.7px */
  margin: 0;
  text-align: center;
}
.rc-application .start label {
  color: #616876;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 25px */
  margin: 0;
  padding-bottom: 7px;
}
.rc-application .start .fields.block label {
  font-size: 0.85em;
  line-height: 1.25em;
  margin: 0.175em 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-application .start .fields.block input {
  margin-bottom: 0.25em;
}
.rc-application .start .fields.block input[type='text'] {
  width: 100%;
}
.rc-application .start .fields.block .checkbox.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-application .start .fields.block .checkbox.field input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
  min-height: 15px;
  min-width: 15px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  padding: 0;
  outline: none;
}
.rc-application .start .fields.block .checkbox.field input[type="checkbox"] + label {
  cursor: pointer;
}
.rc-application .start .fields.block .checkbox.field input[type="checkbox"]:checked:before {
  position: absolute;
  width: 120%;
  height: 120%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf7,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path fill='%234B5563' d='M22 .5L11 14.3 6 8.2c-.5-.7-1-.7-1.6 0-.5.6-.5 1.3 0 2l5.8 7.3c.5.7 1.1.7 1.7 0v-.3L23.7 2.6c.5-.7.5-1.4 0-2-.6-.8-1.1-.8-1.7-.1zM22 .5L11 14.3 6 8.2c-.5-.7-1-.7-1.6 0-.5.6-.5 1.3 0 2l5.8 7.3c.5.7 1.1.7 1.7 0v-.3L23.7 2.6c.5-.7.5-1.4 0-2-.6-.8-1.1-.8-1.7-.1z'/></svg>");
  left: 0;
  bottom: 0;
  overflow: visible;
  content: '';
}
.rc-application .start .fields.block .checkbox.field input[type="checkbox"]:checked {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rc-application .start .fields.block .checkbox.field input[type="checkbox"]:focus {
  -webkit-box-shadow: 0 0 0 1px #616876;
          box-shadow: 0 0 0 1px #616876;
}
.rc-application .start .fields.block .field.error label {
  color: #B66465;
}
.rc-application .start .fields.block .field.error input {
  border-color: #E4A1A1;
  background-color: #FFF3F3;
}
.rc-application .start .fields.block .field.error input[type="checkbox"] {
  -webkit-box-shadow: 0 0 0 1px #B66465;
          box-shadow: 0 0 0 1px #B66465;
}
.rc-application .start .fields.block .full-text.field {
  font-size: 0.85em;
}
.rc-application .start .fields.block .full-text.field:not(:last-child) {
  margin-bottom: 5px;
}
.rc-application .start .mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  gap: 0.5rem;
}
.rc-application .start .mode.call {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: visible;
}
.rc-application .start .mode.call-static {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-application .start .mode.code {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 3;
      -ms-flex: 3 1 auto;
          flex: 3 1 auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.rc-application .start .mode.code label {
  color: #3C4656;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  padding: 0;
  max-width: 45%;
}
.rc-application .start .mode.code input {
  text-align: center;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  max-width: 45%;
  outline: none;
}
.rc-application .start .mode.code input.error {
  border-color: #E4A1A1;
  background-color: #FFF3F3;
}
.rc-application.standalone .start .mic.block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-application.standalone .start .mic.block .shape,
.rc-application.standalone .start .mic.block .level {
  width: 146px;
  height: 180px;
}
.rc-application.standalone .start .mic.block .level {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 20px;
}
.rc-application.standalone .start .mic.block .level .fg,
.rc-application.standalone .start .mic.block .level .bg {
  position: absolute;
  height: 120px;
  width: 58px;
  top: 4px;
  left: 44px;
  border-radius: 44px;
}
.rc-application.standalone .start .mic.block .level .fg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 80px;
}
.rc-application.standalone .start .mic.block .controls {
  width: 100%;
}
.rc-application.standalone .start .select {
  text-align: start;
}
.rc-application .waiting {
  min-height: 180px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.rc-application .waiting lottie-player.spinner.transferring {
  width: 150px;
  height: 150px;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  overflow-y: visible;
}
.rc-application lottie-player.spinner {
  aspect-ratio: 1 / 1;
  height: 100%;
  max-height: 300px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.rc-application lottie-player.error {
  width: min(300px, 100%);
  aspect-ratio: 3 / 2;
  max-height: 200px;
}
.rc-application.phone {
  margin: 0;
  padding: 0;
}
.rc-application.phone .header {
  height: 36px;
}
.rc-application.phone.inactive {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.rc-application.phone .interaction {
  max-width: 14em;
}
.rc-application.phone .center-column {
  margin: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.rc-application.phone h1 {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  overflow: visible;
}
.rc-application.phone p.message {
  font-size: 1.1rem;
  margin: 0;
}
.rc-application.embedded button.stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-right: 12px;
  margin-left: 12px;
}
.rc-application .video.peer,
.rc-application .video.main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  background-image: url('/assets/images/no-photo.svg');
  background-color: transparent;
}
.rc-application .video.peer .spinner-wrapper,
.rc-application .video.main .spinner-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
}
.rc-application .video.peer.loading,
.rc-application .video.main.loading {
  position: relative;
  cursor: default;
  pointer-events: none;
  -webkit-transition: visibility 0.5s linear;
  transition: visibility 0.5s linear;
  background-image: none;
}
.rc-application .video.peer.loading .spinner-wrapper,
.rc-application .video.main.loading .spinner-wrapper {
  visibility: visible;
}
.rc-application .video.peer.loading .avatar,
.rc-application .video.main.loading .avatar {
  visibility: hidden;
}
.rc-application .video.peer .avatar,
.rc-application .video.main .avatar {
  display: none;
}
.rc-application .video.peer.custom .avatar,
.rc-application .video.main.custom .avatar {
  display: block;
  opacity: 1;
}
.rc-application .video.peer .active .avatar,
.rc-application .video.main .active .avatar,
.rc-application .video.peer.active .avatar,
.rc-application .video.main.active .avatar {
  display: none;
  opacity: 0.01;
}
.rc-application .video.peer.custom,
.rc-application .video.main.custom,
.rc-application .video.peer.active,
.rc-application .video.main.active {
  background-image: none;
}
.rc-application .video.peer iframe {
  width: 100%;
  height: 100%;
}
.rc-application .session {
  color: #1B1B1B;
  padding: 0;
  margin: 0;
  min-width: 0px;
  min-height: 0px;
}
.rc-application .session input {
  color: #1B1B1B;
}
.rc-application .session.scrollable {
  overflow-y: scroll;
}
.rc-application .session .top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
.rc-application .session .top p.name {
  max-height: 3em;
  overflow: hidden;
  padding: 0 0.5em;
}
.rc-application .session .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rc-application .session .buttons:empty {
  display: none;
}
.rc-application .session .buttons button {
  width: 100%;
  margin: 0;
  font-size: 1rem;
  min-width: 40px;
  border-radius: 0;
}
.rc-application .session .video {
  background-color: #d7d7d7;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.rc-application .session .video .container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.rc-application .session .video video,
.rc-application .session .video img,
.rc-application .session .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.rc-application .session .video video {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.01;
}
.rc-application .session .video.active video,
.rc-application .session .video .active .video {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.rc-application .session .video .inline.peer {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 98;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  padding: 0.5em;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.rc-application .session .video .vbuttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.4rem;
  padding-top: 0;
}
.rc-application .session .video .vbuttons button,
.rc-application .session .video .vbuttons button .svg {
  width: 30px;
  height: 30px;
}
.rc-application .session .video .vbuttons button {
  -webkit-margin-start: 0.2em;
          margin-inline-start: 0.2em;
  z-index: 99;
  min-height: unset;
  min-width: unset;
  color: white;
}
.rc-application .session .video .vbuttons button svg {
  width: 100%;
  height: 100%;
}
.rc-application .session .video button.camera {
  opacity: 1;
}
.rc-application .session .video button.camera.on,
.rc-application .session .video button.camera.off {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #ffffffff;
  padding: 6px;
  height: 35px;
  width: 35px;
}
.rc-application .session .video button.camera.refresh {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rc-application .session .video button.camera.fullscreen {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.rc-application .session .video button.camera.fullscreen .open {
  opacity: 1;
}
.rc-application .session .video button.camera.fullscreen .close {
  opacity: 0;
}
.rc-application .session .video button.camera.fullscreen.open .open {
  opacity: 0;
}
.rc-application .session .video button.camera.fullscreen.open .close {
  opacity: 1;
}
.rc-application .session .video-widget {
  min-height: 60px;
  background-color: #d7d7d7;
}
.rc-application .session .video-widget.pip {
  position: relative;
}
.rc-application .session .video-widget.pip .video .wrapper {
  padding-bottom: 56.25%;
}
.rc-application .session .video-widget.pip .video.main {
  height: auto;
  padding-bottom: 0;
}
.rc-application .session .video-widget .video.peer {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 1;
  font-size: 1rem;
}
.rc-application .session .video-widget .video.peer.fullscreen {
  height: 100%;
  max-height: 100%;
  margin-bottom: 0px;
}
.rc-application .session .video-widget .video.main {
  font-size: 0.4rem;
  position: absolute;
  bottom: 3px;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  width: 30%;
  border: none;
  display: none;
  background-color: transparent;
  z-index: 2;
}
.rc-application .session .video-widget .video.main.active {
  display: block;
}
.rc-application .session .video-widget.inversed .video.peer {
  font-size: 0.4rem;
  position: absolute;
  bottom: 3px;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  width: 30%;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  z-index: 2;
  height: auto;
  padding-bottom: 0;
}
.rc-application .session .video-widget.inversed .video.peer.fullscreen {
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: none;
}
.rc-application .session .video-widget.inversed .video.main {
  font-size: 1rem;
  position: relative;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  width: 100%;
  z-index: 1;
  border: none;
  left: 0;
  bottom: 0;
  display: none;
}
.rc-application .session .video-widget.inversed .video.main.active {
  display: block;
}
.rc-application .session .log {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 17px;
  color: #1B1B1B;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  /* Chat log */
}
.rc-application .session .log .top.overlay {
  z-index: 20;
}
.rc-application .session .log .chat {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 2px;
  color: #1B1B1B;
}
.rc-application .session .log .chat .system {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 1px;
}
.rc-application .session .log .chat .system .message {
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.1em 0.5em;
  margin: 0;
  border-radius: 17px;
  background-color: #ffffff99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 70%;
}
.rc-application .session .log .chat .system .message .item {
  margin: 0;
  padding: 0 0.25em;
  overflow-wrap: anywhere;
}
.rc-application .session .log .chat .system .message .item .name {
  -webkit-margin-end: 0.3em;
          margin-inline-end: 0.3em;
  font-weight: bold;
}
.rc-application .session .log .chat .bubble {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  margin: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 17px;
  padding: 14px 16px;
}
.rc-application .session .log .chat .bubble.text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  overflow-wrap: anywhere;
  word-break: normal;
}
.rc-application .session .log .chat .bubble.peer {
  color: #1B1B1B;
  background: #E9E9E9;
  border-end-start-radius: 0;
  border: solid 1px #D1D5DB;
}
.rc-application .session .log .chat .bubble.me {
  background: var(--themeColor);
  color: var(--fontColor);
  border-end-end-radius: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rc-application .session .log .chat .bubble .item {
  text-align: justify;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  z-index: 1;
}
.rc-application .session .log .chat .bubble .item .description {
  word-break: normal;
  text-overflow: ellipsis;
  vertical-align: bottom;
  max-width: 100%;
}
.rc-application .session .log .chat .bubble .item.mediafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rc-application .session .log .chat .bubble .item.mediafeed svg {
  width: 23px !important;
  height: 21px !important;
}
.rc-application .session .log .chat .bubble .item.file {
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.rc-application .session .log .chat .bubble .item.file.audioplayer {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-application .session .log .chat .bubble .item.download a,
.rc-application .session .log .chat .bubble .item.download a:visited {
  text-decoration: none;
  color: inherit;
}
.rc-application .session .log .chat .bubble .item.image {
  min-height: 100px;
  min-width: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.rc-application .session .log .chat .bubble .item.image img {
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
.rc-application .session .log .chat .bubble .item.image .overlay {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rc-application .session .log .chat .bubble .item.image .overlay:hover {
  color: #1B1B1B;
}
.rc-application .session .log .chat .bubble .item.image .overlay .icon {
  font-size: 3em;
}
.rc-application .session .log .chat .bubble .item.image .overlay .icon.play::before {
  content: "\E00B";
}
.rc-application .session .log .chat .bubble .item.image .overlay .icon::before {
  content: "\E019";
}
.rc-application .session .log .chat .bubble .item .icon {
  font-size: 1.1em;
  vertical-align: top;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.rc-application .session .log .chat .bubble .item img {
  border: 0;
  padding: 0;
  margin: 0;
}
.rc-application .session .log .chat .bubble.peer .item .overlay {
  color: rgba(0, 0, 0, 0.29);
}
.rc-application .session .log .chat .bubble .item.image:hover img {
  opacity: 1;
}
.rc-application .session .bottom {
  font-size: 18px;
  min-height: 80px;
  background-color: #4a4a4a;
}
.rc-application .session .bottom .toolbar {
  background: transparent;
  height: 100%;
  border-top: none;
}
.rc-application .session .bottom .toolbar .tools .text {
  margin: 0 5px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.rc-application .session .bottom div.buttons-holder {
  width: 250px;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.rc-application .session .bottom div.buttons-holder button .widetext {
  display: none;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.rc-application .session .bottom div.buttons-holder button.hangup svg {
  width: 42px;
  height: 42px;
}
.rc-application .session .bottom div.buttons-holder button.hangup.wide svg {
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.rc-application .session .bottom div.buttons-holder button.hangup.wide .widetext {
  display: block;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
}
.rc-application .session .toolbar {
  overflow: visible;
  border-top: 1px solid #d7d7d7;
  height: 91px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.rc-application .session .toolbar .tools .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  width: 10px;
}
.rc-application .session .toolbar .tools .message-input-holder {
  background-color: white;
  border-color: black;
  border-radius: 0.3em;
  padding: 3px 2px;
}
.rc-application .session .toolbar .tools .message-input-holder:first-of-type {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.rc-application .session .toolbar .tools .message-input-holder.embedded .action.file {
  cursor: default;
}
.rc-application .session .toolbar .tools .message-input-holder.embedded .action.file,
.rc-application .session .toolbar .tools .message-input-holder.embedded .message-input::-webkit-input-placeholder {
  opacity: 0.4;
}
.rc-application .session .toolbar .tools .message-input-holder.embedded .action.file,
.rc-application .session .toolbar .tools .message-input-holder.embedded .message-input::-moz-placeholder {
  opacity: 0.4;
}
.rc-application .session .toolbar .tools .message-input-holder.embedded .action.file,
.rc-application .session .toolbar .tools .message-input-holder.embedded .message-input::-ms-input-placeholder {
  opacity: 0.4;
}
.rc-application .session .toolbar .tools .message-input-holder.embedded .action.file,
.rc-application .session .toolbar .tools .message-input-holder.embedded .message-input::placeholder {
  opacity: 0.4;
}
.rc-application .session .toolbar .tools .message-input-holder.embedded .action.file:hover {
  opacity: 1;
}
.rc-application .session .toolbar .tools .message-input {
  border: 0;
  border-radius: 0;
}
.rc-application .session .toolbar .tools .message-input:focus {
  outline: none !important;
}
.rc-application .session .toolbar .tools .rc-paperclip::before {
  vertical-align: sub;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.rc-application .session .qos {
  -ms-flex-item-align: center;
      align-self: center;
  height: inherit;
}
.rc-application .session .qos form {
  margin: 0 auto;
  padding: 17px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 500;
  width: 100%;
  bottom: 0;
  left: 0;
}
.rc-application .session .qos form > p {
  padding: 0 20px;
}
.rc-application .session .qos form p {
  margin: 15px 0 0 0;
  font-weight: 300;
}
.rc-application .session .qos form p.question {
  font-weight: 400;
}
.rc-application .session .qos form .source {
  display: none;
}
.rc-application .session .qos form input {
  display: none;
}
.rc-application .session .qos form textarea {
  margin: 16px 20px 6px 20px;
  resize: none;
  width: -moz-available;
  width: -webkit-fill-available;
  min-height: 100px;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  padding: 10px 12px 4px 12px;
  font-size: 16px;
  background: #F9FAFB;
  color: #87919F;
}
.rc-application .session .qos form textarea:focus-visible {
  outline: none;
}
.rc-application .session .qos form .rating {
  padding-top: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rc-application .session .qos form .rating label {
  margin: 0 min(10px, 2.5%);
}
.rc-application .session .qos form .rating.long label {
  margin: 0 min(10px, 5% - 10px);
}
.rc-application .session .qos form .rating,
.rc-application .session .qos form .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
}
.rc-application .session .qos form .rate {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.rc-application .session .qos form label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rc-application .session .qos form label:hover {
  cursor: pointer;
  opacity: 1 !important;
}
.rc-application .session .qos form input:checked + label {
  opacity: 1 !important;
}
.rc-application .session .qos form label .rate {
  fill-opacity: 0;
}
.rc-application .session .qos form label:hover .rate {
  fill-opacity: 0.7;
}
.rc-application .session .qos form input:checked + label .rate {
  fill-opacity: 1;
}
.rc-application .session .qos form .buttons {
  background-color: #f1f1ea;
}
@media (min-width: 320px) {
  .rc-application .session .qos form .buttons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.rc-application .session .qos form .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rc-application .session .qos form label {
  z-index: 505;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.rc-application .session .qos form label .star {
  fill: none;
  stroke: #ffcd00;
  stroke-width: 3.3px;
  stroke-linejoin: round;
  height: 36px;
  width: 36px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-application .session .qos form label .star use {
  -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.rc-application .session .qos form label.thumb {
  opacity: 0.8;
  border-radius: 10px;
  width: min(150px, 45%);
  height: 86px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-application .session .qos form label.thumb.up {
  background-color: #C2E9C3;
}
.rc-application .session .qos form label.thumb.up svg {
  fill: #0CCA0E;
}
.rc-application .session .qos form label.thumb.down {
  background-color: #ECC5C5;
}
.rc-application .session .qos form label.thumb.down svg {
  fill: #D15557;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rc-application .session .qos form label.thumb svg {
  width: 34px;
  height: 38px;
}
.rc-application .session .qos form.active label {
  cursor: pointer;
}
.rc-application .session .qos form.active label .thumb {
  fill-opacity: 0.5;
}
.rc-application .session .qos form.active label:hover .star {
  fill: #ffcd00;
}
.rc-application .session .qos form.active label:hover .thumb {
  fill-opacity: 1;
}
.rc-application .session .qos form.active label:hover .star,
.rc-application .session .qos form.active label:hover ~ label .star {
  fill-opacity: 0.95;
  fill: #ffcd00;
}
.rc-application .session .qos form input {
  display: none;
}
.rc-application .session .qos form input:checked + label .thumb {
  fill-opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.rc-application .session .qos form input:checked ~ label .star {
  fill-opacity: 0.95;
  fill: #ffcd00;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.rc-application input {
  padding: 0.25em 0.5em;
}
.rc-application.client .session .log .chat,
.rc-application:not(.desktop) .session .log .chat {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rc-application.client .session .log .top,
.rc-application:not(.desktop) .session .log .top {
  height: 100%;
  position: sticky;
  top: 0px;
  pointer-events: none;
}
.rc-application.client .session .log .top div,
.rc-application:not(.desktop) .session .log .top div {
  pointer-events: auto;
}
.rc-application.client .session button.showchat,
.rc-application:not(.desktop) .session button.showchat {
  width: 66px;
  height: 66px;
  border-radius: 17px;
  background-color: white;
  position: absolute;
  top: calc(100% - 186px);
  left: calc(100% - 101px);
  z-index: 100;
  padding: 23px 17px 16px 19px;
  -webkit-box-shadow: 1.39999998px 1.39999998px 13px rgba(36, 36, 36, 0.14);
          box-shadow: 1.39999998px 1.39999998px 13px rgba(36, 36, 36, 0.14);
}
.rc-application.client .session button.showchat.on,
.rc-application:not(.desktop) .session button.showchat.on {
  color: #1DA05C;
}
.rc-application.client .session .toolbar .tools,
.rc-application:not(.desktop) .session .toolbar .tools {
  max-width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 10px;
  background-color: white;
  padding: 10px;
  margin: 20px;
  -webkit-box-shadow: 1.39999998px 1.39999998px 13px rgba(36, 36, 36, 0.14);
          box-shadow: 1.39999998px 1.39999998px 13px rgba(36, 36, 36, 0.14);
  font-size: 17px;
}
.rc-application.client .session .toolbar .tools.no-input,
.rc-application:not(.desktop) .session .toolbar .tools.no-input {
  background-color: unset;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rc-application.client .session .toolbar .tools button.circle,
.rc-application:not(.desktop) .session .toolbar .tools button.circle {
  width: 40px;
  height: 40px;
}
.rc-application.client .session .toolbar .tools button.circle svg,
.rc-application:not(.desktop) .session .toolbar .tools button.circle svg {
  width: 34px;
  height: 34px;
}
.rc-application.client .session button.tool,
.rc-application:not(.desktop) .session button.tool {
  aspect-ratio: 1 / 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: min-content;
      flex-basis: min-content;
  max-height: 66px;
  max-width: 66px;
  border-radius: 17px;
  opacity: 1;
  -webkit-box-shadow: 3.79999995px 7.0999999px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 3.79999995px 7.0999999px 10px rgba(0, 0, 0, 0.11);
}
.rc-application.client .session button.tool.flat,
.rc-application:not(.desktop) .session button.tool.flat {
  background-color: white;
  color: #616876;
}
@supports not (aspect-ratio:auto) {
  .rc-application.client .session button.tool,
  .rc-application:not(.desktop) .session button.tool {
    height: 66px;
    width: 66px;
  }
}
.rc-application input,
.rc-application .select {
  min-height: 42px;
  margin-bottom: 1em;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #D1D5DB;
}
.rc-application input:hover,
.rc-application .select:hover {
  border: solid 1px #9CA3AF;
}
.rc-application input:focus,
.rc-application .select:focus {
  border: solid 1px #9CA3AF;
}
.rc-application input:focus-visible,
.rc-application .select:focus-visible {
  outline: none;
  border: solid 1px #9CA3AF;
}
.rc-application input::last-child,
.rc-application .select::last-child {
  margin-bottom: 0;
}
.rc-application input.invalid,
.rc-application .select.invalid,
.rc-application input.invalid:focus,
.rc-application .select.invalid:focus {
  border: solid 1px red;
}
.rc-application .select {
  position: relative;
}
.rc-application .select select.wrapped {
  width: 100%;
  padding: 12px 11px 14px 19px;
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  opacity: 0;
  overflow-x: hidden;
}
.rc-application .select.disabled .label {
  opacity: 0.75;
  cursor: default;
}
.rc-application .select.disabled .label::after {
  opacity: 0;
}
.rc-application .select.disabled select {
  pointer-events: none;
}
.rc-application .select .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-padding-before: 13px;
          padding-block-start: 13px;
  -webkit-padding-after: 13px;
          padding-block-end: 13px;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  -webkit-padding-end: 11px;
          padding-inline-end: 11px;
  color: #616876;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
.rc-application .select .label span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.rc-application .select .label::after {
  width: 22px;
  height: 22px;
  content: url("data:image/svg+xml;utf7,<svg viewBox='0 0 22 22' fill='none' stroke='currentColor' xmlns='http://www.w3.org/2000/svg'><path d='M17.4168 8.25L11.0002 14.6667L4.5835 8.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  padding: 0.1em;
}
.rc-application .copyright {
  color: #3C4656;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  width: 100%;
  padding: 0 10px;
  margin: 5px;
  opacity: 0.5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  justify-self: flex-end;
}
.rc-application .copyright a {
  color: #3C4656;
  text-decoration: none;
}
.rc-application .copyright a:hover {
  text-decoration: underline;
}
.rc-application .copyright a:hover,
.rc-application .copyright a:active {
  color: #1B1B1B;
}
.rc-application .upload {
  position: relative;
  min-height: 80px;
}
.rc-application .upload input {
  display: none;
}
.rc-application .progress {
  position: relative;
  display: block;
  max-width: 100%;
  border: 1px solid rgba(39, 41, 43, 0.15);
  margin: 0.25em 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0.03);
  padding: 0.2857em;
  border-radius: 0.2857rem;
}
.rc-application .progress .bar > .progress {
  white-space: nowrap;
  position: absolute;
  width: auto;
  font-size: 0.9em;
  top: 50%;
  right: 0.5em;
  left: auto;
  bottom: auto;
  color: #1B1B1B;
  text-shadow: none;
  margin-top: -0.5em;
  font-weight: 700;
  text-align: start;
  border: 0;
  padding: 0;
}
.rc-application .progress .bar {
  height: 1.75em;
  display: block;
  line-height: 1;
  position: relative;
  width: 0;
  min-width: 2.5em;
  background: var(--themeColor);
  border-radius: 0.2857rem;
}
.rc-application .progress .label {
  width: 100%;
  font-size: 1em;
  top: 100%;
  right: auto;
  left: 0;
  bottom: auto;
  color: #1B1B1B;
  font-weight: 700;
  text-shadow: none;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  text-align: center;
}
.rc-application .progress .uploading.error .label {
  color: #B66465;
}
.rc-application .progress .uploading.error .progress .bar {
  background-color: #FFF3F3;
}
.rc-application .desktop-preview {
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  position: relative;
}
.rc-application .desktop-preview video {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
      touch-action: none;
  height: 100%;
  width: 100%;
}
.rc-application .desktop-preview .vbuttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5em;
  padding-top: 0;
}
.rc-application .desktop-preview .vbuttons button,
.rc-application .desktop-preview .vbuttons button .svg {
  width: 30px;
  height: 30px;
}
.rc-application .desktop-preview .vbuttons button.flat {
  opacity: 1;
  z-index: 99;
  min-height: unset;
  min-width: unset;
}
.rc-application .desktop-preview .vbuttons button.flat svg use {
  color: white;
}
.rc-application .desktop-preview .vbuttons button.flat svg {
  width: 100%;
  height: 100%;
}
.rc-application .desktop-preview .vbuttons button.flat .open {
  opacity: 1;
}
.rc-application .desktop-preview .vbuttons button.flat .close {
  opacity: 0;
}
.rc-application .desktop-preview .vbuttons button.flat.open .open {
  opacity: 0;
}
.rc-application .desktop-preview .vbuttons button.flat.open .close {
  opacity: 1;
}
.rc-application .modal.preview.camera {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: black;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.rc-application .modal.preview.camera .content {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
}
.rc-application .modal.preview.camera .content .vbuttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5em;
  padding-top: 0;
}
.rc-application .modal.preview.camera .content .vbuttons button,
.rc-application .modal.preview.camera .content .vbuttons button .svg {
  width: 30px;
  height: 30px;
}
.rc-application .modal.preview.camera .content .vbuttons button {
  z-index: 99;
  min-height: unset;
  min-width: unset;
}
.rc-application .modal.preview.camera .content .vbuttons button svg {
  width: 100%;
  height: 100%;
}
.rc-application .modal.preview.camera video {
  height: 100%;
  width: 100%;
  background-size: cover;
}
#WebRtc4npapi {
  display: none;
}
.drophover .log {
  background-color: red !important;
}
.fake.kbd.center-column {
  display: none;
}
.active-soft-keyboard .fake.kbd.center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.active-soft-keyboard .rc-application .session .top,
.active-soft-keyboard .rc-application .session .log {
  display: none;
}
noscript h1 {
  margin: 20px;
}
.desktop.landscape .client.standalone .process .message {
  min-height: 40px;
}
.rc-application .capturer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.rc-application .capturer .frame {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  background-color: #000000ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.rc-application .capturer img {
  max-width: 100%;
  max-height: 100%;
}
.rc-application .capturer .controls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1em;
}
.rc-application .capturer .controls button {
  margin: 0.25em;
}
#share-panel {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  gap: 0.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#share-panel .item button.tool + .title {
  visibility: hidden;
}
#share-panel .item button.tool:hover + .title {
  visibility: visible;
  opacity: 0.8;
}
#share-panel .item .title {
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
  z-index: 101;
  padding: 0.5em;
  background: #4a4a4a;
  color: white;
  border-radius: 10px;
  font-size: 0.8em;
  margin-left: 0.75em;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.29);
}
#share-panel .item .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #4a4a4a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.audioplayer .player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 150px;
}
.audioplayer .player .time {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}
.rc-application > .header button:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.rc-application .header.small.main-screen-header .camera:hover,
.rc-application .header.small.main-screen-header .hangup:hover {
  background-color: #ffffff99;
}
.mos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.mos h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  padding: 0;
}
.gauges {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: auto;
  background-color: transparent;
  padding: 0.5em;
}
.gauge {
  width: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gauge svg {
  /*color: white;*/
  height: 10px;
  width: 10px;
}
.gauge div {
  height: 8px;
  margin-left: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: gainsboro;
}
.gauge.mos-5 div.mos-5 {
  background-color: #C10000;
}
.gauge.mos-10 div.mos-5,
.gauge.mos-10 div.mos-10 {
  background-color: #C10000;
}
.gauge.mos-15 div.mos-5,
.gauge.mos-15 div.mos-10,
.gauge.mos-15 div.mos-15 {
  background-color: #C10000;
}
.gauge.mos-20 div.mos-5,
.gauge.mos-20 div.mos-10,
.gauge.mos-20 div.mos-15,
.gauge.mos-20 div.mos-20 {
  background-color: #C10000;
}
.gauge.mos-25 div.mos-5,
.gauge.mos-30 div.mos-5,
.gauge.mos-35 div.mos-5,
.gauge.mos-40 div.mos-5,
.gauge.mos-45 div.mos-5,
.gauge.mos-50 div.mos-5,
.gauge.mos-55 div.mos-5,
.gauge.mos-60 div.mos-5,
.gauge.mos-65 div.mos-5,
.gauge.mos-70 div.mos-5,
.gauge.mos-75 div.mos-5,
.gauge.mos-80 div.mos-5,
.gauge.mos-85 div.mos-5,
.gauge.mos-90 div.mos-5,
.gauge.mos-95 div.mos-5,
.gauge.mos-100 div.mos-5,
.gauge.mos-25 div.mos-10,
.gauge.mos-30 div.mos-10,
.gauge.mos-35 div.mos-10,
.gauge.mos-40 div.mos-10,
.gauge.mos-45 div.mos-10,
.gauge.mos-50 div.mos-10,
.gauge.mos-55 div.mos-10,
.gauge.mos-60 div.mos-10,
.gauge.mos-65 div.mos-10,
.gauge.mos-70 div.mos-10,
.gauge.mos-75 div.mos-10,
.gauge.mos-80 div.mos-10,
.gauge.mos-85 div.mos-10,
.gauge.mos-90 div.mos-10,
.gauge.mos-95 div.mos-10,
.gauge.mos-100 div.mos-10,
.gauge.mos-25 div.mos-15,
.gauge.mos-30 div.mos-15,
.gauge.mos-35 div.mos-15,
.gauge.mos-40 div.mos-15,
.gauge.mos-45 div.mos-15,
.gauge.mos-50 div.mos-15,
.gauge.mos-55 div.mos-15,
.gauge.mos-60 div.mos-15,
.gauge.mos-65 div.mos-15,
.gauge.mos-70 div.mos-15,
.gauge.mos-75 div.mos-15,
.gauge.mos-80 div.mos-15,
.gauge.mos-85 div.mos-15,
.gauge.mos-90 div.mos-15,
.gauge.mos-95 div.mos-15,
.gauge.mos-100 div.mos-15,
.gauge.mos-25 div.mos-20,
.gauge.mos-30 div.mos-20,
.gauge.mos-35 div.mos-20,
.gauge.mos-40 div.mos-20,
.gauge.mos-45 div.mos-20,
.gauge.mos-50 div.mos-20,
.gauge.mos-55 div.mos-20,
.gauge.mos-60 div.mos-20,
.gauge.mos-65 div.mos-20,
.gauge.mos-70 div.mos-20,
.gauge.mos-75 div.mos-20,
.gauge.mos-80 div.mos-20,
.gauge.mos-85 div.mos-20,
.gauge.mos-90 div.mos-20,
.gauge.mos-95 div.mos-20,
.gauge.mos-100 div.mos-20,
.gauge.mos-25 div.mos-25,
.gauge.mos-30 div.mos-25,
.gauge.mos-35 div.mos-25,
.gauge.mos-40 div.mos-25,
.gauge.mos-45 div.mos-25,
.gauge.mos-50 div.mos-25,
.gauge.mos-55 div.mos-25,
.gauge.mos-60 div.mos-25,
.gauge.mos-65 div.mos-25,
.gauge.mos-70 div.mos-25,
.gauge.mos-75 div.mos-25,
.gauge.mos-80 div.mos-25,
.gauge.mos-85 div.mos-25,
.gauge.mos-90 div.mos-25,
.gauge.mos-95 div.mos-25,
.gauge.mos-100 div.mos-25 {
  background-color: #C10000;
}
.gauge.mos-30 div.mos-30 {
  background-color: #FF8B32;
}
.gauge.mos-35 div.mos-30,
.gauge.mos-35 div.mos-35 {
  background-color: #FF8B32;
}
.gauge.mos-40 div.mos-30,
.gauge.mos-40 div.mos-35,
.gauge.mos-40 div.mos-40 {
  background-color: #FF8B32;
}
.gauge.mos-45 div.mos-30,
.gauge.mos-45 div.mos-35,
.gauge.mos-45 div.mos-40,
.gauge.mos-45 div.mos-45 {
  background-color: #FF8B32;
}
.gauge.mos-50 div.mos-30,
.gauge.mos-55 div.mos-30,
.gauge.mos-60 div.mos-30,
.gauge.mos-65 div.mos-30,
.gauge.mos-70 div.mos-30,
.gauge.mos-75 div.mos-30,
.gauge.mos-80 div.mos-30,
.gauge.mos-85 div.mos-30,
.gauge.mos-90 div.mos-30,
.gauge.mos-95 div.mos-30,
.gauge.mos-100 div.mos-30,
.gauge.mos-50 div.mos-35,
.gauge.mos-55 div.mos-35,
.gauge.mos-60 div.mos-35,
.gauge.mos-65 div.mos-35,
.gauge.mos-70 div.mos-35,
.gauge.mos-75 div.mos-35,
.gauge.mos-80 div.mos-35,
.gauge.mos-85 div.mos-35,
.gauge.mos-90 div.mos-35,
.gauge.mos-95 div.mos-35,
.gauge.mos-100 div.mos-35,
.gauge.mos-50 div.mos-40,
.gauge.mos-55 div.mos-40,
.gauge.mos-60 div.mos-40,
.gauge.mos-65 div.mos-40,
.gauge.mos-70 div.mos-40,
.gauge.mos-75 div.mos-40,
.gauge.mos-80 div.mos-40,
.gauge.mos-85 div.mos-40,
.gauge.mos-90 div.mos-40,
.gauge.mos-95 div.mos-40,
.gauge.mos-100 div.mos-40,
.gauge.mos-50 div.mos-45,
.gauge.mos-55 div.mos-45,
.gauge.mos-60 div.mos-45,
.gauge.mos-65 div.mos-45,
.gauge.mos-70 div.mos-45,
.gauge.mos-75 div.mos-45,
.gauge.mos-80 div.mos-45,
.gauge.mos-85 div.mos-45,
.gauge.mos-90 div.mos-45,
.gauge.mos-95 div.mos-45,
.gauge.mos-100 div.mos-45,
.gauge.mos-50 div.mos-50,
.gauge.mos-55 div.mos-50,
.gauge.mos-60 div.mos-50,
.gauge.mos-65 div.mos-50,
.gauge.mos-70 div.mos-50,
.gauge.mos-75 div.mos-50,
.gauge.mos-80 div.mos-50,
.gauge.mos-85 div.mos-50,
.gauge.mos-90 div.mos-50,
.gauge.mos-95 div.mos-50,
.gauge.mos-100 div.mos-50 {
  background-color: #FF8B32;
}
.gauge.mos-55 div.mos-55 {
  background-color: #FFDF17;
}
.gauge.mos-60 div.mos-55,
.gauge.mos-60 div.mos-60 {
  background-color: #FFDF17;
}
.gauge.mos-65 div.mos-55,
.gauge.mos-65 div.mos-60,
.gauge.mos-65 div.mos-65 {
  background-color: #FFDF17;
}
.gauge.mos-70 div.mos-55,
.gauge.mos-70 div.mos-60,
.gauge.mos-70 div.mos-65,
.gauge.mos-70 div.mos-70 {
  background-color: #FFDF17;
}
.gauge.mos-75 div.mos-55,
.gauge.mos-80 div.mos-55,
.gauge.mos-85 div.mos-55,
.gauge.mos-90 div.mos-55,
.gauge.mos-95 div.mos-55,
.gauge.mos-100 div.mos-55,
.gauge.mos-75 div.mos-60,
.gauge.mos-80 div.mos-60,
.gauge.mos-85 div.mos-60,
.gauge.mos-90 div.mos-60,
.gauge.mos-95 div.mos-60,
.gauge.mos-100 div.mos-60,
.gauge.mos-75 div.mos-65,
.gauge.mos-80 div.mos-65,
.gauge.mos-85 div.mos-65,
.gauge.mos-90 div.mos-65,
.gauge.mos-95 div.mos-65,
.gauge.mos-100 div.mos-65,
.gauge.mos-75 div.mos-70,
.gauge.mos-80 div.mos-70,
.gauge.mos-85 div.mos-70,
.gauge.mos-90 div.mos-70,
.gauge.mos-95 div.mos-70,
.gauge.mos-100 div.mos-70,
.gauge.mos-75 div.mos-75,
.gauge.mos-80 div.mos-75,
.gauge.mos-85 div.mos-75,
.gauge.mos-90 div.mos-75,
.gauge.mos-95 div.mos-75,
.gauge.mos-100 div.mos-75 {
  background-color: #FFDF17;
}
.gauge.mos-80 div.mos-80 {
  background-color: #0FB700;
}
.gauge.mos-85 div.mos-80,
.gauge.mos-85 div.mos-85 {
  background-color: #0FB700;
}
.gauge.mos-90 div.mos-80,
.gauge.mos-90 div.mos-85,
.gauge.mos-90 div.mos-90 {
  background-color: #0FB700;
}
.gauge.mos-95 div.mos-80,
.gauge.mos-95 div.mos-85,
.gauge.mos-95 div.mos-90,
.gauge.mos-95 div.mos-95 {
  background-color: #0FB700;
}
.gauge.mos-100 div.mos-80,
.gauge.mos-100 div.mos-85,
.gauge.mos-100 div.mos-90,
.gauge.mos-100 div.mos-95,
.gauge.mos-100 div.mos-100 {
  background-color: #0FB700;
}
.mos-alert,
.portrait .bottom .toasts {
  width: 90%;
  margin: 0 5%;
}
.mos-alert.above_self_info,
.portrait .bottom .toasts.above_self_info {
  top: -115px;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.mos-alert {
  top: 10px;
  color: #FF8B32;
}
.toasts {
  top: 0px;
  width: 100%;
}
.mos-alert,
.toasts {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  text-align: center;
  -webkit-transition: visibility 0.75s, opacity 0.75s ease-in-out;
  transition: visibility 0.75s, opacity 0.75s ease-in-out;
  border-radius: 3px;
  background: rgba(74, 74, 74, 0.75);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 10px;
}
.mos-alert .toast,
.toasts .toast {
  color: #FFDF17;
}
.mos-alert.active,
.toasts.active {
  visibility: visible;
  opacity: 1;
}
svg.error {
  width: 2.25em;
  height: 2.25em;
  padding: 0.2em;
}
.rc-application .scheduler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.rc-application .scheduler .copyAlert {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.rc-application .scheduler .copyAlert .text {
  margin: 0 auto;
  border-radius: 0.25rem;
  background-color: grey;
  color: white;
  padding: 0.5rem 2rem;
}
.rc-application .scheduler .copyAlert.active {
  opacity: 0.75;
}
.rc-application .scheduler .pickerOverlay {
  position: absolute;
  overflow: visible;
  width: 0;
  height: 0;
  margin-left: -250px;
}
.rc-application .scheduler .form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 1rem 1.25rem 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.rc-application .scheduler .form label {
  width: 250px;
}
.rc-application .scheduler .form label.name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.2em;
}
.rc-application .scheduler .form label input {
  width: 100%;
  margin-bottom: 0;
}
.rc-application .scheduler .form .buttons button {
  max-height: 30px;
  width: unset;
  margin: 0;
  padding: 0.1rem 1.25rem 0.1rem 1.25rem;
  margin-left: 1em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-radius: 0.25rem;
}
.rc-application .scheduler .form.active {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rc-application .scheduler .form .digits {
  text-align: end;
}
.rc-application .scheduler .form .digits.two {
  max-width: 50px;
}
.rc-application .scheduler .form .digits.four {
  max-width: 100px;
}
.rc-application .scheduler .list {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 1rem;
}
.rc-application .scheduler .list h1 {
  text-align: center;
  font-size: 1em;
}
.rc-application .scheduler .list section {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.rc-application .scheduler .list section ul {
  list-style-type: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.rc-application .scheduler .list .item {
  position: relative;
  margin-top: -1px;
  border: solid 1px #c1c1bb;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rc-application .scheduler .list .item div {
  padding: 0 0.5em 0 0.5em;
}
.rc-application .scheduler .list .item .date {
  text-align: center;
  min-width: 75px;
}
.rc-application .scheduler .list .item .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rc-application .scheduler .list .item .ctrls {
  padding-right: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f1f1ea;
}
.rc-application .scheduler .list .item .ctrls button {
  background-color: transparent;
  border: solid 1px #1B1B1B;
  max-height: 30px;
  width: unset;
  margin: 0;
  border-radius: 3px;
  padding: 0.1rem 1.25rem 0.1rem 1.25rem;
  margin-left: 1em;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1em;
  color: #1B1B1B;
}
.rc-application .scheduler .list .item .ctrls button.delete {
  color: red;
}
.rc-application .scheduler .list .item.odd,
.rc-application .scheduler .list .item.odd .ctrls {
  background-color: #d9d9d3;
}
.rc-application .scheduler .list .item .ctrls.confirm {
  background-color: #4a4a4a;
  color: white;
  opacity: 0;
  visibility: hidden;
}
.rc-application .scheduler .list .item .ctrls.confirm p {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 1em;
  padding-right: 1em;
}
.rc-application .scheduler .list .item .ctrls.confirm button {
  color: white;
  border: solid 1px white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rc-application .scheduler .list .item .ctrls.confirm button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px white;
}
.rc-application .scheduler .list .item .ctrls.confirm button.red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2424), to(#ce0000));
  background-image: linear-gradient(to bottom, #ff2424, #ce0000);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 22, 69, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 22, 69, 0.5);
  border-color: transparent;
}
.rc-application .scheduler .list .item .ctrls.confirm.active {
  visibility: visible;
  opacity: 1;
}
.rc-application .scheduler .list .item:hover .ctrls {
  opacity: 1;
}
.agent_start_page .rc-application,
.agent_in_process_page .rc-application {
  overflow: hidden;
}
.agent_start_page .log,
.agent_in_process_page .log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.landscape .agent_start_page .rc-application:not(.desktop) .session,
.landscape .agent_in_process_page .rc-application:not(.desktop) .session {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.landscape .agent_start_page .log,
.landscape .agent_in_process_page .log {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
}
.agent_start_page .rc-application:not(.desktop) .session .log {
  background-color: #EFF1F5;
}
.agent_start_page .bottom,
.agent_in_process_page .bottom {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: Segoe UI, sans-serif;
}
.agent_start_page .bottom .message .code,
.agent_in_process_page .bottom .message .code {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 50px 7px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #A0C8FD;
  background-color: #FEFEFE;
  background-image: url("data:image/svg+xml;utf7,<svg viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'><path fill='%239BC3F8' stroke='none' stroke-width='0.5' d='M6.13318 9.34441C6.13318 8.52186 6.7693 7.88495 7.72731 7.88495C8.68532 7.88495 10.6508 7.8629 10.6508 7.8629C10.6508 7.8629 10.6208 7.17777 10.6208 6.30641C10.6208 5.43524 11.4005 4.84009 12.3351 4.84009C13.27 4.84009 17.9011 4.87939 18.3555 4.87939C18.8099 4.87939 19.1785 5.04788 19.6879 5.43514C20.1972 5.8226 20.9672 6.47019 21.3485 6.90166C21.7298 7.33312 21.8907 7.58502 21.8907 7.94102C21.8907 8.29711 21.8907 15.4741 21.8848 16.3057C21.8791 17.1374 21.1128 17.7521 20.2054 17.7643C19.2981 17.7764 17.3497 17.7764 17.3497 17.7764C17.3497 17.7764 17.3954 18.3915 17.3954 19.2614C17.3954 20.1313 16.6009 20.8111 15.6981 20.8351C14.7953 20.8591 8.64641 20.7871 7.77014 20.8111C6.89388 20.8351 6.10632 20.1452 6.10632 19.2995C6.10632 18.4538 6.13318 10.1669 6.13318 9.34441ZM7.77338 9.73118L7.66046 18.8323C7.65979 18.8836 7.66932 18.9346 7.68852 18.9823C7.70771 19.03 7.73617 19.0734 7.77226 19.1099C7.80835 19.1465 7.85134 19.1756 7.89875 19.1954C7.94615 19.2152 7.99702 19.2255 8.04841 19.2255L15.2931 19.2471C15.3441 19.2477 15.3948 19.238 15.442 19.2185C15.4892 19.199 15.532 19.1702 15.5678 19.1338C15.6036 19.0974 15.6317 19.0541 15.6503 19.0066C15.669 18.959 15.6778 18.9082 15.6763 18.8572L15.6549 17.9856C15.6545 17.9598 15.6489 17.9344 15.6386 17.9108C15.6282 17.8871 15.6133 17.8658 15.5947 17.848C15.576 17.8302 15.554 17.8163 15.5299 17.807C15.5058 17.7978 15.4802 17.7934 15.4544 17.7942C15.4544 17.7942 13.3112 17.8569 12.3407 17.8229C11.3702 17.7888 10.7066 17.1557 10.7063 16.3021C10.706 15.4485 10.7066 9.52505 10.7066 9.52505C10.7067 9.49927 10.7016 9.47373 10.6917 9.44992C10.6818 9.4261 10.6673 9.40449 10.649 9.38632C10.6307 9.36815 10.609 9.35379 10.5851 9.34408C10.5612 9.33436 10.5357 9.32947 10.5099 9.32971L8.17015 9.33775C8.06572 9.33848 7.96572 9.38006 7.89157 9.45359C7.81741 9.52712 7.77499 9.62676 7.77338 9.73118ZM18.2129 6.27534C18.0496 6.13321 17.9172 6.193 17.9172 6.40981V8.10108C17.9172 8.20948 18.0049 8.2978 18.113 8.29838L20.1584 8.30828C20.3744 8.30936 20.4172 8.19498 20.254 8.05285L18.2129 6.27534ZM12.5666 6.35836C12.5408 6.35812 12.5152 6.36298 12.4912 6.37265C12.4673 6.38232 12.4455 6.39662 12.4271 6.41472C12.4088 6.43282 12.3941 6.45437 12.3841 6.47813C12.374 6.50189 12.3687 6.52741 12.3686 6.55321L12.3072 15.9913C12.3068 16.0298 12.3141 16.068 12.3286 16.1037C12.3431 16.1394 12.3646 16.1718 12.3917 16.1992C12.4189 16.2265 12.4512 16.2481 12.4868 16.2629C12.5224 16.2776 12.5606 16.2851 12.5991 16.285L19.9699 16.2668C20.0224 16.2665 20.0728 16.2458 20.1102 16.2089C20.1476 16.1721 20.1692 16.1221 20.1702 16.0696L20.2945 9.95133C20.2952 9.9257 20.2908 9.90021 20.2814 9.87634C20.2721 9.85248 20.258 9.83074 20.2401 9.81242C20.2222 9.79409 20.2007 9.77956 20.1771 9.76968C20.1534 9.7598 20.128 9.75477 20.1024 9.7549C20.1024 9.7549 17.5371 9.75902 17.0852 9.75902C16.6332 9.75902 16.3466 9.54123 16.3466 9.12368C16.3466 8.70613 16.338 6.57869 16.338 6.57869C16.3376 6.52641 16.3167 6.47636 16.2798 6.43936C16.2428 6.40236 16.1928 6.38136 16.1405 6.3809L12.5665 6.35836H12.5666Z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 28px 28px;
  color: #377BCC;
  text-align: center;
  font-family: Segoe UI, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.16px;
}
.landscape .agent_start_page .rc-application:not(.desktop) .bottom,
.landscape .agent_in_process_page .rc-application:not(.desktop) .bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.agent_start_page .rc-application:not(.desktop) .bottom,
.agent_in_process_page .rc-application:not(.desktop) .bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.agent_start_page .rc-application:not(.desktop) .bottom div,
.agent_in_process_page .rc-application:not(.desktop) .bottom div {
  padding: 0.5em;
}
.agent_in_process_page .rc-application.desktop .bottom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.agent_in_process_page .rc-application:not(.desktop) .bottom .idle.message {
  text-align: center;
}
.agent_in_process_page .rc-application.desktop .bottom .idle.message {
  text-align: start;
}
.idle.init.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.idle.init.message button svg {
  width: 24px;
  height: 40px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.landscape .rc-application:not(.desktop) .idle.init.message {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-application.desktop .idle.init.message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.rc-application.desktop .idle.init.message h1 {
  min-width: 250px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.rc-application.agent .bottom button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 220px;
  min-height: 48px;
  -ms-flex-item-align: center;
      align-self: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rc-application.agent .bottom button.create,
.rc-application.agent .bottom button.hangup.wide {
  min-width: 180px;
}
.agent_start_page .bottom h1,
.agent_in_process_page .bottom h1 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 100;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  text-align: start;
  font-size: 20px;
  font-weight: 400;
}
.agent_start_page .bottom h1.message .code,
.agent_in_process_page .bottom h1.message .code {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.agent_start_page .view_selector,
.agent_in_process_page .view_selector {
  position: absolute;
  top: 5px;
  width: 100%;
}
.agent_start_page .view_selector label,
.agent_in_process_page .view_selector label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agent_start_page .view_selector label input,
.agent_in_process_page .view_selector label input {
  min-height: initial;
  -webkit-margin-before: initial;
          margin-block-start: initial;
  -webkit-margin-after: initial;
          margin-block-end: initial;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.agent_start_page .rc-application:not(.desktop) .bottom h1,
.agent_in_process_page .rc-application:not(.desktop) .bottom h1 {
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
}
.agent_start_page .desktop .log,
.agent_in_process_page .desktop .log,
.normal_session_page .agent.desktop .log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.agent_start_page .log .top,
.agent_in_process_page .log .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agent_start_page .rc-application:not(.desktop) .top,
.agent_in_process_page .rc-application:not(.desktop) .top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.landscape .agent_start_page .rc-application:not(.desktop) .top,
.landscape .agent_in_process_page .rc-application:not(.desktop) .top {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ffcd00;
}
.agent_start_page .desktop .log .top,
.agent_in_process_page .desktop .log .top,
.normal_session_page .desktop .log .top {
  background-color: #ffcd00;
  color: #1B1B1B;
  color: var(--fontColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-border-end: solid 1px white;
          border-inline-end: solid 1px white;
  width: 250px;
  min-width: 250px;
}
.video.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.normal_session_page .desktop .log .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agent_start_page .desktop .log .chat,
.agent_in_process_page .desktop .log .chat,
.normal_session_page .desktop .log .chat {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1vh;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow-y: auto;
  overflow-x: hidden;
}
.video button.tool.camera {
  -webkit-margin-end: 0.4rem;
          margin-inline-end: 0.4rem;
  margin-top: 0.4rem;
  background-color: white;
}
.video button.tool.camera:hover {
  background-color: #ffffff99;
}
.self-info {
  min-height: 30px;
  padding: 0 0.2em;
}
.self-info.high {
  min-height: 85px;
}
.self-info p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.self-info button.link {
  font-size: 0.8em;
}
.rc-application.agent .self-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .log .top {
  background-color: #E1E3E7;
}
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .log .bottom {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1E3E7), color-stop(40%, #E1E3E7), color-stop(40%, transparent));
  background: linear-gradient(to bottom, #E1E3E7 0, #E1E3E7 40%, transparent 40%);
}
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .log .bottom .message {
  width: 100%;
  background-color: #E1E3E7;
}
.portrait .agent_start_page .view_selector.embedded,
.portrait .agent_in_process_page .view_selector.embedded {
  display: none;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop),
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) {
  background-color: #EFF1F5;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .vbuttons,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .vbuttons {
  bottom: unset;
  top: 50px;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .vbuttons button.refresh.camera,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .vbuttons button.refresh.camera {
  width: 35px;
  height: 35px;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .vbuttons button.refresh.camera svg,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .vbuttons button.refresh.camera svg {
  width: 35px;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .self-info,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .self-info {
  min-height: 72px;
  margin: 0px 5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #ffcd00;
  border-radius: 10px;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .log,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .log .top,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .log .top {
  position: unset;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .bottom,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .bottom {
  min-height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .bottom:has(button.direct),
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .bottom:has(button.direct) {
  min-height: 240px;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .bottom .hangup,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .bottom .hangup {
  margin-bottom: 20px;
}
.landscape .agent_start_page .rc-application.agent:not(.desktop) .log,
.landscape .agent_in_process_page .rc-application.agent:not(.desktop) .log {
  background-color: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.landscape .agent_start_page .rc-application.agent:not(.desktop) .log .top,
.landscape .agent_in_process_page .rc-application.agent:not(.desktop) .log .top {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.portrait .agent_start_page .rc-application.agent:not(.desktop) .log .bottom,
.landscape .agent_start_page .rc-application.agent:not(.desktop) .log .bottom,
.portrait .agent_in_process_page .rc-application.agent:not(.desktop) .log .bottom,
.landscape .agent_in_process_page .rc-application.agent:not(.desktop) .log .bottom {
  background-color: transparent;
  color: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -36px;
}
.normal_session_page .rc-application.agent:not(.desktop) .self-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1px;
}
.rc-application.agent .toolbar .tools {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.toolbar .tools {
  padding-left: 0.2em;
  padding-right: 0.2em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.2em;
}
.rc-application.agent.desktop .toolbar .tools button {
  color: white;
  border: solid 1px transparent;
  height: 40px;
  width: 40px;
  min-height: unset;
}
.rc-application.agent.desktop .toolbar .tools button svg {
  height: 100%;
  width: 100%;
}
.rc-application.agent.desktop .toolbar .tools button:hover {
  color: #1B1B1B;
  border: solid 1px white;
  background-color: white;
}
.rc-application.agent.desktop .toolbar .tools button.screencast.on {
  color: #0575eb;
}
.hidden_session_page .rc-application.agent .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hidden_session_page .rc-application.agent:not(.desktop) .bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hidden_session_page .rc-application.agent .log {
  overflow: hidden;
}
.fileItem-no-preview {
  position: absolute;
  left: 1px;
  top: 3px;
  width: 22px;
  height: 22px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 2px;
}
.error-text {
  width: 100%;
  -webkit-padding-start: 48%;
          padding-inline-start: 48%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  color: #B66465;
}
.error-text.hidden {
  display: unset !important;
  visibility: hidden;
}
html.desktop .rc-application .session button.flat:hover {
  color: #1B1B1B;
}
/* BCSITRICHCALL-6800 */
.ios #icon-ready g,
.macos #icon-ready g,
.ios #icon-not-ready g,
.macos #icon-not-ready g {
  -webkit-filter: none;
          filter: none;
}
/* BCSITRICHCALL-6801 */
.macos.desktop .rc-application.dimmer.visible {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
/* RDA workaround for chromium 83 driver */
.rda #icon-ready g,
.rda #icon-not-ready g {
  -webkit-filter: none;
          filter: none;
}
.rda .rc-application .session .log .chat .bubble.peer {
  border-bottom-left-radius: 0;
}
.rda .rc-application .session .log .chat .bubble.me {
  border-bottom-right-radius: 0;
}
.rtl .rda .rc-application .session .log .chat .bubble {
  border-radius: 17px;
}
.rtl .rda .rc-application .session .log .chat .bubble.peer {
  border-bottom-right-radius: 0;
}
.rtl .rda .rc-application .session .log .chat .bubble.me {
  border-bottom-left-radius: 0;
}
/* Phone number in arabic should be ltr */
.rtl .caller_id {
  direction: ltr !important;
  text-align: end !important;
}
/* Modal definitions */
.rc-application .modal {
  font-size: 18px;
  color: #3C4656;
  opacity: 0;
  margin-top: -15%;
  z-index: 1000;
  text-align: start;
  min-width: min(100%, 400px);
  margin-left: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: top, left, margin, transform, opacity;
  /* Preview */
}
.rc-application .modal .content {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  text-align: center;
  min-height: 1.5em;
  margin: 0;
  padding: 1.5em 1em 0 1em;
  background: #ffffff;
}
.rc-application .modal .header {
  min-height: unset;
  height: 45px;
  color: #3C4656;
  background-color: #E9E9E9;
  font-size: 1.3em;
  font-weight: bold;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.rc-application .modal .content.left.aligned {
  text-align: start;
}
.rc-application .modal .content.left.aligned ol {
  margin: unset;
}
.rc-application .modal .actions {
  text-align: center;
  background: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0.5em;
  min-height: 2.7em;
}
.rc-application .modal.preview {
  min-width: unset;
  position: relative;
  margin-top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0;
}
.rc-application .modal.preview .header {
  text-align: end;
  height: 2em;
  font-size: 1em;
  background-color: white;
  padding: 0;
}
.rc-application .modal.preview .header .button {
  min-width: 1em;
}
.rc-application .modal.preview .header .button .icon {
  font-size: 1em;
  vertical-align: middle;
  text-decoration: none;
}
.rc-application .modal.preview .content {
  margin: 0;
  padding: 0.5em;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rc-application .modal.preview .content .img-container {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rc-application .modal.preview .content .img-container.nofit {
  overflow: auto;
}
.rc-application .modal.preview .content .img-container img {
  position: absolute;
  border: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  width: 10px;
  height: 10px;
}
.rc-application .modal.preview .content .img-container img.loaded {
  opacity: 1;
  border: 2px solid #FEFEFE;
  border-radius: 6px;
}
.rc-application .modal.preview .close.icon {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  margin-inline: 15px;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.rc-application .modal.incoming {
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  padding: 20px;
  background-color: #EFF1F5;
}
.rc-application .modal.incoming .header,
.rc-application .modal.incoming .actions,
.rc-application .modal.incoming .content {
  background-color: transparent;
  padding: 0;
}
.rc-application .modal.incoming .header {
  height: auto;
  margin: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rc-application .modal.incoming .header div {
  width: 95%;
}
.rc-application .modal.incoming .header div h1 {
  font-size: 21px;
  font-weight: 400;
}
.rc-application .modal.incoming .header div h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}
.rc-application .modal.incoming .actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.rc-application .modal.incoming .actions button {
  margin-top: 0px;
  width: 50%;
  min-width: 150px;
}
.rc-application .modal.incoming .actions .reject {
  background-color: transparent;
  border-width: 1.5px;
  color: #D15557;
  border-color: #D15557;
}
.rc-application .modal.incoming .mode.call {
  -webkit-box-shadow: 0px -1px 0px 0px white;
          box-shadow: 0px -1px 0px 0px white;
  padding-top: 10px;
  margin-top: 20px;
  text-align: start;
}
.rc-application .modal.incoming .mode.call p {
  margin: unset;
}
.rc-application .modal.incoming .mode.call .mic.block {
  text-align: start;
}
.rc-application .modal.incoming .mode.call .mic.block p {
  margin: 0;
}
.rc-application .modal.incoming .mode.call .mic.block input {
  margin-bottom: 0;
}
.rc-application .modal.incoming .mode.call .mic.block .level {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.rc-application .modal.incoming .mode.call .mic.block .controls {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.rc-application .modal.incoming .mode.call .mic.block .select {
  border-color: black;
}
.rc-application .modal.incoming .mode.call .mic.block .select select.wrapped {
  padding: 10px 11px 10px 19px;
}
.rc-application .modal.incoming .mode.call .mic.block .select .label {
  color: black;
}
.rc-application .modal.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-application .modal > .close.icon {
  cursor: pointer;
  position: absolute;
  color: inherit;
  z-index: 10000;
}
.rc-application .modal.fullscreen {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.rc-application .modal.fullscreen .content {
  padding: 0;
}
.rc-application .modal.fullscreen > button.close {
  display: none;
}
.iphone.landscape .process {
  max-height: 260px;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
  border: none;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
