﻿@import "./style.css";
@import "./gridstack.css";
/*
    This file is for overrides on the styling from the designer
    The file fore the designer is "style.css"
*/
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.ui-widget.ui-widget-content,
.ui-widget-content {
  border: none !important;
}

button {
  min-width: 100px;
}

p {
  font-size: 2.5rem;
}

.full-width {
  width: 100%;
}

.spacer-10px {
  width: 10px;
}

.btn-margin-bottom {
  margin-bottom: 30px;
}

.btn-margin-right {
  margin-right: 30px;
}

.center {
  margin: 0 auto;
}

.kiosk-videocall {
  height: fit-content;
}

.kiosk-videocall__main {
  height: fit-content;
  position: relative;
}

.kiosk-videocall__buttons {
  position: relative;
  left: 0;
  bottom: 0;
  display: block;
  transform: none;
  margin: 30px auto 0 auto;
}

.kiosk-videocall__hang {
  margin: auto !important;
}

#callingAnimation {
  border: solid;
}

.padding30 {
  padding: 30px;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.languages__item:focus {
  outline: none;
}

.mandatory-field {
  color: red;
}
