html, body {
  font-family: 'Titillium Web', '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.75rem !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: 80px;
  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;
    }



/* FAIR S*/

/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.teps-text {
}

.teps-status-badge {
  border-radius: 30px;
  border: 2px solid #164192;
  background-color: transparent;
  padding: 5px 10px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.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 {
  border-radius: 30px;
  border: 2px solid #164192;
  background-color: transparent;
  padding: 5px 10px;
  font-weight: 700;
  color: #000;
}

.teps-button-nav-prev {
  border-radius: 30px;
  border: 2px solid #000000;
  background-color: transparent;
  padding: 5px 10px;
  font-weight: 700;
  color: #000;
}

.teps-button-nav-next {
  border-radius: 30px;
  border: 2px solid #164192;
  background-color: transparent;
  padding: 5px 10px;
  font-weight: 700;
  color: #164192;
}


.teps-button-small-gray {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: transparent;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 16px;
}

.teps-button-small-red {
  border-radius: 30px;
  border: 1px solid rgba(128, 0, 0, 0.25);
  background-color: transparent;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 16px;
  color: #aa0000;
}

.teps-button-small {
  border: 1px solid #164192;
  border-radius: 30px;
  background: #164192;
  padding: 4px 10px;
  font-weight: 700;
  color: #ffffff;
  font-size:16px;
}

.teps-button-small-disabled {
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  background: #DDDDDD;
  padding: 4px 10px;
  font-weight: 700;
  color: #AAAAAA;
  font-size: 16px;
}

.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);
}

.teps-icon-button-basket {
  background-image: url(icons/cart.svg);
}

.teps-icon-button-faq {
  background-image: url(icons/help.svg);
}

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

.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 #164192;
  box-shadow: 0px 0px 10px 0px rgba(43, 99, 204, 0.15);
}

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

.text-color-accent {
  color: #164192;
}
.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: #164192 !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: #164192 !important;
  color: #ffffff !important;
  border-color: #cccccc !important;
}
/* FAIR E*/

.img-logo {
  height: 64px;
  margin: 0;
}

.col-topnav-icon-button {
  /*margin-top: 30px !important;*/
}

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

.time-item {
  padding: 4px;
  margin: 4px;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0;
  width: 100%;
  color: #000000;
}

.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: #164192;
    color: #ffffff;
  }

.time-item-selected {
  background-color: #164192;
  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;
  }

/*chat integration*/
.accordionItem .dxbl-accordion-item-text{
  font-weight: 500;
  font-size: 23px;
}
.accordion .dxbl-accordion-item {
  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;
}
.dxbl-widget-container.dx-state-focused {
  border-color: #61a3bf!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: 90%;
  max-width: 225px;
  border-radius: 5px;
  padding-top:5px;
  padding-left:10px;
  padding-bottom: 3px;
  padding-right:3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--bs-body-bg);
}

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

.message.other {
  background-color: rgb(250, 250, 250);
  margin-right: auto;
  text-align: left;
}
.time {
  text-align: right;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 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;
}

.accordionItem .dxbl-group-body{
  background: rgba(173, 216, 230, 0.35) no-repeat center center;
}

.name {
  font-weight: bold;
}
.date {
  opacity: 0.5;
}
.dxbl-client-component.htmleditor.dxbl-html-editor.dxbl-kbn-root-widget {
  display: flex;
  flex-direction: row-reverse;
  background: #E8E8E8;
}

.dxbl-office-ribbon {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  flex-grow: 1;
  width:50px!important;
  border-bottom: #E8E8E8!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: #E8E8E8;
}

.send-icon {
  background-image: url("icons/send-message.svg") !important;
  background-size: contain!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;
}


.left-content {
  display: flex;
  align-items: center;
}
.header-text .title {
  font-weight: 500;
  font-size: 23px;
}
.right-content {
  display: flex;
  align-items: end;
}
/*Header of the Accordion Content */
.header-text {
  display: flex;
  align-items: center;
  width:100%;
}

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

.left-content {
  display: flex;
  align-items: center;
}
.header-text .title {
  font-weight: 500;
  font-size: 23px;
}

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


.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;
}

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

/*Thread Policy*/
.message-closed-notification {
  background-color: white;
  color: #800000;
  border: 1px solid #f5c6cb;
  border-radius: 0 0 16px 16px;
  padding: 10px;
  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;
}
.dxbl-expandable-container[expanded-state="True"] {
  border-radius: 0 0 16px 16px;
}


.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% !important;
  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;
  background: #F0F0F0;
}

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

.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, white, #FFE5BA);
  border-radius: 8px;
  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;
  margin-left: 8px;
  vertical-align: middle;
  object-fit: contain;
  margin-bottom: 3px;
}

.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;
}

