/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.primary {
  background-color: #343434 !important;
}

.primary-text {
  color: #343434 !important;
}

.primary.light-base {
  background-color: #88a4a7 !important;
}

.primary-text.text-light-base {
  color: #88a4a7 !important;
}

.primary.light {
  background-color: #FFEEE2 !important;
}

.primary-text.text-light {
  color: #FFEEE2 !important;
}

.accent {
  background-color: #F17A7E !important;
}

.accent-text {
  color: #F17A7E !important;
}

.accent.dark {
  background-color: #da6367 !important;
}

.accent-text.text-dark {
  color: #da6367 !important;
}

.light {
  background-color: #F9F9F9 !important;
}

.light-text {
  color: #F9F9F9 !important;
}

.red {
  background-color: #C20209 !important;
}

.red-text {
  color: #C20209 !important;
}

.grey {
  background-color: #000000 !important;
}

.grey-text {
  color: #000000 !important;
}

.grey.lighten-1 {
  background-color: #272727 !important;
}

.grey-text.text-lighten-1 {
  color: #272727 !important;
}

.grey.lighten-2 {
  background-color: #434343 !important;
}

.grey-text.text-lighten-2 {
  color: #434343 !important;
}

.grey.lighten-3 {
  background-color: #6a6a6a !important;
}

.grey-text.text-lighten-3 {
  color: #6a6a6a !important;
}

.grey.lighten-4 {
  background-color: #787878 !important;
}

.grey-text.text-lighten-4 {
  color: #787878 !important;
}

.grey.lighten-5 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-5 {
  color: #bdbdbd !important;
}

.grey.lighten-6 {
  background-color: #dadada !important;
}

.grey-text.text-lighten-6 {
  color: #dadada !important;
}

.grey.lighten-7 {
  background-color: #e5e5e5 !important;
}

.grey-text.text-lighten-7 {
  color: #e5e5e5 !important;
}

.grey.lighten-8 {
  background-color: #f4f4f4 !important;
}

.grey-text.text-lighten-8 {
  color: #f4f4f4 !important;
}

.grey.lighten-9 {
  background-color: #f8f8f8 !important;
}

.grey-text.text-lighten-9 {
  color: #f8f8f8 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #ffffff !important;
}

.white-text {
  color: #ffffff !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/* breakpoints */

img {
  max-width: 100%;
  height: auto;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding: 0 !important;
}

.no-padding-right {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 2.5rem !important;
}

.mt-4 {
  margin-top: 3rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.no-border {
  border: 0 !important;
}

.label,
label {
  opacity: 1 !important;
}

.label .required,
label .required {
  color: #F17A7E;
  display: inline-block;
  margin-left: 0.5rem;
}

textarea,
.mat-form-field textarea.mat-input-element {
  height: 12rem;
}

textarea.medium,
.mat-form-field textarea.mat-input-element.medium {
  height: 6rem;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #88a4a7 !important;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #88a4a7 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #88a4a7 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #88a4a7 !important;
}

.justify-content-center {
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important;
}

.justify-content-between {
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  -ms-flex-pack: space-between !important;
}

.justify-content-flex-end {
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.float-right {
  float: right !important;
}

.w-100 {
  width: 100% !important;
}

.no-shadow {
  box-shadow: none !important;
}

.tab-block {
  display: none;
  /* 991 px*/
}

@media (max-width: 991px) {
  .tab-block {
    display: block;
  }
}

.flex {
  display: flex;
}

.material-icons.facebook {
  color: #4867aa;
}

.container {
  width: 100%;
  margin: auto;
  position: relative;
}

.container-box {
  background-color: #ffffff;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.05);
  border-radius: 1rem;
}

.primary {
  background-color: #343434;
}

.primary-light {
  background-color: #FFEEE2;
}

.orange {
  background-color: #F17A7E;
}

.orange-dark {
  background-color: #da6367;
}

.light {
  background-color: #F9F9F9;
}

.text-primary {
  color: #343434;
}

.text-primary-light {
  color: #FFEEE2;
}

.text-orange {
  color: #F17A7E;
}

.text-orange-dark {
  color: #da6367;
}

.text-light {
  color: #F9F9F9;
}

.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

input,
a,
span {
  -webkit-tap-highlight-color: transparent;
}

.full-width-container {
  height: 100%;
}

.container {
  max-width: 144rem;
  width: 100%;
  margin: auto;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.accent-text {
  color: #F17A7E;
}

/*==== Snack bar css starts ====*/

.snack-error.mat-snack-bar-container {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  box-shadow: none;
}

.snack-error.mat-snack-bar-container button span {
  color: #721c24;
}

.snack-success.mat-snack-bar-container {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  box-shadow: none;
}

.snack-success.mat-snack-bar-container button span {
  color: #155724;
}

.snack-warning.mat-snack-bar-container {
  color: #ffffff;
  background-color: #F17A7E;
  box-shadow: none;
}

.snack-warning.mat-snack-bar-container button span {
  color: #ffffff;
}

/*==== Snack bar css ends ====*/

.logo-image {
  height: 3.9rem;
  width: 9.3rem;
  position: relative;
}

.logo-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
}

.medium-block {
  /* 991 px*/
}

@media (max-width: 991px) {
  .medium-block {
    display: block;
  }
}

.orange-color {
  color: #F17A7E;
  font-size: 1.4rem;
}

.orange-color .mat-icon {
  color: #F17A7E !important;
}

.mat-chip-list input.mat-input-element {
  padding: 0;
  height: auto;
  font-size: 1.4rem;
  border-radius: 0;
}

.mat-chip-list input.mat-input-element:focus, .mat-chip-list input.mat-input-element:hover {
  border: 0 !important;
}

.mat-chip-list .mat-chip-list-wrapper {
  margin: 0;
}

.mat-chip-list .mat-chip-list-wrapper .mat-standard-chip {
  margin: 0 0.4rem 0 0;
  padding: 0.2rem 1rem;
  text-overflow: ellipsis;
  word-break: break-all;
  height: auto;
  min-height: 2.6rem;
  font-size: 1.3rem;
  background-color: #e5e5e5;
  text-transform: capitalize;
  max-width: 14rem;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  line-height: 2.2rem;
}

.mat-chip-list .mat-chip-list-wrapper .mat-standard-chip.font-bold {
  font-size: 1.5rem;
}

.time-input input {
  cursor: pointer;
}

.timepicker-dial__control {
  text-align: center !important;
}

.timepicker-dial__control:focus {
  outline: 0;
  background-color: #da6367 !important;
}

.StripeElement {
  border: 0.1rem solid #e5e5e5 !important;
  height: 4.5rem;
  width: 100%;
  border-radius: 1rem;
  position: static !important;
  margin: 1rem 0;
  padding: 1.3rem 1.5rem;
}

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

/*==== Active check icon css starts ====*/

.active-check {
  border: 1px solid #F17A7E;
  position: relative;
}

.active-check::before {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  bottom: auto;
  left: auto;
  margin: auto;
  height: 2rem;
  width: 2rem;
  background-color: #F17A7E;
  content: "done";
  font-family: material icons;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 50%;
  color: #ffffff;
  line-height: 1.8rem;
}

/*==== Active check icon css ends ====*/

/*==== No record found css starts ====*/

.no-record {
  text-align: center;
}

.no-record .no-record-image {
  width: 38rem;
  margin: 2.5rem auto 0;
  /* 480 px*/
}

@media (max-width: 520px) {
  .no-record .no-record-image {
    width: 28rem;
    margin-top: 0;
  }
}

.no-record h2 {
  margin: 1rem 0 0 !important;
}

.no-record p {
  margin-top: 1rem !important;
  font-size: 1.6rem;
  /* 480 px*/
}

@media (max-width: 520px) {
  .no-record p {
    margin-top: 0.5rem !important;
  }
}

.no-record p span {
  color: #272727;
  font-weight: 600;
}

/*==== No record found css ends ====*/

.mat-menu-panel {
  min-height: auto !important;
}

.mat-menu-panel .mat-menu-content {
  padding: 0 !important;
}

/*==== Custom file upload css starts ====*/

.preview-img {
  width: 25.6rem;
  height: 14.4rem;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  background-size: contain;
}

.upload-text {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  opacity: 0;
}

.custom-file-input {
  color: transparent;
  margin-top: 5px;
  position: relative;
  width: 260px;
  height: 150px;
  margin: 0;
}

.custom-file-input:focus {
  outline: none;
}

.thumbnail-outer {
  position: relative;
  display: inline-block;
}

.thumbnail-outer:hover .custom-file-input::before,
.thumbnail-outer:hover .custom-file-input::after,
.thumbnail-outer:hover .upload-text {
  opacity: 1;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 15px;
  height: 144px;
  width: 256px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  opacity: 0;
}

.custom-file-input::after {
  content: "add_photo_alternate";
  color: #fff;
  left: 0;
  cursor: pointer;
  position: absolute;
  font-family: "Material Icons";
  right: 0;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 28px;
  top: 30%;
  opacity: 0;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

label.file-upload input[type=file] {
  position: absolute;
  top: -100rem;
}

.file-upload {
  display: inline-block;
  color: #F17A7E !important;
  cursor: pointer;
  font-size: 1.4rem !important;
}

/*==== Custom file upload css ends ====*/

/*==== Progress bar loader css starts ====*/

.circular-progress {
  position: relative;
  display: inline-block;
  width: 8.5rem;
  height: auto;
  border-radius: 50%;
}

.circular-progress svg {
  transform: rotate(270deg);
}

.circular-progress circle {
  stroke-width: 5;
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle:nth-of-type(1) {
  stroke: #FFEEE2;
}

.circular-progress circle:nth-of-type(2) {
  stroke: #F17A7E;
  stroke-dasharray: 251.4285714286;
  stroke-dashoffset: 75.4285714286;
}

.circular-progress .pct {
  position: absolute;
  top: 0;
  left: 0;
  transform: inherit;
  font-weight: 600;
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.circular-progress .pct.days {
  font-weight: 400;
  font-size: 1.2rem;
}

.main-loader {
  left: 0% !important;
  margin-left: 0;
  position: fixed !important;
  top: 0% !important;
  margin-top: 0;
  width: 100%;
  z-index: 999999999 !important;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  width: 10rem;
  height: 10rem;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}

.loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {
  0% {
    stroke: #da6367;
  }
  40% {
    stroke: #da6367;
  }
  66% {
    stroke: #da6367;
  }
  80%, 90% {
    stroke: #da6367;
  }
}

@keyframes color {
  0% {
    stroke: #da6367;
  }
  40% {
    stroke: #da6367;
  }
  66% {
    stroke: #da6367;
  }
  80%, 90% {
    stroke: #da6367;
  }
}

.loader mat-spinner.mat-spinner.mat-progress-spinner.mat-primary.mat-progress-spinner-indeterminate-animation {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
  padding-: !important;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

/*==== Progress bar css ends ====*/

/*==== Date picker css starts ====*/

.date-picker .mat-form-field-suffix {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4.5rem;
  top: 3rem;
}

.date-picker .mat-form-field-suffix .cal-ico {
  font-size: 2.4rem;
  color: #F17A7E;
  right: 0;
  width: 100%;
  height: 4.5rem;
  top: 0;
  position: absolute;
  text-align: right;
}

.date-picker .mat-form-field-suffix .cal-ico .mat-icon-button {
  width: 100% !important;
  text-align: right;
  height: 4.5rem !important;
  border-radius: 0;
}

.date-picker .mat-form-field-suffix .cal-ico .mat-icon-button .mat-button-wrapper svg {
  margin: 0;
  width: 2.4rem;
  height: 2.4rem;
  fill: #bbbbbb;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  margin: 1.5rem 0;
  right: 1.2rem;
}

/*==== Date picker css ends ====*/

.form-label-with-right {
  position: relative;
  margin: 1rem 0 -1.5rem 0;
  z-index: 1;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.color-picker .box {
  height: auto;
  width: auto;
}

/*==== Blink animation css starts ====*/

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*==== Blink animation css ends ====*/

.container-box-padding {
  margin: 1rem 0 1rem 0;
  padding: 1rem 2.5rem 1rem;
  /* 1600 px*/
  /* 767 px*/
}

@media (max-width: 1600px) {
  .container-box-padding {
    margin: 1rem 0 1rem 0;
    padding: 1rem 2.5rem 1rem;
  }
}

@media (max-width: 767px) {
  .container-box-padding.payment-info {
    margin: 1rem 0 1.5rem 0;
    padding: 1.5rem;
  }
}

.facebook-btn {
  color: #4867aa !important;
  border-color: #4867aa !important;
}

.facebook-btn .material-icons {
  color: #4867aa !important;
}

.youtube-btn {
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}

/*==== Form no label css starts ====*/

.no-label.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 3rem;
}

.no-label .mat-form-field-infix {
  border: none;
}

.no-label.background-accent .mat-select {
  background-color: #F17A7E;
}

.no-label.background-accent .mat-select + .mat-form-field-label-wrapper .mat-form-field-label {
  color: #ffffff !important;
}

.no-label.background-accent .mat-select .mat-select-arrow,
.no-label.background-accent .mat-select .mat-select-value-text {
  color: #ffffff !important;
}

.no-label.date-picker .mat-form-field-suffix .cal-ico {
  top: -2.8rem;
}

/*==== Form no label css ends ====*/

.with-rise-hand {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.with-rise-hand .hand {
  background: none !important;
  color: #ffb100 !important;
  font-size: 1.4rem !important;
  width: auto !important;
  margin: 0 0.7rem 0 0 !important;
  height: auto !important;
}

.uploading-with-progress {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.uploading-with-progress .uploading-text {
  min-width: 100px;
}

.uploading-with-progress .mat-progress-bar {
  width: 100% !important;
}

.uploading-with-progress .mat-progress-bar .mat-progress-bar-fill:after {
  background-color: #F17A7E;
}

@media (max-width: 992px) {
  body .verticle-table {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  body .verticle-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (max-width: 992px) {
  body .verticle-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
    height: auto !important;
  }
}

@media (max-width: 992px) {
  body .verticle-table tr td {
    display: block;
    text-align: right !important;
    padding: 10px !important;
  }
}

@media (max-width: 992px) {
  body .verticle-table tr td .material-icons {
    opacity: 0.5;
    font-size: 2rem;
    margin: 0 0 0 0.5rem !important;
  }
}

@media (max-width: 992px) {
  body .verticle-table tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    color: #343434;
  }
}

@media (max-width: 992px) {
  body .payment-history-popup .mat-dialog-container {
    overflow: auto;
    padding: 2.5rem 1.5rem !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.ui-kit-heading-custom {
  margin-top: 2rem !important;
}

.proceed-popup-innersection {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 3rem 0;
}

.proceed-popup-innersection .proceed-popup-innersection-mic-img {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.proceed-popup-innersection .proceed-popup-innersection-heading {
  color: #F17A7E;
  text-align: center;
}

.proceed-popup-innersection .procced-button {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.proceed-popup-innersection .procced-button button {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1.2rem 3.7rem !important;
}

.empty-Share-recording-pop-up {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.empty-Share-recording-pop-up .empty-share-recording-screen {
  color: #F17A7E;
}

.empty-Share-recording-pop-up .empty-recording-screen-img {
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.empty-Share-recording-pop-up .empty-Share-recording-pop-up-bottom {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}

.empty-Share-recording-pop-up .empty-Share-recording-pop-up-bottom button {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1.2rem 3.7rem !important;
}

.button,
.mat-button {
  font-size: 1.6rem;
  text-transform: capitalize;
}

.button.orange-text,
.mat-button.orange-text {
  color: #F17A7E;
}

.button.orange-text .material-icons,
.mat-button.orange-text .material-icons {
  color: #F17A7E;
}

.button-small {
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem !important;
}

.button-medium {
  font-size: 1.6rem;
  padding: 1.2rem 2rem !important;
}

.button-large {
  font-size: 1.8rem;
  padding: 1.5rem 3.2rem !important;
}

.icon-btn .material-icons {
  margin-right: 0.2rem;
  font-size: 1.8rem;
}

.icon-btn svg {
  margin-right: 0.2rem;
}

.button {
  font-weight: 600;
  border-radius: 1rem !important;
  line-height: unset !important;
}

.button-small.filled,
.button-medium.filled,
.button-large.filled {
  background-color: #F17A7E;
  transition: all 0.3s ease-out;
  border: 0.1rem solid #F17A7E;
}

.button-small.filled:hover,
.button-medium.filled:hover,
.button-large.filled:hover {
  background-color: transparent;
  color: #F17A7E;
  border: 0.1rem solid #F17A7E;
  box-shadow: none;
}

.button-small.filled:hover .material-icons,
.button-medium.filled:hover .material-icons,
.button-large.filled:hover .material-icons {
  color: #F17A7E;
}

.button-small.filled:focus,
.button-medium.filled:focus,
.button-large.filled:focus {
  background-color: #F17A7E;
  border: 0.1rem solid #F17A7E;
  color: #ffffff;
}

.button-small.filled:focus .material-icons,
.button-medium.filled:focus .material-icons,
.button-large.filled:focus .material-icons {
  color: #ffffff;
}

.button-small.outline,
.button-medium.outline,
.button-large.outline {
  background-color: transparent;
  color: #F17A7E;
  border: 0.1rem solid #F17A7E;
  box-shadow: none;
}

.button-small.pressed,
.button-medium.pressed,
.button-large.pressed {
  background-color: #da6367;
  box-shadow: none;
}

body .mat-mini-fab {
  box-shadow: none !important;
  position: absolute;
  top: 3.2rem;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto;
  height: 5rem;
  width: 5rem;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #F17A7E;
}

body .mat-dialog-content {
  height: 100%;
  overflow-y: auto;
  max-height: 100%;
  /* 991 px*/
}

@media (max-width: 991px) {
  body .mat-dialog-content {
    max-height: 100%;
  }
}

body .mat-dialog-content .go-live-social span {
  font-weight: 400;
  color: #434343;
}

@media (max-width: 520px) {
  .mat-dialog-container .mat-paginator-range-actions .mat-icon-button {
    width: 3rem;
  }
  .mat-dialog-container .mat-paginator-range-actions .mat-paginator-range-label {
    margin: 0 1rem 0 0.5rem;
    padding-: !important;
  }
}

/* 480 px*/

body .mat-dialog-container {
  background-color: #ffffff;
  position: relative;
  border-radius: 1.2rem;
  max-height: 97vh;
  /* 991 px*/
}

@media (max-width: 991px) {
  body .mat-dialog-container {
    margin: 1.5rem;
    padding: 2.5rem !important;
  }
}

body .mat-dialog-container .mat-dialog-title {
  margin: 1rem;
  font-size: 2.4rem;
}

@media (max-width: 600px) {
  body .mat-dialog-container .mat-dialog-title {
    margin: 1rem 0;
    font-size: 2rem;
  }
}

body .mat-dialog-container .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: auto;
  left: auto;
  margin: auto;
  font-weight: 500;
  color: #F17A7E;
  font-size: 1.6rem;
  /* 480 px*/
}

body .mat-dialog-container .close.skip {
  font-size: 2.2rem;
}

@media (max-width: 520px) {
  body .mat-dialog-container .close {
    top: 0;
    right: 0;
  }
}

body .mat-dialog-container .close .mat-button-wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

body .mat-dialog-container .close .material-icons {
  color: #F17A7E;
  margin-right: 0.2rem;
}

body .mat-dialog-container p {
  font-size: 1.6rem;
  line-height: 1.33;
}

body .mat-dialog-actions {
  margin-bottom: 0;
  padding-bottom: 0;
}

.button-two {
  margin-left: 1.5rem !important;
}

.end-session-popup .mat-dialog-container {
  padding: 6.5rem 4rem;
}

.end-session-popup .mat-dialog-container .mat-flat-button {
  min-width: 9rem;
  text-transform: none;
  text-transform: initial;
}

.end-session-popup .mat-dialog-container img[src="assets/images/stop-rec.svg"] {
  padding-left: 3rem;
}

.end-session-popup .mat-dialog-title {
  margin-top: 1rem !important;
}

.recording-progress {
  position: relative;
  text-align: center;
}

.recording-progress .mat-progress-spinner {
  margin: auto;
}

.recording-progress .mat-progress-spinner:first-child circle {
  stroke: #ebecee;
}

.recording-progress .mat-progress-spinner:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.recording-progress .number {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 4.2rem;
  font-weight: 700;
  color: #434343;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.recording-progress .count-down-timer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  font-size: 8rem;
  width: 100vw;
  z-index: 999999;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #F17A7E;
  color: #ffffff;
  font-weight: 500;
}

.recording-progress .percent {
  position: absolute;
  top: -4rem;
  right: -6rem;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 2rem;
  color: #787878;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.save-recording {
  text-align: center;
}

.save-recording p {
  font-size: 1.6rem;
}

.social-details-outer {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  height: 7.3rem;
  /* 480 px*/
}

@media (max-width: 375px) {
  .social-details-outer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem !important;
  }
}

.social-details-outer.social-info-outer .social-details p:last-child {
  width: 12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.social-details-outer.no-checkbox {
  padding-left: 0;
}

.social-details-outer.no-checkbox .social-details .social-media-image {
  margin-left: 0;
}

.social-details-outer:first-child {
  margin-top: 1rem;
}

.social-details-outer:last-child {
  border: none;
}

.social-details-outer .social-details {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.social-details-outer .social-details .social-media-image {
  margin: 0 0.8rem 0 0rem;
}

.social-details-outer .social-details p {
  margin: 0;
  text-align: left;
}

.social-details-outer .social-details p:first-child {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.social-details-outer .social-details p:last-child {
  color: #272727;
}

.social-details-outer .destination,
.social-details-outer .visibility {
  flex: 0 18rem;
  text-align: center;
}

.social-details-outer .destination .mat-form-field-empty,
.social-details-outer .visibility .mat-form-field-empty {
  display: none;
}

.social-details-outer .destination .mat-form-field-hide-placeholder .mat-select-placeholder,
.social-details-outer .visibility .mat-form-field-hide-placeholder .mat-select-placeholder {
  color: #787878;
  -webkit-text-fill-color: #787878;
}

.social-details-outer .destination p {
  color: #272727;
}

.social-details-outer .mat-flat-button {
  padding: 0 !important;
  text-transform: none;
  text-transform: initial;
}

.social-details-outer .mat-flat-button .material-icons {
  font-size: 2rem;
  transform: rotate(135deg);
  color: #F17A7E;
}

.mat-option.visibility-select {
  padding: 0 1.5rem !important;
  border-bottom: 1px solid #e5e5e5;
  height: 4.5rem !important;
}

.mat-option.visibility-select:last-child {
  border: none;
}

.mat-option.visibility-select.mat-active {
  background-color: transparent;
}

.mat-option.visibility-select .mat-option-text {
  padding: 0;
}

.mat-option.visibility-select .mat-option-text:hover {
  background-color: transparent;
}

.link-social-media .mat-dialog-container {
  padding: 5.2rem;
}

.link-social-media .mat-dialog-actions {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

/* Manage session popup css starts*/

.manage-session-room .mat-dialog-container {
  padding: 3.5rem 4rem 4rem !important;
}

.manage-session-room .session-grouping {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin: 2rem 0 1rem;
}

.manage-session-room .session-grouping::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 80%;
  height: 0.1rem;
  background-color: #e5e5e5;
  content: "";
}

.manage-session-room .session-grouping .number {
  height: 1.9rem;
  width: 1.9rem;
  background-color: #F17A7E;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 1rem;
  font-size: 1.3rem;
}

.manage-session-room .session-grouping .group-name {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #F17A7E;
  display: inline-block;
}

.manage-session-room .form-label-with-right {
  margin: 0;
}

.manage-session-room .form-label-with-right.go-live-toggle {
  margin-bottom: 1rem;
}

.manage-session-room .mat-form-field-appearance-legacy .mat-form-field-infix {
  border: none;
  padding: 0;
}

.manage-session-room .mat-button.mat-button-base {
  line-height: normal;
  line-height: initial;
  padding: 0;
}

.manage-session-room .destination label,
.manage-session-room .visibility label {
  position: absolute;
  top: -0.2rem;
  right: auto;
  bottom: auto;
  left: 1rem;
  margin: auto;
  padding: 0 0.4rem;
  font-size: 1.2rem !important;
  background-color: #ffffff;
  color: #787878 !important;
}

.manage-session-room .add-more {
  margin: 1rem auto 0;
  position: relative;
  top: -1.9rem;
  background-color: #ffffff;
  width: 11rem;
}

/* Manage session popup css ends*/

.social-configure-heading {
  display: inline-flex !important;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.social-configure-heading svg {
  margin-right: 1rem;
}

.popup-info-image {
  max-width: 12rem;
  margin: auto;
}

.delete-session-popup .popup-info-image {
  max-width: 9rem;
  margin: 0 auto 1rem;
}

/* ==== Create session css starts ==== */

.create-session-popup .equal-height {
  height: 30.5rem;
  display: block;
}

.create-session-popup .mat-dialog-container {
  overflow-y: auto;
}

.create-session-popup .add-more {
  margin-bottom: 1rem;
  padding: 0;
}

.create-session-popup .delete-guest {
  min-width: auto;
  margin-top: 3.4rem;
  padding: 0;
}

.create-session.half-center {
  max-width: 60rem;
  margin: auto;
  position: relative;
}

.create-session.half-center .mat-dialog-actions {
  margin-bottom: 0;
}

.create-session.half-center .time-zone {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 1rem 0 3rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #FFEEE2;
}

.create-session.half-center .time-zone .mat-button {
  font-size: 1.6rem;
  color: #F17A7E;
}

.create-session.half-center .time-zone .mat-button:hover {
  color: #343434;
}

.create-session.half-center .time-zone .mat-button:hover .material-icons {
  color: #343434;
}

.create-session.half-center .time-zone .mat-button .material-icons {
  font-size: 1.8rem;
  color: #F17A7E;
}

.create-session.half-center .time-zone p {
  margin: 0;
}

.create-session.half-center .mat-checkbox {
  margin: 1rem 0 0;
  display: inline-block;
}

/* ==== Create session css ends ==== */

/* ==== Manage session css starts ==== */

.manage-session .video-cam {
  height: 15rem;
  background-color: #dadada;
  margin-bottom: 1.6rem;
  border-radius: 10px;
}

.manage-session .video-cam video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.manage-session .session-settings {
  padding: 4rem;
  /* 991 px*/
}

@media (max-width: 991px) {
  .manage-session .session-settings {
    padding: 0;
  }
  .manage-session .session-settings h1 {
    font-size: 2.3rem;
  }
}

.manage-session mat-label {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.manage-session .mat-slide-toggle {
  margin-right: 4rem;
}

.manage-session .mat-slide-toggle-bar::after {
  position: absolute;
  content: "Off";
  right: -3.4rem;
}

.manage-session .mat-checked .mat-slide-toggle-bar::after {
  position: absolute;
  content: "On";
  right: -3.4rem;
}

.manage-session label .main-div {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.manage-session label .main-div .inner-content {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.manage-session label .main-div .inner-content .material-icons {
  font-size: 2.2rem;
  margin-right: 0.8rem;
}

.manage-session label .main-div .inner-content .play {
  padding: 0 !important;
  line-height: 0;
}

.manage-session label .main-div .inner-content .play .mat-button-wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.manage-session .mat-progress-bar {
  margin-bottom: 1rem;
}

.manage-session .echo {
  margin: 1rem 0 1.4rem;
}

.manage-session .get-help {
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 5rem;
  display: none;
  /* 991 px*/
}

@media (max-width: 991px) {
  .manage-session .get-help {
    position: static;
  }
}

.manage-session .get-help .mat-button {
  font-weight: 500;
}

.manage-session .get-help .mat-button .mat-button-wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.manage-session .get-help .mat-button .mat-button-wrapper .material-icons {
  margin-right: 0.8rem;
}

/* ==== Manage session css ends ==== */

/* ==== Manage session inner css starts ==== */

.manage-session-inner .mat-dialog-container {
  padding: 4rem 4rem 3.5rem;
}

.manage-session-inner.manage-session .mat-step-header {
  display: none;
}

.manage-session-inner.manage-session .mat-dialog-title {
  margin-bottom: 2rem;
}

.manage-session-inner .manage-session .mat-step-header {
  display: none;
}

.manage-session-inner .manage-session .mat-dialog-title {
  margin-bottom: 2rem;
}

.manage-session-inner .manage-session .session-settings {
  padding: 3rem 1.5rem;
  /* 991 px*/
}

@media (max-width: 991px) {
  .manage-session-inner .manage-session .session-settings {
    padding: 0;
  }
}

/* ==== Manage session inner css ends ==== */

/* ==== Feedback popup css starts ==== */

.feedback-popup {
  max-width: 70rem;
  position: relative;
}

.feedback-popup h3 {
  margin: 2rem 0 0.8rem !important;
}

.feedback-popup .mat-dialog-title {
  margin-top: 4rem;
}

.feedback-popup .mat-dialog-content {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #FFEEE2;
}

.feedback-popup .mat-chip {
  margin-top: 0.5rem;
  padding-: !important;
}

.feedback-popup .rating .mat-list-item {
  display: inline-block;
  width: auto;
}

.feedback-popup .rating .mat-list-item .mat-button {
  min-width: auto;
  padding: 0 !important;
  line-height: 0;
}

.feedback-popup .rating .mat-list-item .mat-button .material-icons {
  font-size: 5rem;
  color: #F17A7E;
}

/*==== Feedback popup css ends ====/

/*==== Live stream popup css starts ====*/

.mat-dialog-container .live-stream-popup .mat-button.close {
  top: 1.5rem;
}

.live-stream-popup.manage-session.half-center label .main-div .inner-content .material-icons {
  font-size: 2.4rem;
  margin-right: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  /* 480 px*/
}

@media (max-width: 520px) {
  .live-stream-popup.manage-session.half-center label .main-div .inner-content .material-icons {
    background-color: transparent;
  }
}

.live-stream-popup.manage-session.half-center .session-settings {
  padding: 0 !important;
}

.live-stream-popup .header-div {
  padding: 5.6rem;
  background-color: #FFEEE2;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  /* 767 px*/
}

@media (max-width: 767px) {
  .live-stream-popup .header-div {
    padding: 5.6rem 1.5rem 4rem;
  }
}

.live-stream-popup .header-div h2 {
  margin: 0 !important;
}

.live-stream-popup .header-div p {
  margin: 1rem 0 0;
}

.live-stream-popup .mat-dialog-content {
  margin: 0;
  padding: 4.4rem 4.4rem 4.8rem;
  /* 767 px*/
}

@media (max-width: 767px) {
  .live-stream-popup .mat-dialog-content {
    margin: 0;
    padding: 4.4rem 1.5rem 4.8rem;
  }
}

.live-stream-popup .form-label-with-right {
  background-color: #FFEEE2;
  margin: 0 0 1rem;
  padding: 2.5rem;
  border-radius: 1rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  /* 767 px*/
}

@media (max-width: 767px) {
  .live-stream-popup .form-label-with-right {
    margin: 0 0 1rem;
    padding: 1.5rem;
  }
}

.live-stream-popup .form-label-with-right .label-right-side {
  position: static;
}

.live-stream-popup span.detail {
  font-weight: 400;
  display: block;
}

.live-stream-popup .mat-slide-toggle-bar {
  background-color: #ffffff;
}

.live-stream-popup .mat-slide-toggle-thumb {
  background-color: #FFEEE2;
}

/*==== Live stream popup css ends====*/

/*==== Access modal css starts====*/

.access-modal-content .heading-section {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.access-modal-content .heading-section h2 {
  font-size: 1.8rem;
  margin: 0.5rem 0 0.8rem;
}

.access-modal-content .heading-section span {
  font-size: 1.6rem;
  color: #57626f;
}

.access-section-info {
  background: #f5f5f5;
  padding: 3rem;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.access-section-info .access-img {
  flex: 1;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: inherit;
}

.access-section-info .access-info-msg {
  flex: 1;
  font-size: 1.4rem;
}

.access-section-info > div {
  padding: 0 1.5rem;
}

.access-section-info .access-info-msg h3 {
  color: #293a43;
  line-height: 1.2;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  word-break: break-word;
  margin-top: 0;
}

.access-section-info .access-info-msg h3 span {
  position: absolute;
  left: -4rem;
  width: 3rem;
  height: 3rem;
  background: #fff5ed;
  border-radius: 50%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.4rem;
  color: #F17A7E;
}

.access-section-info .access-info-msg p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #293a43;
  margin: 0.8rem 0 0;
}

.access-section-info.reverse-info {
  background: #ffffff;
}

/* responsive */

@media (max-width: 767px) {
  .access-section-info {
    flex-direction: column;
    text-align: left;
    padding: 1.5rem 0;
  }

  .access-section-info .access-img {
    flex: 1;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: inherit;
    margin-bottom: 2.5rem;
  }

  .access-section-info .access-info-msg h3 span {
    display: none;
  }

  .access-section-info.reverse-info .access-info-msg {
    order: 2;
  }

  button.modal-close {
    right: 1.5rem;
    top: 0.5rem;
  }

  .access-modal-content .heading-section h2 {
    font-size: 1.6rem;
    padding: 0 2rem;
  }

  .access-modal-content .heading-section span {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}

/* 767 px*/

/*==== Access modal css ends====*/

/*==== Upgrade storage css starts ====*/

.upgrade-storage {
  text-align: center;
  padding-bottom: 4rem;
}

.upgrade-storage .storage-icon {
  font-size: 7rem;
  color: #F17A7E;
}

.upgrade-storage .storage-icon.style-2 {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  height: 8.9rem;
  width: 8.9rem;
  flex: 0 0 8.9rem;
  background-color: #f4f4f4;
  margin-right: 1rem;
  margin: 2rem auto;
  font-size: 5rem;
}

.upgrade-storage p {
  margin-top: 1.5rem;
  line-height: 1.33;
}

.upgrade-storage .mat-dialog-actions .button {
  margin: auto;
}

/*==== Upgrade storage css ends ====*/

/*==== Invoice css starts ====*/

.invoice-popup .mat-dialog-container {
  background-color: #F9F9F9;
}

@media (max-width: 600px) {
  .invoice-popup .mat-dialog-container {
    padding: 1rem 1rem !important;
    overflow: auto;
  }
}

@media (max-width: 600px) {
  .invoice-popup .mat-dialog-container .mat-dialog-content {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .invoice-popup .mat-dialog-container .heading {
    font-size: 16px !important;
  }
}

.invoice-popup .invoice-table-outer {
  width: 100%;
  overflow-x: auto;
}

/*==== Invoice css ends ====*/

/*==== Charges table css starts ====*/

.create-session.charges.half-center {
  max-width: 120rem;
}

.create-session.charges.half-center .mat-table th,
.create-session.charges.half-center .mat-table td {
  width: 25%;
}

.create-session.charges.half-center .mat-list-base {
  padding: 0;
  display: flex;
}

.create-session.charges.half-center .mat-list-base .mat-list-item {
  width: auto;
}

.create-session.charges.half-center .mat-list-base .mat-list-item-content {
  margin: 0 4rem 1rem 0;
  padding: 0;
  font-size: 1.4rem;
  color: #88a4a7;
}

.create-session.charges.half-center .mat-list-base .mat-list-item-content .material-icons {
  font-size: 2rem;
  margin-right: 0.5rem;
  color: #88a4a7;
}

.create-session.charges.half-center .mat-table .material-icons {
  font-size: 2.1rem;
  color: #88a4a7;
  margin-right: 0.6rem;
}

.create-session.charges.half-center .mat-table .material-icons:hover {
  color: #343434;
}

.create-session.charges.half-center.additional .mat-table th,
.create-session.charges.half-center.additional .mat-table td {
  width: auto;
}

.create-session.charges.half-center.alert {
  padding-bottom: 2.4rem;
}

/*==== Charges table css ends ====*/

/*==== Facebook connect starts ====*/

.connect-fb-yt .facebook-live-connect .logout-btn {
  margin-left: 1rem;
}

.connect-fb-yt p {
  margin-top: 0;
}

.connect-fb-yt .fb-heading {
  margin-bottom: 0;
  padding-: !important;
}

/*==== Facebook connect ends ====*/

/*==== Payment history css starts ====*/

.payment-history-popup.mat-dialog-content {
  margin: 0;
  padding: 0;
  overflow: auto !important;
}

.payment-history-popup.mat-dialog-content .scroll-table {
  width: 100%;
  overflow-x: auto;
}

.payment-history-popup.mat-dialog-content .scroll-table .material-icons {
  cursor: pointer;
}

/*==== Payment history css ends ====*/

.facebook-ls-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid rgba(241, 122, 126, 0.13);
  background-color: rgba(241, 122, 126, 0.07);
  border-radius: 1rem;
  margin: 3rem 0 1rem;
  padding: 0.8rem 1.5rem;
}

.facebook-ls-info .material-icons {
  margin-right: 0.6rem;
  color: #F17A7E;
}

.facebook-ls-info p {
  margin: 0;
  color: #F17A7E;
  font-size: 1.4rem !important;
  text-align: left;
  font-weight: 500;
}

.facebook-ls-info.expert-tip {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.facebook-ls-info.expert-tip p {
  font-size: 1.3rem !important;
  font-weight: 500;
}

.mat-dialog-content .steps {
  position: relative;
}

.mat-dialog-content .steps::before {
  position: absolute;
  left: 1rem;
  width: 0.1rem;
  height: 97%;
  content: "";
  top: 0;
  margin: auto;
  background-color: #e5e5e5;
}

.mat-dialog-content .steps p {
  margin: 1.1rem 0 !important;
}

.mat-dialog-content .steps .steps-inner {
  position: relative;
  padding-left: 3rem;
}

.mat-dialog-content .steps .steps-inner .mat-flat-button {
  background-color: #4867aa;
  color: #ffffff;
}

.mat-dialog-content .steps .steps-inner .mat-flat-button .material-icons {
  color: #ffffff;
}

.mat-dialog-content .steps .steps-inner span.number {
  position: absolute;
  height: 2rem;
  width: 2rem;
  text-align: center;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #F17A7E;
  color: #ffffff;
  font-size: 12px;
  border-radius: 1rem;
  font-weight: 500;
  left: 0;
}

.mat-dialog-content .steps .steps-inner p.small {
  font-size: 1.4rem;
}

.getting-ready-popup {
  padding: 3rem 0;
}

body .youtube-waiting-popup .mat-dialog-container {
  padding: 3rem 3.5rem;
}

.youtube-waiting .text-center {
  background-color: #f4f4f4;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 3rem;
}

.youtube-waiting .text-center .material-icons {
  color: #ffffff;
}

.youtube-waiting .text-center p {
  margin: 0.7rem 0 1.5rem;
}

.youtube-waiting .font-bold {
  color: #272727;
}

.youtube-waiting .steps-inner {
  margin-bottom: 1.2rem;
}

.close-with-btn {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  width: 100%;
  position: relative;
}

.close-with-btn .download-btn {
  margin: 0 0rem 0 0;
}

.close-with-btn .close {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
}

.cdk-overlay-pane.download-popup {
  width: 100%;
  max-width: 70rem !important;
  width: 600px;
}

.check-with-info {
  margin: 0.5rem 0 0;
  display: block;
}

.check-with-info .material-icons {
  color: #f17a7e;
  margin: 0 0 0 0.6rem;
}

.check-with-info .mat-checkbox-label {
  display: flex;
}

.select-with-icon .mat-icon {
  position: absolute;
  right: 1.2rem;
  top: 3.2rem;
  display: block;
  z-index: 11;
  opacity: 1;
  visibility: visible;
  color: #bbbbbb !important;
  pointer-events: none;
}

.select-with-icon .mat-select-arrow-wrapper {
  display: none !important;
}

.occur-time {
  position: absolute;
  margin: 1px 0 0;
  font-size: 1.3rem !important;
}

body .introjs-tooltip-header h1.introjs-tooltip-title {
  font-size: 2rem;
  margin: 0;
  word-break: break-word;
}

body .introjs-tooltip-header .introjs-skipbutton {
  position: absolute;
  right: 1rem;
  top: 0;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: auto;
  left: auto;
  margin: auto;
}

.banner-secondary-logo-wrap p.banner-quote {
  z-index: 1;
}

.green-room #conference {
  z-index: 1;
}

.minimul-block {
  z-index: 2;
}

.primaryLogoImg {
  z-index: 2;
}

.screen-fit-area {
  position: absolute;
  height: 100%;
  width: calc(100% - 0px);
  left: 0px;
  top: 0px;
}

.screen-fit-area .screen-fit-area-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.green-room p.banner-quote {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.green-room .name p {
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  background-color: rgba(17, 17, 17, 0.75);
  padding: 0.8rem 1.4rem;
  border-radius: 4rem;
  max-width: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.green-room .name {
  margin: 0px;
}

/*==== Search css starts ====*/

.search {
  max-width: 29rem;
  width: 100%;
  /* 1242 px*/
  /* 767 px*/
}

@media (max-width: 1279px) {
  .search {
    max-width: calc(100% - 18rem);
  }
}

@media (max-width: 767px) {
  .search {
    max-width: calc(100% - 16rem);
  }
}

.search.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0;
  border: none;
}

.search input.mat-input-element {
  background-color: #ffffff;
  margin: 0;
  padding-left: 4rem;
}

.search input.mat-input-element + .material-icons {
  position: absolute;
  top: 1.15rem;
  right: auto;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
}

/*==== Search css ends ====*/

/*==== Login css starts ====*/

.login .link {
  margin-bottom: 0;
}

.half-center {
  background-color: #ffffff;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.05);
  border-radius: 1rem;
  max-width: 48.8rem;
  width: calc(100% - 4rem);
  margin: 3rem auto;
  padding: 4rem 6.4rem;
}

.half-center .button {
  margin-top: 1rem;
}

.half-center .button + p.link {
  margin: 1.6rem 0 0;
}

.half-center h1.mat-dialog-title {
  margin-bottom: 1.2rem;
  padding-: !important;
  /* 767 px*/
  /* 767 px*/
}

@media (max-width: 767px) {
  .half-center h1.mat-dialog-title {
    padding-right: 5rem;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .half-center h1.mat-dialog-title {
    padding-right: 0;
  }
}

header.logo {
  height: 7rem;
  background-color: #ffffff;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

header.logo.mat-dialog-container {
  padding: 0 !important;
  height: 7rem !important;
}

header.logo.mat-dialog-container .logo-image {
  margin: auto;
}

header.logo.mat-dialog-container .mat-button.close {
  top: 0;
}

/*==== Login css ends ====*/

/*==== Sign up css starts ====*/

.signup.half-center {
  max-width: 56rem;
}

.signup.half-center .link {
  margin-bottom: 0;
}

/*==== Sign up css ends ====*/

/*==== Forgot passsword css starts ====*/

.forgot-password .back {
  height: 5rem;
  width: 5rem;
  border: 0.1rem solid #e5e5e5;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 1rem;
  margin: 0 0 1.6rem;
  position: static;
  background-color: transparent;
}

.forgot-password .back .material-icons {
  font-size: 3rem;
}

.forgot-password.half-center {
  max-width: 53rem;
}

/*==== Forgot passsword css ends ====*/

/*==== Plan css starts ====*/

.choose-plan {
  /* 991 px*/
  margin-top: 4.6rem;
}

@media (max-width: 991px) {
  .choose-plan .row.flex.no-margin {
    display: block;
  }
}

.choose-plan .outer-div {
  border: 0.1rem solid #e5e5e5;
  background-color: #ffffff;
}

.choose-plan .outer-div .col.m6 {
  border-bottom: 0.1rem solid #e5e5e5;
  border-right: 0.1rem solid #e5e5e5;
}

.choose-plan .outer-div.col.l4 {
  border-left: 0;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  /* 991 px*/
}

@media (max-width: 991px) {
  .choose-plan .outer-div.col.l4 {
    border-radius: 0;
    border-left: 0.1rem solid #e5e5e5;
    margin-bottom: 3rem;
  }
}

.choose-plan .outer-div.col.l8 {
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  /* 991 px*/
}

@media (max-width: 991px) {
  .choose-plan .outer-div.col.l8 {
    border-radius: 0;
  }
}

.choose-plan .outer-div .row {
  display: flex;
  flex-wrap: wrap;
}

.choose-plan .plan-content {
  padding: 3rem;
  text-align: left;
  /* 991 px*/
}

@media (max-width: 1366px) {
  .choose-plan .plan-content {
    padding: 2rem;
  }
}

.choose-plan .plan-content .note h3 {
  margin-top: 2rem;
}

.choose-plan .plan-content .note p {
  line-height: 1.5;
  margin: 0.2rem 0 0;
}

@media (max-width: 991px) {
  .choose-plan .plan-content {
    padding: 1.5rem 1rem;
  }
}

.choose-plan .plan-content .material-icons {
  font-size: 3rem;
  margin-bottom: 2rem;
  height: 5rem;
  width: 5rem;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: default;
}

@media (max-width: 1366px) {
  .choose-plan .plan-content .material-icons {
    margin-bottom: 1.5rem;
  }
}

.choose-plan .plan-content .material-icons.top-icon {
  margin-bottom: 2rem;
  background-color: #FFEEE2;
  color: #F17A7E;
  font-size: 5rem;
  height: 8rem;
  width: 8rem;
}

@media (max-width: 1366px) {
  .choose-plan .plan-content .material-icons.top-icon {
    font-size: 4rem;
    height: 6rem;
    width: 6rem;
  }
}

.choose-plan .plan-content h2.big-text {
  font-size: 3rem;
}

.choose-plan .plan-content p {
  line-height: 2.4rem;
  opacity: 0.7;
}

.choose-plan .plan-content .mat-list {
  opacity: 0.7;
}

.choose-plan .plan-content .mat-list .material-icons {
  font-size: 2.4rem;
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0 0.8rem 0 0;
}

.choose-plan .plan-content .mat-list .mat-list-item {
  line-height: 3.4rem;
}

.choose-plan .plan-content .mat-list .mat-list-item .mat-list-item-content {
  padding: 0 !important;
}

.choose-plan .plan-content h3 {
  text-align: left;
  margin: 3.3rem 0 0;
}

@media (max-width: 1366px) {
  .choose-plan .plan-content h3 {
    margin: 2.3rem 0 0;
  }
}

.choose-plan .continue {
  margin-top: 2rem;
}

/*==== Plan css ends ====*/

/*==== Payment css starts ====*/

.payment.half-center {
  max-width: 64rem;
}

.payment.half-center .back {
  height: 5rem;
  width: 5rem;
  border: 0.1rem solid #e5e5e5;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 1rem;
  margin: 0 0 1.6rem;
  position: static;
  background-color: transparent;
}

.payment.half-center .back .material-icons {
  font-size: 3rem;
}

.payment.half-center .mat-list {
  background-color: #f8f8f8;
  border-radius: 1rem;
  margin: 1.6rem 0 1.2rem;
  border: 0.1rem solid #e5e5e5;
}

.payment.half-center .mat-list .mat-list-item {
  border-bottom: 0.1rem solid #e5e5e5;
  padding: 1.6rem;
  height: auto;
}

.payment.half-center .mat-list .mat-list-item .mat-list-item-content {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.payment.half-center .mat-list .mat-list-item .mat-list-item-content p {
  font-size: 1.8rem;
  overflow: hidden;
  margin: 0;
}

.payment.half-center .mat-list .mat-list-item .title {
  width: 30%;
  float: left;
}

.payment.half-center .mat-list .mat-list-item .description {
  font-weight: 600;
  width: 70%;
  float: left;
  line-height: 1.5;
}

.payment.half-center .mat-list .mat-list-item .description span {
  display: block;
}

.payment.half-center .mat-list .mat-list-item:last-child {
  border: none;
}

/*==== Payment css ends ====*/

/*==== Dashboard css starts ====*/

.plan-expiry-reminder {
  background-color: #F17A7E;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  height: auto;
  width: calc(100% - 38.5rem);
  margin-top: 0 !important;
  margin-bottom: 0.5px !important;
  padding: 0 4rem;
  padding: 0 2.5rem !important;
  float: right;
  position: relative;
}

.plan-expiry-reminder p {
  margin: 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  color: #ffffff;
}

.plan-expiry-reminder p .material-icons {
  margin-right: 0.8rem;
  color: #ffffff;
}

@media (max-width: 992px) {
  .plan-expiry-reminder p .material-icons {
    position: absolute;
    top: 12px;
    right: auto;
    left: 10px;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .plan-expiry-reminder p {
    display: block !important;
    margin: 1.5rem;
  }
}

.plan-expiry-reminder p a {
  color: #ffffff;
  text-decoration: underline;
}

.plan-expiry-reminder .mat-button.mat-button-base {
  height: 3rem;
  color: #ffffff;
  border: 0.1rem solid #ffffff;
  line-height: 1.5;
  background-color: transparent !important;
}

@media (max-width: 992px) {
  .plan-expiry-reminder .mat-button.mat-button-base {
    align-items: center;
  }
}

.plan-expiry-reminder .plan-expiry-reminder-reminder-button {
  width: 4rem !important;
}

.filter-heading {
  margin-bottom: 2rem;
  background-color: #ffffff;
  /* 1242 px*/
  /* 767 px*/
  /* 480 px*/
}

.filter-heading .button-search-wrap {
  padding: 1rem 2.5rem !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.filter-heading .row.flex {
  /* 1024 px*/
  /* 767 px*/
}

@media (max-width: 1024px) {
  .filter-heading .row.flex {
    justify-content: space-between;
  }
  .filter-heading .row.flex .row .col.l8 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .filter-heading .row.flex .col.m12.s12.flex {
    flex: 0 0 calc(100% - 5.8rem);
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    flex-wrap: wrap;
  }
}

@media (max-width: 1279px) {
  .filter-heading .justify-content-flex-end {
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important;
  }
}

@media (max-width: 767px) {
  .filter-heading {
    flex-wrap: wrap;
  }
  .filter-heading .button-medium {
    font-size: 1.4rem !important;
  }
  .filter-heading .button-medium .material-icons {
    display: none;
  }
}

@media (max-width: 601px) {
  .filter-heading .button-search-wrap {
    display: block !important;
  }
}

.filter-heading .date-picker {
  width: 13rem;
}

.dashboard {
  margin: 2rem 2rem 0;
  /* 1242 px*/
  /* 991 px*/
  /* 767 px*/
  /* 991 px*/
}

@media (max-width: 1279px) {
  .dashboard {
    margin: 2rem 2rem 0;
  }
}

@media (max-width: 991px) {
  .dashboard {
    margin: 1.5rem 1.5rem 0;
  }
}

@media (max-width: 767px) {
  .dashboard {
    margin-top: 1.5rem;
  }
}

.dashboard .account-heading {
  margin-bottom: 3rem;
  display: inline-block;
  /* 1242 px*/
}

@media (max-width: 1279px) {
  .dashboard .account-heading {
    margin: 0 0 2.5rem;
  }
}

.dashboard .recording-quality {
  position: relative;
}

.dashboard .recording-quality .info {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  margin: auto;
  height: 2.4rem;
  width: 2.4rem;
  font-size: 2.2rem;
  margin-left: 0.8rem;
}

.dashboard .profile-details {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* 767 px*/
  /* 480 px*/
}

.dashboard .profile-details .profile-heading {
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* 767 px*/
}

.dashboard .profile-details .profile-heading h2 {
  margin-bottom: 1rem !important;
}

.dashboard .profile-details .profile-heading .change-pass-btn {
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .dashboard .profile-details .profile-heading {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-bottom: 1rem;
  }
}

.dashboard .profile-details .youtube-btn {
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .dashboard .profile-details {
    display: block;
  }
}

@media (max-width: 520px) {
  .dashboard .profile-details .button {
    margin: 0;
  }
  .dashboard .profile-details .button.youtube-btn {
    margin-left: 1rem;
  }
  .dashboard .profile-details .button.youtube-btn, .dashboard .profile-details .button.facebook-btn {
    padding: 0.5rem 0.7rem !important;
  }
}

.dashboard .save-btn {
  margin-top: 30px;
  /* 991 px*/
}

@media (max-width: 991px) {
  .dashboard .save-btn {
    margin-top: 8px;
  }
}

.dashboard .search-create-session {
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  /* 767 px*/
  /* 480 px*/
}

@media (max-width: 767px) {
  .dashboard .search-create-session {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 1rem;
  }
  .dashboard .search-create-session .search {
    width: 70%;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .dashboard .search-create-session {
    flex-direction: column;
  }
  .dashboard .search-create-session .search {
    width: 100%;
    max-width: 100%;
  }
}

.dashboard .search-create-session .button {
  margin-left: 3.6rem;
  /* 991 px*/
  /* 480 px*/
}

@media (max-width: 991px) {
  .dashboard .search-create-session .button {
    margin-left: 1rem;
  }
}

@media (max-width: 520px) {
  .dashboard .search-create-session .button {
    width: 18rem;
    height: 4.6rem;
    position: absolute;
    top: -0.6rem;
    right: 1.5rem;
    bottom: auto;
    left: auto;
    margin: auto;
    margin: 0;
  }
}

.dashboard .search-create-session .button:hover .material-icons {
  color: #F17A7E;
}

.dashboard .search-create-session .mat-form-field-appearance-legacy .mat-form-field-infix {
  border: 0;
}

.dashboard .row.no-margin {
  display: flex;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-bottom: 3rem;
}

.dashboard .data {
  margin-top: 0.5rem;
  padding-left: 1.8rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 1.4rem;
  text-transform: capitalize;
  /* 991 px*/
}

@media (max-width: 991px) {
  .dashboard .data {
    margin: 0;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .dashboard .data {
    flex-direction: column;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0.8rem;
  }
}

.dashboard .audio-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 600px) {
  .dashboard .audio-container {
    margin-top: 0.8rem;
  }
}

.dashboard .audio-player {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 1.4rem;
  border-radius: 1rem;
  background-color: #fffdfc;
  width: 100%;
}

.dashboard .audio-player + .more {
  /* 767 px*/
}

@media (max-width: 767px) {
  .dashboard .audio-player + .more button {
    margin-left: 0;
  }
}

.dashboard .audio-player .mat-progress-bar {
  width: 60%;
}

.dashboard .transcript .mat-button {
  font-size: 1.6rem;
}

.dashboard .transcript .mat-button .material-icons {
  font-size: 1.8rem;
}

.dashboard .transcript .mat-button:hover {
  color: #F17A7E;
}

.dashboard .mat-tab-body-wrapper {
  padding: 0;
}

.dashboard .mat-tab-body-wrapper .info-heading {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.dashboard .mat-tab-body-wrapper .info-heading .info-heading-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.dashboard .mat-tab-body-wrapper .info-heading .info-heading-inner .material-icons {
  font-size: 2rem;
}

.dashboard .mat-tab-body-wrapper .info-heading div {
  position: relative;
}

.dashboard .mat-tab-body-wrapper .info-heading .material-icons {
  margin-left: 0.8rem;
}

.dashboard .mat-tab-body-wrapper .info-heading .info-text {
  visibility: hidden;
  border: 0.1rem solid #e5e5e5;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  width: 47rem;
  height: 9.4rem;
  z-index: 2;
  line-height: 1.5;
  font-size: 1.5rem;
  border-radius: 1rem;
  text-transform: none;
  text-transform: initial;
}

.dashboard .mat-tab-body-wrapper .info-heading div:hover .info-text {
  visibility: visible;
}

.dashboard .mat-tab-body-wrapper h4 {
  margin: 1rem 0 0;
  padding: 1rem 0 0 3.2rem;
  font-weight: 500;
  /* 991 px*/
}

@media (max-width: 991px) {
  .dashboard .mat-tab-body-wrapper h4 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-left: 1.5rem;
  }
}

.dashboard .mat-tab-body-wrapper h4.dd {
  border: none;
}

.dashboard .mat-tab-body-wrapper h3 {
  margin: 1.5rem 0 -1.1rem;
  padding: 0.8rem 1.5rem;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  border-top: 0.1rem solid #e5e5e5;
  /* 991 px*/
}

@media (max-width: 991px) {
  .dashboard .mat-tab-body-wrapper h3 {
    font-size: 1.6rem;
  }
}

.dashboard .mat-tab-body-wrapper h3:first-child {
  border: none;
}

.dashboard .show-all {
  text-align: center;
}

.dashboard .show-all button {
  color: #343434;
  font-size: 1.6rem;
  margin: 0 0 1.6rem;
  position: relative;
  width: 100%;
}

.dashboard .show-all button .material-icons {
  background-color: #343434;
  border-radius: 50%;
  color: #ffffff;
  margin-left: 0.8rem;
}

.dashboard .show-all button:before, .dashboard .show-all button:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0.1rem;
  width: 44%;
  content: "";
  background-color: #FFEEE2;
  margin: auto;
}

.dashboard .show-all button:after {
  left: auto;
  right: 0;
}

.dashboard .show-all button .mat-button-wrapper {
  background-color: #F9F9F9;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .dashboard .row div.page-heading-area,
.dashboard .billing-method .card-detail,
.dashboard .preview-customize .row {
    display: block !important;
  }
  .dashboard .row div.page-heading-area .button,
.dashboard .billing-method .card-detail .button {
    margin: 1.5rem 1.5rem 0 0;
  }
  .dashboard .preview-customize .filled {
    margin-top: 1.5rem;
  }
}

.dashboard .today {
  background-color: #F17A7E;
  color: #ffffff !important;
  position: absolute;
  top: -3rem;
  right: auto;
  bottom: auto;
  left: -2rem;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-shadow: 5px 10px 10px rgba(241, 122, 126, 0.25);
  font-size: 13px;
  border-radius: 3rem;
  width: 6rem;
  height: 2.5rem;
}

.session-expand-area .mat-expansion-panel-header-title {
  margin: 0;
  padding-right: 6rem;
}

@media (max-width: 600px) {
  .session-expand-area .mat-expansion-panel-header-title {
    padding-right: 1.7rem;
  }
}

.session-expand-area .mat-expansion-panel {
  margin: 0;
}

.session-expand-area .mat-expansion-panel .mat-expansion-panel-header {
  position: absolute;
  top: 3.7rem;
  right: 5.5rem;
  bottom: auto;
  left: auto;
  margin: auto;
  margin: auto;
  min-height: 6.2rem !important;
  height: 6.2rem !important;
  /* 991 px*/
  /* 991 px*/
}

@media (max-width: 991px) {
  .session-expand-area .mat-expansion-panel .mat-expansion-panel-header {
    top: 3rem;
  }
}

@media (max-width: 991px) {
  .session-expand-area .mat-expansion-panel .mat-expansion-panel-header {
    top: 2.7rem;
  }
}

@media (max-width: 992px) {
  .session-expand-area .mat-expansion-panel .mat-expansion-panel-header {
    top: 0rem !important;
  }
}

@media (max-width: 600px) {
  .session-expand-area .mat-expansion-panel .mat-expansion-panel-header {
    top: 0 !important;
    right: 6.3rem;
  }
}

.session-container {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  display: block;
  background-color: #ffffff;
  border-radius: 2rem;
  position: relative;
  /* 767 px*/
}

@media (max-width: 767px) {
  .session-container {
    padding: 1.5rem;
  }
}

.session-container .mat-content {
  overflow: visible;
}

.session-container .mat-expansion-panel-header-title {
  display: block;
}

.session-container .mat-expansion-panel .mat-expansion-panel-header {
  background: transparent !important;
}

.session-container .mat-expansion-panel-header {
  height: 100% !important;
  padding: 0 !important;
}

.session-container .mat-expansion-panel {
  background-color: transparent;
  box-shadow: none !important;
  position: static;
  border: none;
}

.session-container .date {
  height: 7rem !important;
  width: 7rem !important;
  background-color: #F17A7E;
  border-radius: 1rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  flex-direction: column;
  flex: 0 0 8rem;
  /* 1600 px*/
  /* 991 px*/
}

@media (max-width: 1600px) {
  .session-container .date {
    height: 7rem;
    width: 7rem;
    flex: 0 0 7rem;
  }
}

@media (max-width: 991px) {
  .session-container .date {
    height: 7rem;
    width: 7rem;
    flex: 0 0 7rem;
  }
}

.session-container .date span {
  font-size: 3.6rem;
  display: block;
  font-weight: 600;
  color: #ffffff;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container .date span {
    font-size: 2.5rem;
  }
}

.session-container .date span.month {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  /* 1600 px*/
  /* 767 px*/
}

@media (max-width: 1600px) {
  .session-container .date span.month {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .session-container .date span.month {
    font-size: 1rem;
  }
}

.session-container .session-details {
  margin-left: 2rem;
  width: 100%;
}

@media (max-width: 600px) {
  .session-container .session-details {
    margin-left: 1.5rem;
  }
}

.session-container .session-details p.session-name {
  font-size: 1.9rem;
  font-weight: 600;
  display: block;
  margin: 0 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #272727;
  /* 1242 px*/
  /* 767 px*/
  /* 480 px*/
}

@media (max-width: 520px) {
  .session-container .session-details p.session-name {
    font-size: 2rem;
  }
}

.session-container .session-details p.time {
  font-size: 1.6rem;
  margin: 0;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container .session-details p.time {
    font-size: 1.3rem;
  }
}

.session-container .left-content,
.session-container .right-content {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.session-container .right-content {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.session-container .right-content div {
  word-break: break-word;
}

.session-container .right-content div.recordings {
  width: 50px;
  /* 991 px*/
  /* 767 px*/
}

@media (max-width: 991px) {
  .session-container .right-content div.recordings {
    margin-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .session-container .right-content div.recordings {
    margin-right: 4rem;
  }
}

.session-container .right-content div.recordings p {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  color: #272727;
}

.session-container .right-content div.recordings p b {
  margin: 0 0.3rem 0 0.6rem;
}

.session-container .right-content div.recordings p .material-icons {
  font-size: 2.1rem;
  cursor: default;
  color: #F17A7E;
}

.session-container .right-content .button-small {
  min-width: 14.2rem;
  /* 991 px*/
  /* 767 px*/
}

@media (max-width: 991px) {
  .session-container .right-content .button-small {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .session-container .right-content .button-small {
    margin-left: 3.5rem;
  }
}

.session-container span.more {
  margin: -0.3rem 0rem 0 0rem;
  position: absolute;
  right: -10rem;
  /* 991 px*/
}

@media (max-width: 991px) {
  .session-container span.more {
    top: 0.9rem;
  }
}

@media (max-width: 992px) {
  .session-container span.more {
    top: -0.3rem !important;
  }
}

@media (max-width: 600px) {
  .session-container span.more {
    top: 0.2rem;
    right: -1.5rem;
  }
}

.session-container span.more .mat-list-base {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto;
  width: 25rem;
  background-color: #ffffff;
  border: 0.1rem solid #FFEEE2;
  border-radius: 1rem;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.05);
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  top: 4rem;
  opacity: 0;
}

.session-container span.more .mat-list-base .material-icons {
  margin-right: 1rem;
  font-size: 1.8rem;
}

.session-container span.more .mat-list-base .mat-list-item {
  border-bottom: 0.1rem solid #FFEEE2;
  padding: 1.4rem 0;
}

.session-container span.more .mat-list-base .mat-list-item a {
  color: #343434;
  font-weight: 400;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.session-container span.more .mat-list-base .mat-list-item a:hover {
  color: #F17A7E;
}

.session-container span.more .mat-list-base .mat-list-item a:hover .material-icons {
  color: #F17A7E;
}

.session-container span.more:hover .mat-list-base {
  visibility: visible;
  top: 2rem;
  pointer-events: auto;
  z-index: 99;
  opacity: 1;
}

.session-container .mat-expansion-panel {
  overflow: visible;
}

.session-container .mat-expansion-panel-body {
  margin-top: 2rem;
  padding: 0.5rem 0 0;
  border-top: 0.1rem solid #e5e5e5;
}

.session-container .mat-expansion-panel-header-description {
  font-size: 1.6rem;
  margin: 0;
}

.session-container .mat-expansion-panel-header-description .no-recording {
  margin-top: 1rem;
  color: #272727;
}

.session-container .mat-expansion-indicator {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  min-width: 3.5rem;
  border: 0.1rem solid #787878;
  text-align: center;
  border-radius: 50%;
  line-height: 2.8rem;
}

.session-container .mat-expansion-indicator::after {
  color: #787878;
}

.session-container .guest-details {
  display: flex;
  margin: 0 0 0;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container .guest-details {
    margin-left: 0;
  }
}

.session-container .guest-details span {
  display: inline-block;
}

.session-container .guest-details span + .guest-name {
  margin-left: 1rem;
}

.session-container .guest-details span.avatar {
  height: 3.5rem;
  width: 3.5rem;
  min-width: 3.5rem;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #000000 !important;
  background-color: #ffcfb8 !important;
  font-size: 1.4rem;
  font-weight: 500;
  border: 2.5px white solid;
}

.session-container .guest-details p.name {
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 12rem;
  color: #343434;
  /* 1600 px*/
}

@media (min-width: 1919px) {
  .session-container .guest-details p.name {
    width: 20rem;
  }
}

.session-container .guest-details p.guest {
  margin: 0.2rem 0 0;
  font-size: 1.3rem;
  color: #343434;
  display: inline-block;
}

.session-container .invite {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 2rem;
  cursor: pointer;
  color: #343434;
  /* 1600 px*/
  /* 991 px*/
}

@media (max-width: 1600px) {
  .session-container .invite {
    margin-left: 1.5rem;
  }
}

@media (max-width: 991px) {
  .session-container .invite {
    margin-left: 0;
  }
}

.session-container .invite .material-icons {
  margin-right: 0.6rem;
  color: #343434;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container .invite .material-icons {
    font-size: 1.8rem;
    margin-right: 0.4rem;
  }
}

.session-container .invite span:last-child {
  font-size: 1.4rem;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container .invite span:last-child {
    font-size: 1.3rem;
  }
}

.session-container button {
  margin-left: 2rem;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container button {
    margin-left: 1.5rem;
  }
}

.session-container button:hover .material-icons {
  color: #F17A7E;
}

.session-container.past-session .date {
  background-color: #e5e5e5;
}

.session-container.past-session .date span {
  color: #272727;
}

.session-container.past-session .button {
  background-color: #e5e5e5;
  color: #272727;
  box-shadow: none;
  border: 0;
}

.session-container.past-session .button .material-icons {
  color: #272727;
}

.session-container.past-session .recordings p {
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container.past-session .recordings p {
    font-size: 1.4rem;
  }
}

.session-container.past-session .recordings p b {
  font-size: 1.8rem;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .session-container.past-session .recordings p b {
    font-size: 1.6rem;
  }
}

/*==== Dashboard css ends ====*/

/* ==== Green room css starts ==== */

body .user_name_no_cam {
  font-size: 2.1rem !important;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem !important;
  border-radius: 100%;
  top: 0.7rem;
  position: relative;
  background-color: #a5a5a5;
  font-weight: 400 !important;
  color: #fff;
  text-transform: uppercase;
  margin: 0 !important;
  padding-: !important;
}

@media (max-width: 600px) {
  body .user_name_no_cam {
    top: 0.3rem;
  }
}

body .second_user_name_no_cam {
  font-size: 4rem !important;
  width: 12rem;
  height: 12rem;
  line-height: 14rem !important;
  border-radius: 100%;
  background-color: #657f82;
  font-weight: 400 !important;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin: auto !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-stream {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: auto;
  right: 0.6rem;
  bottom: 1.2rem;
  left: auto;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-radius: 1rem;
  padding: 0.9rem 1.2rem 0.9rem 1.5rem;
  background-color: #000000;
}

.live-stream p {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: red;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 1.8rem 0 0;
}

.live-stream p span {
  color: #fff;
}

.live-stream > * {
  margin-right: 0.8rem;
}

.live-stream svg:last-child {
  margin: 0;
}

/*==== Ready set go css starts ====*/

.number-state {
  font-size: 10rem;
  color: #ffffff;
  text-transform: uppercase;
}

.number-state span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  color: #ffffff;
  height: 100vh;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.number-state .num1 {
  -webkit-animation: time 18s;
          animation: time 18s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.number-state .num2 {
  -webkit-animation: time 18s;
          animation: time 18s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.number-state .num3 {
  -webkit-animation: time 20s;
          animation: time 20s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes timer-open {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}

@keyframes timer-open {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}

@-webkit-keyframes timer-close {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes timer-close {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@-webkit-keyframes time {
  0%, 10% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1.5);
  }
}

@keyframes time {
  0%, 10% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1.5);
  }
}

/*==== Ready set go css ends ====*/

.green-room {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #000000;
  /* 767 px*/
}

.green-room + app-customize-room .logo-customization .file-upload {
  margin-bottom: 1rem;
}

.green-room + app-customize-room .logo-customization .save-reset {
  margin-top: 1rem;
}

.green-room + app-customize-room .logo-customization + button {
  margin-top: 1.5rem;
}

.green-room + app-customize-room .logo-customization label {
  font-weight: 400;
}

.green-room + app-customize-room .logo-customization textarea {
  height: 7.4rem !important;
  line-height: 1.5;
}

.green-room + app-customize-room .logo-customization .select-color-area {
  clear: both;
}

.green-room #conference {
  padding: 59px 0;
  position: relative;
  height: calc(100% - 0px);
  width: calc(100% - 10px);
  left: 5px;
  top: 0px;
  border: 0 !important;
}

.green-room .conference-member {
  position: relative;
}

.green-room .conference-member .host {
  z-index: 999 !important;
}

.green-room .conference[conference-member="1"] .second_user_name_no_cam {
  font-size: 5vh !important;
  width: 16%;
  height: 22.18%;
  bottom: 0;
}

.green-room.user1-2 .conference[conference-member="1"] .conference-member {
  width: 45%;
  height: 60%;
}

.green-room.user1-2 .conference[conference-member="1"] .second_user_name_no_cam {
  font-size: 3vh !important;
}

.green-room.user2-1 .conference[conference-member="2"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 0.5rem solid transparent;
}

.green-room.user2-1 .conference[conference-member="2"] .conference-member {
  width: 70%;
  margin: auto;
  float: none;
  height: 70%;
}

.green-room.user2-1 .conference[conference-member="2"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 4.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 99;
  padding: 0;
}

.green-room.user2-1 .conference[conference-member="2"] .conference-member.host .second_user_name_no_cam {
  width: 34%;
  height: 60.45%;
  font-size: 3vh !important;
}

.green-room.user2-1 .conference[conference-member="2"] .conference-member.host .guest-name {
  display: none;
}

.green-room.user2-1 .conference[conference-member="2"] .conference-member.host .name {
  display: none;
}

.green-room.user2-1 .conference[conference-member="2"] .conference-member .second_user_name_no_cam {
  width: 24%;
  height: 43%;
  font-size: 9vh !important;
}

.green-room.host-green-room.user2-1 .conference[conference-member="2"] .conference-member.host {
  top: 25px;
}

.green-room.user2-2 .conference[conference-member="2"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row-reverse;
  border: 0.5rem solid transparent;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member {
  height: 70%;
  width: 70%;
  margin-left: 2.5%;
  padding: 0;
  margin-right: 0.4%;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member.host {
  width: 30%;
  height: 50%;
  margin-left: 0;
  margin-right: 2.5%;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member.host .second_user_name_no_cam {
  width: 20%;
  height: 20.236%;
  font-size: 3vh !important;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member.host .name .user-leaving {
  margin: 0.5rem;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member.host .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member.host .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member.host .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member.host .name p {
  font-size: 1.4rem;
}

.green-room.user2-2 .conference[conference-member="2"] .conference-member .second_user_name_no_cam {
  width: 20%;
  height: 33.72%;
  font-size: 6vh !important;
}

.green-room.user2-3 .conference[conference-member="2"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0.5rem solid transparent;
  overflow: hidden;
}

.green-room.user2-3 .conference[conference-member="2"] .conference-member {
  height: 70%;
  width: 50%;
  float: left;
  border: none;
  margin: auto 10px auto 0.25rem;
}

.green-room.user2-3 .conference[conference-member="2"] .conference-member.host {
  border-left: none;
  margin: auto 0.25rem auto 10px;
}

.green-room.user2-3 .conference[conference-member="2"] .conference-member .second_user_name_no_cam {
  width: 26.406% !important;
  height: 32.75%;
  font-size: 6vh !important;
}

.green-room.user2-3 .conference[conference-member="2"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user2-4 .conference[conference-member="2"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border: 0.5rem solid transparent;
  justify-content: center;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member {
  width: 34%;
  height: 60%;
  margin: 0 0.25rem 0 0.25rem;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member.host {
  margin: 0 0.25rem 0 0.25rem;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member .second_user_name_no_cam {
  width: 30%;
  height: 30.33%;
  font-size: 5vh !important;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member .name .user-leaving {
  margin: 0.5rem;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.6rem;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

.green-room.user2-4 .conference[conference-member="2"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user2-5 .conference[conference-member="2"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0.5rem solid transparent;
  flex-direction: column;
}

.green-room.user2-5 .conference[conference-member="2"] .conference-member {
  width: 47.5%;
  height: 50%;
  margin: 0 0% 0 0%;
}

.green-room.user2-5 .conference[conference-member="2"] .conference-member.host {
  margin: 0 0% 0 0%;
}

.green-room.user2-5 .conference[conference-member="2"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.host-green-room.user3-1 .conference[conference-member="3"] .conference-member.host {
  top: 25px;
}

.green-room.user3-1 .conference[conference-member="3"] {
  border: 0.5rem solid transparent;
  overflow: hidden;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member {
  height: 70%;
  width: calc(50% - 13px);
  border: none;
  margin: 0;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member .second_user_name_no_cam {
  width: 26.95%;
  height: 32.75%;
  font-size: 6vh !important;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 4.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 9;
  padding: 0;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member.host .second_user_name_no_cam {
  height: 6rem;
  width: 6rem;
  font-size: 2.6rem !important;
  line-height: 5rem !important;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member.host .guest-name {
  display: none;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member.host .name {
  display: none;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member:nth-child(2) {
  margin-right: 0.25rem;
  margin-left: 10px;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member:nth-child(2) .mic {
  margin-right: 16%;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member:nth-child(3) {
  margin-left: 0.25rem;
  margin-right: 10px;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member:nth-child(3) .guest-name .more-outer {
  position: relative;
  margin-left: 16%;
}

.green-room.user3-2 .conference[conference-member="3"] {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-flow: column wrap;
  position: relative;
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member {
  width: 25%;
  margin: 0 2.5% 0 0rem;
  height: 40%;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member.host {
  width: 70%;
  margin: 0% 0rem 0% 2.5%;
  padding: 0;
  height: calc(80% + 0.5rem);
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member.host video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(3) {
  margin-top: 0rem;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(3) .second_user_name_no_cam {
  height: 3rem;
  width: 3rem;
  font-size: 1.2rem !important;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving {
  margin: 0.5rem 0.5rem 0;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(3) .name p {
  font-size: 1.4rem;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(2) .second_user_name_no_cam {
  height: 3rem;
  width: 3rem;
  font-size: 1.2rem !important;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving {
  margin: 0.5rem 0.5rem 0;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user3-2 .conference[conference-member="3"] .conference-member:nth-child(2) .name p {
  font-size: 18px;
}

.green-room.user3-3 .conference[conference-member="3"] {
  display: block;
  border: 0.5rem solid transparent;
  overflow: hidden;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member {
  border: none;
  margin: 0;
  margin-left: 0.25rem;
  height: calc(50% - 13px);
  width: calc(50% - 13px);
  float: left;
  margin-right: 10px;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member .second_user_name_no_cam {
  width: 39%;
  height: 35.27%;
  font-size: 9vh !important;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member.host {
  border: none;
  margin-left: 10px;
  margin-right: 0.25rem;
  height: calc(100% - 20px);
  margin-top: 10px;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(2) {
  margin-bottom: 0.25rem;
  margin-top: 10px;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(2) .second_user_name_no_cam {
  font-size: 5vh !important;
  width: 23.17%;
  height: 42.74%;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving {
  margin: 0.5rem;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.6rem;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(2) .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(2) .name p {
  font-size: 20px;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(3) {
  margin-top: 0.25rem;
  margin-bottom: 10px;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(3) .second_user_name_no_cam {
  font-size: 5vh !important;
  width: 23.17%;
  height: 42.74%;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving {
  margin: 0.5rem;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.6rem;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(3) .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

.green-room.user3-3 .conference[conference-member="3"] .conference-member:nth-child(3) .name p {
  font-size: 20px;
}

.green-room.user3-4 .conference[conference-member="3"] {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-content: center;
  flex-wrap: wrap;
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member {
  width: 38.5%;
  height: calc(50% - 13px);
  margin: 0;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member.host {
  margin-top: 10px;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 0;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member:nth-child(3) {
  margin-top: 0;
  margin-bottom: 10px;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member .second_user_name_no_cam {
  height: 42.97%;
  width: 28.25%;
  font-size: 6vh !important;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member .name .user-leaving {
  margin: 0.5rem 0.5rem 0;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user3-4 .conference[conference-member="3"] .conference-member .name p {
  font-size: 20px;
}

.green-room.user3-5 .conference[conference-member="3"] {
  border: 0.5rem solid transparent;
  overflow: hidden;
  border: 0.5rem solid transparent;
  flex-wrap: initial;
}

.green-room.user3-5 .conference[conference-member="3"] .conference-member {
  width: calc(33.3333333333% - 0.35rem);
  height: 70%;
  margin: 0;
}

.green-room.user3-5 .conference[conference-member="3"] .conference-member .second_user_name_no_cam {
  width: 41.9%;
  height: 33.17%;
  font-size: 5vh !important;
}

.green-room.user3-5 .conference[conference-member="3"] .conference-member.host {
  border: none;
  margin-right: 0.25rem;
  margin-left: 10px;
}

.green-room.user3-5 .conference[conference-member="3"] .conference-member:nth-child(2) {
  border: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.green-room.user3-5 .conference[conference-member="3"] .conference-member:nth-child(3) {
  border: none;
  margin-left: 0.25rem;
  margin-right: 10px;
}

.green-room.user3-5 .conference[conference-member="3"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user4-1 .conference[conference-member="4"] {
  border: 0.5rem solid transparent;
  overflow: hidden;
  width: 100%;
  flex-wrap: initial;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member {
  width: calc(33.3333333333% - 0.35rem);
  height: 70%;
  margin: 0;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member .video-container video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member .second_user_name_no_cam {
  width: 44%;
  height: 34.83%;
  font-size: 6vh !important;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 4.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 99;
  padding: 0;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member.host .guest-name {
  display: none;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member.host .name {
  display: none;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member.host .second_user_name_no_cam {
  width: 34%;
  height: 60.45%;
  font-size: 3vh !important;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member:nth-child(2) {
  margin-right: 0.25rem;
  margin-left: 10px;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member:nth-child(3) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.green-room.user4-1 .conference[conference-member="4"] .conference-member:nth-child(4) {
  margin-left: 0.25rem;
  margin-right: 10px;
}

.green-room.user4-2 .conference[conference-member="4"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.green-room.user4-2 .conference[conference-member="4"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user4-2 .conference[conference-member="4"] .conference-member .second_user_name_no_cam {
  height: 36.84%;
  width: 22%;
  font-size: 5vh !important;
  line-height: 1rem !important;
}

.green-room.user4-2 .conference[conference-member="4"] .conference-member .name .user-leaving {
  margin: 0.5rem;
}

.green-room.user4-2 .conference[conference-member="4"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user4-2 .conference[conference-member="4"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user4-2 .conference[conference-member="4"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user4-2 .conference[conference-member="4"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user4-3 .conference[conference-member="4"] {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-flow: column wrap;
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.green-room.user4-3 .conference[conference-member="4"] .name p {
  margin-bottom: 8px !important;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member {
  width: 25%;
  margin: 0 2.5% 0 0;
  height: calc(33% - 9px);
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member .second_user_name_no_cam {
  height: 40%;
  width: 27.23%;
  font-size: 3vh !important;
  top: 0;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member.host {
  height: 100%;
  width: 70%;
  margin: 0 0 0 2.5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member.host .second_user_name_no_cam {
  width: 26.65%;
  height: 34%;
  font-size: 8vh !important;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(2) {
  margin-top: 10px;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(2) .name .user-leaving {
  margin: 0;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(2) .name .user-leaving h2 {
  margin: 0.2rem;
  font-size: 1.2rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(2) .name .user-leaving .mat-progress-bar {
  height: 0.5rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(2) .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1rem;
  margin: 0.2rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(2) .name p {
  font-size: 1.4rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(3) .name .user-leaving {
  margin: 0;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(3) .name .user-leaving h2 {
  margin: 0.2rem;
  font-size: 1.2rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(3) .name .user-leaving .mat-progress-bar {
  height: 0.5rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(3) .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1rem;
  margin: 0.2rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(3) .name p {
  font-size: 1.4rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(4) {
  margin-bottom: 10px;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(4) .name .user-leaving {
  margin: 0;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(4) .name .user-leaving h2 {
  margin: 0.2rem;
  font-size: 1.2rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(4) .name .user-leaving .mat-progress-bar {
  height: 0.5rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(4) .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1rem;
  margin: 0.2rem;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member:nth-child(4) .name p {
  font-size: 1.4rem;
}

.green-room.user5-1 .conference[conference-member="5"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.green-room.user5-1 .conference[conference-member="5"] .conference-member {
  margin: 0;
  height: calc(50% - 0.25rem);
}

.green-room.user5-1 .conference[conference-member="5"] .conference-member .second_user_name_no_cam {
  height: 30%;
  width: 27.21%;
  font-size: 3.8vh !important;
  line-height: 1rem !important;
}

.green-room.user5-1 .conference[conference-member="5"] .conference-member .name .user-leaving {
  margin: 1rem 1rem 0.5rem;
}

.green-room.user5-1 .conference[conference-member="5"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user5-1 .conference[conference-member="5"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user5-1 .conference[conference-member="5"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user5-1 .conference[conference-member="5"] .conference-member .name p {
  font-size: 1.4rem;
}

.green-room.user5-2 .conference[conference-member="5"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: center;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member {
  width: 38%;
  height: 36%;
  margin: 0;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 2.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 99;
  padding: 0;
  background-color: #262323;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member.host .guest-name {
  display: none;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member.host .name {
  display: none;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member.host .second_user_name_no_cam {
  height: 6rem;
  width: 6rem;
  font-size: 2.6rem !important;
  line-height: 5rem !important;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member:nth-child(2) {
  background-color: #434343;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member:nth-child(4) {
  background-color: #787878;
  margin-bottom: 2.5%;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member:nth-child(5) {
  background-color: #272727;
  margin-bottom: 2.5%;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member .second_user_name_no_cam {
  height: 40%;
  width: 21.26%;
  font-size: 3.8vh !important;
  line-height: 1rem !important;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member .name .user-leaving {
  margin: 1rem;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member:nth-child(2) .mic {
  margin-right: 20.5%;
}

.green-room.user5-2 .conference[conference-member="5"] .conference-member:nth-child(3) .more-outer {
  margin-left: 20.5%;
}

.green-room.user5-3 .conference[conference-member="5"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member {
  margin: 0;
  height: calc(50% - 0.25rem);
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member .second_user_name_no_cam {
  height: 5rem;
  width: 5rem;
  font-size: 2rem !important;
  line-height: 1rem !important;
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member .name .user-leaving {
  margin: 1rem 1rem 0.5rem;
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member .name p {
  font-size: 1.4rem;
}

.green-room.user6-1 .conference[conference-member="6"] {
  border: 0.5rem solid transparent;
}

.green-room.user6-1 .conference[conference-member="6"] .conference-member .second_user_name_no_cam {
  height: 31.45%;
  width: 26%;
  font-size: 3.8vh !important;
  line-height: 1rem !important;
}

.green-room.user6-1 .conference[conference-member="6"] .conference-member .name .user-leaving {
  margin: 1rem 1rem 0.5rem;
}

.green-room.user6-1 .conference[conference-member="6"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user6-1 .conference[conference-member="6"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user6-1 .conference[conference-member="6"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user6-1 .conference[conference-member="6"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user6-2 .conference[conference-member="6"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: center;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member {
  width: 30.5%;
  height: 36%;
  margin: 0;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 2.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 99;
  padding: 0;
  background-color: #434343;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member.host .guest-name {
  display: none;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member.host .name {
  display: none;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member.host .second_user_name_no_cam {
  height: 6rem;
  width: 6rem;
  font-size: 2.6rem !important;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member:nth-child(2) {
  background-color: #434343;
  margin-top: 60px;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
  margin-top: 60px;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member:nth-child(4) {
  background-color: #787878;
  margin-top: 60px;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member:nth-child(5) {
  background-color: #272727;
  margin-bottom: 2.5%;
  margin-bottom: 60px;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member:nth-child(6) {
  background-color: #434343;
  margin-bottom: 2.5%;
  margin-bottom: 60px;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member .second_user_name_no_cam {
  height: 39.25%;
  width: 26%;
  font-size: 4vh !important;
  line-height: 1rem !important;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member .name .user-leaving {
  margin: 1rem;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user6-2 .conference[conference-member="6"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user6-3 .conference[conference-member="6"] {
  border: 0.5rem solid transparent;
  overflow: hidden;
  padding: 10px !important;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member {
  width: calc(33.3333333333% - 0.35rem);
  height: 49.5%;
  margin: 0;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member.host {
  border: none;
  margin-right: 0.25rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member .second_user_name_no_cam {
  height: 34.22%;
  width: 29%;
  font-size: 4vh !important;
  line-height: 1rem !important;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member .name .user-leaving {
  margin: 1rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member:nth-child(1) {
  border: none;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member:nth-child(2) {
  border: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member:nth-child(3) {
  border: none;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member:nth-child(4) {
  border: none;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member:nth-child(5) {
  border: none;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member:nth-child(6) {
  border: none;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user7-1 .conference[conference-member="7"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.75%;
       column-gap: 0.75%;
  row-gap: 0.75%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  padding: 0.75% !important;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member {
  margin: 0;
  height: calc(45% - 0.5rem);
  width: 28.5%;
  height: 32.3%;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(2) {
  background-color: #434343;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(4) {
  background-color: #787878;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(5) {
  background-color: #272727;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(6) {
  background-color: #434343;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(7) {
  background-color: #6a6a6a;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(2) {
  z-index: 101 !important;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member:nth-child(3) {
  z-index: 100 !important;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member .second_user_name_no_cam {
  font-size: 3vh !important;
  line-height: 1rem !important;
  width: 10vh;
  height: 10vh;
}

@media (max-width: 600px) {
  .green-room.user7-1 .conference[conference-member="7"] .conference-member .second_user_name_no_cam {
    font-size: 3.6vw !important;
    width: 4vh;
    height: 4vh;
  }
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member .name .user-leaving {
  margin: 1rem 1rem 0.5rem;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user7-1 .conference[conference-member="7"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user7-2 .conference[conference-member="7"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5%;
       column-gap: 0.5%;
  row-gap: 1%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  padding: 0% !important;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member {
  width: 30.5%;
  height: 36%;
  margin: 0;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 2.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 103 !important;
  padding: 0;
  background-color: #434343;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .guest-name {
  left: -3px;
  top: 2px;
  transform: scale(0.9);
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .guest-name .mic {
  display: none;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .name {
  display: none;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .name .inactive-speaker {
  display: none;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .name .with-rise-hand.style-2 {
  padding: 0 !important;
  background: transparent;
  left: -5px;
  bottom: -5px;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .name .with-rise-hand.style-2 .material-icons {
  font-size: 16px;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .name .with-rise-hand.style-2 .material-icons + span {
  display: none;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member.host .second_user_name_no_cam {
  height: 40%;
  width: 23%;
  font-size: 3vh !important;
}

@media (max-width: 767px) {
  .green-room.user7-2 .conference[conference-member="7"] .conference-member.host .second_user_name_no_cam {
    font-size: 2.5vw !important;
  }
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member:nth-child(2) {
  background-color: #434343;
  margin-top: 4%;
  z-index: 102 !important;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
  margin-top: 4%;
  z-index: 101 !important;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member:nth-child(4) {
  background-color: #787878;
  margin-top: 4%;
  z-index: 100 !important;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member:nth-child(5) {
  background-color: #272727;
  margin-bottom: 4%;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member:nth-child(6) {
  background-color: #434343;
  margin-bottom: 4%;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member:nth-child(7) {
  background-color: #6a6a6a;
  margin-bottom: 4%;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member .second_user_name_no_cam {
  height: 39.25%;
  width: 26%;
  font-size: 4vh !important;
  line-height: 1rem !important;
}

@media (max-width: 600px) {
  .green-room.user7-2 .conference[conference-member="7"] .conference-member .second_user_name_no_cam {
    font-size: 4vw !important;
  }
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member .name .user-leaving {
  margin: 1rem;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user7-2 .conference[conference-member="7"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user8-1 .conference[conference-member="8"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.75%;
       column-gap: 0.75%;
  row-gap: 0.75%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  padding: 0.75% !important;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member {
  margin: 0;
  height: calc(45% - 0.5rem);
  width: 28.5%;
  height: 32.3%;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(2) {
  background-color: #434343;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(4) {
  background-color: #787878;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(5) {
  background-color: #272727;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(6) {
  background-color: #434343;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(7) {
  background-color: #6a6a6a;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(8) {
  background-color: #787878;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(2) {
  z-index: 101 !important;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member:nth-child(3) {
  z-index: 100 !important;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member .second_user_name_no_cam {
  font-size: 3vh !important;
  line-height: 1rem !important;
  width: 10vh;
  height: 10vh;
}

@media (max-width: 600px) {
  .green-room.user8-1 .conference[conference-member="8"] .conference-member .second_user_name_no_cam {
    font-size: 3.6vw !important;
    width: 4vh;
    height: 4vh;
  }
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member .name .user-leaving {
  margin: 1rem 1rem 0.5rem;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user8-1 .conference[conference-member="8"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user8-2 .conference[conference-member="8"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5%;
       column-gap: 0.5%;
  row-gap: 1%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  padding: 0% !important;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member {
  width: 30.5%;
  height: 28%;
  margin: 0;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 2.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 103 !important;
  padding: 0;
  background-color: #434343;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .guest-name {
  left: -3px;
  top: 2px;
  transform: scale(0.9);
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .guest-name .mic {
  display: none;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .name {
  display: none;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .name .inactive-speaker {
  display: none;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .name .with-rise-hand.style-2 {
  padding: 0 !important;
  background: transparent;
  left: -5px;
  bottom: -5px;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .name .with-rise-hand.style-2 .material-icons {
  font-size: 16px;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .name .with-rise-hand.style-2 .material-icons + span {
  display: none;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member.host .second_user_name_no_cam {
  font-size: 2.6vh !important;
  line-height: 1rem !important;
  width: 7vh;
  height: 7vh;
}

@media (max-width: 600px) {
  .green-room.user8-2 .conference[conference-member="8"] .conference-member.host .second_user_name_no_cam {
    font-size: 2.2vw !important;
    width: 3vh;
    height: 3vh;
  }
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(2) {
  background-color: #434343;
  margin-top: 4%;
  z-index: 102 !important;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
  margin-top: 4%;
  z-index: 101 !important;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(4) {
  background-color: #787878;
  margin-top: 4%;
  z-index: 100 !important;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(5) {
  background-color: #272727;
  margin-bottom: 0%;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(6) {
  background-color: #434343;
  margin-bottom: 0%;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(7) {
  background-color: #6a6a6a;
  margin-bottom: 0%;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member:nth-child(8) {
  background-color: #787878;
  margin-bottom: 0%;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member .second_user_name_no_cam {
  font-size: 3vh !important;
  line-height: 1rem !important;
  width: 10vh;
  height: 10vh;
}

@media (max-width: 600px) {
  .green-room.user8-2 .conference[conference-member="8"] .conference-member .second_user_name_no_cam {
    font-size: 2.6vw !important;
    width: 4vh;
    height: 4vh;
  }
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member .name .user-leaving {
  margin: 1rem;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user8-2 .conference[conference-member="8"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user9-1 .conference[conference-member="9"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.75%;
       column-gap: 0.75%;
  row-gap: 0.75%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  padding: 0.75% !important;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member {
  margin: 0;
  height: calc(45% - 0.5rem);
  width: 28.5%;
  height: 32.3%;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(2) {
  background-color: #434343;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(4) {
  background-color: #787878;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(5) {
  background-color: #272727;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(6) {
  background-color: #434343;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(7) {
  background-color: #6a6a6a;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(8) {
  background-color: #787878;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(9) {
  background-color: #bdbdbd;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(2) {
  z-index: 101 !important;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member:nth-child(3) {
  z-index: 100 !important;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member .second_user_name_no_cam {
  font-size: 3vh !important;
  line-height: 1rem !important;
  width: 10vh;
  height: 10vh;
}

@media (max-width: 600px) {
  .green-room.user9-1 .conference[conference-member="9"] .conference-member .second_user_name_no_cam {
    font-size: 3.6vw !important;
    width: 4vh;
    height: 4vh;
  }
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member .name .user-leaving {
  margin: 1rem 1rem 0.5rem;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user9-1 .conference[conference-member="9"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.user9-2 .conference[conference-member="9"] {
  border: 0.5rem solid transparent;
  -moz-column-gap: 0.5%;
       column-gap: 0.5%;
  row-gap: 1%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  padding: 0% !important;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member {
  width: 30.5%;
  height: 28%;
  margin: 0;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host {
  height: 16%;
  width: 16%;
  position: absolute;
  top: 2.5%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 103 !important;
  padding: 0;
  background-color: #434343;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .guest-name {
  left: -3px;
  top: 2px;
  transform: scale(0.9);
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .guest-name .mic {
  display: none;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .name {
  display: none;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .name .inactive-speaker {
  display: none;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .name .with-rise-hand.style-2 {
  padding: 0 !important;
  background: transparent;
  left: -5px;
  bottom: -5px;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .name .with-rise-hand.style-2 .material-icons {
  font-size: 16px;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .name .with-rise-hand.style-2 .material-icons + span {
  display: none;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member.host .second_user_name_no_cam {
  font-size: 2.6vh !important;
  line-height: 1rem !important;
  width: 7vh;
  height: 7vh;
}

@media (max-width: 600px) {
  .green-room.user9-2 .conference[conference-member="9"] .conference-member.host .second_user_name_no_cam {
    font-size: 2.2vw !important;
    width: 3vh;
    height: 3vh;
  }
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(2) {
  background-color: #434343;
  margin-top: 4%;
  z-index: 102 !important;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
  margin-top: 4%;
  z-index: 101 !important;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(4) {
  background-color: #787878;
  margin-top: 4%;
  z-index: 100 !important;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(5) {
  background-color: #272727;
  margin-bottom: 0%;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(6) {
  background-color: #434343;
  margin-bottom: 0%;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(7) {
  background-color: #6a6a6a;
  margin-bottom: 0%;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(8) {
  background-color: #787878;
  margin-bottom: 0%;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member:nth-child(9) {
  background-color: #bdbdbd;
  margin-bottom: 0%;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member .second_user_name_no_cam {
  font-size: 3vh !important;
  line-height: 1rem !important;
  width: 10vh;
  height: 10vh;
}

@media (max-width: 600px) {
  .green-room.user9-2 .conference[conference-member="9"] .conference-member .second_user_name_no_cam {
    font-size: 2.6vw !important;
    width: 4vh;
    height: 4vh;
  }
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member .name .user-leaving {
  margin: 1rem;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member .name .user-leaving h2 {
  margin: 0.5rem;
  font-size: 1.4rem;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member .name .user-leaving .mat-progress-bar {
  height: 0.6rem;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member .name .user-leaving .content-percentage-wrap h4 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.green-room.user9-2 .conference[conference-member="9"] .conference-member .name p {
  font-size: 1.6rem;
}

.green-room.customization, .green-room.chat-enabled {
  margin-right: 36rem;
  transition: all 0.3 ease;
}

.green-room .logo-image {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  margin: auto;
  width: auto;
  height: auto;
  text-align: right;
  z-index: 99;
}

.green-room .logo-image img {
  height: auto;
  max-height: 100%;
  position: static;
  margin: 0;
}

.green-room .container {
  max-width: 100%;
}

.green-room .container.layout-preview {
  text-align: center;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 5rem;
}

.green-room .container.layout-preview .mat-radio-button {
  margin: 1rem 2rem;
}

.green-room .container.layout-preview .close {
  color: #F17A7E;
}

.green-room .container.layout-preview .close .material-icons {
  color: #F17A7E;
}

.green-room .recording-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 0;
  margin: 0;
  padding: 0 1.5rem;
  min-width: auto;
  min-height: auto;
  background-color: #F17A7E;
}

.green-room .recording-info p {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.green-room .recording-info .mat-button.mat-button-base {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: -18rem;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 3rem;
  line-height: 1.5;
  border: 1px solid #ffffff;
}

.green-room .recording-info .material-icons {
  color: #ffffff;
}

.green-room .recording-info .material-icons.warning {
  margin-right: 0.8rem;
}

.green-room header.logo {
  display: block;
  height: auto;
}

.green-room header.logo p {
  text-align: center;
  margin: 0;
  padding: 0.7rem 0;
  position: relative;
}

.green-room header.logo p .button {
  margin-left: 5.6rem;
  padding: 0.5rem 1rem !important;
}

.green-room .guest-cam {
  overflow: hidden;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  background: #000;
  transition: all 0.3s;
  min-height: 100%;
  width: 100%;
  position: relative;
}

.green-room .guest-cam video {
  transition: all 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.green-room .guest-cam img {
  width: 100%;
  /* 767 px*/
}

@media (max-width: 767px) {
  .green-room .guest-cam img {
    height: 100%;
    width: auto;
    max-width: none;
    max-width: initial;
  }
}

.green-room .mat-list-base .mat-list-item .mat-list-item-content {
  padding: 0 1rem;
  font-size: 1.4rem;
  /* 767 px*/
}

@media (max-width: 767px) {
  .green-room .mat-list-base .mat-list-item .mat-list-item-content {
    padding: 0 0.5rem;
  }
}

.green-room .actions {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  padding: 1rem;
  background-color: #272727;
}

.green-room .actions.recording {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 1.2rem;
  left: 1.5rem;
  margin: auto;
  justify-content: flex-start;
  padding: 0.5rem;
  width: auto;
  z-index: 1;
  border-radius: 1rem;
  background-color: #000000;
  /* 767 px*/
}

@media (max-width: 767px) {
  .green-room .actions.recording {
    padding: 0.8rem;
    top: 7.2rem;
  }
}

.green-room .actions.recording .mat-button .blink-animation {
  -webkit-animation: blinker 2.5s linear infinite;
          animation: blinker 2.5s linear infinite;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.5;
}

.green-room .actions.mat-list-base .mat-list-item {
  width: auto;
  background-color: transparent !important;
}

.green-room .actions.mat-list-base .mat-list-item.stop-rec .mat-button {
  background-color: #ffffff;
}

.green-room .actions.mat-list-base .mat-list-item.stop-rec .mat-button .material-icons {
  color: #C20209;
}

.green-room .actions .record .mat-button-wrapper {
  font-size: 1.4rem;
}

.green-room .actions .record span.dot {
  width: 1rem;
  height: 1rem;
  background: #C20209;
  display: inline-block;
  border-radius: 0.2rem;
  margin-bottom: 0 0.5rem 0 0;
}

.green-room .actions .mat-button {
  padding: 0 !important;
  min-width: auto;
  line-height: 0;
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.75);
}

.green-room .actions .mat-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0;
}

.green-room .actions .mat-button .material-icons {
  font-size: 2rem;
  color: #ffffff;
}

.green-room .actions .record .mat-button {
  height: auto;
  width: auto;
  background-color: transparent;
  cursor: default;
}

.green-room .actions .record .mat-button .mat-button-wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
}

.green-room .actions .record .mat-button .mat-button-wrapper .rec {
  margin-right: 1.5rem;
}

.green-room .actions .record .mat-button .mat-button-wrapper .material-icons {
  margin-right: 0.4rem;
  font-size: 2.4rem;
  cursor: default;
}

.green-room .actions .red-text .mat-button {
  color: #C20209;
  border: 0;
}

.green-room .actions .red-text .mat-button .material-icons {
  color: #C20209;
}

.green-room .guest-name {
  position: absolute;
  top: 1rem;
  right: auto;
  bottom: auto;
  left: 1rem;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}

.green-room .guest-name .mat-list-base .mat-list-item .mat-list-item-content {
  padding: 0 !important;
}

.green-room .guest-name .mat-button {
  min-width: auto;
  padding: 0 !important;
  border-radius: 50%;
}

.green-room .guest-name .mat-button.red .material-icons {
  background-color: #C20209;
}

.green-room .guest-name p {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.green-room .guest-name .call_end .material-icons {
  background-color: #C20209;
  color: #ffffff !important;
}

.green-room .guest-name .material-icons {
  height: 3.1rem;
  width: 3.1rem;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  color: #ffffff;
}

.green-room .guest-name .mat-list-item-content {
  margin-bottom: 1rem;
  padding: 0;
}

@media (max-width: 767px) {
  .green-room .guest-name .options {
    right: -0.5rem;
    text-align: right;
  }
  .green-room .mat-list-base.options .mat-list-item {
    display: inline-block;
    width: auto;
    margin: 0 0.5rem;
  }
}

.conference-member {
  position: relative;
}

.conference-member .vu-meter {
  position: absolute;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  left: auto;
  margin: auto;
  width: 0.8rem;
  height: 25%;
}

.conference-member .vu-meter .meter-color {
  position: relative;
  background-image: linear-gradient(to bottom, red 1%, yellow 16%, lime 45%, #008800 100%);
  width: 100%;
  height: 100%;
}

.conference-member .vu-meter .meter-color .meter-level {
  background-color: #272727;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  transition: height 0.1s ease 0s;
}

.conference-member.host .more-options {
  display: none;
}

.conference-member video {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.conference {
  background: #000000;
}

.conference .conference-member .canvas {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 25%;
  display: flex;
}

.host-green-room .conference {
  height: calc(100% - 10.6rem) !important;
}

.conference[conference-member="1"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.conference[conference-member="1"] .conference-member {
  height: auto;
  width: 70%;
  height: 90%;
  background-color: #272727;
}

.conference[conference-member="1"] .conference-member video {
  border: 1px solid transparent;
  transition: all 0.5s;
}

.conference[conference-member="1"] .conference-member video.voice-video {
  box-shadow: 0px 0px 0px 4px #F17A7E;
  transition: all 0.5s;
}

.conference[conference-member="1"] + .main-inner-cam-area {
  display: none;
}

.conference[conference-member="2"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.conference[conference-member="2"] .conference-member {
  width: 47.5%;
  height: 50%;
  margin: 0 2.5% 0 1.25%;
  background-color: #434343;
}

.conference[conference-member="2"] .conference-member.host {
  margin: 0 1.25% 0 2.5%;
  background-color: #272727;
}

.conference[conference-member="2"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.conference[conference-member="2"] + .main-inner-cam-area {
  display: none;
}

.conference[conference-member="3"] {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}

.conference[conference-member="3"] .conference-member {
  width: 35%;
  height: 41.75%;
  margin: 2.5% 1.25% 2.5% 2.5%;
  background-color: #272727;
}

.conference[conference-member="3"] .conference-member:nth-child(2) {
  margin: 2.5% 2.5% 2.5% 1.25%;
  background-color: #434343;
}

.conference[conference-member="3"] .conference-member:nth-child(3) {
  margin-top: 0;
  background-color: #6a6a6a;
}

.conference[conference-member="4"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  align-content: center;
}

.conference[conference-member="4"] .conference-member {
  width: 45%;
  height: calc(50% - 13px);
  margin: 0 0 0 0;
}

.conference[conference-member="4"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.conference[conference-member="4"] .conference-member:nth-child(2n) {
  margin-left: 0;
}

.conference[conference-member="4"] .conference-member:nth-child(1) {
  background-color: #272727;
  margin-top: 10px;
}

.conference[conference-member="4"] .conference-member:nth-child(2) {
  background-color: #434343;
  margin-top: 10px;
}

.conference[conference-member="4"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
  margin-bottom: 10px;
}

.conference[conference-member="4"] .conference-member:nth-child(4) {
  background-color: #787878;
  margin-bottom: 10px;
}

.green-room.user6-1 .conference[conference-member="6"] {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: center;
}

.green-room.user6-1 .conference[conference-member="6"] .conference-member {
  margin: 0;
  height: calc(45px - 0.5rem);
  width: 28.5%;
  height: 44%;
}

.conference[conference-member="5"],
.conference[conference-member="6"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}

.conference[conference-member="5"] .conference-member,
.conference[conference-member="6"] .conference-member {
  width: 30.5%;
  height: 41.75%;
  margin: 0;
}

.conference[conference-member="5"] .conference-member video,
.conference[conference-member="6"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.conference[conference-member="5"] .conference-member:nth-child(1),
.conference[conference-member="6"] .conference-member:nth-child(1) {
  background-color: #272727;
}

.conference[conference-member="5"] .conference-member:nth-child(2),
.conference[conference-member="6"] .conference-member:nth-child(2) {
  background-color: #434343;
}

.conference[conference-member="5"] .conference-member:nth-child(3),
.conference[conference-member="6"] .conference-member:nth-child(3) {
  background-color: #6a6a6a;
}

.conference[conference-member="5"] .conference-member:nth-child(4),
.conference[conference-member="6"] .conference-member:nth-child(4) {
  background-color: #787878;
  margin-bottom: 2.5%;
}

.conference[conference-member="5"] .conference-member:nth-child(5),
.conference[conference-member="6"] .conference-member:nth-child(5) {
  background-color: #272727;
  margin-bottom: 2.5%;
}

.conference[conference-member="5"] .conference-member:nth-child(6),
.conference[conference-member="6"] .conference-member:nth-child(6) {
  background-color: #434343;
  margin-bottom: 2.5%;
}

.host-green-room .conference {
  height: calc(100% - 10.6rem);
}

.top-banner .conference {
  height: calc(100% - 9.4rem);
}

.bg-color {
  background-color: #dadada;
  height: 100%;
}

.horizontal {
  background-color: #bbb;
  padding: 10px;
  height: 250px;
  overflow: hidden;
  margin: 15px;
  display: flex;
}

.horizontal img {
  height: 100px;
  width: 100px;
}

.vertical {
  background-color: #bbb;
  padding: 10px;
  overflow: hidden;
  display: flex;
  height: 250px;
  flex-direction: column;
  margin: 15px;
}

.vertical img {
  height: 100px;
  width: 100px;
}

.conference.cam2-layout2[conference-member="2"] .conference-member:nth-child(1) {
  width: 80%;
}

.conference.cam2-layout2[conference-member="2"] .conference-member:nth-child(2) {
  width: 20%;
  height: auto;
}

/*==== Customization css starts====*/

.layout {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  height: 100vh;
  width: 36rem;
  transition: all 0.3s ease;
  overflow-y: auto;
}

.layout app-banner,
.layout app-upload-logo,
.layout app-background-conference,
.layout app-layout-conference {
  margin: 1rem 0;
  display: block;
}

.layout .mat-expansion-panel {
  overflow: visible;
}

.layout.configuration-layout {
  position: static;
  height: auto;
  width: 100%;
  overflow: visible;
}

.layout.configuration-layout .mat-expansion-panel {
  overflow: visible;
}

.layout.configuration-layout .layout-container {
  padding: 0rem 0;
}

.layout.configuration-layout .layout-container .mat-radio-group {
  overflow: hidden;
}

.layout .header {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background-color: #F17A7E;
  padding: 0 1.5rem;
  border-left: 1px solid #ffffff;
  height: 5rem;
}

.layout .header h2 {
  font-weight: 500;
}

.layout .header h2,
.layout .header .mat-button,
.layout .header .material-icons {
  color: #fff;
}

.layout .mat-tab-body[ng-reflect-position="0"] .logo-container-outer {
  margin-bottom: 0;
}

.layout .layout-container {
  padding: 1.5rem;
}

@media (max-width: 601px) {
  .layout .layout-container .configuration-dropdown {
    width: 100%;
  }
}

.layout .layout-container .user p {
  margin-bottom: 4px;
}

.layout .layout-container .user span {
  margin-left: 5px;
  border: 1px solid transparent;
  display: inline-block;
}

.layout .layout-container .user span:hover {
  cursor: pointer;
  border: 1px solid #F17A7E;
}

.layout .layout-container .user span:nth-child(1) {
  margin: 0;
}

.layout .layout-container .mat-radio-group {
  clear: both;
  display: block;
}

.layout .layout-container .mat-radio-group .mat-radio-button {
  display: block;
  width: 50%;
  float: left;
}

.layout .layout-container .mat-radio-group .mat-radio-button:nth-child(1), .layout .layout-container .mat-radio-group .mat-radio-button:nth-child(2) {
  margin-bottom: 0.3rem;
}

.layout .logo-customization .logo-container-outer {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0.5rem 0 1rem;
}

.layout .mat-tab-labels {
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.layout .border-top {
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

.layout p {
  color: #343434;
}

.logo-with-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 1rem 0;
  flex-wrap: wrap;
}

.logo-with-info p {
  font-size: 1.4rem;
  margin-left: 2rem;
  width: 17rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.logo-with-info p span {
  width: 0.1rem;
  height: 1.6rem;
  background: #c7c7c7;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  top: 0.2rem;
}

.customization .tagline p,
.chat-enabled .tagline p {
  font-size: 1.2vw;
}

.tagline {
  padding: 1.5rem 6rem;
  background-color: #F17A7E;
  width: 33.3333333333%;
  text-align: center;
  z-index: 99;
  height: 6rem;
  transform: skew(-20deg);
  border-radius: 1rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  /* 1242 px*/
}

@media (max-width: 1300px) {
  .tagline {
    padding: 1.5rem 3rem;
  }
}

.tagline p {
  color: #ffffff;
  font-size: 1.4vw;
  font-weight: 500;
  margin: 0;
  transform: skew(20deg);
  white-space: nowrap;
}

.tagline.left {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 7.1rem;
  left: -2rem;
  margin: auto;
}

.tagline.left.top-left {
  top: 1.5rem;
  bottom: auto;
  transform: skew(20deg);
}

.tagline.left.top-left p {
  transform: skew(-20deg);
}

.tagline.left.top-right {
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: -2rem;
}

.tagline.left.bottom-right {
  top: auto;
  bottom: 7.1rem;
  left: auto;
  right: -2rem;
  transform: skew(20deg);
}

.tagline.left.bottom-right p {
  transform: skew(-20deg);
}

.host-green-room .left.top-left {
  top: 6.5rem;
}

.host-green-room .left.top-right {
  top: 6.5rem;
}

.live-room-page .left.top-right, .live-room-page .left.top-left {
  top: 1.5rem;
}

.top-banner .left.top-right, .top-banner .left.top-left {
  top: 5.3rem;
}

/*==== Customization css ends====*/

.main-inner-cam-area {
  display: flex;
  position: relative;
  height: 100%;
}

/*==== Chat css starts ====*/

.chat textarea.mat-input-element {
  background-color: #e5e5e5;
  width: calc(100% - 9rem);
  line-height: 2.6;
  box-sizing: content-box;
  min-height: 1.5rem;
  padding: 0.4rem 1.5rem;
}

.chat textarea.mat-input-element + .material-icons {
  right: 6rem;
  top: 2.8rem;
}

.chat .mat-mini-fab {
  top: auto;
  height: 5rem;
  width: 5rem;
  bottom: 1rem;
}

.chat.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 3.2rem;
}

#chat {
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 0.3s ease-out;
}

#chat.open {
  width: 36rem;
  display: flex;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 100vh;
  overflow: hidden;
  padding-bottom: 9rem;
}

#chat .heading {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
}

#chat .chat-heading {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0rem;
  padding: 0 1.5rem;
  background-color: #F17A7E;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.05);
  /* 767 px*/
}

@media (max-width: 767px) {
  #chat .chat-heading {
    margin: 0 0rem;
    padding: 0 2rem;
  }
}

#chat .chat-heading .close {
  color: #ffffff;
  padding: 0 !important;
}

#chat .chat-heading .close .material-icons {
  color: #ffffff;
}

#chat .chat-box-inner {
  padding: 0 1.5rem;
  max-height: calc(100% - 6rem);
  overflow: auto;
  /* 767 px*/
}

@media (max-width: 767px) {
  #chat .chat-box-inner {
    padding: 0 2rem;
  }
}

#chat .chat-user-details {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 4rem;
  padding: 0 0rem;
}

#chat .chat-user-details.own-chat {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  flex-direction: row-reverse;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#chat .chat-user-details.own-chat .name {
  margin-right: 1rem;
}

#chat .chat-user-details span.avatar {
  height: 3.5rem;
  width: 3.5rem;
  background-color: #343434;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}

#chat .chat-user-details .name {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1rem;
}

#chat .message {
  margin-top: 0.5rem;
  padding: 1.2rem;
  background-color: #e5e5e5;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.05);
  border-radius: 1rem;
  display: table;
}

#chat .message.own-message {
  text-align: left;
  background-color: #F17A7E;
  margin-left: auto;
  color: #ffffff;
}

#chat .message span {
  display: block;
}

#chat .message .message-text {
  font-size: 1.4rem;
  word-break: break-all;
}

#chat .message .date {
  font-size: 1.2rem;
  opacity: 0.75;
  margin-top: 0.4rem;
}

#chat a {
  transition: 0.3s;
}

#chat.mystyle {
  padding: 0 4rem 3rem;
}

#chat .mat-form-field.chat {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0rem;
  left: auto;
  margin: auto;
  width: 100%;
  padding: 0 1.5rem;
  position: fixed;
  max-width: 36rem;
}

#main {
  transition: margin-left 0.5s;
}

/*==== Chat css ends ====*/

/* ==== Green room css ends ==== */

/* ==== Live room css starts ==== */

.green-room.live-room .guest-cam {
  height: calc(100vh - 7.2rem);
}

/* ==== Live room css ends ==== */

/*==== Account settings css starts ====*/

.charts .progress-bar {
  margin-top: 1rem;
  /* 480 px*/
}

@media (max-width: 520px) {
  .charts .progress-bar .outer-div {
    display: block;
  }
}

.charts .progress-bar.storage {
  margin-top: 1.5rem;
}

.charts .progress-bar p {
  font-size: 1.4rem;
  margin: 0.6rem 0 0;
}

.charts .progress-bar .mat-chip-list {
  display: inline-block;
  margin: 0.3rem 0 0;
}

.charts .progress-bar .mat-chip-list .mat-standard-chip {
  margin: 0;
}

.latest-transaction .last-sub {
  margin-top: 1.5rem;
}

.latest-transaction .renew {
  margin-top: 1rem;
}

.renews {
  font-size: 1.4rem;
}

.add-charge {
  border-top: 0.1rem solid #FFEEE2;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.payment-info {
  padding: 2rem 3rem;
}

.payment-info .payment-history .outer-div {
  /* 480 px*/
}

@media (max-width: 520px) {
  .payment-info .payment-history .outer-div {
    display: block;
  }
  .payment-info .payment-history .outer-div .top {
    display: block;
  }
}

.payment-info.latest-transaction {
  height: 33.7rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.payment-info .plan-details {
  margin: 1rem 0;
}

.payment-info .outer-div {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}

.payment-info .outer-div.pricing {
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  /* 480 px*/
}

@media (max-width: 520px) {
  .payment-info .outer-div.pricing {
    display: block;
  }
}

.payment-info .billing-details {
  border-top: 0.1rem solid #e5e5e5;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.payment-info .mat-table {
  margin-top: 1.5rem;
}

.payment-info .plan-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.payment-info .plan-info .material-icons {
  color: #F17A7E;
  margin-right: 0.4rem;
  font-size: 2.2rem;
}

.payment-info .price {
  margin: 1.5rem 0 0;
}

.payment-info .price span {
  font-size: 2.4rem;
  font-weight: 700;
}

.payment-info .renew,
.payment-info .last-sub {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 1.4rem;
}

.payment-info .renew .bold,
.payment-info .last-sub .bold {
  font-weight: 700;
}

.payment-info p {
  margin: 0;
  font-size: 1.6rem;
  color: #272727;
}

.payment-info .card-detail {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 1.5rem 0;
}

.payment-info .card-detail span {
  margin: 0 1rem;
}

.payment-info .card-detail .card-number {
  color: #88a4a7;
  margin: 0;
  /* 991 px*/
}

@media (max-width: 991px) {
  .payment-info .card-detail .card-number {
    display: block;
    margin-left: 1rem;
  }
}

.payment-info .card-detail.no-record {
  margin-bottom: 0;
  padding: 0.8rem 0;
}

.payment-info .card-detail.no-record svg path {
  fill: #343434;
}

.payment-info .card-detail.no-record .img-div {
  width: 7.1rem;
}

.payment-info .card-detail.no-record .no-card-data {
  text-align: left;
  margin-left: 1.5rem;
}

.payment-info .card-detail.no-record .no-card-data h6 {
  margin-bottom: 0.5rem;
}

.payment-info .card-detail.no-record .no-card-data p {
  font-size: 1.4rem;
  margin: 0 !important;
  color: #6a6a6a;
}

.payment-info .expiry-date {
  font-size: 1.3rem;
  color: #343434;
}

.payment-info .expiry-date .expiry {
  margin-left: 3rem;
}

.payment-info a {
  cursor: pointer;
}

.payment-history {
  color: #343434;
  font-size: 1.4rem;
}

.payment-history p {
  font-size: 1.4rem;
}

.payment-history .top {
  margin-top: 1rem;
  display: inline-block;
}

.payment-history .bottom {
  margin-top: 1rem;
  display: inline-block;
}

.billing-method {
  margin: 2rem 0 4rem 0;
}

.billing-method h4 {
  margin: 0 0 1rem 0;
}

.billing-method .card-detail {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.billing-method .card-detail p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.billing-method .card-detail p img {
  margin: 0 0.8rem 0 0;
}

.billing-method .card-detail .button {
  margin: 0 0 0 1.5rem;
}

.btn-area .button {
  margin: 0 1rem 0 0;
}

.select-color-area {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}

.select-color-area .color-picker {
  top: 5rem !important;
  left: 0 !important;
}

.select-color-area .color-picker .arrow {
  display: none;
}

.select-color-area span {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0.6rem 0 0;
  font-size: 3.6rem;
  cursor: pointer;
}

.select-color-area span.color-box {
  border: 0.1rem solid #e5e5e5;
}

.select-color-area span.blue {
  background: #5249e7;
}

.select-color-area span.yellow {
  background: #f8ca15;
}

.select-color-area span.red {
  background: #df3056;
}

.select-color-area span.green {
  background: #2ab8a4;
}

.select-color-area span.add-more {
  color: #F17A7E;
  cursor: pointer;
  top: -0.2rem;
}

/*==== Account settings css ends ====*/

.slide-lefr-bar {
  display: none;
  /* 1242 px*/
  /* 991 px*/
  /* 767 px*/
  /* 480 px*/
}

@media (max-width: 1279px) {
  .slide-lefr-bar {
    display: flex;
    align-items: center;
    background-color: #e5e5e5;
    height: 3.5rem;
  }
  .slide-lefr-bar span {
    font-size: 2.8rem;
    margin: 1rem;
  }
}

@media (max-width: 991px) {
  .slide-lefr-bar {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .slide-lefr-bar {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .slide-lefr-bar {
    margin: 0;
  }
}

.main-full-area .left-area-main {
  /* 1242 px*/
}

@media (max-width: 1279px) {
  .main-full-area .left-area-main.open {
    left: 0;
    position: relative;
    z-index: 12;
  }
  .main-full-area .left-area-main.open .mat-drawer.sidebar {
    left: 0;
    z-index: 12;
  }
  .main-full-area .left-area-main .mat-drawer.sidebar {
    left: -40rem;
  }
}

.main-full-area .bg-back {
  display: none;
  /* 1242 px*/
}

@media (max-width: 1279px) {
  .main-full-area .bg-back {
    display: block;
  }
  .main-full-area .bg-back.open {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    background: #000;
    z-index: 11;
    opacity: 0.4;
  }
}

.main-full-area .mat-drawer-container.full-width-container.drawer-right {
  margin: 0;
  padding-left: 22rem;
  width: 100%;
  /* 1242 px*/
}

@media (max-width: 1279px) {
  .main-full-area .mat-drawer-container.full-width-container.drawer-right {
    padding-left: 0;
  }
}

.main-full-area .mat-drawer-container.full-width-container.drawer-right .mat-drawer-content {
  height: auto;
  overflow: visible;
  overflow: initial;
}

.main-full-area .mat-drawer.sidebar {
  height: 100vh;
  position: fixed;
  top: 0;
  /* 991 px*/
  /* 767 px*/
}

@media (max-width: 991px) {
  .main-full-area .mat-drawer.sidebar {
    left: -40rem;
    left: 0;
    width: 100%;
    max-width: 30rem;
  }
  .main-full-area .mat-drawer.sidebar .mat-drawer-inner-container {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .main-full-area .mat-drawer.sidebar {
    max-width: 30rem;
    width: 86%;
  }
}

.main-full-area .mat-drawer.sidebar .mat-drawer-inner-container {
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .main-full-area .mat-drawer.sidebar .mat-drawer-inner-container {
    max-width: 30rem;
    width: 100%;
    padding: 0;
  }
  .main-full-area .mat-drawer.sidebar .mat-drawer-inner-container .ng-scrollbar .ng-scroll-content {
    padding: 2.2rem 2.2rem 0;
  }
}

.session-main-area {
  position: relative;
}

.session-main-area .left-main {
  /* 991 px*/
}

@media (max-width: 991px) {
  .session-main-area .left-main {
    max-width: 100%;
    width: 100% !important;
  }
}

.session-main-area .right-main {
  /* 991 px*/
}

@media (max-width: 991px) {
  .session-main-area .right-main {
    max-width: 100%;
    width: 100% !important;
  }
  .session-main-area .right-main .right-content {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin: 1rem 0 0;
    flex-wrap: wrap;
  }
  .session-main-area .right-main .right-content .guest-details {
    margin-left: 0;
  }
}

.session-main-area .right-main .right-content {
  /* 767 px*/
}

@media (max-width: 767px) {
  .session-main-area .right-main .right-content {
    flex-direction: column;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .session-main-area .right-main .right-content .guest-details {
    margin: 0.5rem 0 1rem;
  }
}

.audio-player audio {
  width: 100%;
  height: 4rem;
}

.audio-player audio:focus {
  outline: 0;
}

.scroll-event {
  height: 10rem;
}

.nowrap {
  white-space: nowrap !important;
}

.timepicker__header {
  background-color: #F17A7E !important;
}

.clock-face__number > span.active {
  background-color: #F17A7E !important;
}

.clock-face__clock-hand {
  background-color: #F17A7E !important;
}

.timepicker-button {
  color: #F17A7E !important;
}

.dashboard.dashboard-main {
  margin-bottom: 8rem;
}

.dashboard.dashboard-main .row.dashboard-heading {
  /* 767 px*/
}

@media (max-width: 767px) {
  .dashboard.dashboard-main .row.dashboard-heading {
    flex-direction: column-reverse;
  }
}

.dashboard .no-plan .no-record.session-container {
  margin: 0;
  padding: 1rem 0 0;
}

.dashboard .dashboard-heading {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 2.5rem;
  /* 480 px*/
  /* 767 px*/
}

@media (max-width: 520px) {
  .dashboard .dashboard-heading {
    margin-bottom: 1rem;
  }
}

.dashboard .dashboard-heading .session-sorting {
  border: 1px solid #dadada;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1rem;
  overflow: hidden;
  height: 4.5rem;
}

.dashboard .dashboard-heading .session-sorting .mat-button-base {
  border-radius: 0;
  line-height: 4.5rem;
  padding: 0 2.4rem;
  background-color: #ffffff;
  /* 480 px*/
}

@media (max-width: 520px) {
  .dashboard .dashboard-heading .session-sorting .mat-button-base {
    padding: 0 1.9rem;
    font-size: 1.4rem;
  }
}

.dashboard .dashboard-heading .session-sorting .mat-button-base.filled {
  color: #ffffff;
  font-weight: 500;
  background-color: #F17A7E;
}

.dashboard .dashboard-heading .mat-form-field-appearance-fill .mat-form-field-infix {
  border: 0;
}

.dashboard .dashboard-heading h1 {
  margin: 0;
}

@media (max-width: 767px) {
  .dashboard .dashboard-heading {
    flex-direction: column;
    display: flex;
  }
  .dashboard .dashboard-heading .col {
    width: 100% !important;
  }
}

.mat-error {
  font-size: 1.2rem;
  color: #F17A7E;
  text-align: left;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0 !important;
}

.input-with-icon .icon-right {
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  right: 1rem !important;
  top: 1.5rem !important;
  pointer-events: none;
  z-index: 1;
  color: #bbbbbb !important;
  opacity: 1 !important;
}

.remember-area {
  margin-top: 1rem;
  padding-: !important;
}

.btn-area {
  /* 991 px*/
}

@media (max-width: 991px) {
  .btn-area {
    margin: 0 0 1.5rem 0;
  }
}

html.cdk-global-scrollblock {
  overflow-y: hidden;
}

html.cdk-global-scrollblock body {
  overflow: hidden;
}

/* Live room customization css starts*/

#chat.live-room-customization {
  width: 36.2rem;
  overflow: hidden;
  position: absolute;
  top: 6.2rem;
  right: 0;
  left: auto;
  margin: auto;
  height: calc(100% - 6.2rem);
  z-index: 9;
}

#chat.live-room-customization .chat-heading {
  height: 7.2rem;
}

#chat.live-room-customization .lrc-inner {
  padding: 3.6rem;
}

#chat.live-room-customization .lrc-inner h4 span {
  font-weight: 400;
  font-size: 1.4rem;
}

#chat.live-room-customization .choose-color {
  margin: 2.6rem 0 0;
  padding-top: 2.6rem;
  border-top: 0.1rem solid #FFEEE2;
}

/* Live room customization css ends*/

/*==== Recover upload css starts ====*/

app-recover-upload header.logo.mat-dialog-container {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding: 0 3rem !important;
}

app-recover-upload header.logo.mat-dialog-container .logo-image {
  margin: 0;
}

.recover-upload {
  display: block;
  max-width: 80rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  border-radius: 1rem;
  margin: auto;
  padding: 3rem;
}

.recover-upload * {
  font-size: 1.6rem;
}

.recover-upload h2.please-wait {
  margin: 3rem 0 2rem;
}

.recover-upload .no-record {
  margin-top: 3rem;
}

.recover-upload ul {
  list-style-type: none;
  padding: 0;
}

.recover-upload ul li {
  background-color: #ffffff;
  height: 6.7rem;
  border-radius: 1rem;
  margin: 1rem 0;
  padding: 2rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.recover-upload ul li .button-small {
  margin-left: 1.5rem;
}

.recover-upload .back-to-homepage {
  margin-top: 3rem;
}

.recover-upload .back-to-homepage.record-none {
  text-align: center;
}

.recover-upload .back-to-homepage .material-icons {
  font-size: 2.4rem;
  color: #ffffff;
}

/*==== Recover upload css ends ====*/

/* ==== Referrals page css starts ==== */

.referrals .or-option h3 {
  position: relative;
  /* 991 px*/
}

@media (max-width: 991px) {
  .referrals .or-option h3 {
    margin-top: 5rem !important;
  }
}

.referrals .or-option h3::before {
  position: absolute;
  top: 4rem;
  right: auto;
  bottom: auto;
  left: -6.2rem;
  margin: auto;
  content: "Or";
  color: #272727;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.6rem;
  /* 991 px*/
}

@media (max-width: 991px) {
  .referrals .or-option h3::before {
    left: 0;
    top: -3.7rem;
  }
}

.referrals .session-container {
  padding: 3rem;
  /* 991 px*/
}

@media (max-width: 991px) {
  .referrals .session-container {
    padding: 3rem 1.5rem;
  }
}

.referrals .benefits-outer {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* 991 px*/
  /* 480 px*/
}

@media (max-width: 991px) {
  .referrals .benefits-outer {
    margin-top: 3rem;
  }
}

@media (max-width: 520px) {
  .referrals .benefits-outer {
    display: block;
  }
}

.referrals .benefits-outer .benefit-icon {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  height: 8.9rem;
  width: 8.9rem;
  flex: 0 0 8.9rem;
  background-color: #f4f4f4;
  margin-right: 1rem;
}

.referrals .benefits-outer .heading {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0.5rem;
  /* 480 px*/
}

@media (max-width: 520px) {
  .referrals .benefits-outer .heading {
    margin-top: 1rem;
  }
}

.referrals .benefits-outer .heading .material-icons {
  margin-right: 0.8rem;
}

.referrals .benefits-outer .features {
  margin: 0;
  padding: 0;
}

.referrals .benefits-outer .features li {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.referrals .benefits-outer .features li .material-icons {
  color: #31b14d;
  margin-right: 0.8rem;
}

.referrals .benefits-outer .features li p {
  margin: 0;
}

.referrals .benefits-outer .features li p span {
  font-weight: 500;
  color: #272727;
}

.referrals .invite-form {
  border-top: 1px solid #e5e5e5;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
}

.referrals .invite-form.stats {
  /* 991 px*/
}

@media (max-width: 991px) {
  .referrals .invite-form.stats h3 {
    margin-top: 2rem;
  }
}

.referrals .invite-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.referrals .invite-inner .mat-form-field {
  flex: 0 0 calc(100% - 20rem);
}

.referrals .invite-inner .mat-form-field input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.referrals .invite-inner .mat-form-field .mat-form-field-infix {
  border: none;
}

.referrals .invite-inner .mat-form-field .mat-form-field-empty {
  display: none;
}

.referrals .invite-inner .mat-form-field .mat-form-field-hide-placeholder .mat-select-placeholder {
  color: #787878;
  -webkit-text-fill-color: #787878;
}

.referrals .invite-inner .button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin: 0.2rem 0 0 -0.2rem;
}

.referrals .stats .stats-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.referrals .stats .stats-inner .material-icons {
  color: #787878;
  background-color: #f4f4f4;
  height: 5rem;
  width: 5rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  margin-right: 1rem;
}

.referrals .stats .stats-inner p {
  margin: 0;
}

.referrals .stats .stats-inner p:last-child {
  font-size: 1.8rem;
  font-weight: 500;
  color: #272727;
  margin-top: 0.2rem;
}

.referrals .referrals-table h3 {
  margin-bottom: 1rem;
}

.referrals .mat-paginator .button {
  margin: 0;
}

/* ==== Referrals page css ends ==== */

/* ==== Plan expiry reminder css starts ==== */

.plan-expiry-reminder {
  background-color: #F17A7E;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  min-height: 3.8rem;
  height: auto;
  width: calc(100% - 22rem);
  padding: 0 4rem;
  float: right;
  /* 1600 px*/
  /* 1242 px*/
}

@media (max-width: 1600px) {
  .plan-expiry-reminder {
    width: calc(100% - 22rem);
  }
}

@media (max-width: 1279px) {
  .plan-expiry-reminder {
    width: 100%;
  }
}

.plan-expiry-reminder p {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  color: #ffffff;
}

.plan-expiry-reminder p .material-icons {
  margin-right: 0.8rem;
  color: #ffffff;
}

.plan-expiry-reminder p a {
  color: #ffffff;
  text-decoration: underline;
}

.plan-expiry-reminder .mat-button.mat-button-base {
  height: 3rem;
  color: #ffffff;
  border: 0.1rem solid #ffffff;
  line-height: 1.5;
  background-color: transparent !important;
  position: absolute;
  top: 0.4rem;
  right: 5.5rem;
  margin: auto;
}

/* ==== Plan expiry reminder css ends ==== */

/* ==== Into js css starts ==== */

body .introjs-tooltiptext {
  font-size: 1.4rem;
}

body .introjs-skipbutton {
  padding-right: 0;
}

body .introjs-nextbutton {
  box-shadow: none !important;
}

/* ==== Into js css ends ==== */

.v-height-same .mat-horizontal-content-container {
  min-height: 354px;
}

.v-height-same .mat-horizontal-content-container app-live-stream-configuration {
  min-height: 191px;
  display: block;
}

.row-disable .social-details-outer {
  pointer-events: none;
  opacity: 0.3;
}

.row-disable .add-more {
  pointer-events: none;
  opacity: 0.3;
}

#resizedDiv:hover .resize-show {
  opacity: 1;
}

.resize-show {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: #000000;
  z-index: 1;
  color: #ffffff;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0.5;
}

.resize-show:hover {
  opacity: 1;
}

.resize-show span {
  color: #ffffff;
  font-size: 16px;
  transform: rotate(84deg);
}

.with-yes-no {
  margin-right: 0 !important;
  transform: scale(1.1);
}

.with-yes-no.mat-checked .mat-slide-toggle-bar:after {
  color: #F17A7E;
  opacity: 1;
}

.with-yes-no.mat-checked .mat-slide-toggle-bar:before {
  color: #ffffff;
}

.with-yes-no .mat-slide-toggle-bar:after {
  position: absolute;
  right: 4.5px !important;
  font-size: 0.8rem;
  content: "yes" !important;
  pointer-events: none;
  top: -1px;
  z-index: 2;
  color: #000000;
  opacity: 0.6;
}

.with-yes-no .mat-slide-toggle-bar:before {
  position: absolute;
  left: 7px;
  font-size: 0.8rem;
  content: "No";
  z-index: 2;
  pointer-events: none;
  top: -1px;
  color: #000000;
}

.content-list {
  display: block;
}

.content-list.style-2 {
  margin: 2.4rem auto;
  max-width: 100%;
  background: #fff6f6;
  padding: 2rem;
}

.content-list .heading {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0.5rem;
  /* 480 px*/
}

@media (max-width: 520px) {
  .content-list .heading {
    margin-top: 1rem;
  }
}

.content-list .heading .material-icons {
  margin-right: 0.8rem;
}

.content-list .features {
  margin: 0;
  padding: 0;
}

.content-list .features li {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.content-list .features li .material-icons {
  color: #31b14d;
  margin-right: 0.8rem;
}

.content-list .features li p {
  margin: 0;
}

.content-list .features li p span {
  font-weight: 500;
  color: #272727;
}

.get-started-img-area {
  text-align: center;
  margin: 1rem 0;
}

.get-started-info {
  margin: 1rem auto;
  text-align: center;
  max-width: 80%;
}

.get-started-info .btn-area {
  margin: 2rem 0 0;
}

.get-dialog-container {
  min-height: 600px;
  width: 950px;
}

.get-dialog-container .mat-dialog-container {
  overflow: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.get-img-with-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* 767 px*/
}

@media (max-width: 767px) {
  .get-img-with-info {
    flex-direction: column;
  }
}

.get-img-with-info .get-started-img-area {
  max-width: 319px;
  min-width: 319px;
  /* 991 px*/
  /* 767 px*/
}

@media (max-width: 991px) {
  .get-img-with-info .get-started-img-area {
    max-width: 219px;
    min-width: 219px;
  }
}

@media (max-width: 767px) {
  .get-img-with-info .get-started-img-area {
    max-width: 300px;
    min-width: 300px;
  }
}

.get-img-with-info .get-started-info {
  text-align: left;
  max-width: 100%;
  padding: 0 0rem 0 5rem;
  /* 767 px*/
}

@media (max-width: 767px) {
  .get-img-with-info .get-started-info {
    text-align: center;
    padding: 0 1rem;
  }
}

.get-img-with-info .get-started-info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #343434;
  /* 991 px*/
}

@media (max-width: 991px) {
  .get-img-with-info .get-started-info p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.three-dots {
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.three-dots span {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin: 0 1rem 0 0;
  background: #e5e5e5;
  cursor: pointer;
  transition: all 0.3s;
}

.three-dots span:hover {
  background: #F17A7E;
}

.three-dots span.active {
  background: #F17A7E;
}

.dots-with-btn {
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin: 3rem 0 1rem 0;
}

.dots-with-btn .btn-area {
  margin: 0;
}

.dots-with-btn .btn-area .button {
  margin: 0;
}

.double-btn {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin: 2rem 0 1rem 0;
}

@media (max-width: 600px) {
  .double-btn {
    flex-direction: column;
  }
}

.double-btn.btn-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 600px) {
  .double-btn .left-area {
    width: 100%;
  }
}

.double-btn .button {
  min-width: 15rem;
}

@media (max-width: 600px) {
  .double-btn .button {
    width: 100%;
    margin: 1rem 0;
  }
}

.alert-cancel-msg {
  display: flex;
  background: rgba(241, 122, 126, 0.15);
  border-radius: 10px;
  padding: 3rem;
  margin: 1.5rem 0;
}

@media (max-width: 600px) {
  .alert-cancel-msg {
    padding: 2rem 1rem;
  }
}

.alert-cancel-msg .icon-area {
  width: 30px;
  height: 30px;
  margin: 0 1rem 0 0;
}

.alert-cancel-msg .icon-area span {
  color: #F17A7E;
  font-size: 2.8rem;
}

.alert-cancel-msg p {
  color: #F17A7E;
  margin: 0;
  font-weight: 500;
  font-size: 1.8rem !important;
  line-height: 2.8rem !important;
}

@media (max-width: 600px) {
  .alert-cancel-msg p {
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
  }
}

.get-start-inner {
  width: 100%;
  padding: 1rem 2rem;
}

.get-start-inner .popup-heading {
  margin: 0 0 1rem 0;
}

.cancel-form {
  position: relative;
  margin: 3rem 0;
}

.cancel-form label {
  font-weight: 500;
  font-size: 2rem;
}

.cancel-form .row .col {
  width: 100%;
}

body .full-dialog-container {
  position: fixed !important;
  width: 100%;
  top: 0;
  min-height: 100vh;
  border-radius: 0;
  background: #ffffff;
}

body .full-dialog-container header.logo.mat-dialog-container {
  background: #ffffff;
  box-shadow: 0px 4px 8px 5px rgba(197, 197, 197, 0.15);
  position: -webkit-sticky;
  position: sticky;
  border-radius: 0;
}

body .full-dialog-container header.logo.mat-dialog-container .logo-image {
  margin: 0;
}

body .full-dialog-container header.logo.mat-dialog-container .mat-button.close {
  font-size: 2rem;
}

@media (max-width: 600px) {
  body .full-dialog-container header.logo.mat-dialog-container .mat-button.close {
    font-size: 1.8rem;
  }
}

body .full-dialog-container header.logo.mat-dialog-container .container {
  max-width: 100%;
  padding: 0 3rem;
}

@media (max-width: 600px) {
  body .full-dialog-container header.logo.mat-dialog-container .container {
    padding: 0 15px;
  }
}

body .full-dialog-container .mat-dialog-container {
  padding: 0 !important;
  overflow: auto;
  margin: 0 !important;
}

@media (max-width: 600px) {
  body .join-session-section {
    padding: 0 15px;
    padding-bottom: 30px;
  }
}

body .join-session-section .section-title {
  text-align: center;
  max-width: 70rem;
  margin: 5rem auto;
}

@media (max-width: 1366px) {
  body .join-session-section .section-title {
    margin: 3rem auto;
  }
}

body .join-session-section .row .col {
  padding: 0 2rem;
}

body .join-session-section .btn-area {
  margin: 4rem 0 2rem 0;
}

@media (max-width: 1366px) {
  body .join-session-section .btn-area {
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 600px) {
  body .join-session-section .btn-area {
    margin: 2rem 0;
  }
}

body .join-session-section .btn-area .button {
  width: 100%;
  max-width: 36rem;
}

.img-list-info {
  text-align: center;
  margin: 2rem 0;
}

.img-list-info .img-area {
  width: 100%;
  margin: 0 0 2rem 0;
}

@media (max-width: 1366px) {
  .img-list-info .img-area img {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  body .mat-dialog-container .img-list-info h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

body .mat-dialog-container .img-list-info p {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #343434;
}

@media (max-width: 600px) {
  body .mat-dialog-container .img-list-info p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

@media (max-width: 1366px) {
  body .mat-dialog-container .img-list-info p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.thankyou-msg-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 50rem;
}

.thankyou-msg-inner .mat-dialog-content {
  height: auto;
}

.thankyou-msg-inner .mat-dialog-content .thankyou-info {
  max-width: 76%;
  margin: auto;
}

.thankyou-msg {
  text-align: center;
}

.thankyou-msg .icon-area {
  width: 8rem;
  height: 8rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 100%;
  margin: 2rem auto 3rem;
  background: #79e07d;
}

.thankyou-msg .icon-area span {
  color: #ffffff;
  font-size: 5rem;
}

.thankyou-msg .thankyou-info h1 {
  margin: 2rem 0;
}

@media (max-width: 600px) {
  .mat-step-header .mat-step-label.mat-step-label-active {
    white-space: normal;
    white-space: initial;
  }
}

@media (max-width: 600px) {
  body .create-session-popup .mat-dialog-container .mat-dialog-title {
    margin: 2rem 0 0;
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  body .create-session-popup .mat-dialog-content {
    padding: 0 14px;
  }
}

div.share-recording {
  width: 100% !important;
  max-width: 80rem !important;
}

div.share-recording .audio-listing {
  min-height: 25rem;
}

div.share-recording .row {
  margin: 0;
}

div.share-recording .info-heading {
  font-size: 1.4rem;
  white-space: nowrap;
  min-width: 10rem;
  margin: 0 1rem 0 0;
  width: 25%;
  margin: 0 1rem 0 0;
}

div.share-recording .info-heading .audio-player-content {
  display: block;
  max-width: 216px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.share-recording .data {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

div.share-recording .data .col {
  padding: 0;
}

div.share-recording .data .checkbox {
  margin: 0 1rem 0 0;
}

div.share-recording .data .audio-inner {
  margin-left: auto;
  width: 100%;
}

div.share-recording .mat-dialog-container p {
  font-size: 1.4rem;
}

body .payment-history-popup {
  width: auto !important;
  max-width: 1200px !important;
  min-width: 800px;
}

@media (max-width: 992px) {
  body .payment-history-popup {
    width: 100% !important;
    min-width: 0;
    min-width: initial;
  }
}

body .payment-history-popup .mat-dialog-container {
  padding: 2rem 3rem 3em;
}

.dont-warn {
  margin: 2rem 0 0 0;
  width: 100%;
}

.progress-bg-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0rem;
  left: 0rem;
  margin: auto;
  width: 0;
  height: 100%;
  background: rgba(241, 122, 126, 0.5);
}

body .unable-to-access .mat-dialog-container {
  overflow: auto;
}

.setting-area {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.setting-area img {
  max-width: 100%;
}

.share-recording-align {
  display: flex;
}

.share-recording-align .audio-player {
  width: 75%;
  margin-left: auto;
}

.delete-button-icon-align {
  width: 100% !important;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: absolute;
}

.ng-touched .delete-button-icon-align {
  transform: translate(-26px, -167%);
}

.ng-untouched .delete-button-icon-align {
  transform: translate(-26px, -143%);
}

.send-recording-input-align {
  width: 88% !important;
}

@media (max-width: 600px) {
  .send-recording-input-align {
    width: 80% !important;
  }
}

.session-expand-area .mat-expansion-panel .mat-expansion-panel-header {
  top: 2.2rem;
  right: 4rem;
}

.session-container span.more {
  margin: -0.4rem 0 0 0;
  position: absolute;
  right: -7.5rem;
}

.session-main-area {
  width: 100%;
  align-items: center;
}

.session-main-area .left-date-month {
  width: 7%;
  min-width: 7rem;
}

.session-main-area .middle-session-detail {
  width: 70%;
  padding-top: 1rem;
  margin-left: 1.5rem;
}

.session-main-area .middle-session-detail .session-name {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #272727;
  margin: 0 0 1rem 0;
}

.session-main-area .middle-session-detail .time p {
  font-size: 1.3rem;
}

.session-main-area .middle-session-detail .session-title {
  margin-left: 0 !important;
}

.session-main-area .middle-session-detail .session-full-details {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: 0 !important;
  margin-top: -0.5rem;
  width: 100%;
}

.session-main-area .middle-session-detail .session-full-details .time-record-wrap {
  display: flex;
  width: 50%;
}

.session-main-area .middle-session-detail .session-full-details .time-record-wrap .time {
  width: 50%;
  display: flex;
  align-items: center;
}

.session-main-area .middle-session-detail .session-full-details .time-record-wrap .recordings {
  width: 50%;
  display: flex;
  align-items: center;
}

.session-main-area .middle-session-detail .session-full-details .guest-invite-wrap {
  display: flex;
  width: 50%;
}

.session-main-area .middle-session-detail .session-full-details .guest-invite-wrap .guest-details {
  width: 50%;
}

.session-main-area .middle-session-detail .session-full-details .guest-invite-wrap .invite {
  width: 50%;
}

.session-main-area .middle-session-detail .session-full-details .recordings {
  margin: 0.5rem 0;
}

.session-main-area .middle-session-detail .session-full-details .recordings .radio-text {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.session-main-area .middle-session-detail .session-full-details .recordings .radio-text b {
  margin-left: 0.7rem;
}

.right-enter-room {
  text-align: right;
  margin-right: 1.5rem;
  width: 20%;
}

.session-container .grey-circle {
  height: 0.7rem;
  width: 0.7rem;
  min-width: 0.7rem;
  background-color: #e5e5e5;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8e8e8;
  margin-right: 1.5rem;
}

@media (max-width: 992px) {
  .session-main-area {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .session-main-area .left-date-month {
    width: 9% !important;
  }
  .session-main-area .session-title .session-name {
    margin-top: 0;
  }
  .session-main-area .right-enter-room {
    margin-right: 1.5rem;
    margin-top: 3.6rem;
  }
}

@media only screen and (max-width: 890px) {
  .session-container span.more {
    right: -6.5rem !important;
    top: -0.4rem !important;
  }

  .dropdown-arrow .mat-expansion-panel-header {
    right: 6rem !important;
  }

  .left-date-month {
    width: 10%;
  }

  .session-main-area .middle-session-detail .session-full-details {
    display: block;
  }

  .date {
    width: 100%;
  }

  .time-record-wrap {
    width: 100% !important;
  }
  .time-record-wrap .time {
    width: 50% !important;
  }
  .time-record-wrap .recordings {
    width: 50% !important;
  }

  .guest-invite-wrap {
    width: 100% !important;
  }
  .guest-invite-wrap .guest-details {
    width: 50% !important;
  }
  .guest-invite-wrap .invite {
    width: 50% !important;
  }

  .right-enter-room {
    margin-right: 1.5rem;
    margin-top: 7rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .session-container span.more {
    right: -1.5rem !important;
    top: -0.3rem !important;
  }

  .middle-session-detail {
    margin-top: 0 !important;
  }

  .right-enter-room {
    width: 100%;
    text-align: left !important;
    margin-top: 13.5rem !important;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}

@media only screen and (max-width: 555px) {
  .session-main-area {
    flex-direction: column;
  }
  .session-main-area .left-date-month {
    min-width: 6rem !important;
  }
  .session-main-area .middle-session-detail {
    margin-top: 1rem;
    width: 100% !important;
  }
  .session-main-area .middle-session-detail .session-full-details .recordings .radio-text {
    margin-top: 0;
  }
  .session-main-area .middle-session-detail .recordings {
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .session-main-area .middle-session-detail .guest-invite-wrap {
    flex-direction: row;
  }
  .session-main-area .middle-session-detail .guest-invite-wrap .invite {
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-left: 3rem;
  }
  .session-main-area .middle-session-detail .recordings {
    margin: 1.5rem 0 !important;
  }

  .right-enter-room {
    margin-top: 1.5rem !important;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

@media only screen and (max-width: 601px) {
  .session-main-area {
    flex-direction: column;
  }
  .session-main-area .left-date-month {
    margin-left: 2rem;
    min-width: 6rem !important;
  }
  .session-main-area .middle-session-detail {
    margin-top: 1rem;
    width: 100% !important;
  }
  .session-main-area .middle-session-detail .session-full-details .recordings .radio-text {
    margin-top: 0;
  }
  .session-main-area .middle-session-detail .recordings {
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-left: 0;
  }
  .session-main-area .middle-session-detail .guest-invite-wrap {
    flex-direction: row;
  }
  .session-main-area .middle-session-detail .guest-invite-wrap .invite {
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-left: 0;
  }
  .session-main-area .middle-session-detail .recordings {
    margin: 1.5rem 0 !important;
  }

  .right-enter-room {
    margin-top: 1.5rem !important;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

@media only screen and (max-width: 324px) {
  .session-main-area .middle-session-detail .time-record-wrap {
    flex-direction: column;
  }
  .session-main-area .middle-session-detail .time-record-wrap .time {
    width: 100% !important;
  }
  .session-main-area .middle-session-detail .time-record-wrap .recordings {
    padding-left: 0;
    margin: 1rem 0 !important;
    width: 100% !important;
  }
  .session-main-area .middle-session-detail .guest-invite-wrap {
    flex-direction: column;
  }
  .session-main-area .middle-session-detail .guest-invite-wrap .guest-details {
    width: 100% !important;
    margin: 1rem 0 !important;
  }
  .session-main-area .middle-session-detail .guest-invite-wrap .invite {
    padding-left: 0 !important;
    margin: 1rem 0 !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 601px) {
  .menu-collapse-area.open .menu-lines {
    display: none !important;
  }

  .sidebar .ng-scroll-content .side-nav-block .user-menu-wrap {
    margin-top: 0 !important;
  }
}

.loader .mat-dialog-container .open {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 13% !important;
}

.loader {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #F17A7E;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 0.2rem;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.create-button {
  font-size: 1.4rem;
  padding: 1rem 2rem !important;
}

.create-button .add-icon {
  font-size: 2rem;
}

.create-button {
  font-size: 1.4rem !important;
  height: 4.5rem;
  padding: 0 2rem !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: transparent;
  color: #f4f4f4;
  text-align: center;
  border-radius: 0;
  padding: 3px 0;
  top: 43px;
  left: -18px;
  z-index: 9;
  border-radius: 5px;
  font-size: 12px;
  padding: 6px;
  z-index: 1;
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 13px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.sidebar .mat-drawer-opened .tooltip .tooltiptext {
  display: none;
}

.sidebar .close.tooltip .tooltiptext {
  display: block;
}

mat-progress-bar.mat-progress-bar.progress-bar-height.mat-primary {
  height: 8px;
  margin-top: 1rem;
}

b.top.last-payment-date.ng-star-inserted {
  margin: 1rem -0.5rem 0 0.5rem;
}

.payment-info .card-detail.no-record {
  margin-bottom: 0;
  padding: 0.8rem 0 5rem 0;
}

.plan-details.container-box.container-box-padding.no-shadow.payment-info.bottom-padding {
  padding-bottom: 6rem;
}

h2.no-margin.local-recording {
  margin: 2rem 0 !important;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 12px;
}

.no-record-banner {
  background-color: #F17A7E;
  padding: 1rem 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-record-banner span {
  color: #ffffff;
  margin-right: 1rem;
}

.no-record-banner p {
  margin: 0;
  color: #ffffff;
}

.svg-align span.mat-button-wrapper svg {
  margin: 1rem auto !important;
}

.dashboard .data {
  margin: 2px !important;
}

.conference-member {
  border-radius: 10px;
}

button.mat-focus-indicator.add-more.orange-text.pl-0.add-email.mat-button.mat-button-base {
  padding: 0;
}

.email-label-top-align .mat-form-field-label {
  top: 3rem !important;
}

@media only screen and (max-width: 527px) {
  .nowrap.no-recording {
    font-size: 14px;
  }
}

@media only screen and (max-width: 406px) {
  .nowrap.no-recording {
    font-size: 12px;
  }
}

@media only screen and (max-width: 347px) {
  .nowrap.no-recording {
    font-size: 11.5px;
  }
}

span.material-icons.side-menu-icon {
  margin-right: 0.5rem !important;
}

@media only screen and (max-width: 402px) {
  a.plan-info.ng-star-inserted {
    margin-top: 1rem;
  }
}

.sidebar.close span.material-icons.side-menu-icon {
  margin-left: 0.5rem !important;
}

.mat-select-panel {
  max-width: 100px !important;
}

.green-room .logo-image.top-left {
  top: 8px !important;
}

.green-room .logo-image.top-right {
  top: 8px !important;
}

.top-banner .logo-image.top-left {
  top: 0px !important;
}

.top-banner .logo-image.top-right {
  top: 0px !important;
}

.green-room .logo-image.top-left {
  top: 8px !important;
}

.green-room .guest-name {
  position: absolute !important;
  display: flex;
  cursor: pointer;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
}

.green-room .guest-name p {
  color: #ffffff;
  margin: 0 1rem 0 0;
  padding: 3px 6px;
  border-radius: 8px;
  font-size: 13px;
  height: 3.1rem;
}

.inactive-speaker[_ngcontent-etf-c328] {
  border: none !important;
}

.name {
  display: flex;
  justify-content: flex-start;
  min-width: 60%;
  margin: 10px;
}

.mic-option-wrap {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin: 10px;
}

.mic-option-wrap .more-options {
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.conference-member:hover .more-options {
  visibility: visible;
  opacity: 1;
}

.guest-name .options {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -13.3rem;
  left: auto;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.guest-name .more-options:hover .options {
  visibility: visible;
  opacity: 1;
}

.green-room.host-green-room.user3-1 .conference[conference-member="3"] .conference-member.host {
  top: 10px;
}

.green-room.host-green-room.user4-1 .conference[conference-member="4"] .conference-member.host {
  top: 10px;
}

.green-room.top-banner.user3-1 .conference[conference-member="3"] .conference-member.host {
  top: 10px;
}

.green-room.user3-1 .conference[conference-member="3"] .conference-member .mic-option-wrap {
  margin-right: 70px;
}

.green-room.user5-3 .conference[conference-member="5"] .conference-member {
  height: 49.5%;
}

.green-room.user6-3 .conference[conference-member="6"] .conference-member {
  height: 49.5%;
}

.conference-member .host {
  z-index: 999 !important;
}

.green-room .guest-name .mat-list-item-content {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.guest-name .options {
  bottom: -10.5rem !important;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member .green-room .guest-name .mat-list-item-content {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.green-room.user4-3 .conference[conference-member="4"] .conference-member .guest-name .options {
  bottom: -10rem !important;
}

@media only screen and (max-width: 601px) {
  button.mat-focus-indicator.button.button-medium.filled.preview-button.mat-flat-button.mat-button-base {
    display: none;
  }
}

.enter-room-icon-text {
  display: flex;
  align-items: center;
}

.enter-room-icon-text .button-text {
  margin-left: 1px;
}

div.share-recording .audio-listing {
  overflow-y: scroll !important;
  height: 50vh !important;
  padding: 0 1rem;
}

.send-recording-email-block {
  overflow-y: scroll !important;
  height: 50vh !important;
  padding: 0 1rem;
}

.sidebar.close .main-logo-image {
  display: none !important;
}

.sidebar.close .menu-collapse-area {
  margin: 2rem 0 7rem !important;
}

.sidebar .ng-scroll-content {
  padding: 3rem 2rem !important;
}

.sidebar .ng-scroll-content .side-nav-block {
  display: flex;
  flex-direction: column;
}

.sidebar .ng-scroll-content .side-nav-block .logo-arrow-wrap {
  margin: 0 !important;
}

.sidebar .ng-scroll-content .side-nav-block .user-menu-wrap {
  margin-top: 5rem;
}

.sidebar .ng-scroll-content .side-nav-block .logout-icon-bottom {
  position: absolute;
  bottom: 0 !important;
}

.avatar-first {
  z-index: 10;
}

.avatar-second {
  margin-left: -9px !important;
  z-index: 9;
}

.avatar-third {
  margin-left: -9px !important;
  z-index: 8;
}

.avatar-last {
  margin-left: -9px !important;
  color: #F2B192 !important;
  z-index: 7;
}

.avatar-0 {
  z-index: 10;
}

.avatar-1 {
  margin-left: -9px !important;
  z-index: 9;
}

.avatar-2 {
  margin-left: -9px !important;
  z-index: 8;
}

.mouse_scroll {
  height: 7px;
  margin-left: 0.5rem;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(225deg);
  border-right: 2px solid #F17A7E;
  border-bottom: 2px solid #F17A7E;
  margin: 0 0 3px 4px;
  width: 8px;
  height: 8px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: alternate;
          animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #f5a7a7;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #f5a7a7;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solidrgb(245, 167, 167);
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}

@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.recording-icon {
  font-size: 23px !important;
}

.conference-member video {
  border-radius: 10px !important;
  border: 4px solid transparent;
}

h2.wait-guest.text-center.mt-2.mb-0 {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
}

.plan-expiry-reminder p {
  display: block !important;
}

.banner-content {
  display: flex;
  align-items: center;
}

.banner-content .banner-icon {
  color: #ffffff;
  margin-right: 1rem;
}

@media only screen and (max-width: 1586px) {
  .banner-content {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 992px) {
  .plan-expiry-reminder p {
    margin: 0 !important;
  }
}

.banner-style-main-block {
  display: flex;
  flex-direction: column;
}

.banner-style-main-block .banner-style-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

.banner-style-main-block .banner-style-block .banner-style-inner-block {
  width: 45%;
  min-width: 40%;
  padding: 1.5rem 1.2rem;
  border: 0.1rem solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 1rem;
  margin: auto;
}

.banner-style-main-block .banner-style-block .banner-style-active {
  border: 0.1rem solid #F17A7E !important;
}

.default-block {
  background-color: #F17A7E;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  position: relative;
  border-bottom-right-radius: 12px;
}

.default-block p {
  padding-left: 2rem;
}

.default-block .banner-after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  height: 100%;
  transform: skew(-35deg);
  border-radius: 10px;
  width: 124px;
}

.minimul-block {
  background-color: #F17A7E;
  border-left: 0.5rem solid #e26266;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
}

.minimul-block .banner-after {
  display: none;
}

.bubble-block {
  background-color: #F17A7E;
  border-radius: 5rem;
  padding: 0.7rem 1rem;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}

.bubble-block .banner-after {
  display: none;
}

.block {
  background-color: #F17A7E;
  padding: 0.7rem 1rem;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
}

.block .banner-after {
  display: none;
}

p.banner-quote {
  font-size: 1.4rem !important;
  font-weight: 500;
  margin: auto;
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  p.banner-quote {
    font-size: 1.3rem !important;
  }
}

.conference .banner-secondary-logo-wrap {
  position: absolute;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
  bottom: 0;
  padding: 1rem 3rem 1rem 0;
}

.conference .banner-secondary-logo-wrap .side-content-banner {
  width: 70%;
}

.conference .banner-secondary-logo-wrap .side-content-banner .default-block {
  min-width: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 4rem;
  justify-content: flex-start;
}

.conference .banner-secondary-logo-wrap .side-content-banner .minimul-block {
  min-width: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-left: 1rem solid #e26266;
  justify-content: flex-start;
}

.conference .banner-secondary-logo-wrap .side-content-banner .bubble-block {
  min-width: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: flex-start;
}

.conference .banner-secondary-logo-wrap .side-content-banner .block {
  min-width: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: flex-start;
}

.conference .banner-secondary-logo-wrap .side-content-banner p.banner-quote {
  font-size: 2.4rem;
}

.primary-logo-sec {
  position: absolute;
  right: 1rem;
}

.top-left {
  top: 0;
  left: 1rem;
}

.top-right {
  top: 0;
  right: 1rem;
}

.bottom-left {
  left: 1rem;
  bottom: 0 !important;
}

.bottom-right {
  right: 1rem;
  bottom: 0 !important;
}

.tagline.left {
  display: none !important;
}

.hide-banner {
  display: none;
}

.hide-secondary-banner {
  display: none;
}

.media-custom {
  margin-top: 1rem !important;
}

.name {
  position: absolute;
  bottom: 0;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.name p {
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  background-color: rgba(17, 17, 17, 0.75);
  margin: 0 1rem 0 0;
  padding: 0.8rem 1rem;
  max-width: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.inactive-speaker[_ngcontent-etf-c328] {
  border: none !important;
}

.video-container {
  width: 70% !important;
  margin: auto !important;
  float: none;
  height: 90% !important;
}

.live-room-chat {
  width: 335px;
}

.live-room-chat .message {
  width: 100% !important;
  background: transparent !important;
  position: relative;
}

.live-room-chat .live-room-profile {
  position: absolute !important;
  left: 0px;
}

.live-room-chat .message-text {
  background: #fff;
  color: #000000;
  margin: 0px !important;
  padding: 12px 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.live-room-chat .profile-name-wrap {
  width: 100% !important;
  justify-content: space-between;
  padding-left: 0px !important;
  position: static;
  position: initial;
}

.live-room-chat .profile-name-wrap .live-room-name {
  background: #F17A7E;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.live-room-chat .profile-name-wrap .live-room-name span {
  margin: 0px;
  padding-right: 10px;
}

#chat.open {
  overflow-y: auto;
  overflow-x: hidden;
}

.live-room-close-pop {
  display: flex;
  align-items: center;
}

.live-room-close-pop em {
  cursor: pointer;
}

.live-room-close-pop span {
  color: #fff;
}

.profile-name-wrap {
  width: 100% !important;
  background: transparent !important;
  position: relative;
  padding-left: 50px !important;
}

#main.aspect-ratio-area #conference.conference {
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  left: 0;
}

#main.aspect-ratio-area {
  padding-top: 0px;
  background: #5c5c5c;
}

#main.aspect-ratio-area.waiting-left-conference {
  left: 26rem;
}

#main.aspect-ratio-area.waiting-left-conference .screen-fit-area {
  width: 100%;
  left: 0;
}

#main.aspect-ratio-area.chat-enabled header.logo {
  max-width: calc(100% - 370px);
}

#main.aspect-ratio-area.chat-enabled .actions {
  max-width: calc(100% - 370px);
}

#main.aspect-ratio-area.host-green-room {
  padding-top: 55px;
}

#main.aspect-ratio-area.customization header.logo {
  max-width: calc(100% - 370px);
}

#main.aspect-ratio-area.customization .actions {
  max-width: calc(100% - 370px);
}

#main.aspect-ratio-area.live-room-page {
  padding-top: 0;
}

#main.aspect-ratio-area.live-room-page.top-banner {
  padding-top: 55px;
}

#main.aspect-ratio-area .conference-outer {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
}

#main.aspect-ratio-area #conference.conference {
  margin: auto;
  height: 100%;
  left: 0;
  width: 100%;
}

#main.aspect-ratio-area header.logo {
  position: fixed;
  top: 0;
}

#main.aspect-ratio-area .bottom-action {
  position: fixed;
  bottom: 5px;
}

.mat-typography .green-room .conference {
  align-items: center;
}

#primaryLogo {
  z-index: 999;
}

#secondaryLogo {
  z-index: 998;
}

.share-user-area {
  background: #000000;
  border-radius: 5px;
  padding: 15px 25px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  margin: auto;
  z-index: 1111;
}

.share-user-area .drag-area {
  margin-left: -20px;
  margin-right: 5px;
  cursor: move;
}

.share-user-area .share-user-area-list {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.share-user-area .share-user-area-list .user-info {
  background: #515151;
  border: 1px solid #303030;
  box-shadow: 0px 0px 18px rgba(43, 127, 255, 0.25);
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  overflow: hidden;
}

.share-user-area .share-user-area-list .user-info .user-tile {
  width: auto;
  width: initial;
  height: 100%;
  max-width: inherit;
}

.conference-outer.share-outer-area .conference {
  background: #272727 !important;
  padding: 0 !important;
}

.conference-outer.share-outer-area .conference .conference-member {
  background: #272727 !important;
}

.conference.share-outer-area {
  background: #272727 !important;
  padding: 0 !important;
}

.conference.share-outer-area .conference-member {
  background: #272727 !important;
}

.share-outer-area .conference-member.video-container {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  overflow: hidden;
}

.share-outer-area .conference-member.video-container .screen-share {
  max-height: 100%;
  height: auto !important;
  margin: auto;
  bottom: 0;
  border-radius: 0 !important;
}

.share-outer-area .conference-member.video-container .screen-share-studio video {
  max-height: 100%;
  height: auto !important;
  margin: auto;
  bottom: 0;
  border-radius: 0 !important;
}

.share-outer-area .conference-member.video-container.share-video-container {
  display: flex;
  align-items: center;
}

#main.aspect-ratio-area #conference.conference {
  background-size: cover;
}

.green-room.user1-3 #conference.conference[conference-member="1"] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0.5rem solid transparent;
  overflow: hidden;
  justify-content: flex-start;
}

.green-room.user1-3 #conference.conference[conference-member="1"] .conference-member {
  height: 84%;
  width: 54%;
  float: left;
  border: none;
  margin: auto 10px auto 0.25rem;
  display: none;
}

.green-room.user1-3 #conference.conference[conference-member="1"] .conference-member.host {
  border-left: none;
  margin: auto 0.25rem auto 10px;
  display: flex;
}

.green-room.user1-3 #conference.conference[conference-member="1"] .conference-member .second_user_name_no_cam {
  width: 26.406% !important;
  height: 32.75% !important;
  font-size: 6vh !important;
}

.green-room.user1-3 #conference.conference[conference-member="1"] .conference-member video {
  -o-object-fit: cover;
     object-fit: cover;
}

.right-to-portrait {
  transform: rotate(180deg) scale(1.4);
}

.left-to-portrait {
  transform: rotate(90deg) scale(1.4);
}

.conference-member .tile-container {
  border-radius: 10px !important;
  height: 100% !important;
  overflow: hidden;
}

.conference-member .tile-container video {
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 100% !important;
  background-color: #000;
}

.media-container-studio {
  z-index: 999;
}

.media-container-studio video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 100% !important;
  background-color: #000;
}

.user-tile-studio video {
  width: 100%;
  height: 100%;
  max-width: inherit;
  transform: scale(1.8);
}

.user-home-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1rem 0;
}

.user-home-info .img-text {
  height: 5rem;
  width: 5rem;
  min-width: 5rem;
  border-radius: 100%;
  background-color: #F17A7E;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  margin: 0 1.5rem 0 0;
}

.user-home-info .img-text span {
  font-size: 1.8rem;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #ffffff;
}

.user-home-info .info h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 0;
  color: #272727;
  word-break: break-word;
}

@media (max-width: 1400px) {
  .user-home-info .info h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

@media (max-width: 1200px) {
  .user-home-info .info h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.user-home-info .info p {
  margin: 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #272727;
  word-break: break-word;
}

@media (max-width: 1400px) {
  .user-home-info .info p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media (max-width: 1200px) {
  .user-home-info .info p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.user-home-info .info p strong {
  font-weight: 500;
}

.new-filter-heading .search {
  margin: 0 0 0 1.5rem;
}

@media (max-width: 1400px) {
  .new-filter-heading .search {
    max-width: 20rem;
  }
}

.new-filter-heading .right-side {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.mat-drawer-container.full-width-container.close {
  padding-left: 9rem !important;
}

@media only screen and (max-width: 1279px) {
  .mat-drawer-container.full-width-container.close {
    padding-left: 0px !important;
  }
}

.plan-expiry-reminder.close {
  width: calc(100% - 80px) !important;
  /* 1600 px*/
  /* 1242 px*/
}

@media (max-width: 1600px) {
  .plan-expiry-reminder.close {
    width: calc(100% - 80px);
  }
}

@media (max-width: 1279px) {
  .plan-expiry-reminder.close {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .plan-expiry-reminder.close {
    width: 100% !important;
  }
}

.menu-collapse-area {
  text-align: left;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  margin: 1rem 0 0;
}

@media only screen and (max-width: 1279px) {
  .menu-collapse-area {
    height: 30px;
  }
}

@media (max-width: 600px) {
  .menu-collapse-area div {
    display: none;
  }
}

.menu-collapse-area.open {
  justify-content: center;
}

.menu-collapse-area.open .menu-lines {
  display: block;
}

.menu-collapse-area.open .back-arrow {
  display: none;
}

.menu-collapse-area .material-icons {
  color: #fff;
  cursor: pointer;
}

.menu-collapse-area .menu-lines {
  display: none;
}

.menu-collapse-area img {
  cursor: pointer;
}

.sidebar {
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.05);
}

.sidebar.close {
  max-width: 140px;
}

.sidebar.close .ng-scroll-content {
  padding: 2rem 1rem !important;
}

.sidebar.close .mat-list .mat-list-item {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.sidebar.close .mat-list .mat-list-item a {
  padding: 1.5rem 1rem;
  width: 54px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.sidebar.close .mat-list .mat-list-item a .menu-text {
  display: none;
}

.sidebar.close .mat-list .mat-list-item a span {
  margin: 0;
}

.sidebar .main-logo-image {
  text-align: center;
  display: block;
  height: 3.9rem;
  margin: auto;
}

.sidebar .user-image {
  height: 8rem;
  width: 8rem;
  margin: 0rem auto 0rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 991 px*/
}

@media (max-width: 991px) {
  .sidebar .user-image {
    height: 7rem;
    width: 7rem;
    margin: 2.5rem auto 0.5rem;
  }
}

.sidebar .top-details {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.5rem 0 1rem;
}

.sidebar .top-details .user-name {
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 1.4rem;
}

.sidebar .plan-details {
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 2.5rem;
  background-color: #F9F9F9;
}

.sidebar .plan-details .storage p,
.sidebar .plan-details .time p {
  margin: 1rem auto 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.sidebar .mat-drawer-inner-container {
  display: flex;
  flex-wrap: wrap;
}

.sidebar .mat-drawer-inner-container .ng-scrollbar {
  width: 100%;
}

.sidebar .mat-drawer-inner-container .ng-scrollbar .ng-scroll-content {
  padding: 2rem 3rem 0;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}

.sidebar .plan-details .button {
  margin-top: 1.5rem;
}

.sidebar .navigation-links {
  width: 100%;
}

.sidebar .navigation-links .mat-list {
  margin-top: 0;
  /* 991 px*/
}

@media (max-width: 991px) {
  .sidebar .navigation-links .mat-list {
    margin-top: 1rem;
  }
}

.sidebar .mat-list .mat-list-item {
  height: auto;
  margin-bottom: 1rem;
}

.sidebar .mat-list .mat-list-item.logout-mobile {
  display: none;
  /* 1242 px*/
}

@media (max-width: 1279px) {
  .sidebar .mat-list .mat-list-item.logout-mobile {
    display: block;
  }
}

.sidebar .mat-list .mat-list-item a {
  color: #6a6a6a;
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 6.5rem;
  transition: all 0.3s;
  font-size: 1.5rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.sidebar .mat-list .mat-list-item a.active, .sidebar .mat-list .mat-list-item a:hover {
  background-color: #F17A7E;
  color: #ffffff;
  border-radius: 1rem;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.18);
}

.sidebar .mat-list .mat-list-item a.active .material-icons, .sidebar .mat-list .mat-list-item a:hover .material-icons {
  color: #ffffff;
}

.sidebar .mat-list .mat-list-item a.active svg path, .sidebar .mat-list .mat-list-item a:hover svg path {
  fill: #ffffff;
}

.sidebar .mat-list .mat-list-item .material-icons {
  margin-right: 0.8rem;
  color: #6a6a6a;
  font-size: 2rem;
}

.sidebar .mat-list .mat-list-item svg {
  width: 2.4rem;
  color: 2.4rem;
  margin-right: 1.4rem;
}

.sidebar .mat-list .mat-list-item svg path {
  fill: #6a6a6a;
}

.sidebar .log-out {
  margin-bottom: 0.5rem;
  align-self: flex-end;
  width: 100%;
  /* 1242 px*/
  /* 991 px*/
}

@media (max-width: 1279px) {
  .sidebar .log-out {
    display: none;
  }
}

@media (max-width: 991px) {
  .sidebar .log-out {
    margin-bottom: 2.5rem;
  }
}

.mat-drawer {
  width: 22rem !important;
}

.sidebar .user-image {
  height: 5rem;
  width: 5rem;
}

.sidebar .mat-list .mat-list-item a {
  padding: 1.1rem !important;
}

.mat-list-base .mat-list-item .mat-list-item-content,
.mat-list-base .mat-list-option .mat-list-item-content {
  padding: 0px 14px !important;
}

.sidebar.close {
  max-width: 8rem !important;
}

.sidebar.close .user-image {
  height: 3.5rem;
  width: 3.5rem;
}

.sidebar.close .mat-list .mat-list-item a {
  padding: 0.8rem 1rem !important;
  width: 37px;
  margin-top: 1rem;
}

.mat-tooltip.ng-tns-c167-137.ng-trigger.ng-trigger-state.custom-tooltip {
  background-color: #F17A7E;
  border: none;
  color: #fff !important;
  font-size: 1.2rem !important;
}

.sidebar.close .mat-tooltip.custom-tooltip {
  display: none;
}

a {
  text-decoration: none;
}

body,
html {
  height: 100%;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  background-color: #f4f4f4;
  color: #272727;
}

p {
  font-size: 1.5rem;
  color: #6a6a6a;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #272727;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 2.8rem;
  line-height: 110%;
  margin: 2rem 0;
}

h2 {
  font-size: 2.1rem;
  line-height: 110%;
  margin: 2rem 0;
}

h3 {
  font-size: 1.8rem;
  line-height: 110%;
  margin: 2rem 0;
}

h4 {
  font-size: 1.6rem;
  line-height: 110%;
  margin: 2rem 0;
  font-weight: 500;
}

h5 {
  font-size: 1.4rem;
  line-height: 110%;
  margin: 2rem 0;
}

h6 {
  font-size: 1.4rem;
  line-height: 110%;
  margin: 2rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.flow-text {
  font-weight: 300;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline,
.mat-typography h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .mat-h1,
.mat-headline,
.mat-typography h1 {
    font-size: 2.1rem;
  }
}

.mat-h2,
.mat-title,
.mat-typography h2 {
  font-size: 2.1rem;
  font-weight: 600;
  margin: 0 0 16px;
  /* 1600 px*/
}

@media (max-width: 1600px) {
  .mat-h2,
.mat-title,
.mat-typography h2 {
    font-size: 1.8rem;
  }
}

.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0px 0 16px 0;
}

.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 16px 0;
}

.mat-h5,
.mat-typography h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography h6 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 12px;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  margin: 0 0 64px;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox-layout .mat-checkbox-label,
.mat-radio-label {
  line-height: 24px;
  color: #343434;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: none;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

th.mat-header-cell:last-of-type,
td.mat-cell:last-of-type,
td.mat-footer-cell:last-of-type {
  text-align: left;
}

.mat-header-cell {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.mat-cell,
.mat-footer-cell {
  font-size: 14px;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-expansion-panel-header {
  font-size: 15px;
  font-weight: 400;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  display: block !important;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  line-height: 1.6rem;
  position: static !important;
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 4.7rem;
  padding: 0 1.5rem;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0 0;
}

.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
  transform: translateY(0%) !important;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}

.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #343434;
}

input.mat-input-element,
.mat-select,
body textarea.mat-input-element {
  margin: 0.3rem 0 0.5rem;
  padding: 1.5rem;
  color: #787878 !important;
  border: 0.1rem solid #e5e5e5;
  height: 4.5rem;
  width: 100%;
  border-radius: 1rem;
  position: static !important;
  font-size: 1.4rem;
  transition: all 0.3s ease-out;
}

input.mat-input-element + .material-icons,
.mat-select + .material-icons,
body textarea.mat-input-element + .material-icons {
  position: absolute;
  top: 3.5rem;
  right: 1.5rem;
  bottom: 0;
  left: auto;
  margin: auto;
  color: #343434;
  opacity: 0.6;
}

input.mat-input-element:hover, input.mat-input-element.input-hover,
.mat-select:hover,
.mat-select.input-hover,
body textarea.mat-input-element:hover,
body textarea.mat-input-element.input-hover {
  border: 0.1rem solid #88a4a7 !important;
}

input.mat-input-element:focus, input.mat-input-element.input-focus,
.mat-select:focus,
.mat-select.input-focus,
body textarea.mat-input-element:focus,
body textarea.mat-input-element.input-focus {
  border: 0.1rem solid #F17A7E !important;
  color: #88a4a7 !important;
  caret-color: #343434 !important;
}

.mat-form-field-underline {
  display: none;
}

.material-icons {
  cursor: pointer;
}

.mat-menu-item {
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-size: 12px;
}

.mat-paginator-page-size {
  align-items: center !important;
}

.mat-paginator-page-size .mat-form-field-infix {
  border: 0;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}

.mat-step-label {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 1.3rem;
  font-weight: 500;
  color: #F17A7E !important;
}

.mat-tab-label,
.mat-tab-link {
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar {
  margin: 0;
}

.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  margin: 0;
}

.mat-tooltip {
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line,
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2),
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item,
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line,
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  padding: 0 !important;
}

.mat-option-text {
  font-size: 1.4rem;
  color: #343434;
  padding: 1.5rem;
}

.mat-option-text:hover {
  background-color: #e5e5e5;
}

.mat-simple-snackbar {
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 99;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  max-width: 100% !important;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  opacity: 0;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 0.1rem;
  min-height: 0.1rem;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}

@keyframes cdk-text-field-autofill-start {
  /*!*/
}

@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}

@keyframes cdk-text-field-autofill-end {
  /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}

.mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-option {
  color: #434343;
}

.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled), .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}

.mat-option.mat-active {
  background: #e5e5e5;
  color: #343434;
}

.mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(255, 255, 255, 0.04);
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #F17A7E;
}

.mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}

.mat-pseudo-checkbox {
  color: #dadada;
  width: 2rem !important;
  height: 2rem !important;
}

.mat-pseudo-checkbox::after {
  color: #ffffff;
  width: 1.2rem !important;
  height: 0.4rem !important;
  position: absolute;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  margin: auto;
}

.mat-pseudo-checkbox-disabled {
  color: #686868;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #F17A7E;
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
  background: #F17A7E;
}

.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #F17A7E;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #F17A7E;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}

.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-app-background {
  background-color: #303030;
  color: #ffffff;
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: #424242;
  color: #ffffff;
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: #ffffff;
}

.mat-badge-content {
  color: #ffffff;
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 0.1rem;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-warn .mat-badge-content {
  color: #ffffff;
  background: #F17A7E;
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content {
  transition: none;
}

.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: #ffffff;
}

.mat-button,
.mat-icon-button,
.mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
  color: #F17A7E;
}

.mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.3);
}

.mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.3);
}

.mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.3);
}

.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay,
.mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #F17A7E;
}

.mat-button[disabled] .mat-button-focus-overlay,
.mat-icon-button[disabled] .mat-button-focus-overlay,
.mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-button .mat-ripple-element,
.mat-icon-button .mat-ripple-element,
.mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: #ffffff;
}

.mat-flat-button,
.mat-raised-button,
.mat-fab,
.mat-mini-fab {
  color: #ffffff;
  background-color: #787878;
}

.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
  color: #ffffff;
}

.mat-flat-button.mat-accent,
.mat-raised-button.mat-accent,
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent {
  color: #ffffff;
}

.mat-flat-button.mat-warn,
.mat-raised-button.mat-warn,
.mat-fab.mat-warn,
.mat-mini-fab.mat-warn {
  color: #ffffff;
}

.mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled] {
  color: #ffffff;
  background-color: #dadada;
}

.mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled] {
  color: #ffffff;
  background-color: #dadada;
}

.mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  color: #ffffff;
  background-color: #dadada;
}

.mat-flat-button.mat-warn,
.mat-raised-button.mat-warn,
.mat-fab.mat-warn,
.mat-mini-fab.mat-warn {
  background-color: #F17A7E;
}

.mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled] {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled] {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-flat-button.mat-primary .mat-ripple-element,
.mat-raised-button.mat-primary .mat-ripple-element,
.mat-fab.mat-primary .mat-ripple-element,
.mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-flat-button.mat-accent .mat-ripple-element,
.mat-raised-button.mat-accent .mat-ripple-element,
.mat-fab.mat-accent .mat-ripple-element,
.mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-flat-button.mat-warn .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element,
.mat-fab.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 1.2rem 2rem;
}

.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]),
.mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),
.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab[disabled]:not([class*=mat-elevation-z]),
.mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: #ffffff;
  background: #424242;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #ffffff;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 0.1rem rgba(255, 255, 255, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 0.1rem rgba(255, 255, 255, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 0.1rem rgba(255, 255, 255, 0.12);
}

.mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 0.1rem rgba(255, 255, 255, 0.12);
}

.mat-card {
  background: #424242;
  color: #ffffff;
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.mat-checkbox-frame {
  border-color: #bdbdbd;
}

.mat-checkbox-checkmark {
  fill: #303030;
}

.mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-checkbox-mixedmark {
  background-color: #303030;
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,
.mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #F17A7E;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}

.mat-checkbox .mat-ripple-element {
  background-color: #ffffff;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #F17A7E !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #F17A7E !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #F17A7E !important;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #F17A7E;
}

.mat-chip.mat-standard-chip {
  color: #343434;
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: #ffffff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip::after {
  background: #ffffff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  color: #ffffff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #ffffff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #F17A7E;
  color: #ffffff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #ffffff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-table {
  background: #ffffff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}

.mat-table thead,
.mat-table tbody,
.mat-table tfoot {
  background: inherit;
}

mat-header-row,
mat-row,
mat-footer-row,
[mat-header-row],
[mat-row],
[mat-footer-row],
.mat-table-sticky {
  background: inherit;
  height: 4.5rem !important;
}

mat-row,
mat-header-row,
mat-footer-row,
th.mat-header-cell {
  border-bottom-color: #e5e5e5;
}

td.mat-cell, td.mat-footer-cell {
  border-bottom-color: #e5e5e5;
}

.mat-header-cell {
  color: #343434;
  background-color: #f4f4f4;
}

.mat-cell,
.mat-footer-cell {
  color: #787878;
}

.mat-calendar-arrow {
  border-top-color: #343434;
}

.mat-datepicker-toggle {
  color: #ffffff;
}

.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: #343434;
}

.mat-calendar-table-header {
  color: #343434;
}

.mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}

.mat-button.mat-button-base {
  font-size: 1.5rem;
  font-weight: 400;
  color: #343434;
}

.mat-calendar-body-label {
  color: #343434;
}

.mat-calendar-body-cell-content {
  color: #343434;
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: #bdbdbd;
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: #e5e5e5;
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #dadada;
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.3);
}

.mat-calendar-body-selected {
  color: #ffffff;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(194, 24, 91, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #ffffff;
}

.mat-calendar-body-selected {
  background-color: #F17A7E !important;
  color: #ffffff;
}

.mat-calendar-body-today {
  background-color: transparent;
  border: 0.1rem solid #dadada;
}

.mat-calendar-body-selected.mat-calendar-body-today {
  border: none;
}

.mat-datepicker-content {
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.18);
  background-color: #ffffff;
  color: #343434;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(176, 190, 197, 0.4);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #F17A7E;
  color: #ffffff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #ffffff;
}

.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active.mat-warn {
  color: #F17A7E;
}

.mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}

.mat-expansion-panel {
  background: #ffffff;
  color: #272727;
}

.mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mat-expansion-panel {
  border: 1px solid #e5e5e5;
  margin: 0 0 0.5rem !important;
  border-radius: 1rem !important;
}

.mat-expansion-panel:last-child {
  margin-bottom: 0 !important;
}

.mat-expansion-panel .mat-expansion-panel-header {
  background-color: #f4f4f4 !important;
  height: 5rem !important;
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}

.mat-expansion-panel-header-title {
  color: #272727;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: #272727;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.3);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-form-field-label,
.mat-hint,
label,
.label {
  color: #272727 !important;
  font-size: 1.5rem !important;
  text-transform: capitalize;
}

label,
.label {
  font-weight: 500;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #F17A7E;
}

.mat-form-field-ripple {
  background-color: #ffffff;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #F17A7E;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #F17A7E;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #F17A7E;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #F17A7E;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #F17A7E;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #F17A7E;
}

.mat-error {
  color: #F17A7E;
  margin-top: -3px;
}

.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
  color: #bdbdbd;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.3);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #ffffff;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #F17A7E;
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #F17A7E;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}

.mat-icon.mat-warn {
  color: #F17A7E;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}

.mat-input-element::-moz-placeholder {
  color: #88a4a7 !important;
}

.mat-input-element::placeholder, .mat-input-element::-moz-placeholder, .mat-input-element::-webkit-input-placeholder, .mat-input-element:-ms-input-placeholder {
  color: #88a4a7 !important;
}

.mat-input-element option {
  color: #88a4a7;
}

.mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #F17A7E;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #F17A7E;
}

.mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}

.mat-list-item-disabled {
  background-color: #000;
}

.mat-list-option:hover, .mat-list-option:focus {
  background: rgba(255, 255, 255, 0.04);
}

.mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}

.mat-action-list .mat-list-item:hover, .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}

.mat-list-single-selected-option {
  background: rgba(255, 255, 255, 0.12);
}

.mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}

.mat-menu-panel {
  background-color: #ffffff;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.18);
  max-width: 100% !important;
  min-width: 102px !important;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

button.mat-menu-item {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.mat-menu-item {
  background: transparent;
  color: #272727;
}

.mat-menu-item a {
  color: #272727;
  font-weight: 400;
}

.mat-menu-item[disabled] {
  color: rgba(255, 255, 255, 0.5);
}

.mat-menu-item[disabled]::after {
  color: rgba(255, 255, 255, 0.5);
}

.mat-menu-item .mat-icon {
  margin-right: 0.8rem !important;
}

.mat-menu-item .mat-icon-no-color {
  color: #272727;
}

.mat-menu-item-submenu-trigger::after {
  color: #ffffff;
}

.mat-menu-item:hover:not([disabled]), .mat-menu-item.cdk-program-focused:not([disabled]), .mat-menu-item.cdk-keyboard-focused:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}

.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}

.mat-paginator-page-size-label {
  color: #787878;
}

.mat-paginator-range-label {
  color: #787878;
  /* 480 px*/
}

@media (max-width: 520px) {
  .mat-paginator-range-label {
    margin: 0 1rem 0 1rem !important;
  }
}

.mat-paginator-container {
  /* 480 px*/
  min-height: 4.5rem !important;
}

@media (max-width: 520px) {
  .mat-paginator-container {
    justify-content: flex-start !important;
  }
}

.mat-paginator {
  border: 0.1rem solid #e5e5e5;
  border-top: 0;
}

.mat-paginator .mat-select {
  padding: 0.5rem;
  margin: 0;
  height: auto;
  border-radius: 0;
}

.mat-paginator .mat-select-value {
  color: #88a4a7;
}

.mat-paginator {
  background: #ffffff;
  color: #88a4a7;
}

.mat-paginator-page-size .mat-select-trigger {
  color: #88a4a7;
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 0.2rem solid #ffffff;
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}

.mat-progress-bar-background {
  fill: #F17A7E;
}

.mat-progress-bar-buffer {
  background-color: #e5e5e5;
}

.mat-progress-bar-fill::after {
  background-color: #343434;
}

.mat-progress-bar {
  border-radius: 1rem;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #cfd8dc;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #cfd8dc;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #F17A7E;
}

.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
  stroke: #F17A7E;
}

.mat-radio-outer-circle {
  border-color: #e5e5e5;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #F17A7E;
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #F17A7E;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}

.mat-radio-button .mat-ripple-element {
  background-color: #ffffff;
}

.mat-option-text {
  color: #434343;
}

.mat-checkbox-inner-container {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 1rem;
}

.mat-select-value-text {
  color: #787878;
}

.mat-select-arrow {
  color: #434343;
}

.mat-select-panel {
  background: #ffffff;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  border: 0.1rem solid #e5e5e5;
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #F17A7E;
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #F17A7E;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}

.mat-drawer-container {
  color: #ffffff;
}

.mat-drawer {
  background-color: #000000;
  color: #343434;
  width: 30rem;
}

.mat-drawer.mat-drawer-push {
  background-color: #424242;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 0.1rem rgba(255, 255, 255, 0.12);
}

.mat-drawer-side.mat-drawer-end {
  border-left: solid 0.1rem rgba(255, 255, 255, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 0.1rem rgba(255, 255, 255, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 0.1rem rgba(255, 255, 255, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(176, 190, 197, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(194, 24, 91, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #F17A7E;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #F17A7E;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #ffffff;
}

.mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 4px;
  margin: auto;
}

.mat-slide-toggle-thumb {
  height: 16px !important;
  width: 16px !important;
  background-color: #ffffff;
  box-shadow: none;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  transform: translate3d(21px, 0, 0);
}

.mat-ink-bar {
  height: 4px !important;
  border-radius: 2rem;
  background-color: #F17A7E;
  display: none;
}

.mat-expanded .mat-ink-bar {
  display: block;
}

.material-icons {
  color: #343434;
}

.material-icons.orange-icon {
  color: #F17A7E;
}

.material-icons.white-icon {
  color: #ffffff;
}

.material-icons.red-icon {
  color: #C20209 !important;
}

.mat-checkbox-layout {
  white-space: normal !important;
}

.mat-list-base .mat-list-item {
  color: #343434 !important;
  font-size: 1.6rem !important;
  height: auto !important;
}

.mat-tab-label {
  opacity: 1 !important;
  min-width: auto !important;
  padding: 0 1.5rem 0 0 !important;
}

.mat-tab-label-active .mat-tab-label-content {
  color: #F17A7E;
  font-weight: 500;
}

.mat-tab-label-content {
  font-size: 1.8rem;
  color: #343434;
}

.mat-tab-group {
  width: 100%;
}

.mat-tab-group .mat-tab-body-wrapper,
.mat-tab-group .mat-tab-body.mat-tab-body-active,
.mat-tab-group .mat-tab-body-content {
  overflow: visible !important;
}

.mat-slide-toggle.mat-checked .mat-ripple-element,
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #F17A7E;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ffffff;
}

.mat-slide-toggle-bar {
  background-color: #e5e5e5;
  width: 44px !important;
  height: 22px !important;
  border-radius: 2rem !important;
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.3);
}

.mat-primary .mat-slider-thumb-label-text {
  color: #ffffff;
}

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #F17A7E;
}

.mat-warn .mat-slider-thumb-label-text {
  color: #ffffff;
}

.mat-slider-focus-ring {
  background-color: rgba(176, 190, 197, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.3);
}

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb, .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.3);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: #ffffff;
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.3);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.3);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.mat-horizontal-content-container {
  padding: 0 !important;
}

.mat-step-header {
  padding: 0 !important;
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
  background-color: #ffffff;
}

.mat-step-header .mat-step-icon {
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #e5e5e5;
  color: #434343;
}

.mat-step-header .mat-step-icon .mat-icon {
  color: #ffffff;
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #F17A7E;
  color: #ffffff;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #F17A7E;
}

.mat-step-header .mat-step-label .mat-step-text-label {
  background-color: #ffffff;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: #787878;
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #F17A7E;
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
  background-color: transparent;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.mat-horizontal-stepper-header::before, .mat-horizontal-stepper-header::after {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mat-stepper-horizontal-line {
  border-top-color: #e5e5e5;
}

.mat-sort-header-arrow {
  color: #c6c6c6;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.mat-tab-label,
.mat-tab-link {
  color: #ffffff;
}

.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.mat-tab-header-pagination-chevron {
  border-color: #ffffff;
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: #ffffff;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #F17A7E;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: #ffffff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-label,
.mat-tab-group.mat-background-primary .mat-tab-link {
  color: #ffffff;
}

.mat-tab-nav-bar.mat-background-primary .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: #ffffff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: #ffffff;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}

.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header,
.mat-tab-group.mat-background-warn .mat-tab-links,
.mat-tab-group.mat-background-warn .mat-tab-header-pagination {
  background-color: #F17A7E;
}

.mat-tab-nav-bar.mat-background-warn .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn .mat-tab-links,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #F17A7E;
}

.mat-tab-group.mat-background-warn .mat-tab-label,
.mat-tab-group.mat-background-warn .mat-tab-link {
  color: #ffffff;
}

.mat-tab-nav-bar.mat-background-warn .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: #ffffff;
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: #ffffff;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-toolbar {
  background: #212121;
  color: #ffffff;
}

.mat-toolbar.mat-primary {
  color: #ffffff;
}

.mat-toolbar.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-warn {
  background: #F17A7E;
  color: #ffffff;
}

.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-tooltip {
  background: #ffffff;
  box-shadow: 1rem 2rem 3rem rgba(74, 97, 99, 0.05);
  font-size: 1.4rem;
  color: #343434 !important;
  border: 0.1rem solid #e5e5e5;
  max-width: 37rem !important;
  line-height: 1.5;
}

.mat-tree {
  background: #424242;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: #ffffff;
}

.mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  max-width: 80vw !important;
}

.mat-snack-bar-handset .mat-snack-bar-container {
  max-width: 100% !important;
}

.mat-simple-snackbar-action {
  color: inherit;
}

.mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}

.container {
  padding: 0 1.5rem;
}

@media (max-width: 1201px) {
  .green-room header.logo p .button {
    margin-left: 1.9rem;
  }
}

@media (max-width: 993px) {
  .manage-session.half-center .row {
    /* 767 px*/
  }
}

@media (max-width: 993px) and (max-width: 767px) {
  .manage-session.half-center .row {
    flex-direction: column;
  }
}

@media (max-width: 993px) {
  .sidenav.mystyle {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .float-sm-none {
    float: none !important;
  }

  .half-center {
    margin: 1.5rem auto;
    padding: 3rem 2.2rem;
    width: calc(100% - 1.5rem);
  }
  .half-center h1 {
    margin-bottom: 0;
  }

  .feedback-popup .rating .mat-list-item .mat-button .material-icons {
    font-size: 3.7rem;
  }

  .material-icons {
    font-size: 2.4rem;
  }

  .mat-form-field-appearance-legacy .mat-form-field-label {
    top: 6rem;
    padding: 0 2rem;
  }

  .payment.half-center .mat-list {
    padding: 0 !important;
  }
  .payment.half-center .mat-list .mat-list-item {
    padding: 1.6rem 0;
  }
  .payment.half-center .mat-list .mat-list-item .title,
.payment.half-center .mat-list .mat-list-item .description {
    width: 100%;
    float: none;
    display: block;
  }

  .green-room header.logo p .button {
    display: block;
    margin: 1rem auto 0;
  }

  .green-room header.logo p span {
    font-size: 1.4rem;
  }

  .feedback-popup .mat-list-base .mat-list-item .mat-list-item-content {
    padding: 0 0.8rem;
  }
}

@media (max-width: 992px) {
  .float-m-none {
    float: none !important;
  }

  .choose-plan .plan-content {
    margin: 1.5rem 0;
    overflow: hidden;
  }
}

@media only screen and (min-width : 601px) {
  /* .container {
    width: 85%;
  } */
}

@media only screen and (min-width : 993px) {
  /* .container {
    width: 70%;
  } */
}

.col .row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin: 0 -1.5rem;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 1.5rem;
  min-height: 1px;
}

.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  box-sizing: border-box;
}

/**
 * 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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 {
  margin: 0.67em 0;
}

/**
 * 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 {
  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] {
  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.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
}

/**
 * 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;
}

.uikit h1.ui-kit-heading {
  margin-bottom: 3.2rem;
}

.uikit .container-box {
  padding: 4rem;
}

.uikit .buttons h1 {
  margin-top: 3rem;
}

.uikit .buttons button {
  display: block;
  margin-bottom: 1.6rem;
}

.uikit .buttons p {
  margin: 0 !important;
}

.uikit .form-elements h1 {
  margin-top: 5rem;
}

.uikit .form-elements p.label {
  margin-top: 2.4rem;
}

.uikit .typography .heading {
  margin: 6.5rem 0 2.7rem 0;
}

.uikit .typography p {
  margin-bottom: 3.2rem;
}

.uikit .typography h1,
.uikit .typography h2,
.uikit .typography h3,
.uikit .typography h4,
.uikit .typography h5,
.uikit .typography h6 {
  margin-bottom: 0.8rem;
}

.uikit .icons .heading {
  margin: 6.5rem 0 2.7rem 0;
}

.uikit .icons .mat-list-base {
  float: left;
}

.uikit .icons .mat-list-base .mat-list-item {
  padding: 1.6rem;
}

.uikit .elements .heading {
  margin: 5rem 0 2.4rem;
}

.parent-div {
  margin-right: 3rem;
}

.box {
  height: 8rem;
  width: 8rem;
  border-radius: 1rem;
  display: inline-block;
  font-size: 1.4rem;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.box + p {
  margin-top: 1rem;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
}

.loader .mat-spinner {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader .mat-spinner circle {
  stroke-width: 6% !important;
}

.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #F17A7E;
}

mat-spinner.mat-spinner.mat-progress-spinner.mat-primary.mat-progress-spinner-indeterminate-animation {
  left: 44% !important;
  top: 50% !important;
}

mat-drawer-container.mat-drawer-container.full-width-container.drawer-right {
  float: left;
  width: 75%;
  margin-left: 24%;
}

app-side-bar.drawer-left {
  float: left;
  width: 14%;
}

/*# sourceMappingURL=styles.css.map*/