@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

html, body {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  overflow-x: hidden;
  background-color: #ffffff !important;
}

body .page {
  min-height: 100%;
  margin: 0 auto;
}

.page {
  max-width: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  background-color: #ffffff;
}

h1 {
  font-size: 1.85rem !important; /* Fixed font size */
}

h2 {
  font-size: 1.7rem !important; /* Fixed font size */
}

h3 {
  font-size: 1.5rem !important; /* Fixed font size */
}

h4 {
  font-size: 1.4rem !important; /* Fixed font size */
}

h5 {
  font-size: 1.25rem !important; /* Fixed font size */
}

h6 {
  font-size: 1rem !important; /* Fixed font size */
}


h1:focus {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.header {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 10;
  max-width: 430px;
}

.footer {
  padding: 0;
  margin: 0;
  max-width: 430px;
}

.content {
  padding-top: 1.1rem;
  margin-top: 60px;
  background-color: #ffffff;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#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: 100;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred."
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

.top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row ::deep a, .top-row ::deep .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
  text-decoration: underline;
}

.top-row ::deep a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.teps-text {
}

.teps-status-badge {
  color: #ffffff;
  font-size: 16px;
  font-size: 16px;
  padding: 20px;
  background-color: rgb(0, 111, 222);
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;
  text-align: center;
  width: 100%;
}

.teps-status-badge-pending {
  border: 2px solid #8D8B8A;
  background-color: #8D8B8A;
  color: #ffffff;
}

.teps-status-badge-confirmed {
  border: 2px solid #006600;
  background-color: #006600;
  color: #ffffff;
}

.teps-status-badge-cancelled {
  border: 2px solid #aa0000;
  background-color: #aa0000;
  color: #ffffff;
}


.teps-button {
  padding: 20px;
  background-color: rgb(0, 111, 222);
  font-weight: 400;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;
}

.teps-button .bi {
  margin-left: 5px;
}

.teps-button-nav-prev {
  padding: 20px;
  background-color: transparent;
  font-weight: 400;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;
}

.teps-button-nav-next {
  padding: 20px;
  background-color: rgb(0, 111, 222);
  font-weight: 400;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;
}

.teps-button-small-gray {
  color: #000000;
  font-size: 16px;
  padding: 20px;
  background-color: transparent;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;
}

.teps-button-small-red {
  padding: 20px;
  background-color: rgba(255, 0, 0, 0.75);
  font-weight: 400;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;

  border: 1px solid rgba(128, 0, 0, 0.25);
}

.teps-button-small {
  color: #ffffff;
  font-size: 16px;
  font-size: 16px;
  padding: 20px;
  background-color: rgb(0, 111, 222);
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;
}

.teps-button-small-disabled {
  font-size: 16px;
  padding: 20px;
  background-color: #DDDDDD;
  font-weight: 400;
  color: #AAAAAA;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid silver;
  border-radius: 0.125rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 32px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: all 200ms ease;
}

.teps-button-small .bi {
  margin-left: 5px;
}

.teps-button-small-gray .bi {
  margin-left: 5px;
}

.teps-button-small-disabled .bi {
  margin-left: 5px;
}

.teps-button-small-red .bi {
  margin-left: 5px;
}

.teps-button-nav-prev .bi {
  margin-right: 5px;
}

.teps-button-nav-next .bi {
  margin-left: 5px;
}

.teps-icon-button {
  width: 24px;
  height: 24px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.teps-icon-button:hover teps-icon-button:focus .teps-icon-button:active {
  color: #164192;
}

.teps-icon-button-selected {
  width: 24px;
  height: 24px;
  color: #164192;
  display: inline-block;
  text-decoration: none;
}

.teps-icon-button-text {
  text-decoration: none;
  font-weight: 400;
  padding-left: 30px;
}

.teps-header-text {
  text-decoration: none;
  font-weight: 600;
  color: #000000;
}

.teps-icon-button-home {
  background-image: url(icons/home.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.teps-icon-button-basket {
  background-image: url(icons/cart.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.teps-icon-button-basket-disabled {
  background-image: url(icons/cart-disabled.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.teps-icon-button-faq {
  background-image: url(icons/help.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.teps-icon-button-remove {
  background-image: url(icons/remove2.svg);
  color: #164192;
  transition: all 200ms ease;
}

.teps-card {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(43, 99, 204, 0.15);
  border: 1px solid #cccccc;
  padding: 10px;
}

.teps-card:hover .teps-card:active .teps-card:focus {
  border-radius: 2px;
  border: 2px solid #2B63CC;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(43, 99, 204, 0.15);
}

.teps-service-selected {
  border: 2px solid #006FDE;
  box-shadow: 0px 0px 10px 0px rgba(43, 99, 204, 0.15);
}

.teps-input-text {
  font-size: 18px !important;
}

.text-color-accent {
  color: #006FDE;
}

.border-black {
  border-color: #000;
}

.custom-drop-zone {
  padding: 0 !important;
  border-style: dashed !important;
  border-width: 2px !important;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-drop-zone.custom-drag-over {
  background-color: #868A8D;
}

.booking-calendar {
  font-size: 24px !important;
}

.booking-calendar .dxbl-calendar-footer {
  display: none !important;
}

.booking-calendar .dxbl-calendar-footer > button:first-child {
  /*display: none !important;*/
}

.booking-calendar .dxbl-calendar-selected-item {
  background-color: #006FDE !important;
  color: #ffffff !important;
  border-color: #00aa00 !important;
  border-width: 1px !important;
}

.document-download-link {
  text-decoration: none;
  color: #000000;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  width: 100%;
  display: inline-block;
}

.document-download-link:hover {
  text-decoration: none;
  color: #000000;
}

.fixed-bottom-navigation-container {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.fixed-bottom-navigation {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 10;
  max-width: 430px;
  bottom: 0px;
}

.status-page-bottom-spacer {
  min-height: 120px;
}

.status-page-notes-text {
  font-weight: 700;
  color: blue
}

.dxbl-listbox-item-selected {
  background-color: #006FDE !important;
  color: #ffffff !important;
  border-color: #cccccc !important;
}

.time-selector {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border: 0px solid #ccc;
}

.time-item {
  padding: 8px;
  margin: 0;
  margin-bottom: 4px;
  border-radius: 0;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.time-item-capacity-normal {
  background-repeat: no-repeat;
  background-blend-mode: revert-layer;
  /*background-color: rgba(50, 205, 50, 0.2);*/
}

.time-item-capacity-warning {
  background-repeat: no-repeat;
  background-blend-mode: revert-layer;
  background-color: rgba(255, 255, 0, 0.5);
}

.time-item-capacity-exhausted {
  background-repeat: no-repeat;
  background-blend-mode: revert-layer;
  background-color: rgba(255, 165, 0, 0.5);
}

.time-item-capacity-exhausted-locked {
  background-repeat: no-repeat;
  background-blend-mode: revert-layer;
  background-color: rgba(255, 0, 0, 0.2);
}

.time-item:hover .time-item:active {
  background-color: #006FDE;
  color: #ffffff;
}

.time-item-selected {
  background-image: url(icons/clock-w.svg);
  background-position: 16px;
  background-color: #006FDE;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-blend-mode: revert-layer;
  color: #ffffff;
}

.gdpr-checkbox {
  font-weight: 600;
}

.gdpr-checkbox h5 {
  margin-top: 4px;
  margin-bottom: auto;
}

.gdpr-checkbox .dxbl-checkbox-check-element {
  width: 32px !important;
  height: 32px !important;
}

@media (max-width: 429px) {
  .header-logo {
    background-image: url(images/logos/topmotive-logo.svg);
    background-position: left;
    background-size: 220px;
    background-repeat: no-repeat;
    width: 250px;
    height: 45px;
  }
}

@media (min-width: 430px) {
  .header-logo {
    background-image: url(images/logos/topmotive-logo.svg);
    background-position: left;
    background-size: 250px;
    background-repeat: no-repeat;
    width: 250px;
    height: 45px;
  }
}

.header-button-spacer-right {
  margin-right: 10px;
}

.mt-a {
  margin-top: auto !important;
}

.mb-a {
  margin-bottom: auto !important;
}

/*chat integration*/

.accordionItem .dxbl-accordion-item-text {
  font-weight: 500;
  font-size: 23px;
}

.accordion .dxbl-accordion-item {
  border-radius: 9px;
  overflow: hidden;
}

.dxbl-accordion-group {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-color: #BFBFBF !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
}

.dxbl-widget-container {
  background: white;
  border-radius: 25px;
  margin-top: 5px;
  margin-right: 5px;
  padding-right: 1rem !important;
  overflow: auto;
}

.dxbl-html-editor {
  background: lightgrey;
}

.dxbl-html-editor .dxbl-widget-container .dx-htmleditor-content p {
  padding: 0.5rem;
}

.dxbl-widget-container::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.dxbl-html-editor .dxbl-widget-container {
  width: 100% !important;
}

.htmleditor .dx-quill-container .ql-container {
  margin: 5px;
  padding: 10px;
}

#chat-window {
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
  background: white;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  height: 300px;
  width: 100%;
}

.date-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-header {
  font-size: 12px;
  padding: 5px 5px;
  color: grey;
  position: relative;
  z-index: 1;
}

.line {
  border: none;
  height: 1px;
  background-color: dimgrey;
  flex: 1;
  margin: 0;
}

.message {
  display: block;
  width: 70%;
  border-radius: 5px;
  padding: 5px 3px 3px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--bs-body-bg);
  overflow: hidden;
}

.message.customer {
  background-color: #d9ffd0;
  margin-left: auto;
  text-align: left;
}

.message.other {
  background-color: #f4f4f8;
  margin-right: auto;
  text-align: left;
}

.message-underline {
  border: none;
  height: 1px;
  background-color: black;
  margin: 5px 0;
}

.time {
  text-align: right;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 5px;
}

.text {
  margin: 5px;
}

.accordionItem .dxbl-group-header {
  padding: 0 !important;
}

.dxbl-client-component.htmleditor.dxbl-html-editor.dxbl-kbn-root-widget {
  display: flex;
  flex-direction: row-reverse;
}

.dxbl-office-ribbon {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  flex-grow: 1;
  width: 50px !important;
  border-bottom: #dedede !important;
}

.dxbl-widget-container {
  margin-bottom: 10px;
  margin-left: 5px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.dxbl-toolbar-item {
  height: 17px !important;
  margin-left: auto;
}

.ql-editor {
  background-color: white;
}

.dxbl-group-header {
  background: white !important;
}

.dxbl-expandable-container {
  background: #dedede;
}

.send-icon {
  background-image: url("icons/send-message.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 21px !important;
  height: 21px !important;
  background: transparent;
  display: inline-block !important;
  vertical-align: middle !important;
}

.send-icon-disabled {
  background-image: url("icons/send-message-disabled.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 21px !important;
  height: 21px !important;
  background: transparent;
  display: inline-block !important;
  vertical-align: middle !important;
}

/*Header of the Accordion Content */
.header-text {
  display: flex;
  align-items: center;
  width: 100%;
}

.left-content {
  display: flex;
  align-items: center;
}

.header-text .title {
  font-weight: 500;
  font-size: 23px;
}

.message-count {
  background-color: red;
  color: white;
  padding: 4px;
  margin-left: 8px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.right-content {
  display: flex;
  align-items: end;
}

.header-icon {
  background-image: url("icons/refresh.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
  padding-bottom: 0rem;
  transition: transform 1s;
  margin-left: 0.5rem;
}

.header-icon.active {
  transform: rotate(45deg);
  background-color: #67568c;
  color: #f4effc;
  margin-left: 0.5rem;
}

.header-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.names-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5px;
}

.customer-name {
  text-align: right;
  margin: 2px 0;
  float: right
}

.other-name {
  text-align: left;
  margin: 2px 0;
  float: left;
}

/*Thread Policy*/
.message-closed-notification {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  border: 1px solid #f5c6cb;
  text-align: center;
  font-size: 16px;
}

.message-closed-notification-no-messages {
  background-color: white;
  border: 1px solid white;
  font-size: 16px;
  padding-top: 10px;
}

.no-message-from-workshop {
  background-color: white;
  border: 1px solid white;
  font-size: 16px;
  padding-top: 10px;
}

.memoText {
  width: 95% !important;
  margin: 10px 10px 14px 5px;
  border-radius: 20px ! important;
  display: flex !important;
  align-items: center !important;
}

.no-margin-bottom {
  width: 95%;
  margin: 10px 10px 0 5px !important;
  border-radius: 20px ! important;
}

.chatText {
  width: 100% !important;
  padding-right: 35px !important;
}

.editor {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.character-count {
  font-size: 10px;
  color: gray;
  margin-left: auto;
  margin-right: 20px;
}

.upload-button {
  position: absolute !important;
  left: 79% !important;
  background-image: url("icons/attachment.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 21px !important;
  height: 21px !important;
  background: transparent;
  vertical-align: middle !important;
  z-index: 1000 !important;
}


.attachments {
  margin: 5px;
  background: orange linear-gradient(to bottom, #FFFFFF, #FFF3CF);
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.attachment {
  display: flex;
  color: black;
  padding: 3px;
}

.attachment a {
  text-decoration: none;
  color: black;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attachment a:hover {
  text-decoration: underline;
}

.attachment-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  object-fit: contain;
  margin-bottom: 3px;
  margin-left: 12px;
}

.attachment-name{
  text-align: left !important;
  font-size: 12px!important;
  overflow: hidden!important;
  white-space: nowrap!important;
  text-overflow: ellipsis!important;
  display: block !important;
  margin-right: auto!important;
  margin-left:5px!important;
  width:100%!important;
  position: relative;
}

.upload-container,
.upload-container > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.drop-file-icon {
  background-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  width: 48px;
  height: 48px;
  background-image: url("icons/drop-file.svg") !important;
}

.drop-file-label {
  font-weight: 500;
  font-size: 1rem;
}

.dxbl-dropdown-body {
  display: none !important;
}

.dxbl-dropdown {
  display: none !important;
}

.tagbox {
  position: relative;
}

.dxbl-tag {
  max-width: 45% !important;
  margin: 5px !important;
}

.dxbl-tag-box {
  border: none !important;
  width: 100% !important;
}

.dxbl-text-edit-input {
  display: none !important;
}

.no-messages-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.no-messages-text {
  margin-top: 8px;
  color: gray;
}

.dxbl-btn.dxbl-btn-text-secondary.dxbl-btn-standalone.dxbl-upload-upload-btn {
  display: none !important;
}

.zoom-in-icon {
  background-image: url("icons/zoom-in.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 15px !important;
  height: 15px !important;
  background: transparent;
  display: inline-block !important;
  vertical-align: middle !important;
}

.zoom-out-icon {
  background-image: url("icons/zoom-out.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 15px !important;
  height: 15px !important;
  background: transparent;
  display: inline-block !important;
  vertical-align: middle !important;
}

.download-icon {
  background-image: url("icons/download-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 15px !important;
  height: 15px !important;
  background: transparent;
  display: inline-block !important;
  vertical-align: middle !important;
}

.dxbl-btn-caption {
  font-size: 12px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  display: inline-block !important;
  margin-right: auto !important;
  margin-left: 5px !important;
  max-width: 170px !important;
  position: relative;
}

.button-file {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: block;
}

.dxbl-upload .dxbl-upload-button-panel .dxbl-btn-caption {
  display: none !important;
}

.container-booking-app {
  overflow-wrap: break-word;
  word-break: break-all;
}

.popup-body {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.popup-body.loading {
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:20px;
}

.popup-body.loaded {
  max-height:1500px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.loading-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.img-popup-view .dxbl-modal-body{
  padding:5px!important;
}

.break-characters{
  word-wrap: break-word;
  word-break: break-word;
}

.spacing-container{
  display: flex;
  gap: 5px;
}

.document-name{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.long-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
