/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#js--sc--container {
  max-width: var(--width-container-scratch) !important;
  height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
}

#js--sc--container canvas {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  border-radius: 5px;
}

#js--sc--container .cardamountcss {
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#js--sc--container .cardamountcss .won-amnt {
  font-size: 5em;
  color: #424242;
}

#js--sc--container .cardamountcss .won-text {
  font-size: 4em;
  color: #424242;
}

#js--sc--container .sc__inner {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
}

.headers-align .mat-expansion-panel-header-title,
.headers-align .mat-expansion-panel-header-description {
  flex-basis: 0;
}

.headers-align .mat-expansion-panel-header-description {
  justify-content: space-between;
  align-items: center;
}

.no-border {
  outline: none !important;
}

.fab-primary {
  z-index: 2;
  position: fixed !important;
  bottom: 16px;
  right: 16px;
}

mat-form-field {
  width: 100%;
}

*:focus,
button:focus {
  outline: none;
}

mat-card-actions {
  text-align: right;
}

@font-face {
  font-family: Lato;
  src: url('Lato-Regular.a439e7a5b243dca9.ttf');
}

@font-face {
  font-family: Jost;
  src: url('Jost-Regular.b39aaa38d13114ac.ttf');
}

@font-face {
  font-family: RopaSans;
  src: url('RopaSans-Regular.53e09683a0a58f94.ttf');
}

@font-face {
  font-family: Gotham;
  src: url('Gotham-Medium.646b24c2a3429cbd.ttf');
}

@font-face {
  font-family: FuturaBQ;
  src: url('FuturaBQ-Medium.0847dc9154c79540.ttf');
}

@font-face {
  font-family: JosefinSans;
  src: url('JosefinSans-Regular.9534f66c554c53ed.ttf');
}

@font-face {
  font-family: DINFont;
  src: url('DIN.5f43c79d468fbbf1.ttf');
}

@font-face {
  font-family: DINBoldFont;
  src: url('DIN-Bold.03c64ae125151787.ttf');
}

td-code-editor {
  height: 300px;
  text-align: left;
}

.error {
  color: red;
}

table {
  width: 100%;
}

float-right {
  float: right;
}

hr {
  width: 100%;
}

mat-card.tenant-card {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

table.selectable-table thead > tr > th,
table.tenant-table thead > tr > th {
  text-align: center;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding-left: 1%;
  padding-right: 1%;
}

table.selectable-table thead > tr > th:first-child,
table.tenant-table thead > tr > th:first-child {
  border-left: 1px solid #e4e4e4;
}

table.selectable-table > tbody > tr {
  cursor: pointer;
}

table.selectable-table > tbody > tr td:last-child {
  padding-right: 0;
}

table.selectable-table > tbody > tr:hover {
  background-color: #e7e7e7;
  transition: all 200ms ease-in;
}

table.selectable-table > tbody > tr:active {
  background-color: #bababa;
}

td.selected-row {
  background-color: #cacaca;
  transition: all 200ms ease-out;
}

td.unselected-row {
  transition: all 200ms ease-out;
}

div.dialogExitRow {
  display: flex;
  margin-bottom: 8px;
}

div.dialogExitRow button {
  margin-left: auto;
}

.fixed-box {
  max-height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-banner-image-placeholder {
  margin: auto;
  background-color: rgba(0, 0, 0, 0.0705882353);
  border-radius: 5px;
  height: 70px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.no-banner-image-placeholder p {
  color: #808080;
  margin: 0 !important;
  text-align: center;
}

.margin-auto {
  margin: auto;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.nowrap {
  white-space: nowrap;
}

.pre-line,
.pre-line * {
  white-space: pre-line;
}

.error-icon {
  color: red;
}

.mat-cell,
mat-header-cell {
  font-size: 14px;
  min-height: 48px;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  padding-left: 1%;
}

.mat-cell:first-child,
mat-header-cell:first-child {
  border-left: 1px solid #e4e4e4;
}

tr[role=row] > :first-child {
  border-left: 1px solid #e4e4e4;
}

.background-position {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.background-position img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  margin: auto;
}

.background-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center center;
}

.vertical-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

h5.subtitle-instructions {
  font-weight: normal;
}

.spinner-div {
  height: 120px;
}

.spinner-div mat-spinner {
  margin: auto;
}

.small-spinner-div {
  height: 25px;
}

.small-spinner-div mat-spinner {
  margin: auto;
}

.icon-fix {
  margin-left: 3rem;
}

@media screen and (max-width: 991px) {
  .icon-fix {
    margin-left: 0rem;
  }
}

.error-icon-text {
  display: inline-flex;
  align-items: center;
}

.big-button {
  font-size: 1.3em;
  padding: 8px 26px 8px 26px !important;
  min-width: 50px !important;
}

.mat-button-focus-overlay {
  background-color: transparent !important;
}

.mat-input-element {
  caret-color: auto !important;
}

.password-field {
  font-family: text-security-disc, serif;
  -webkit-text-security: disc;
}

.center {
  text-align: center;
}

.card-margin-bottom {
  margin-bottom: 64px;
}

.info-title-container {
  display: flex;
  justify-content: center;
}

.info-title-container-flex-start {
  display: flex;
  justify-content: flex-start;
}

.info-image-icon {
  cursor: pointer;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.pre-wrap-whitespace {
  white-space: pre-wrap;
}

.mat-select-filter {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  background: white !important;
}

.mat-select-filter ::ng-deep .mat-form-field-wrapper {
  padding: 0 !important;
}

.hide {
  display: none !important;
}

.info-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.middle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80%, 400px);
  min-height: 300px;
  font-size: x-large;
  border: 10px solid var(--campaign-text-color) !important;
  background: var(--campaign-background-color) !important;
  display: flex;
  text-transform: uppercase;
}

.middle span {
  position: static;
  position: initial;
  line-height: normal;
  margin: auto;
  padding: 16px;
}

@media screen and (max-width: 680px) {
  .middle {
    font-size: 1.3rem;
  }
}
