@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/SunttelECommercePlatform/Components/Accounting/AccountingGeneralView.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */
.confirm-container[b-fq6iahbfla] {
  max-width: 600px;
  margin: auto;
  padding: 2rem;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.status-message[b-fq6iahbfla] {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}

.status-message.success[b-fq6iahbfla] {
  background-color: #e6f9ee;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.status-message.error[b-fq6iahbfla] {
  background-color: #ffe6e6;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

.spinner[b-fq6iahbfla] {
  margin: 2rem auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin-b-fq6iahbfla 1s linear infinite;
}

@keyframes spin-b-fq6iahbfla {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* _content/SunttelECommercePlatform/Components/Account/Pages/ConfirmPhone.razor.rz.scp.css */
.confirm-container[b-w93k2txtvw] {
  max-width: 400px;
  margin: 50px auto;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: linear-gradient(to bottom, #282828, #e2f1ff);
  font-family: "Segoe UI", sans-serif;
}

.titleConfirm[b-w93k2txtvw] {
  margin: auto;
  width: 100%;
  display: flex;
}

h1[b-w93k2txtvw] {
  text-align: center;
  margin: auto;
  font-family: "Drepoen";
}

strong[b-w93k2txtvw] {
  color: red;
}

h3[b-w93k2txtvw] {
  color: #212121;
}

p[b-w93k2txtvw] {
  color: #212121;
}

.confirm-input[b-w93k2txtvw] {
  width: 100%;
  padding: 0.6rem;
  margin-top: 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

.confirm-button[b-w93k2txtvw] {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  color: white;
  background-color: #0078D4;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.confirm-button:hover[b-w93k2txtvw] {
  background-color: #005ea6;
}

.confirm-message[b-w93k2txtvw] {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}

.confirm-message:empty[b-w93k2txtvw] {
  display: none;
}

.redirect-note[b-w93k2txtvw] {
  margin-top: 1rem;
  font-style: italic;
  color: #666;
}

.home-link[b-w93k2txtvw] {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
  color: #0078D4;
  font-weight: bold;
}

.home-link:hover[b-w93k2txtvw] {
  text-decoration: underline;
}
/* _content/SunttelECommercePlatform/Components/Account/Pages/Login.razor.rz.scp.css */
.page-cnt[b-1nk56eh7uc] {
  display: flex;
  flex-direction: column;
  padding: 51px;
  background-image: url("/images/LoginBKImage.jpeg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  .page-cnt[b-1nk56eh7uc] {
    padding: 7px;
  }
}

.word-container[b-1nk56eh7uc] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 210px;
  font-family: "Drepoen";
}
.word-container .letter[b-1nk56eh7uc] {
  display: inline-block;
  font-size: 100px;
  color: white;
  opacity: 0;
  transform: translateX(-200%) scale(3);
  animation: slideIn-b-1nk56eh7uc 2s ease forwards;
  animation-delay: calc(0.2s * var(--index));
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), -3px -3px 6px rgba(255, 255, 255, 0.3);
}
@media (max-width: 500px) {
  .word-container[b-1nk56eh7uc] {
    height: 40px;
  }
  .word-container header h1[b-1nk56eh7uc] {
    font-size: 1.5em;
  }
  .word-container section h2[b-1nk56eh7uc] {
    font-size: 1.2em;
  }
  .word-container .letter[b-1nk56eh7uc] {
    font-size: 40px;
  }
}

@keyframes slideIn-b-1nk56eh7uc {
  0% {
    opacity: 0;
    transform: translateX(-200%) scale(3);
  }
  50% {
    opacity: 1;
    transform: translateX(0) scale(3);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.rememberme[b-1nk56eh7uc] {
  background-color: black;
  padding: 7px;
  border-radius: 10px;
  opacity: 70%;
  cursor: pointer;
  transition: opacity 0.3s ease, outline 0.3s ease, box-shadow 0.3s ease;
}
.rememberme:hover[b-1nk56eh7uc] {
  opacity: 100%;
  outline: 1px solid lightblue;
  box-shadow: 0 0 10px lightblue;
}

@media (max-width: 500px) {
  h2[b-1nk56eh7uc], h3[b-1nk56eh7uc] {
    font-size: 1.1em;
  }
}
/* _content/SunttelECommercePlatform/Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.frm-cnt-plus-img[b-mmjew0rxsf] {
  display: flex;
  padding: 51px;
  gap: 21px;
}

.upperRowForm[b-mmjew0rxsf] {
  margin-bottom: 11px;
}

.btn-custom[b-mmjew0rxsf] {
  margin-top: 11px;
  width: 160px;
  background-color: #10323a;
  border-color: black;
}
.btn-custom:hover[b-mmjew0rxsf] {
  background-color: #0d5263;
  border-color: black;
}

.upperRowForm button img[b-mmjew0rxsf] {
  filter: brightness(0) invert(1);
}
/* _content/SunttelECommercePlatform/Components/Account/Pages/Register.razor.rz.scp.css */
#AddressContainer[b-69wmx2d6tc] {
  max-width: 620px;
  grid-column: 1/-1;
}

.form-cnt[b-69wmx2d6tc] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  padding: 50px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 50%, #181818 70%), url("images/RegistryBKImage.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 200px);
}
@media (max-width: 768px) {
  .form-cnt[b-69wmx2d6tc] {
    flex-direction: column;
    padding: 20px;
    gap: 3px;
  }
}

.service-frm-cnt[b-69wmx2d6tc] {
  flex: 2;
  min-width: 300px;
}

.use-other-service-cnt[b-69wmx2d6tc] {
  flex: 1;
  min-width: 280px;
  max-width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .use-other-service-cnt[b-69wmx2d6tc] {
    padding: 3px;
  }
  .use-other-service-cnt h3[b-69wmx2d6tc] {
    font-size: 0.9rem;
  }
}

.container-plus-image[b-69wmx2d6tc] {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding: 20px;
  background-color: rgba(1, 3, 8, 0.5);
  border-radius: 15px;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 768px) {
  .container-plus-image[b-69wmx2d6tc] {
    grid-template-columns: 1fr;
  }
}
.container-plus-image .profile-img-container[b-69wmx2d6tc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 11px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 500px) {
  .container-plus-image .profile-img-container[b-69wmx2d6tc] {
    max-width: 300px;
    margin: auto;
  }
}

.formElemntsContainer[b-69wmx2d6tc] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 10px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .formElemntsContainer[b-69wmx2d6tc] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .formElemntsContainer[b-69wmx2d6tc] {
    gap: 3px;
  }
}

.upperRowForm[b-69wmx2d6tc] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 10px;
  padding-right: 15px;
}
.upperRowForm h1[b-69wmx2d6tc] {
  margin: 0;
  font-size: 2rem;
  color: white;
}
.upperRowForm button[b-69wmx2d6tc] {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: auto;
  margin-right: 5px;
}
.upperRowForm button span[b-69wmx2d6tc] {
  margin: auto;
  margin-right: 7px;
}
@media (max-width: 500px) {
  .upperRowForm button[b-69wmx2d6tc] {
    width: 100%;
    margin: auto;
  }
}
.upperRowForm img[b-69wmx2d6tc] {
  filter: brightness(0) invert(1);
}
@media (max-width: 500px) {
  .upperRowForm[b-69wmx2d6tc] {
    width: 100%;
  }
}

.btn-custom[b-69wmx2d6tc] {
  padding: 10px 20px;
  background: rgba(0, 123, 255, 0.5);
  color: white;
  border: none;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.btn-custom:hover[b-69wmx2d6tc] {
  background: rgba(0, 123, 255, 0.8);
  transform: scale(1.05);
}

.hiden-section[b-69wmx2d6tc] {
  display: none !important;
}

.file-input-container[b-69wmx2d6tc] {
  position: relative;
  max-width: 400px;
  margin: 20px auto;
}

#Rut[type=file][b-69wmx2d6tc] {
  display: none;
}

.custom-file-label[b-69wmx2d6tc] {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-file-label:hover[b-69wmx2d6tc] {
  background: #f0f0f0;
}

.form-check-input[b-69wmx2d6tc] {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  background: #fff;
  transition: all 0.2s ease;
}
.form-check-input:checked[b-69wmx2d6tc] {
  background-color: #f4b300;
  border-color: #c1c1c1;
}
.form-check-input:checked[b-69wmx2d6tc]::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.9rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  position: relative;
  top: 2px;
  left: 6px;
}
.form-check-input:hover[b-69wmx2d6tc] {
  border-color: #0056b3;
}

.form-check[b-69wmx2d6tc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.form-check-label[b-69wmx2d6tc] {
  cursor: pointer;
  margin-top: 5px;
}

.invitation-code-err-cnt[b-69wmx2d6tc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

#RolesContainer[b-69wmx2d6tc] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* _content/SunttelECommercePlatform/Components/AddressComponent.razor.rz.scp.css */
.address-form[b-sl57xpatf1] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem 1rem;
  margin: 0 auto;
  padding: 20px;
  background-color: #181818;
  color: #c1c1c1;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group[b-sl57xpatf1] {
  margin-bottom: 1.5rem;
}

.form-label[b-sl57xpatf1] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #c1c1c1;
}

.form-control[b-sl57xpatf1] {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #d1d1d1;
  background-color: #181818;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-sl57xpatf1] {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cool-button[b-sl57xpatf1] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px 40px 40px 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
  padding: 4px 12px 4px 12px;
}
.cool-button:hover[b-sl57xpatf1] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-sl57xpatf1] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .address-form[b-sl57xpatf1] {
    padding: 15px;
  }
}
/* _content/SunttelECommercePlatform/Components/AddressManager.razor.rz.scp.css */
#AddressContainer[b-tazzka8ea2] {
  padding: 11px;
  max-width: 450px;
}
/* _content/SunttelECommercePlatform/Components/AddressView/AddressView.razor.rz.scp.css */
.hiden-section[b-jx9pqxkaf7] {
  display: none;
}

.address-list[b-jx9pqxkaf7] {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.address-list ul[b-jx9pqxkaf7] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.address-list li[b-jx9pqxkaf7] {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.address-list li:hover[b-jx9pqxkaf7] {
  transform: translateX(5px);
}
.address-list label[b-jx9pqxkaf7] {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 15px;
  background-color: white;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.address-list label:hover[b-jx9pqxkaf7] {
  background-color: #e9ecef;
}
.address-list input[type=radio][b-jx9pqxkaf7] {
  margin-right: 10px;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 50%;
  outline: none;
  transition: all 0.3s ease;
}
.address-list input[type=radio]:checked[b-jx9pqxkaf7] {
  background-color: #007bff;
  box-shadow: inset 0 0 0 4px white;
}
.address-list .address-name[b-jx9pqxkaf7] {
  font-size: 16px;
  color: #495057;
}

#AddresNameContainer[b-jx9pqxkaf7] {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  margin: auto;
}
#AddresNameContainer #address-display-container[b-jx9pqxkaf7] {
  display: flex;
  flex-direction: row;
  margin: auto;
  vertical-align: middle;
}
#AddresNameContainer #address-display-container h2[b-jx9pqxkaf7] {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  width: 100%;
  margin-right: 7px;
}
#AddresNameContainer .rowCommands[b-jx9pqxkaf7] {
  flex: 1;
  height: 100%;
  margin: 0 0 0 3px;
  display: flex;
  flex-direction: row;
  text-align: right;
  gap: 3px;
}
#AddresNameContainer .rowCommands .col[b-jx9pqxkaf7] {
  padding: 0;
}
#AddresNameContainer .rowCommands .btnAddress[b-jx9pqxkaf7] {
  padding: 3px;
  margin: auto;
  width: 100%;
  max-width: 130px;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#AddresEditorContainer h2[b-jx9pqxkaf7] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #484848;
}

.btnAddress[b-jx9pqxkaf7] {
  background-color: #d2d2d2;
  color: #121212;
  margin: auto;
  margin-right: 5px;
}
.btnAddress:hover[b-jx9pqxkaf7] {
  background-color: #f2f2f2;
  border-color: lightblue;
}

#applyContainer[b-jx9pqxkaf7] {
  margin-top: 7px;
  display: flex;
}
/* _content/SunttelECommercePlatform/Components/Agents/AgentSettings.razor.rz.scp.css */
#tabContainer[b-ah5jmhkiub] {
  margin-bottom: 15px;
}

.cool-button[b-ah5jmhkiub] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-ah5jmhkiub] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-ah5jmhkiub] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.nav-link[b-ah5jmhkiub] {
  color: #00ccff;
  cursor: pointer;
}
.nav-link:hover[b-ah5jmhkiub] {
  color: fuchsia;
  text-decoration: overline;
}

#cardGeneralScript[b-ah5jmhkiub] {
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: #3c3c3c;
  height: calc(70vh - 3.5rem);
}

#generalScript[b-ah5jmhkiub] {
  width: 100%;
  border-radius: 6px;
  background-color: black;
  color: white;
  height: 90%;
}

#labelGeneralScript[b-ah5jmhkiub] {
  color: white;
}

#lblDocstoLearn[b-ah5jmhkiub] {
  width: 100%;
}
/* _content/SunttelECommercePlatform/Components/Agents/AssistantComponents/SpeechRecognition.razor.rz.scp.css */



.container[b-bb8r6zjnhb] {
    background-color: #00ccff;
    position: fixed;
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 5px;
    top: 60px;
    right: 10px;
    display: flex;
    flex-direction:row;
    align-items: center;
    box-shadow: 0px 0px 5px black;   
}

.img-mic[b-bb8r6zjnhb]{
    height:20px;
    width:20px;
    filter:drop-shadow(1px 1px 1px black);
}

.item-1[b-bb8r6zjnhb] {
    display: flex;
    align-items: center;
}
.item-2[b-bb8r6zjnhb] {
    display: flex;
    align-items: center;
    flex-direction:column;
    row-gap:5px;
}
.img-load[b-bb8r6zjnhb] {
    height: 30px;
    width: 55px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px black;
}

.text[b-bb8r6zjnhb] {
    margin:0px;
    margin-right:10px;
}
/* _content/SunttelECommercePlatform/Components/Agents/AssistantComponents/TextToSpeech.razor.rz.scp.css */
.container[b-ehmiw1e1ec] {
    position: absolute;
    width: 30px;
    padding: 0px;
    background-color: transparent;
    z-index: 10000;
    top: 230px;
    right: 10px;
}

.ico[b-ehmiw1e1ec] {
    background-color: #00ccff;
    height: 30px;
    width: 30px;
    padding:5px;
    border-radius:5px;
    box-shadow:0px 0px 5px;
   
}
/* _content/SunttelECommercePlatform/Components/Agents/KnowledgeDocuments.razor.rz.scp.css */
#menuLearningContainer[b-pwo276to1v] {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 10px;
  margin-bottom: 10px;
}

.card-body[b-pwo276to1v] {
  background-color: black;
}

table[b-pwo276to1v] {
  width: 100%;
  border-collapse: collapse;
}
table th[b-pwo276to1v], table td[b-pwo276to1v] {
  padding: 8px 12px;
  border: 1px solid #ccc;
}
table th[b-pwo276to1v] {
  text-align: left;
}

.table-striped tr:nth-child(odd)[b-pwo276to1v] {
  background-color: #111111;
}
.table-striped tr:nth-child(even)[b-pwo276to1v] {
  background-color: #222222;
}
.table-striped tr:hover[b-pwo276to1v] {
  cursor: pointer;
  background-color: #e0e0e0;
  color: black;
}

.row-selected[b-pwo276to1v] {
  /*background-color: #138ab9;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
}
.row-selected td[b-pwo276to1v] {
  color: white;
}
.row-selected .button-in-row[b-pwo276to1v] {
  filter: brightness(70%);
  transition: filter 0.3s ease;
  cursor: pointer;
}
.row-selected .button-in-row:hover[b-pwo276to1v] {
  filter: brightness(50%);
}

.cool-button[b-pwo276to1v] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 7px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-pwo276to1v] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-pwo276to1v] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.row_aligned[b-pwo276to1v] {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.row_aligned i[b-pwo276to1v] {
  margin-right: 10px;
}

.table_container[b-pwo276to1v] {
  background-color: #8a8e91;
  border: solid 1px #fff;
  max-height: 600px;
  overflow-y: auto;
}

.inpt-file-wrapper[b-pwo276to1v] {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  padding: 2px 20px;
  transition: background-image 0.3s ease;
  border-radius: 5px;
  align-content: center;
}
.inpt-file-wrapper:hover[b-pwo276to1v] {
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 0%, #00ccff 50%);
}
.inpt-file-wrapper .inpt-file-label[b-pwo276to1v] {
  margin: auto;
  display: inline-block;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
.inpt-file-wrapper .inpt-file-label:active[b-pwo276to1v] {
  background-color: #004085;
}
.inpt-file-wrapper .inpt-file-label:focus[b-pwo276to1v] {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.inpt-file-wrapper .inpt-file[b-pwo276to1v] {
  position: absolute;
  left: 100px;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.inpt-file-wrapper .file-name[b-pwo276to1v] {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: black;
}
/* _content/SunttelECommercePlatform/Components/Agents/ProductsKnowledge.razor.rz.scp.css */
#menuLearningContainer[b-nhderub8tw] {
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 10px;
  margin-bottom: 10px;
}

table[b-nhderub8tw] {
  width: 100%;
  border-collapse: collapse;
}
table th[b-nhderub8tw], table td[b-nhderub8tw] {
  padding: 8px 12px;
  border: 1px solid #ccc;
}
table th[b-nhderub8tw] {
  text-align: left;
}

.table-striped tr:nth-child(odd)[b-nhderub8tw] {
  background-color: #111111;
}
.table-striped tr:nth-child(even)[b-nhderub8tw] {
  background-color: #222222;
}
.table-striped tr:hover[b-nhderub8tw] {
  cursor: pointer;
  background-color: #e0e0e0;
  color: black;
}

.row-selected[b-nhderub8tw] {
  /*background-color: #138ab9;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
}
.row-selected td[b-nhderub8tw] {
  color: white;
}
.row-selected .button-in-row[b-nhderub8tw] {
  filter: brightness(70%);
  transition: filter 0.3s ease;
  cursor: pointer;
}
.row-selected .button-in-row:hover[b-nhderub8tw] {
  filter: brightness(50%);
}

.cool-button[b-nhderub8tw] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-nhderub8tw] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-nhderub8tw] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.row_aligned[b-nhderub8tw] {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.row_aligned i[b-nhderub8tw] {
  margin-right: 10px;
}

.table_container[b-nhderub8tw] {
  background-color: #8a8e91;
  border: solid 1px #fff;
  max-height: 600px;
  overflow-y: auto;
}
/* _content/SunttelECommercePlatform/Components/Agents/SunnyComponent/InnerComponents/AgentsSelector.razor.rz.scp.css */
.agent-selector-cnt[b-pzo7lznc9f] {
  display: flex;
}
.agent-selector-cnt label[b-pzo7lznc9f] {
  margin: auto;
  margin-left: 7px;
  margin-right: 7px;
  min-width: fit-content;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #00ccff;
}
.agent-selector-cnt input[b-pzo7lznc9f] {
  background-color: #181818;
  max-width: 220px;
  color: #00ccff;
}

select[b-pzo7lznc9f] {
  background-color: transparent;
  /*border: 1px solid #292929;*/
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: red;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: fit-content;
}
select:focus[b-pzo7lznc9f] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-pzo7lznc9f] {
  border-color: #6c757d;
}
select .option-sel[b-pzo7lznc9f] {
  background-color: #282828;
  color: #fff;
}

.apply-btn[b-pzo7lznc9f] {
  margin: auto 7px auto 7px;
  outline: solid 1px lightblue;
  color: aqua;
}
/* _content/SunttelECommercePlatform/Components/Agents/SunnyComponent/InnerComponents/MessageItem.razor.rz.scp.css */
body[b-s6bh8g21az] {
  background-Color: #edf7fc;
  font-family: "Arial, Helvetica, sans-serif";
  font-size: 1em;
  width: 100%;
  opacity: 0.2;
}

.prompt[b-s6bh8g21az] {
  border-radius: 10px;
  padding: 10px;
  background-color: #434344;
  width: 100%;
  margin: auto;
}

.response[b-s6bh8g21az] {
  background-color: #5985a7;
  font-size: 1em;
  width: 100%;
  padding-top: 8px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-radius: 7px;
  /* .pre {
      font-family: 'Arial, Helvetica, sans-serif';
      padding-left: 5px;
      padding-bottom: 8px;
      border-radius: 7px;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
  }*/
}
.response span pre[b-s6bh8g21az] {
  font-size: 1.1em;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
/* _content/SunttelECommercePlatform/Components/Agents/SunnyComponent/InnerComponents/MessagesContainer.razor.rz.scp.css */
.chat-container[b-qtbw85dxac] {
  width: 100%;
  height: 65vh;
  background-color: #191919;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow-y: auto;
  padding: 5px;
  bottom: 0;
  color: #fff;
}

ul[b-qtbw85dxac], ol[b-qtbw85dxac] {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  padding: 0;
}

li[b-qtbw85dxac] {
  margin-bottom: 10px;
}
/* _content/SunttelECommercePlatform/Components/Agents/SunnyComponent/InnerComponents/SunnyMainMenu.razor.rz.scp.css */
.superior-menu[b-4ty5yxfvwy] {
  display: flex;
  align-items: center;
  background-color: #191919;
  margin: 0;
  color: white;
}
.superior-menu .menu-button[b-4ty5yxfvwy] {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  color: azure;
}
.superior-menu .menu-button:hover[b-4ty5yxfvwy] {
  transform: scale(1.1);
}
.superior-menu .menu-button img[b-4ty5yxfvwy] {
  max-height: 40px;
  width: auto;
  display: block;
  color: white;
}
/* _content/SunttelECommercePlatform/Components/Agents/SunnyComponent/InnerComponents/WriteMessage.razor.rz.scp.css */
.message-input-area[b-osv79kb13u] {
  display: flex;
  border-top: 0px solid #ccc;
}
.message-input-area .message-input[b-osv79kb13u] {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: black;
  color: white;
}
.message-input-area .send-button[b-osv79kb13u] {
  padding: 10px 15px;
  background-color: #0b506c;
  color: white;
  border: none;
  cursor: pointer;
}
.message-input-area .send-button:hover[b-osv79kb13u] {
  background-color: #00a3cc;
}
/* _content/SunttelECommercePlatform/Components/Agents/SunnyComponent/SunnyChat.razor.rz.scp.css */
.components_container[b-hkq06anxo6] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 21px;
}
.components_container .upper-area[b-hkq06anxo6] {
  flex: 1;
  /*   background-color: #e9e9e9; // Example background color for distinction*/
  overflow-y: auto;
}
.components_container .lower-area[b-hkq06anxo6] {
  margin-top: 5px;
  height: 100%;
  /*    background-color: #4caf50; // Example background color for distinction*/
}
.components_container .sticky-header[b-hkq06anxo6] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: transparent;
  z-index: 10;
  color: white;
  margin-bottom: 5px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/ArrowsController.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/AutomaticForms/AskToRunProcedure.razor.rz.scp.css */
.control-cnt[b-lmrmfktmqg] {
  margin-bottom: 5px;
}
.control-cnt .custom-ctrl-style[b-lmrmfktmqg] {
  background-color: yellow;
  max-width: 300px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.control-cnt .custom-ctrl-style input[type=number][b-lmrmfktmqg],
.control-cnt .custom-ctrl-style input[type=time][b-lmrmfktmqg] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.control-cnt .custom-ctrl-style input:focus[b-lmrmfktmqg] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-label[b-lmrmfktmqg] {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

#procedure-general-cnt[b-lmrmfktmqg] {
  padding: 20px;
  background-color: #181818;
  border: 1px solid #999;
  border-radius: 5px;
}

.row-btn[b-lmrmfktmqg] {
  width: 100%;
  display: flex;
  padding: 5px 0;
}
.row-btn .btn-custom-proc[b-lmrmfktmqg] {
  margin: auto;
  margin-right: 0px;
  color: lightblue;
  border: 1px solid lightblue;
  width: 120px;
  align-self: flex-end;
}
.row-btn .btn-custom-proc:hover[b-lmrmfktmqg] {
  color: red;
  border: 1px solid red;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/AuxiliarCopmponentsManager.razor.rz.scp.css */
auxiliars-cnt[b-4flghwaluq] {
  position: absolute;
  top: 300px;
  left: 300px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/B2BConnectorMenu.razor.rz.scp.css */
.main-menu-container[b-5lqlq0wz8o] {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin: 0 16px;
  width: 100%;
  z-index: 1010;
}
.main-menu-container .scroll-btn[b-5lqlq0wz8o] {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 63, 79, 0.8);
  color: white;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.main-menu-container .scroll-btn:hover[b-5lqlq0wz8o] {
  color: blue;
}
.main-menu-container .scroll-btn.left[b-5lqlq0wz8o] {
  left: 5px;
}
.main-menu-container .scroll-btn.right[b-5lqlq0wz8o] {
  right: 5px;
}
@media (max-width: 500px) {
  .main-menu-container .scroll-btn[b-5lqlq0wz8o] {
    display: block;
  }
}

.scroll-wrapper[b-5lqlq0wz8o] {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 98%;
}
.scroll-wrapper[b-5lqlq0wz8o]::-webkit-scrollbar {
  display: none;
}

.e-menu-wrapper[b-5lqlq0wz8o] {
    width: 100%;
    background-color: #003f4f;
}
@media (max-width: 500px) {
  .e-menu-wrapper[b-5lqlq0wz8o] {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: row;
    align-items: center;
    height: auto;
    min-height: 50px;
    padding: 10px 5px;
  }
  .e-menu-wrapper.submenu-open[b-5lqlq0wz8o] {
    min-height: 300px;
  }
  .e-menu-wrapper[b-5lqlq0wz8o]::-webkit-scrollbar {
    display: none;
  }
}

.main-menu-grl[b-5lqlq0wz8o] {
  margin-top: 2px;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  background-color: #003f4f;
  height: 2.5rem;
  align-content: flex-start;
  margin: 0 16px 0 16px;
  border-radius: 7px;
  padding: 0 7px 0 7px;
  width: 98%;
}
@media (max-width: 500px) {
  .main-menu-grl[b-5lqlq0wz8o] {
    padding: 0 20px;
    padding-right: -20px;
    width: 90%;
  }
}

.subnav[b-5lqlq0wz8o] {
  position: relative;
  height: 100%;
}
.subnav .subnavbtn[b-5lqlq0wz8o] {
  background-color: #003f4f;
  height: 100%;
  margin: auto;
  color: white;
  border: none;
  min-width: fit-content;
  white-space: nowrap;
  overflow: hidden; /* Optional, to avoid growing */
  text-overflow: ellipsis; /* Optional, to add "..." if text is too long */
}
.subnav .inner-menu[b-5lqlq0wz8o] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #003f4f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: slideDown-b-5lqlq0wz8o 0.3s ease-out forwards;
  border-radius: 0 0 7px 7px;
  padding: 5px;
  width: fit-content;
}
.subnav .inner-menu .subnav-option[b-5lqlq0wz8o] {
  min-width: fit-content;
  width: 100%;
}
.subnav .inner-menu .subnav-option .subnavbtn[b-5lqlq0wz8o] {
  height: 2rem;
  min-width: fit-content;
  white-space: nowrap;
  width: 100%;
}
.subnav .inner-menu .subnav-option:hover[b-5lqlq0wz8o] {
  outline: 2px dashed white;
  filter: brightness(1.1);
}
.subnav .inner-menu.selected-option[b-5lqlq0wz8o] {
  display: block;
}

@keyframes slideDown-b-5lqlq0wz8o {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
}
.subnavbtn.selected-option[b-5lqlq0wz8o] {
  background-color: #003f4f;
  border-radius: 7px 7px 0 0;
  color: aqua;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/CommerceTransactionMenu.razor.rz.scp.css */
.main-menu-container[b-9ajq54zj07] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 16px;
  width: 100%;
  z-index: 1010;
}
.main-menu-container .scroll-btn[b-9ajq54zj07] {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 63, 79, 0.8);
  color: white;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.main-menu-container .scroll-btn:hover[b-9ajq54zj07] {
  color: blue;
}
.main-menu-container .scroll-btn.left[b-9ajq54zj07] {
  left: 5px;
}
.main-menu-container .scroll-btn.right[b-9ajq54zj07] {
  right: 5px;
}
@media (max-width: 500px) {
  .main-menu-container .scroll-btn[b-9ajq54zj07] {
    display: block;
  }
}

.scroll-wrapper[b-9ajq54zj07] {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 98%;
}
.scroll-wrapper[b-9ajq54zj07]::-webkit-scrollbar {
  display: none;
}

.e-menu-wrapper[b-9ajq54zj07] {
  width: 100%;
  background-color: #003f4f;
}
@media (max-width: 500px) {
  .e-menu-wrapper[b-9ajq54zj07] {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: row;
    align-items: center;
    height: auto;
    min-height: 50px;
    padding: 10px 5px;
  }
  .e-menu-wrapper.submenu-open[b-9ajq54zj07] {
    min-height: 300px;
  }
  .e-menu-wrapper[b-9ajq54zj07]::-webkit-scrollbar {
    display: none;
  }
}

.main-menu-grl[b-9ajq54zj07] {
  margin-top: 2px;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  background-color: #003f4f;
  height: 2.5rem;
  align-content: space-evenly;
  margin: 0 16px 0 16px;
  border-radius: 7px;
  padding: 0 7px 0 7px;
  width: 98%;
}
@media (max-width: 500px) {
  .main-menu-grl[b-9ajq54zj07] {
    padding: 0 20px;
    padding-right: -20px;
    width: 90%;
  }
}

.subnav[b-9ajq54zj07] {
  position: relative;
  height: 100%;
  margin: auto;
}
.subnav .subnavbtn[b-9ajq54zj07] {
  background-color: #003f4f;
  height: 100%;
  margin: auto;
  color: white;
  border: none;
  min-width: fit-content;
  white-space: nowrap;
  overflow: hidden; /* Optional, to avoid growing */
  text-overflow: ellipsis; /* Optional, to add "..." if text is too long */
}
.subnav .inner-menu[b-9ajq54zj07] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #003f4f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: slideDown-b-9ajq54zj07 0.3s ease-out forwards;
  border-radius: 0 0 7px 7px;
  padding: 5px;
  width: fit-content;
}
.subnav .inner-menu .subnav-option[b-9ajq54zj07] {
  min-width: fit-content;
  width: 100%;
}
.subnav .inner-menu .subnav-option .subnavbtn[b-9ajq54zj07] {
  height: 2rem;
  min-width: fit-content;
  white-space: nowrap;
  width: 100%;
}
.subnav .inner-menu .subnav-option:hover[b-9ajq54zj07] {
  outline: 2px dashed white;
  filter: brightness(1.1);
}
.subnav .inner-menu.selected-option[b-9ajq54zj07] {
  display: block;
}

@keyframes slideDown-b-9ajq54zj07 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
}
.subnavbtn.selected-option[b-9ajq54zj07] {
  background-color: #003f4f;
  border-radius: 7px 7px 0 0;
  color: aqua;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/CommercialDocumentManager.razor.rz.scp.css */
.rowtitle[b-sciijksaui] {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
  vertical-align: central;
  background: #202020;
}
@media (max-width: 500px) {
  .rowtitle[b-sciijksaui] {
    display: flex;
    flex-direction: column;
  }
}

.subtitleText[b-sciijksaui] {
  padding: 0 15px;
}
@media (max-width: 500px) {
  .subtitleText[b-sciijksaui] {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#addimg[b-sciijksaui] {
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#addimg:hover[b-sciijksaui] {
  height: 28px;
}

#downloadimg[b-sciijksaui] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#downloadimg:hover[b-sciijksaui] {
  height: 31px;
}

#saveimg[b-sciijksaui] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#saveimg:hover[b-sciijksaui] {
  height: 31px;
}

#cancelimg[b-sciijksaui] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#cancelimg:hover[b-sciijksaui] {
  height: 31px;
}

#comercialTranscatContent[b-sciijksaui] {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  gap: 15px;
}
@media (max-width: 500px) {
  #comercialTranscatContent[b-sciijksaui] {
    flex-direction: column;
    max-height: 350px;
  }
}

#TransactDocContent[b-sciijksaui] {
  max-width: calc(100% - 420px);
  height: 100%;
  /*background-color: #333333;*/
  background-image: linear-gradient(210deg, rgb(20, 20, 20) 30%, #333333 80%);
  border-radius: 7px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/CommercialDocumentsMenuGrid.razor.rz.scp.css */
@charset "UTF-8";
#menuContainer[b-lfxp8ges7x] {
  min-width: 410px;
  width: 410px;
  padding-right: 8px;
}

h2[b-lfxp8ges7x] {
  font-size: 1.1em;
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 2px solid #ddd;
  background-color: #f9f9f9;
  /*  &::after {
      content: " ☝"; // Puts a star character after the text
      color: gold;
  }*/
}
h2:hover[b-lfxp8ges7x] {
  color: #007BFF;
  background-color: #e9e9e9;
}
h2[b-lfxp8ges7x]::before {
  content: "☝ ";
  color: gold;
}

table[b-lfxp8ges7x] {
  width: 100%;
  border-collapse: collapse;
  color: #333;
  border-spacing: 0;
  border-radius: 7px;
  overflow: auto;
  box-shadow: 0px 4px 8px rgba(237, 237, 237, 0.5);
  padding: 0;
}
table th[b-lfxp8ges7x], table td[b-lfxp8ges7x] {
  padding: 3px 2px;
  font-size: 0.8em;
}
table th[b-lfxp8ges7x] {
  background-color: #3b3b3b;
  text-align: center;
}
table tr:first-child th:first-child[b-lfxp8ges7x] {
  border-top-left-radius: 7px;
}
table tbody[b-lfxp8ges7x] {
  display: block;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
table th:nth-child(1)[b-lfxp8ges7x], table td:nth-child(1)[b-lfxp8ges7x] {
  width: 70px;
}
table th:nth-child(2)[b-lfxp8ges7x], table td:nth-child(2)[b-lfxp8ges7x] {
  width: 70px;
}
table thead[b-lfxp8ges7x], table tbody tr[b-lfxp8ges7x] {
  display: table;
  width: 100%;
  table-layout: fixed;
}
table thead[b-lfxp8ges7x] {
  width: 100%;
}

.table-striped thead[b-lfxp8ges7x] {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.table-striped thead th[b-lfxp8ges7x] {
  /*background-color: #007bff; // Example: a blue background color*/
}
.table-striped thead th:first-child[b-lfxp8ges7x] {
  border-top-left-radius: 7px;
}
.table-striped thead th:last-child[b-lfxp8ges7x] {
  border-top-right-radius: 7px;
}
.table-striped thead tr[b-lfxp8ges7x] {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.table-striped tr:nth-child(odd)[b-lfxp8ges7x] {
  background-color: #434343;
  color: #f1f1f1;
}
.table-striped tr:nth-child(even)[b-lfxp8ges7x] {
  background-color: #838383;
}
.table-striped tr:hover[b-lfxp8ges7x] {
  cursor: pointer;
  background-color: #01c1f1;
  color: white;
}

.row-selected[b-lfxp8ges7x] {
  /*background-color: #138ab9;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
}
.row-selected td[b-lfxp8ges7x] {
  color: white;
}
.row-selected .button-in-row[b-lfxp8ges7x] {
  filter: brightness(70%);
  transition: filter 0.3s ease;
  cursor: pointer;
}
.row-selected .button-in-row:hover[b-lfxp8ges7x] {
  filter: brightness(50%);
}

.cool-button[b-lfxp8ges7x] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-lfxp8ges7x] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-lfxp8ges7x] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.row_aligned[b-lfxp8ges7x] {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.row_aligned i[b-lfxp8ges7x] {
  margin-right: 10px;
}

.table_container[b-lfxp8ges7x] {
  background-color: #8a8e91;
}

#masterTableSummary[b-lfxp8ges7x] {
  margin-top: 10px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/CustomSpecsComponent.razor.rz.scp.css */
.custom-order-spec-gen-container[b-nirkdws91t] {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #282828;
  margin: 11px auto;
  transition: 1s ease-in-out;
  height: 100%;
  gap: 11px;
  padding: 11px;
}
.custom-order-spec-gen-container .custom-spec-group[b-nirkdws91t] {
  display: flex;
  margin-bottom: 7px;
}
.custom-order-spec-gen-container .custom-spec-group h4[b-nirkdws91t] {
  width: 90px;
  font-size: 1rem;
}
.custom-order-spec-gen-container h3[b-nirkdws91t] {
  flex: 1;
  font-size: 1rem;
  font-weight: normal;
  color: aquamarine;
  padding: 3px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DashBoardChartWidget.razor.rz.scp.css */
.header-panel-container[b-1gx8d4xli4] {
  width: 100%;
  display: flex;
}

.panel-title[b-1gx8d4xli4] {
  flex: 1;
}

.panel-arrows[b-1gx8d4xli4] {
  width: fit-content;
  height: 30px;
  display: flex;
  flex-direction: row;
}

.dashboard-chart-wrapper[b-1gx8d4xli4] {
  background-color: #181818;
}

.dashboard-content-container[b-1gx8d4xli4] {
  background-color: #181818;
  height: 100%;
}

.chartProperties[b-1gx8d4xli4] {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #111;
  width: 220px;
  height: 270px;
  z-index: 1000;
  opacity: 0.9;
  border: 1px solid #00ffff;
  border-radius: 0 0 12px 12px;
}
.chartProperties .chartProperties-title[b-1gx8d4xli4] {
  background: #ff0000;
  color: white;
}
.chartProperties .chartProperties-title label[b-1gx8d4xli4] {
  text-align: center;
  white-space: normal; /* Allows the text to wrap */
  word-wrap: break-word; /* Breaks long words to prevent overflow */
  width: 100%; /* Adjust width as needed */
}
.chartProperties .chartProperties-prop-group[b-1gx8d4xli4] {
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: lighter;
  height: fit-content;
}
.chartProperties .chartProperties-prop-group label[b-1gx8d4xli4] {
  color: #00ffff;
  margin-left: 7px;
}
.chartProperties .chartProperties-prop-group select[b-1gx8d4xli4] {
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  margin-left: 7px;
  color: #f2f2f2;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.chartProperties .chartProperties-prop-group select:focus[b-1gx8d4xli4] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.chartProperties .chartProperties-prop-group select:hover[b-1gx8d4xli4] {
  border-color: #6c757d;
}
.chartProperties .chartProperties-prop-group select option[b-1gx8d4xli4] {
  background-color: #111;
  color: aqua;
}
.chartProperties .body-properties[b-1gx8d4xli4] {
  padding: 9px;
}

.chartProperties-prop-group.remove-chart[b-1gx8d4xli4] {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  justify-content: flex-end;
  height: 1rem;
  margin: auto;
  color: #ff0000;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  width: 100%;
  text-align: right;
}
.chartProperties-prop-group.remove-chart:hover[b-1gx8d4xli4] {
  transform: scale(1.1) translateX(-5px);
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DashboardsManager.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DashboardWrapMenuBar.razor.rz.scp.css */
.container-addchart[b-bq9yitq1i9] {
  display: flex;
  background-color: gray;
  height: 400px;
}

.internalMenuContainer[b-bq9yitq1i9] {
  width: 100%;
}

.selectorsChartsAdd[b-bq9yitq1i9] {
  position: relative;
  top: 15px;
  display: flex;
  background-color: white;
  opacity: 0.9;
  padding: 6px;
  border-radius: 0 11px 11px 11px;
  outline: 1px solid #00d0ff;
  outline-offset: 5px;
  cursor: pointer;
}
.selectorsChartsAdd .chartParameterGroup select[b-bq9yitq1i9] {
  margin: 2px 7px;
  cursor: pointer;
}
.selectorsChartsAdd .chartParameterGroup select option[b-bq9yitq1i9] {
  background-color: #212121; /* This sets the background color of the dropdown list */
  color: #fff;
}
.selectorsChartsAdd .chartParameterGroup select:hover[b-bq9yitq1i9] {
  color: #00d0ff;
}
.selectorsChartsAdd .chartParameterGroup select[value=""][b-bq9yitq1i9] {
  color: red;
}

.internalMenuContainer ul[b-bq9yitq1i9] {
  display: flex;
  vertical-align: middle;
  margin: auto;
}

.internalMenuContainer ul li[b-bq9yitq1i9] {
  display: flex;
}

.menuElementE[b-bq9yitq1i9] {
  position: relative;
  width: fit-content;
  padding: 3px 21px;
  display: flex;
  cursor: pointer;
  font-size: 1.1rem;
  height: 2rem;
  border-radius: 15px;
  flex-direction: column;
  height: 2.4rem;
}

.menuElementE:hover[b-bq9yitq1i9] {
  transition: 1s all ease-in-out;
  color: #00ffff;
}

.menuElementE:hover .borderInfMenu[b-bq9yitq1i9] {
  background-image: radial-gradient(#00ffff 0%, #181818 100%);
}

.borderInfMenu[b-bq9yitq1i9] {
  width: 100%;
  height: 4px;
  color: transparent;
}

select[b-bq9yitq1i9] {
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #f2f2f2;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select:focus[b-bq9yitq1i9] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-bq9yitq1i9] {
  border-color: #6c757d;
}
select option[b-bq9yitq1i9] {
  background-color: #ffffff;
  color: #495057;
}

.btn:hover[b-bq9yitq1i9] {
  border: 1px solid #80bdff;
}

.inner-menu[b-bq9yitq1i9] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #181818;
  color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  animation: slideDown-b-bq9yitq1i9 0.3s ease-out forwards;
  border-radius: 0 0 7px 7px;
  padding: 5px;
  width: fit-content;
  border: 1px solid #00ffff;
}
.inner-menu .subnav-option[b-bq9yitq1i9] {
  min-width: fit-content;
  width: 100%;
}
.inner-menu .subnav-option .subnavbtn[b-bq9yitq1i9] {
  height: 2rem;
  min-width: fit-content;
  white-space: nowrap;
  width: 100%;
}
.inner-menu .subnav-option:hover[b-bq9yitq1i9] {
  filter: brightness(1.1);
}

.inner-menu.show[b-bq9yitq1i9] {
  display: block;
}

.subnav-option[b-bq9yitq1i9] {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}
.subnav-option .btnMenuOption[b-bq9yitq1i9] {
  margin: auto;
  width: 100%;
  min-width: fit-content;
  color: white;
  white-space: nowrap;
  text-align: left;
}

@keyframes slideDown-b-bq9yitq1i9 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
}
.inner-menu.selected-option[b-bq9yitq1i9] {
  display: block;
}

.save-template-cnt[b-bq9yitq1i9] {
  display: none;
  position: absolute;
  top: 220px;
  left: calc(50% - 200px);
  width: 450px;
  height: fit-content;
  min-height: 160px;
  border: 1px solid #00ffff;
  z-index: 6000;
  flex-direction: column;
  background-color: #181818;
  padding: 21px;
  border-radius: 7px;
  opacity: 0.97;
}
.save-template-cnt .labl-cnt[b-bq9yitq1i9] {
  font-family: "poppins";
  margin-bottom: 10px;
}
.save-template-cnt input[b-bq9yitq1i9] {
  width: 100%;
}
.save-template-cnt .cmd-save-template[b-bq9yitq1i9] {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.save-template-cnt .cmd-save-template .btn-save-template[b-bq9yitq1i9] {
  color: #fff;
  border-color: azure;
}
.save-template-cnt .cmd-save-template .btn-save-template:hover[b-bq9yitq1i9] {
  border-color: #00ffff;
}

.save-template-cnt.show[b-bq9yitq1i9] {
  display: flex;
}

.selector-template-cnt[b-bq9yitq1i9] {
  position: absolute;
  top: 220px;
  left: calc(50% - 200px);
  width: 450px;
  height: fit-content;
  min-height: 160px;
  border: 1px solid #00ffff;
  z-index: 6000;
  display: flex;
  flex-direction: column;
  background-color: #181818;
  padding: 21px;
  border-radius: 7px;
  opacity: 0.97;
}
.selector-template-cnt .labl-cnt[b-bq9yitq1i9] {
  font-family: "poppins";
  margin-bottom: 10px;
}
.selector-template-cnt input[b-bq9yitq1i9] {
  width: 100%;
}
.selector-template-cnt .cmd-save-template[b-bq9yitq1i9] {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.selector-template-cnt .cmd-save-template .btn-save-template[b-bq9yitq1i9] {
  color: #fff;
  border-color: azure;
}
.selector-template-cnt .cmd-save-template .btn-save-template:hover[b-bq9yitq1i9] {
  border-color: #00ffff;
}
.selector-template-cnt .select-template-cnt[b-bq9yitq1i9] {
  width: 100%;
  font-family: "poppins";
  cursor: pointer;
}
.selector-template-cnt .select-template-cnt #selectorTemplate[b-bq9yitq1i9] {
  width: 100%;
}
.selector-template-cnt .select-template-cnt #selectorTemplate option[b-bq9yitq1i9] {
  background-color: #181818;
  color: #ccc;
  cursor: pointer;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DetailsViewer.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DocumentMenu.razor.rz.scp.css */
.rowtitleSubMenu[b-lv031lxqa9] {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 10fr;
  vertical-align: middle;
  height: fit-content;
}
.rowtitleSubMenu .menu-options-cont box[b-lv031lxqa9] {
  z-index: 2;
}
.rowtitleSubMenu .search-cont[b-lv031lxqa9] {
  margin: auto;
  max-width: 300px;
  outline: 1px solid #473747;
  border-radius: 7px;
  height: 100%;
  display: flex;
  padding: 1px 13px;
  align-items: center;
}
.rowtitleSubMenu .menu-options-cont[b-lv031lxqa9] {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  align-content: flex-start;
  position: relative;
}
.rowtitleSubMenu .menu-options-cont ul[b-lv031lxqa9] {
  margin: auto;
  margin-left: 0;
  list-style-type: none;
  display: flex;
  vertical-align: middle;
  align-content: flex-start;
  gap: 9px;
}
.rowtitleSubMenu .menu-options-cont ul li[b-lv031lxqa9] {
  margin: auto;
  align-content: center;
  position: relative;
}
.rowtitleSubMenu .menu-options-cont ul li img[b-lv031lxqa9] {
  position: relative;
  margin: auto;
  cursor: pointer;
  filter: brightness(0.7);
  width: 32px;
  height: auto;
}
.rowtitleSubMenu .menu-options-cont ul li img:hover[b-lv031lxqa9] {
  transform: scale(1.4) translateY(5px);
  filter: brightness(1);
  z-index: 10;
}
.rowtitleSubMenu .menu-options-cont ul li img:active[b-lv031lxqa9] {
  transform: scale(1.4);
  filter: brightness(1);
}
@media (max-width: 500px) {
  .rowtitleSubMenu .menu-options-cont ul li img[b-lv031lxqa9] {
    width: 24px;
  }
}
.rowtitleSubMenu .box[b-lv031lxqa9] {
  box-sizing: border-box;
}

.related-tables-lst-cont[b-lv031lxqa9] {
  display: flex;
  position: relative;
  right: 0;
  top: 0;
  flex-direction: column;
  z-index: 100;
  height: fit-content;
  width: fit-content;
  margin-top: 5px;
}

.no-display-menu[b-lv031lxqa9] {
  display: none;
}

.ec-live-cell-display[b-lv031lxqa9] {
  flex: 0;
  position: absolute;
  top: 40px;
  left: 0;
  height: 0;
  z-index: 3000;
  opacity: 0;
  border: 1px solid #b0f8f8;
  border-radius: 0 11px 11px 11px;
  background-image: linear-gradient(90deg, #333 0%, #666 100%);
  overflow: hidden;
  transition: height 0.8s ease, opacity 0.5s ease;
}
.ec-live-cell-display .lst-menu[b-lv031lxqa9] {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 3px;
}
.ec-live-cell-display .lst-menu li[b-lv031lxqa9] {
  padding: 3px 15px;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  align-content: flex-start;
  display: flex;
  text-align: left;
  align-items: flex-start;
}
.ec-live-cell-display .lst-menu li span[b-lv031lxqa9] {
  margin: auto;
  width: 100%;
  text-align: left;
}
.ec-live-cell-display .lst-menu li:hover[b-lv031lxqa9] {
  background-color: #554598;
  border-radius: 10px;
  color: white;
}

.ec-live-cell-display.show[b-lv031lxqa9] {
  width: fit-content;
  height: fit-content;
  opacity: 0.9;
}

.drag-area[b-lv031lxqa9] {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DocumentsMenu.razor.rz.scp.css */
@charset "UTF-8";
.document-menu-cnt[b-wm4nped5vu] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 410px;
  min-height: fit-content;
  height: 100%;
  align-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .document-menu-cnt[b-wm4nped5vu] {
    margin-left: 7px;
    max-height: 150px;
    max-width: 390px;
  }
}

.menuContainer[b-wm4nped5vu] {
  width: 100%;
  /* display: flex;*/
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  max-height: calc(100vh - 200px); /* Set the maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
  height: 100%;
  min-height: fit-content;
  /* Custom scrollbar styles */
  /* Custom scrollbar styles for Firefox */
  scrollbar-width: thin; /* Width of the scrollbar */
  scrollbar-color: #888 #212121; /* Thumb color and track color */
}
.menuContainer[b-wm4nped5vu]::-webkit-scrollbar {
  width: 12px; /* Width of the entire scrollbar */
  height: 12px; /* Height of the horizontal scrollbar */
}
.menuContainer[b-wm4nped5vu]::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the scrollbar track */
  border-radius: 10px; /* Round the corners of the track */
}
.menuContainer[b-wm4nped5vu]::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Round the corners of the thumb */
  border: 3px solid #f1f1f1; /* Space around the thumb to add some padding */
}
.menuContainer[b-wm4nped5vu]::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Change the color when hovering */
}
@media (max-width: 500px) {
  .menuContainer[b-wm4nped5vu] { /* Adjust the max-width value as needed for your breakpoint */
    max-height: 250px;
  }
}

h2[b-wm4nped5vu] {
  font-size: 1.1em;
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 2px solid #ddd;
  background-color: #f9f9f9;
}
h2:hover[b-wm4nped5vu] {
  color: #007BFF;
  background-color: #e9e9e9;
}
h2[b-wm4nped5vu]::before {
  content: "☝ ";
  color: gold;
}

table[b-wm4nped5vu] {
  margin: auto;
  min-width: 100%;
  border-collapse: separate;
  color: #333;
  border-spacing: 0;
  border-radius: 7px;
  box-shadow: 0px 4px 8px rgba(237, 237, 237, 0.4);
  padding: 0;
  flex: 1 1 auto; /* Allow table to grow */
}
@media (max-width: 500px) {
  table[b-wm4nped5vu] {
    max-height: 350px;
  }
}
table th[b-wm4nped5vu], table td[b-wm4nped5vu] {
  padding: 3px 2px;
  border: 0px solid #111111;
  font-size: 0.8em;
}
table th[b-wm4nped5vu] {
  background-color: #3b3b3b;
  text-align: center;
}
table tr:first-child th:first-child[b-wm4nped5vu] {
  border-top-left-radius: 7px;
}
table tbody[b-wm4nped5vu] {
  display: block;
  min-width: 100%;
}
table th:nth-child(1)[b-wm4nped5vu], table td:nth-child(1)[b-wm4nped5vu] {
  width: 70px;
}
table th:nth-child(2)[b-wm4nped5vu], table td:nth-child(2)[b-wm4nped5vu] {
  width: 70px;
}
table thead[b-wm4nped5vu], table tbody tr[b-wm4nped5vu] {
  display: table;
  table-layout: fixed;
}
.table-striped[b-wm4nped5vu] {
  min-width: 100%;
  /*min-height: fit-content;
  height: 100%;*/
}
@media (max-width: 500px) {
  .table-striped[b-wm4nped5vu] {
    max-height: 150px;
  }
}
.table-striped thead[b-wm4nped5vu] {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  min-width: 100%;
}
.table-striped thead th:first-child[b-wm4nped5vu] {
  border-top-left-radius: 7px;
}
.table-striped thead th:last-child[b-wm4nped5vu] {
  border-top-right-radius: 7px;
}
.table-striped thead tr[b-wm4nped5vu] {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.table-striped tr[b-wm4nped5vu] {
  min-width: 100%;
}
.table-striped tr:nth-child(odd)[b-wm4nped5vu] {
  background-color: #434343;
  color: #f1f1f1;
}
.table-striped tr:nth-child(even)[b-wm4nped5vu] {
  background-color: #838383;
}
.table-striped tr:hover[b-wm4nped5vu] {
  cursor: pointer;
  background-color: #01c1f1;
  color: white;
}
.table-striped thead[b-wm4nped5vu], .table-striped tbody tr[b-wm4nped5vu] {
  display: table;
  table-layout: fixed;
}
.table-striped thead .numeric[b-wm4nped5vu], .table-striped tbody tr .numeric[b-wm4nped5vu] {
  text-align: right;
}

.row-selected[b-wm4nped5vu] {
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
}
.row-selected td[b-wm4nped5vu] {
  color: white;
}
.row-selected .button-in-row[b-wm4nped5vu] {
  filter: brightness(70%);
  transition: filter 0.3s ease;
  cursor: pointer;
  width: 40px;
  height: auto;
}
.row-selected .button-in-row:hover[b-wm4nped5vu] {
  filter: brightness(50%);
}

.cool-button[b-wm4nped5vu] {
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-wm4nped5vu] {
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  color: aqua;
}
.cool-button .button-icon[b-wm4nped5vu] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.row_aligned[b-wm4nped5vu] {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.row_aligned i[b-wm4nped5vu] {
  margin-right: 10px;
}

.table_container[b-wm4nped5vu] {
  background-color: #8a8e91;
}

#masterTableSummary[b-wm4nped5vu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: auto;
  margin-bottom: 0px;
  padding: 2px 0 3px 11px;
  background-color: dimgray;
}

#loadingDoccontainer[b-wm4nped5vu] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 30;
  align-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
#loadingDoccontainer #loadingmessage[b-wm4nped5vu] {
  flex-direction: row;
  margin: auto;
  height: 300px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#loadingDoccontainer #loadingmessage #loadingico[b-wm4nped5vu] {
  padding: 0;
  margin: auto;
  width: 100%;
  max-width: 220px;
  max-height: 120px;
  justify-content: center;
}
#loadingDoccontainer #loadingmessage h1[b-wm4nped5vu] {
  width: 100%;
  margin: auto;
  color: white;
  text-align: center;
  justify-content: center;
}

.collapsible[b-wm4nped5vu] {
  background-color: #368ebb;
  color: white;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: background-color 0.4s ease-in-out;
  border-radius: 11px 11px 0 0;
}
.collapsible:hover[b-wm4nped5vu] {
  background-color: rgb(42.5726141079, 111.9502074689, 147.4273858921);
}
.collapsible[b-wm4nped5vu]::after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: transform 0.4s ease-in-out;
}
.collapsible.active[b-wm4nped5vu]::after {
  content: "−";
  transform: rotate(180deg);
}

.content[b-wm4nped5vu] {
  padding: 0 18px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #aaa;
  border-radius: 0 0 11px 11px;
}
.content p[b-wm4nped5vu] {
  margin: 15px 0;
}
.content .collapsible.active + .content[b-wm4nped5vu] {
  padding: 21px 12px;
  width: 100%;
  max-height: none; /* Adjust as needed */
  margin-bottom: 11px;
}
.content .preFilterContainer[b-wm4nped5vu] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 7px;
  height: fit-content;
}
.content .preFilterContainer input[type=text][b-wm4nped5vu],
.content .preFilterContainer input[type=datetime][b-wm4nped5vu],
.content .preFilterContainer input[type=time][b-wm4nped5vu],
.content .preFilterContainer input[type=date][b-wm4nped5vu],
.content .preFilterContainer input[type=number][b-wm4nped5vu],
.content .preFilterContainer input[type=tel][b-wm4nped5vu],
.content .preFilterContainer input[type=file][b-wm4nped5vu] {
  font-size: 1rem;
  padding: 0.5em;
  padding-right: 2em; /* Add extra padding to the right for the icon */
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 120px;
  background-color: #181818; /* A dark grey background instead of pure black */
  color: #a1a1a1;
  -webkit-appearance: none; /* Ensure default appearance is consistent across browsers */
  -moz-appearance: none;
  appearance: none;
}
.content .preFilterContainer input[type=text]:focus[b-wm4nped5vu],
.content .preFilterContainer input[type=datetime]:focus[b-wm4nped5vu],
.content .preFilterContainer input[type=time]:focus[b-wm4nped5vu],
.content .preFilterContainer input[type=date]:focus[b-wm4nped5vu],
.content .preFilterContainer input[type=number]:focus[b-wm4nped5vu],
.content .preFilterContainer input[type=tel]:focus[b-wm4nped5vu],
.content .preFilterContainer input[type=file]:focus[b-wm4nped5vu] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.content .preFilterContainer input[type=date][b-wm4nped5vu]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color of the calendar icon to make it visible on dark backgrounds */
  cursor: pointer;
}
.content .preFilterContainer .btns-prefilter-cnt[b-wm4nped5vu] {
  display: flex;
  gap: 7px;
  padding-bottom: 7px;
}
.content .preFilterContainer .btnPreFilter[b-wm4nped5vu] {
  flex: 1;
  border: 1px solid #aaa;
  color: #ccc;
}
.content .preFilterContainer .btnPreFilter:hover[b-wm4nped5vu] {
  border-color: aqua;
}

.EnableColumn[b-wm4nped5vu] {
  align-items: center;
  text-align: center;
}
.EnableColumn img[b-wm4nped5vu] {
  margin: auto;
  height: 30px;
}

.table-striped tr.void-row-cl[b-wm4nped5vu] {
  background-image: linear-gradient(-90deg, #111 0%, #111 90%, #ff0000 100%);
  color: #ccc;
}
.table-striped tr.void-row-cl:hover[b-wm4nped5vu] {
  outline: 1px dashed white;
}
.table-striped tr.row-selected[b-wm4nped5vu] {
  background-color: blue;
}

.table-body-menu[b-wm4nped5vu] {
  max-height: 600px;
}
@media (max-width: 500px) {
  .table-body-menu[b-wm4nped5vu] {
    max-height: 200px;
  }
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DocumentSummaryView.razor.rz.scp.css */
.sumary-doc-cnt[b-08iq0u1dp2] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px dotted #ce0703;
  border-radius: 7px;
}
.sumary-doc-cnt .summary-title[b-08iq0u1dp2] {
  font-family: "poppins";
  background-color: #ce0703;
  color: white;
  border-radius: 7px 7px 0 0;
  padding: 5px;
  margin: 3px;
}
.sumary-doc-cnt .summary-details-cnt[b-08iq0u1dp2] {
  padding: 7px;
}
.sumary-doc-cnt .summary-details-cnt .lbl-field-title[b-08iq0u1dp2] {
  width: 9rem;
  font-family: "poppins";
}
.sumary-doc-cnt .summary-details-cnt .summary-detail[b-08iq0u1dp2] {
  border-bottom: 1px dotted #676767;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/DraggableContainer.razor.rz.scp.css */
.draggable[b-mrwkl1hq4r] {
  position: fixed;
  user-select: none;
  z-index: 7000;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  outline: 1px solid red;
  outline-offset: 3px;
  outline-style: dashed;
  min-height: fit-content;
  min-width: 400px;
  height: 300px;
  width: fit-content;
  max-width: 1200px;
  max-height: 800px;
  box-sizing: border-box;
}
.draggable.hidden[b-mrwkl1hq4r] {
  display: none;
}
.draggable .drag-handle[b-mrwkl1hq4r] {
  height: fit-content;
  background-color: #313131;
  background-image: linear-gradient(90deg, black 0%, #313131 100%);
  cursor: move;
  position: relative;
  border-radius: 9px 9px 0 0;
  padding: 5px 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.draggable .drag-handle:hover[b-mrwkl1hq4r] {
  outline: 1px solid gray;
}
.draggable .close-button[b-mrwkl1hq4r] {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
}
.draggable .close-button:hover[b-mrwkl1hq4r] {
  color: red;
}
.draggable .content[b-mrwkl1hq4r] {
  min-width: 200px;
  min-height: 50px;
  padding: 5px;
  background-color: #313131;
  opacity: 0.95;
  border-radius: 0 0 9px 9px;
  height: 100%;
  overflow-y: auto;
}

.resize-handle[b-mrwkl1hq4r] {
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/EntityProfileView.razor.rz.scp.css */
.qv-container-entityprofilequickview:hover img[b-g0pbirewj8] {
  filter: grayscale(0%);
}

.field-group[b-g0pbirewj8] {
  display: flex;
}
.field-group .field-group-lbl[b-g0pbirewj8] {
  margin-right: 7px;
  color: greenyellow;
}

.status-field[b-g0pbirewj8] {
  position: absolute;
  top: 35px;
  right: 10px;
}

.item-image[b-g0pbirewj8] {
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: -1;
  width: 400px;
  overflow: hidden;
  border-radius: 11px;
}
.item-image img[b-g0pbirewj8] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}
.item-image .overlay[b-g0pbirewj8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(24, 24, 24) 0%, rgba(24, 24, 24, 0) 100%);
  pointer-events: none;
}

.account-summary[b-g0pbirewj8] {
  position: absolute;
  top: 85px;
  right: 0px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/FilesManager.razor.rz.scp.css */
.file-upload-container[b-ix1f3emmzw] {
  position: relative;
  display: flex;
  width: fit-content;
  margin: auto;
  padding: 3px;
  border: 2px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}
.file-upload-container .file-info-cnt[b-ix1f3emmzw] {
  display: flex;
  flex-direction: column;
}
.file-upload-container .file-info-cnt h3[b-ix1f3emmzw] {
  text-align: left;
  color: #aaa;
  font-size: 0.9rem;
  white-space: nowrap;
}

.file-input-label[b-ix1f3emmzw] {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 18px;
  width: 98%;
  height: 100%;
}
.file-input-label .custom-file-button[b-ix1f3emmzw] {
  margin: auto;
  display: inline-block;
  background-color: #01c1f1;
  color: white;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
}
.file-input-label .custom-file-button:hover[b-ix1f3emmzw] {
  background-color: #0056b3;
}
.file-input-label .file-input-hidden[b-ix1f3emmzw] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

input[type=file][b-ix1f3emmzw] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.upload-button[b-ix1f3emmzw] {
  background-color: #074077;
  color: white;
  padding: 3px 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 5px;
}

.upload-button:hover[b-ix1f3emmzw] {
  background-color: #0056b3;
}

.preview-button[b-ix1f3emmzw] {
  background-color: #ffc10b;
  color: white;
  padding: 3px 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}

.preview-button:hover[b-ix1f3emmzw] {
  background-color: #ffc10b;
}

.upload-message[b-ix1f3emmzw] {
  margin-top: 1px;
  color: #28a745;
  font-weight: bold;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/GeographicPlaces.razor.rz.scp.css */
body[b-bqtb6toa40] {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #f4f4f4;
}

.geo-container[b-bqtb6toa40] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.CardListGeo[b-bqtb6toa40] {
  flex: 1 1 300px;
  max-width: 360px;
  height: auto;
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 15px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: transform 0.3s ease;
}
.CardListGeo:hover[b-bqtb6toa40] {
  transform: translateY(-5px);
}
.CardListGeo ul[b-bqtb6toa40] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.CardListGeo li[b-bqtb6toa40] {
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #2d2d2d;
  transition: background-color 0.3s;
}
.CardListGeo li:nth-child(odd)[b-bqtb6toa40] {
  background-color: #333;
}
.CardListGeo li:hover[b-bqtb6toa40] {
  background-color: #00ccff;
  color: #fff;
}
.CardListGeo li:active[b-bqtb6toa40] {
  background-color: #e74c3c;
}
.CardListGeo label[b-bqtb6toa40] {
  display: block;
  font-size: 0.95em;
  width: 100%;
}
.CardListGeo .cardTitle[b-bqtb6toa40] {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.CardListGeo .searchBarContainer[b-bqtb6toa40] {
  background-color: #292929;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Scrollbar style */
.CardListGeo[b-bqtb6toa40]::-webkit-scrollbar {
  width: 8px;
}

.CardListGeo[b-bqtb6toa40]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.CardListGeo[b-bqtb6toa40]::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.CardListGeo[b-bqtb6toa40]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .geo-container[b-bqtb6toa40] {
    flex-direction: column;
    align-items: center;
  }
  .CardListGeo[b-bqtb6toa40] {
    width: 98%;
    max-width: none;
    height: fit-content;
    min-height: 320px;
  }
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/GridDetailsComponent.razor.rz.scp.css */
#masterTableSummary[b-qdlhh4or1q] {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #105469;
  color: white;
  padding-left: 7px;
  border-radius: 0 0 7px 7px;
}

#GridDetailsContainer[b-qdlhh4or1q] {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: fit-content;
  /*min-height: calc(100% - 50px);*/
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  z-index: 6000;
  /*background-color: red;*/
}
#GridDetailsContainer #rowtitleSubMenu[b-qdlhh4or1q] {
  margin-top: 5px;
  margin-bottom: 2px;
  display: flex;
  width: 100%;
  vertical-align: central;
  background: #202020;
  flex-direction: row;
  z-index: 10;
}

#addimgSubMenu[b-qdlhh4or1q] {
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#addimgSubMenu:hover[b-qdlhh4or1q] {
  height: 28px;
}

#downloadimgSubMenu[b-qdlhh4or1q] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#downloadimgSubMenu:hover[b-qdlhh4or1q] {
  height: 31px;
}

#saveimgSubMenu[b-qdlhh4or1q] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#saveimgSubMenu:hover[b-qdlhh4or1q] {
  height: 31px;
}

#cancelimgSubMenu[b-qdlhh4or1q] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#cancelimgSubMenu:hover[b-qdlhh4or1q] {
  height: 31px;
}

.addDetail-grid-container-hide[b-qdlhh4or1q] {
  display: none;
}

.addDetail-grid-container[b-qdlhh4or1q] {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 3px;
  row-gap: 1px;
  column-gap: 5px;
  min-height: fit-content;
  height: 100%;
  background-color: transparent;
  color: white;
  padding: 13px 35px;
  border-radius: 11px;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.addDetail-grid-container .grid-item[b-qdlhh4or1q] {
  flex: 1 0 12.5%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
  margin: auto;
  padding: 4px;
  background-color: #191919;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /*.propertyInput {
              width: fit-content;
              max-width: 540px;
              border-radius: 5px;
              background-color: #181818;
              border: 1px solid #333333;

              &:focus {
                  outline: none;
                  border-color: #499fb5;
              }
          }
  */
}
.addDetail-grid-container .grid-item .propertyTitle[b-qdlhh4or1q] {
  color: white;
  margin-right: 8px;
}
.addDetail-grid-container .grid-item .propertyInput[b-qdlhh4or1q] {
  max-width: 100%;
}
.addDetail-grid-container .grid-item input[type=text][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=datetime][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=time][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=date][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=number][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=tel][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=file][b-qdlhh4or1q] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 120px;
  background-color: black;
  color: #a1a1a1;
}
.addDetail-grid-container .grid-item input[type=text]:focus[b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=datetime]:focus[b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=time]:focus[b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=date]:focus[b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=number]:focus[b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=tel]:focus[b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=file]:focus[b-qdlhh4or1q] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.addDetail-grid-container .grid-item input [type=datetime][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=time][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=date][b-qdlhh4or1q],
.addDetail-grid-container .grid-item input[type=number][b-qdlhh4or1q] {
  max-width: 180px;
}
.addDetail-grid-container .grid-item input[type=date][b-qdlhh4or1q]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color of the calendar icon to make it visible on dark backgrounds */
  cursor: pointer;
}
.addDetail-grid-container .grid-item input[type=time][b-qdlhh4or1q]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color of the calendar icon to make it visible on dark backgrounds */
  cursor: pointer;
}
.addDetail-grid-container .grid-item input[type=date][b-qdlhh4or1q]::-webkit-clear-button {
  display: none;
}
.addDetail-grid-container .grid-item input[type=date][b-qdlhh4or1q]::-webkit-inner-spin-button {
  display: none;
}
.addDetail-grid-container .grid-item input[type=number][b-qdlhh4or1q] {
  max-width: 180px;
}
.addDetail-grid-container .grid-item textarea[b-qdlhh4or1q] {
  width: 100%;
  border-radius: 6px;
  background-color: black;
  color: white;
  height: 90%;
}
.addDetail-grid-container .grid-item .addressInputContainer[b-qdlhh4or1q] {
  max-width: 220px;
  display: flex;
  flex-direction: row;
}
.addDetail-grid-container .grid-item .addressInputContainer img[b-qdlhh4or1q] {
  width: 40px;
  background: #00ccff;
  border-radius: 0px 10px 10px 0px;
}
.addDetail-grid-container .grid-item .addressInputContainer input[type=text][b-qdlhh4or1q] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 10px 0px 0px 10px;
  max-width: 160px;
}
.addDetail-grid-container .grid-item .addressInputContainer input[type=text]:focus[b-qdlhh4or1q] {
  outline: none;
  border-color: #007bff;
}
.addDetail-grid-container .grid-item.double-width[b-qdlhh4or1q] {
  flex: 1 0 50%;
}
.addDetail-grid-container .grid-item.one-width[b-qdlhh4or1q] {
  flex: 1 0 100%;
}
.addDetail-grid-container .grid-item.triple-width[b-qdlhh4or1q] {
  flex: 1 0 33.3333333333%;
}

input[b-qdlhh4or1q] {
  background-color: black;
  color: white;
}

.selectorcontainer[b-qdlhh4or1q] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  width: 100%;
  /* @media (max-width: 1600px) {
      flex-direction: column;
  }*/
}

/* The switch - the box around the slider */
.toggle-switch[b-qdlhh4or1q] {
  position: relative;
  display: inline-block;
  width: 50px; /* Width of the switch */
  height: 22px; /* Height of the switch */
}

/* Hide default HTML checkbox */
.toggle-switch input[b-qdlhh4or1q] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider[b-qdlhh4or1q] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; /* Background of the slider */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider[b-qdlhh4or1q]:before {
  position: absolute;
  content: "";
  height: 16px; /* Height of the slider button */
  width: 16px; /* Width of the slider button */
  left: 4px;
  bottom: 4px;
  background-color: white; /* Background of the slider button */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider[b-qdlhh4or1q] {
  background-color: #2196F3; /* Background color when checked */
}

input:focus + .slider[b-qdlhh4or1q] {
  box-shadow: 0 0 1px #2196F3; /* Box shadow when focused */
}

input:checked + .slider[b-qdlhh4or1q]:before {
  -webkit-transform: translateX(26px); /* Move the slider button when checked */
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-qdlhh4or1q] {
  border-radius: 34px; /* Round borders of the slider */
}

.slider.round[b-qdlhh4or1q]:before {
  border-radius: 50%; /* Round shape of the slider button */
}

table[b-qdlhh4or1q] {
  border-collapse: separate;
  color: #333;
  border-spacing: 0;
  border-radius: 7px;
  overflow: auto;
  box-shadow: 0px 4px 8px rgba(237, 237, 237, 0.5);
  padding: 0;
  background: #012B39;
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
  /*    th:nth-child(1), td:nth-child(1) { // First column
      width: 70px; // Adjust as needed
  }

  th:nth-child(2), td:nth-child(2) { // Second column
      width: 70px; // Adjust as needed
  }*/
}
table thead[b-qdlhh4or1q] {
  color: white;
}
table th[b-qdlhh4or1q], table td[b-qdlhh4or1q] {
  padding: 3px 2px;
  border: 0px solid #111111;
  font-size: 0.8em;
}
table th .EnableColumn[b-qdlhh4or1q], table td .EnableColumn[b-qdlhh4or1q] {
  width: 80px;
}
table th[b-qdlhh4or1q] {
  background-color: #3b3b3b;
  text-align: center;
  border-bottom: 1px solid #364043;
  color: #66c8d9;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
table tr:first-child th:first-child .EnableColumn[b-qdlhh4or1q] {
  width: 80px;
}
table tbody[b-qdlhh4or1q] {
  display: block;
  /*max-height: 450px;*/
  overflow-y: auto;
  overflow-x: hidden;
  color: white;
}
table tbody tr td[b-qdlhh4or1q] {
  padding-right: 5px;
  padding-left: 5px;
  /*white-space: nowrap;*/ /* Prevents text from wrapping */
  overflow: clip; /* Hides any overflowing text */
  text-overflow: ellipsis; /* Displays an ellipsis (...) to indicate truncated text */
  vertical-align: top;
}
table thead[b-qdlhh4or1q], table tbody tr[b-qdlhh4or1q] {
  display: table;
  table-layout: fixed;
}
table thead .numeric[b-qdlhh4or1q], table tbody tr .numeric[b-qdlhh4or1q] {
  text-align: right;
}
#loadingDoccontainer[b-qdlhh4or1q] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0px;
  left: 0px;
  z-index: 30;
  align-items: center;
}
#loadingDoccontainer #loadingmessage[b-qdlhh4or1q] {
  flex-direction: column;
  margin: auto;
  width: 300px;
  height: 300px;
}
#loadingDoccontainer #loadingmessage #loadingico[b-qdlhh4or1q] {
  margin: auto;
  max-width: 220px;
  max-height: 120px;
}
#loadingDoccontainer #loadingmessage h1[b-qdlhh4or1q] {
  color: white;
}

#menuContainerGridDetails[b-qdlhh4or1q] {
  /*border: solid 1px #fff;*/
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  padding: 7px;
  min-height: fit-content;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: fit-content;
  width: 100%;
  max-width: 100%;
  /*background-color: rebeccapurple;*/
}
#menuContainerGridDetails table[b-qdlhh4or1q] {
  /*border-collapse: collapse;*/
  width: 100%;
}
#menuContainerGridDetails table th[b-qdlhh4or1q], #menuContainerGridDetails table td[b-qdlhh4or1q] {
  padding: 4px 6px;
  border: 1px solid #666;
}
#menuContainerGridDetails table th[b-qdlhh4or1q] {
  text-align: center;
}
#menuContainerGridDetails .table-striped tr:nth-child(odd)[b-qdlhh4or1q] {
  background-color: #181818;
}
#menuContainerGridDetails .table-striped tr:nth-child(even)[b-qdlhh4or1q] {
  background-color: #222222;
}
#menuContainerGridDetails .table-striped tr:hover[b-qdlhh4or1q] {
  cursor: pointer;
  background-color: #606060;
  color: white;
}
#menuContainerGridDetails .table-striped tr .EnableColumn[b-qdlhh4or1q] {
  width: 80px;
}
#menuContainerGridDetails .row-selected[b-qdlhh4or1q] {
  /*background-color: #138ab9;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  /* .EnableColumn {
      background-color: #333333;
  }*/
  /*.button-in-row {
      filter: brightness(70%); // Darken the image
      transition: filter 0.3s ease;
      cursor: pointer;



      &:hover {
          filter: brightness(50%); // Even darker on hover
      }
  }*/
}
#menuContainerGridDetails .row-selected td[b-qdlhh4or1q] {
  color: white;
}
#menuContainerGridDetails[b-qdlhh4or1q]::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}
#menuContainerGridDetails[b-qdlhh4or1q]::-webkit-scrollbar-track {
  background: #666; /* Track color */
  border-radius: 10px; /* Roundness of the track */
}
#menuContainerGridDetails[b-qdlhh4or1q]::-webkit-scrollbar-thumb {
  background-color: #333; /* Thumb color */
  border-radius: 10px; /* Roundness of the thumb */
  border: 2px solid #666; /* Adds space around thumb */
}
#menuContainerGridDetails[b-qdlhh4or1q]::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Thumb color on hover */
}
#menuContainerGridDetails[b-qdlhh4or1q]::-webkit-scrollbar-thumb:active {
  background-color: #777; /* Thumb color on active */
}

.EnableColumn[b-qdlhh4or1q] {
  display: table-cell;
  text-align: center; /* Center text and inline elements */
  vertical-align: middle; /*Vertically center the content */
}
.EnableColumn img[b-qdlhh4or1q] {
  margin: 0;
  padding: 0;
  width: 32px;
}

.addDetail-grid-container .grid-item input[id=inputName].double-width[b-qdlhh4or1q] {
  flex: 1 0 50%; /* Takes up 2 spaces in the grid */
}

.colapse-cmd-cnt[b-qdlhh4or1q] {
  position: absolute;
  top: 45px;
  left: 0px;
  border: 2px solid #00ccff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.colapse-cmd-cnt:hover[b-qdlhh4or1q] {
  background-color: #00ccff;
  color: white;
  transform: scale(1.2) translateX(3px) translateY(5px);
}

.grid-header-col[b-qdlhh4or1q] {
  word-wrap: anywhere;
  text-overflow: clip;
  font-family: "poppins";
  font-weight: normal;
  text-align: center;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
}
.grid-header-col span[b-qdlhh4or1q] {
  margin: auto;
  width: 100%;
}

.file-upload-container[b-qdlhh4or1q] {
  margin: auto;
  display: flex;
  flex-direction: row;
  padding: 0.5em;
  border-radius: 8px;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 120px;
  color: #a1a1a1;
}

.NotesAreaContainer[b-qdlhh4or1q] {
  width: 100%;
  /* background-color: greenyellow;*/
}
.NotesAreaContainer .collapsible-container[b-qdlhh4or1q] {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.NotesAreaContainer .collapsible-container .toggle-label[b-qdlhh4or1q] {
  display: block;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0px;
  transition: color 0.3s ease;
  width: 100%;
  cursor: pointer;
}
.NotesAreaContainer .collapsible-container .toggle-label:hover[b-qdlhh4or1q] {
  color: #007bff;
}
.NotesAreaContainer .collapsible-container .collapsible-content[b-qdlhh4or1q] {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0; /* Default state (collapsed) */
  padding: 0px 3px;
  margin-top: 0px;
}
.NotesAreaContainer .collapsible-container .collapsible-content textarea[b-qdlhh4or1q] {
  margin-top: 5px;
  width: 100%;
  border-radius: 6px;
  background-color: black;
  color: white;
  height: 90%;
}

.notes-cell-cnt[b-qdlhh4or1q] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-custom-details-form[b-qdlhh4or1q] {
  color: aliceblue;
  border-color: lightblue;
  max-width: 140px;
  margin: 5px 40px;
}
.btn-custom-details-form:hover[b-qdlhh4or1q] {
  color: #fb00fb;
  border-color: #fb00fb;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/ImagePopup.razor.rz.scp.css */

.cont[b-l47cgfdhx8] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2[b-l47cgfdhx8] {
    margin-bottom: 2rem;
    font-weight: bold;
    color: #00CCFF
}

.mb-3[b-l47cgfdhx8] {
    margin-bottom: 1.5rem;
}

.form-label[b-l47cgfdhx8] {
    font-weight: bold;
}

.card[b-l47cgfdhx8] {
    width: max-content;
}

.upload-icon[b-l47cgfdhx8] {
    font-size: 2.4rem;
}

.btn-main[b-l47cgfdhx8] {
    background-color: #00CCFF;
    color: white;
}

    .btn-main:hover[b-l47cgfdhx8] {
        background-color: #0077B3;
        color: white;
    }
/* _content/SunttelECommercePlatform/Components/AutomaticForms/LegendRibbon.razor.rz.scp.css */
.legend-container[b-gdw037dgfs] {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--bg-warning-color);
}

.legend-ribbon[b-gdw037dgfs] {
  display: flex;
  animation: move-left-b-gdw037dgfs 20s linear infinite;
}

.legend-item[b-gdw037dgfs] {
  padding: 0 20px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}

@keyframes move-left-b-gdw037dgfs {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/MapViewGoogle.razor.rz.scp.css */
#map[b-2c3kv818iq] {
  height: 100%;
  width: 100%;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/MasterTableDocument.razor.rz.scp.css */
#DocumentContainer[b-soqjqlybtm] {
  position: relative;
  z-index: 5;
  min-width: 450px;
  max-width: 100%;
  width: 98%;
  height: calc(100vh - 200px);
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 6px;
  background-color: #181818;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #555;
  z-index: 1;
}
@media (max-width: 500px) {
  #DocumentContainer[b-soqjqlybtm] {
    max-width: 480px;
  }
}

#HeadDocument[b-soqjqlybtm] {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  z-index: 1;
  overflow-x: auto;
}
#HeadDocument .grid-container[b-soqjqlybtm] {
  flex: 4;
}
@media (max-width: 500px) {
  #HeadDocument .grid-container[b-soqjqlybtm] {
    max-width: 400px;
  }
}
#HeadDocument #ImageContainer[b-soqjqlybtm] {
  display: flex;
  position: relative;
  flex: 1;
  max-width: 300px;
}
@media (max-width: 1400px) {
  #HeadDocument #ImageContainer[b-soqjqlybtm] {
    display: none;
  }
}
@media (max-width: 500px) {
  #HeadDocument[b-soqjqlybtm] {
    flex-direction: column;
    max-width: 410px;
  }
}

#DetailsDocument[b-soqjqlybtm] {
  position: relative;
  margin-top: 1px;
  max-width: 100%;
  min-height: fit-content;
  height: calc(100% - 200px);
  /*max-height: calc(100% - 200px);*/
  display: flex;
  flex-direction: column;
  z-index: 10;
  overflow: auto;
  /* Custom scrollbar styles */
}
#DetailsDocument[b-soqjqlybtm]::-webkit-scrollbar {
  width: 12px;
}
#DetailsDocument[b-soqjqlybtm]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#DetailsDocument[b-soqjqlybtm]::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
#DetailsDocument[b-soqjqlybtm]::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.grid-container[b-soqjqlybtm] {
  display: flex;
  flex: 1;
  position: relative;
  flex-wrap: wrap;
  padding: 3px;
  row-gap: 5px;
  column-gap: 15px;
}
.grid-container .grid-item[b-soqjqlybtm] {
  flex: 1 0 19.6%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
  padding: 4px;
  background-color: #191919;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.grid-container .grid-item .propertyTitle[b-soqjqlybtm] {
  color: #c1c1c1;
  margin-bottom: 5px;
}
.grid-container .grid-item .propertyInput[b-soqjqlybtm] {
  max-width: 100%;
  height: 100%;
  max-height: 40px;
}
.grid-container .grid-item input[type=text][b-soqjqlybtm],
.grid-container .grid-item input[type=datetime][b-soqjqlybtm],
.grid-container .grid-item input[type=time][b-soqjqlybtm],
.grid-container .grid-item input[type=date][b-soqjqlybtm],
.grid-container .grid-item input[type=number][b-soqjqlybtm],
.grid-container .grid-item input[type=tel][b-soqjqlybtm],
.grid-container .grid-item input[type=file][b-soqjqlybtm] {
  font-size: 1rem;
  padding: 0.5em;
  padding-right: 2em; /* Add extra padding to the right for the icon */
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 120px;
  background-color: #181818; /* A dark grey background instead of pure black */
  color: #a1a1a1;
  -webkit-appearance: none; /* Ensure default appearance is consistent across browsers */
  -moz-appearance: none;
  appearance: none;
  max-height: 40px;
}
.grid-container .grid-item input[type=text]:focus[b-soqjqlybtm],
.grid-container .grid-item input[type=datetime]:focus[b-soqjqlybtm],
.grid-container .grid-item input[type=time]:focus[b-soqjqlybtm],
.grid-container .grid-item input[type=date]:focus[b-soqjqlybtm],
.grid-container .grid-item input[type=number]:focus[b-soqjqlybtm],
.grid-container .grid-item input[type=tel]:focus[b-soqjqlybtm],
.grid-container .grid-item input[type=file]:focus[b-soqjqlybtm] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.grid-container .grid-item input [type=datetime][b-soqjqlybtm],
.grid-container .grid-item input[type=time][b-soqjqlybtm],
.grid-container .grid-item input[type=date][b-soqjqlybtm],
.grid-container .grid-item input[type=number][b-soqjqlybtm] {
  max-width: 180px;
}
.grid-container .grid-item input[type=date][b-soqjqlybtm]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color of the calendar icon to make it visible on dark backgrounds */
  cursor: pointer;
}
.grid-container .grid-item input[type=time][b-soqjqlybtm]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color of the calendar icon to make it visible on dark backgrounds */
  cursor: pointer;
}
.grid-container .grid-item input[type=date][b-soqjqlybtm]::-webkit-clear-button {
  display: none;
}
.grid-container .grid-item input[type=date][b-soqjqlybtm]::-webkit-inner-spin-button {
  display: none;
}
.grid-container .grid-item input[type=number][b-soqjqlybtm] {
  max-width: 180px;
}
.grid-container .grid-item .addressInputContainer[b-soqjqlybtm] {
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.grid-container .grid-item .addressInputContainer img[b-soqjqlybtm] {
  width: 40px;
  background: #00ccff;
  border-radius: 0 10px 10px 0;
}
.grid-container .grid-item .addressInputContainer input[type=text][b-soqjqlybtm] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 10px 0 0 10px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.grid-container .grid-item .addressInputContainer input[type=text]:focus[b-soqjqlybtm] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.grid-container .grid-item.double-width[b-soqjqlybtm] {
  flex: 1 0 49%;
}

input[b-soqjqlybtm] {
  background-color: #fff;
  color: #333;
}

.grid-container .grid-item input[id=inputName].double-width[b-soqjqlybtm] {
  flex: 1 0 49%; /* Takes up 2 spaces in the grid */
}

.selectorcontainer[b-soqjqlybtm] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 8px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 6px;
}
.selectorcontainer .propertyTitle[b-soqjqlybtm] {
  color: #c1c1c1;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

SunttelSelectorAuxTable[b-soqjqlybtm] {
  margin: auto;
}

/* The switch - the box around the slider */
.toggle-switch[b-soqjqlybtm] {
  position: relative;
  display: inline-block;
  width: 50px; /* Width of the switch */
  height: 22px; /* Height of the switch */
}

/* Hide default HTML checkbox */
.toggle-switch input[b-soqjqlybtm] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider[b-soqjqlybtm] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; /* Background of the slider */
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 50px;
}

.slider[b-soqjqlybtm]:before {
  position: absolute;
  content: "";
  height: 16px; /* Height of the slider button */
  width: 16px; /* Width of the slider button */
  left: 4px;
  bottom: 4px;
  background-color: white; /* Background of the slider button */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider[b-soqjqlybtm] {
  background-color: #2196F3; /* Background color when checked */
}

input:focus + .slider[b-soqjqlybtm] {
  box-shadow: 0 0 1px #2196F3; /* Box shadow when focused */
}

input:checked + .slider[b-soqjqlybtm]:before {
  -webkit-transform: translateX(26px); /* Move the slider button when checked */
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-soqjqlybtm] {
  border-radius: 34px; /* Round borders of the slider */
}

.slider.round[b-soqjqlybtm]:before {
  border-radius: 50%; /* Round shape of the slider button */
}

.nav-link[b-soqjqlybtm] {
  color: #00ccff;
  cursor: pointer;
}
.nav-link:hover[b-soqjqlybtm] {
  color: fuchsia;
  text-decoration: overline;
}

#loadingDoccontainer[b-soqjqlybtm] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0px;
  left: 0px;
  z-index: 30;
  align-items: center;
}
#loadingDoccontainer #loadingmessage[b-soqjqlybtm] {
  flex-direction: column;
  margin: auto;
  width: 300px;
  height: 300px;
}
#loadingDoccontainer #loadingmessage #loadingico[b-soqjqlybtm] {
  margin: auto;
  max-width: 220px;
  max-height: 120px;
}
#loadingDoccontainer #loadingmessage h1[b-soqjqlybtm] {
  color: white;
}

.NotesTitle[b-soqjqlybtm] {
  display: flex;
  color: #368ebb;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  height: 6rem;
  vertical-align: middle;
  text-align: left;
  align-items: center;
  /*&:before {
      content: "\2022";*/ /* Unicode for bullet */
  /*display: inline-block;
      margin-right: 8px;*/ /* Adds space between bullet and text */
  /*color: #368ebb;*/ /* Bullet color */
  /*font-size: 1.2em;*/ /* Adjust the size if needed */
  /*}*/
}

.img-cnt[b-soqjqlybtm] {
  height: fit-content;
  max-height: fit-content;
}

.special-section-cnt[b-soqjqlybtm] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 11px;
}
.special-section-cnt .section-element[b-soqjqlybtm] {
  min-height: 2.5rem;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px;
  background-color: #292929;
  border-radius: 7px;
  outline: 1px solid #d6f5fb;
}
.special-section-cnt .section-element:hover[b-soqjqlybtm] {
  outline: 1px solid #00ccff;
}
.special-section-cnt .section-element label[b-soqjqlybtm] {
  flex: 1;
  margin: auto;
  min-width: 140px;
}
.special-section-cnt .section-element input[b-soqjqlybtm] {
  margin: auto;
}
.special-section-cnt .section-element input[type=text][b-soqjqlybtm],
.special-section-cnt .section-element input[type=datetime][b-soqjqlybtm],
.special-section-cnt .section-element input[type=time][b-soqjqlybtm],
.special-section-cnt .section-element input[type=date][b-soqjqlybtm],
.special-section-cnt .section-element input[type=number][b-soqjqlybtm],
.special-section-cnt .section-element input[type=tel][b-soqjqlybtm],
.special-section-cnt .section-element input[type=file][b-soqjqlybtm] {
  font-size: 1rem;
  padding: 0.5em;
  padding-right: 2em; /* Add extra padding to the right for the icon */
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 120px;
  background-color: #181818; /* A dark grey background instead of pure black */
  color: #a1a1a1;
  -webkit-appearance: none; /* Ensure default appearance is consistent across browsers */
  -moz-appearance: none;
  appearance: none;
}
.special-section-cnt .section-element input[type=text]:focus[b-soqjqlybtm],
.special-section-cnt .section-element input[type=datetime]:focus[b-soqjqlybtm],
.special-section-cnt .section-element input[type=time]:focus[b-soqjqlybtm],
.special-section-cnt .section-element input[type=date]:focus[b-soqjqlybtm],
.special-section-cnt .section-element input[type=number]:focus[b-soqjqlybtm],
.special-section-cnt .section-element input[type=tel]:focus[b-soqjqlybtm],
.special-section-cnt .section-element input[type=file]:focus[b-soqjqlybtm] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.special-section-cnt .section-element-notes[b-soqjqlybtm] {
  padding: 3px;
  background-color: #333;
  border-radius: 7px;
  padding: 5px;
  min-height: fit-content;
  margin-bottom: 31px;
  outline: 1px solid #d6f5fb;
}
.special-section-cnt .section-element-notes:hover[b-soqjqlybtm] {
  outline: 1px solid #00ccff;
}
.special-section-cnt .section-element-notes .NotesTitle[b-soqjqlybtm] {
  color: white;
}

.propertyInput.color-picker[b-soqjqlybtm] {
  width: 3rem;
  min-height: 2.5rem;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/MasterTableManager.razor.rz.scp.css */
.rowtitle[b-kz72k88usq] {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
  vertical-align: central;
  background: #202020;
}
@media (max-width: 500px) {
  .rowtitle[b-kz72k88usq] {
    display: flex;
    flex-direction: column;
  }
}

.subtitleText[b-kz72k88usq] {
  padding: 0 15px;
  min-width: fit-content;
}
@media (max-width: 500px) {
  .subtitleText[b-kz72k88usq] {
    max-width: 120px;
  }
}

#addimg[b-kz72k88usq] {
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#addimg:hover[b-kz72k88usq] {
  height: 28px;
}

#downloadimg[b-kz72k88usq] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#downloadimg:hover[b-kz72k88usq] {
  height: 31px;
}

#saveimg[b-kz72k88usq] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#saveimg:hover[b-kz72k88usq] {
  height: 31px;
}

#cancelimg[b-kz72k88usq] {
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#cancelimg:hover[b-kz72k88usq] {
  height: 31px;
}

#comercialTranscatContent[b-kz72k88usq] {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  gap: 15px;
  padding: 5px;
}
@media (max-width: 500px) {
  #comercialTranscatContent[b-kz72k88usq] {
    flex-direction: column;
    max-height: 350px;
  }
}

#TransactDocContent[b-kz72k88usq] {
  width: 100%;
  height: 100%;
  /*background-color: #333333;*/
  background-image: linear-gradient(210deg, rgb(20, 20, 20) 30%, #333333 80%);
  border-radius: 7px;
}

#loadingDoccontainer[b-kz72k88usq] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0px;
  left: 0px;
  z-index: 30;
  align-items: center;
}
#loadingDoccontainer #loadingmessage[b-kz72k88usq] {
  flex-direction: column;
  margin: auto;
  width: 300px;
  height: 300px;
}
#loadingDoccontainer #loadingmessage #loadingico[b-kz72k88usq] {
  margin: auto;
  max-width: 220px;
  max-height: 120px;
}
#loadingDoccontainer #loadingmessage h1[b-kz72k88usq] {
  color: white;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/MasterTablesMenuGrid.razor.rz.scp.css */
@charset "UTF-8";
body[b-l4g6o2wzh7], html[b-l4g6o2wzh7] {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f4f4f9;
  color: #333;
  font-family: Arial, sans-serif;
}

#menuContainer[b-l4g6o2wzh7] {
  min-width: 410px;
  width: 410px;
  height: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}

h2[b-l4g6o2wzh7] {
  font-size: 1.1em;
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 2px solid #ddd;
  background-color: #f9f9f9;
}
h2:hover[b-l4g6o2wzh7] {
  color: #007BFF;
  background-color: #e9e9e9;
}
h2[b-l4g6o2wzh7]::before {
  content: "☝ ";
  color: gold;
}

table[b-l4g6o2wzh7] {
  width: 100%;
  border-collapse: separate;
  color: #333;
  border-spacing: 0;
  border-radius: 7px;
  overflow: auto;
  box-shadow: 0px 4px 8px rgba(237, 237, 237, 0.4);
  padding: 0;
  flex: 1 1 auto; /* Allow table to grow */
}
table th[b-l4g6o2wzh7], table td[b-l4g6o2wzh7] {
  padding: 3px 2px;
  border: 0px solid #111111;
  font-size: 0.8em;
}
table th[b-l4g6o2wzh7] {
  background-color: #3b3b3b;
  text-align: center;
}
table tr:first-child th:first-child[b-l4g6o2wzh7] {
  border-top-left-radius: 7px;
}
table tbody[b-l4g6o2wzh7] {
  display: block;
  height: calc(100vh - 300px);
  max-height: calc(100vh - 60px); /* Subtract the height of other elements */
  overflow-y: auto;
  overflow-x: hidden;
  /* Custom scrollbar styles */
  /* Custom scrollbar styles for Firefox */
  scrollbar-width: thin; /* Width of the scrollbar */
  scrollbar-color: #888 #212121; /* Thumb color and track color */
}
table tbody[b-l4g6o2wzh7]::-webkit-scrollbar {
  width: 12px; /* Width of the entire scrollbar */
  height: 12px; /* Height of the horizontal scrollbar */
}
table tbody[b-l4g6o2wzh7]::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the scrollbar track */
  border-radius: 10px; /* Round the corners of the track */
}
table tbody[b-l4g6o2wzh7]::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Round the corners of the thumb */
  border: 3px solid #f1f1f1; /* Space around the thumb to add some padding */
}
table tbody[b-l4g6o2wzh7]::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Change the color when hovering */
}
@media (max-width: 600px) {
  table tbody[b-l4g6o2wzh7] { /* Adjust the max-width value as needed for your breakpoint */
    max-height: 250px;
  }
}
table th:nth-child(1)[b-l4g6o2wzh7], table td:nth-child(1)[b-l4g6o2wzh7] {
  width: 70px;
}
table th:nth-child(2)[b-l4g6o2wzh7], table td:nth-child(2)[b-l4g6o2wzh7] {
  width: 70px;
}
table thead[b-l4g6o2wzh7], table tbody tr[b-l4g6o2wzh7] {
  display: table;
  width: 100%;
  table-layout: fixed;
}
table thead[b-l4g6o2wzh7] {
  width: 100%;
}

.table-striped thead[b-l4g6o2wzh7] {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.table-striped thead th:first-child[b-l4g6o2wzh7] {
  border-top-left-radius: 7px;
}
.table-striped thead th:last-child[b-l4g6o2wzh7] {
  border-top-right-radius: 7px;
}
.table-striped thead tr[b-l4g6o2wzh7] {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.table-striped tr:nth-child(odd)[b-l4g6o2wzh7] {
  background-color: #434343;
  color: #f1f1f1;
}
.table-striped tr:nth-child(even)[b-l4g6o2wzh7] {
  background-color: #838383;
}
.table-striped tr:hover[b-l4g6o2wzh7] {
  cursor: pointer;
  background-color: #01c1f1;
  color: white;
}

.row-selected[b-l4g6o2wzh7] {
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
}
.row-selected td[b-l4g6o2wzh7] {
  color: white;
}
.row-selected .button-in-row[b-l4g6o2wzh7] {
  filter: brightness(70%);
  transition: filter 0.3s ease;
  cursor: pointer;
}
.row-selected .button-in-row:hover[b-l4g6o2wzh7] {
  filter: brightness(50%);
}

.cool-button[b-l4g6o2wzh7] {
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-l4g6o2wzh7] {
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  color: aqua;
}
.cool-button .button-icon[b-l4g6o2wzh7] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.row_aligned[b-l4g6o2wzh7] {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.row_aligned i[b-l4g6o2wzh7] {
  margin-right: 10px;
}

.table_container[b-l4g6o2wzh7] {
  background-color: #8a8e91;
}

#masterTableSummary[b-l4g6o2wzh7] {
  margin-top: 10px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/ReportDocumentView.razor.rz.scp.css */
.report-cont[b-49ltir2se4] {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-content: center;
  align-items: center;
}
.report-cont .btnPrint[b-49ltir2se4] {
  color: #ccc;
  border: 1px solid #00ccff;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/SalesOrderCustomSpecsView.razor.rz.scp.css */
.custom-order-spec-gen-container[b-k8w1fm8vzz] {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #282828;
  margin: 11px auto;
  transition: 1s ease-in-out;
}
.custom-order-spec-gen-container .header-custom-order-spec[b-k8w1fm8vzz] {
  width: 100%;
  background-color: #445661;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: row;
  padding: 3px;
}
.custom-order-spec-gen-container h3[b-k8w1fm8vzz] {
  flex: 1;
  font-size: 1rem;
  font-weight: normal;
  color: aquamarine;
  padding: 3px;
}

.container[b-k8w1fm8vzz] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform-style: preserve-3d;
  transition: perspective(1000px);
}

.custom-order-spec-group[b-k8w1fm8vzz] {
  flex: 1 0 calc(16.6666666667% - 20px);
  margin: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 3px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s ease-in;
}
.custom-order-spec-group h4[b-k8w1fm8vzz] {
  font-size: 0.9rem;
}
.custom-order-spec-group:hover[b-k8w1fm8vzz] {
  transform: scale(1.5);
  /* transform: translateZ(500px) rotateY(40deg);*/
  z-index: 11;
}
.custom-order-spec-group:hover .custom-order-spec-header[b-k8w1fm8vzz] {
  background-color: #03a6cf;
}

.custom-order-spec-header[b-k8w1fm8vzz] {
  flex: 0 0 auto;
  height: 2.5rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  background-color: #2b889f;
  color: white;
  padding: 2px 5px;
  border-radius: 8px 8px 0 0;
}

.custom-order-spec-header h4[b-k8w1fm8vzz] {
  margin: 0;
}

.custom-order-spec-header span[b-k8w1fm8vzz] {
  background: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
}

.custom-order-spec-content[b-k8w1fm8vzz] {
  display: flex;
  flex-direction: column;
  background-color: #eee;
  border-radius: 9px;
  margin-top: 3px;
  flex: 1;
}
.custom-order-spec-content .form-control[b-k8w1fm8vzz],
.custom-order-spec-content .form-check-input[b-k8w1fm8vzz] {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.custom-order-spec-content .img-thumbnail[b-k8w1fm8vzz] {
  max-width: 100%;
  margin-bottom: 10px;
  border: 0px;
}
.custom-order-spec-content .btn-outline-primary[b-k8w1fm8vzz] {
  color: #007bff;
  border-color: #007bff;
}
.custom-order-spec-content .btn-outline-primary:hover[b-k8w1fm8vzz] {
  background: #007bff;
  color: #fff;
}

.cool-button[b-k8w1fm8vzz] {
  /* width: 90px;*/
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 5px 20px;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-k8w1fm8vzz] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-k8w1fm8vzz] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/SunttelNotesComponent.razor.rz.scp.css */
.body[b-mdmuh535h2] {
  height: 100%;
}

.editor-container[b-mdmuh535h2] {
  border: 1px solid #ccc;
  padding: 10px;
}
.editor-container .editor-toolbar[b-mdmuh535h2] {
  background-color: #f5f5f5;
  padding: 5px;
}
.editor-container .editor-toolbar button[b-mdmuh535h2] {
  margin-right: 5px;
}
.editor-container .editor-content[b-mdmuh535h2] {
  min-height: 200px;
  border: 1px solid #ccc;
  padding: 5px;
}

#NotesContainer[b-mdmuh535h2] {
  height: calc(100% - 70px);
}
#NotesContainer .richTextCssClass[b-mdmuh535h2] {
  height: 100%;
}

.e-richtexteditor[b-mdmuh535h2] {
  height: 100%;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/SunttelRecordInfoComponent.razor.rz.scp.css */
.body[b-4yh8vp5l5b] {
  padding: 12px;
}

.container-fluid[b-4yh8vp5l5b] {
  height: calc(100% - 70px);
  background-color: #0D0208;
  border-radius: 15px;
}

.field-label[b-4yh8vp5l5b] {
  width: 180px;
}

.field-value[b-4yh8vp5l5b] {
  width: 100%;
  color: #008F11;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/SunttelSelectorAuxTable.razor.rz.scp.css */
.general-container-selector[b-udta6rfrg8] {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
}
.general-container-selector .search-item-edit[b-udta6rfrg8] {
  display: flex;
  outline: 1px solid #676767;
  border-radius: 3px;
  cursor: pointer;
}
.general-container-selector .search-item-edit label[b-udta6rfrg8] {
  flex: 1;
  cursor: pointer;
  margin: auto 5px;
}
.general-container-selector .search-item-edit .btn-open-dlg[b-udta6rfrg8] {
  background-color: #368ebb;
  flex: 0;
  max-height: 2rem;
}
.general-container-selector .hide-panel[b-udta6rfrg8] {
  display: none;
}
.general-container-selector .search-ctrls-cnt[b-udta6rfrg8] {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  background-color: #181818;
}
.general-container-selector .search-ctrls-cnt .btn-search-selector[b-udta6rfrg8] {
  width: 30px;
  padding: 3px;
  border-radius: 0 4px 4px 0;
  color: white;
  filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
  background-color: red;
}
.general-container-selector .search-ctrls-cnt .inp-search[b-udta6rfrg8] {
  cursor: pointer;
  border-radius: 7px 0 0 7px;
  background-color: #181818;
  color: #aaa;
  font-family: poppins;
}
.general-container-selector .lst-search[b-udta6rfrg8] {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 2.4rem;
  display: flex;
  z-index: 1001;
  background-color: #181818;
}
.general-container-selector .lst-search .ctrls-search[b-udta6rfrg8] {
  width: 100%;
  display: flex;
  height: fit-content;
}
.general-container-selector .lst-search .ctrls-search select[b-udta6rfrg8] {
  width: 100%;
  font-size: 1.1rem;
  padding: 3px;
  background-color: #181818;
  color: #aaa;
}
.general-container-selector .lst-search .search-info-state[b-udta6rfrg8] {
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  text-align: center;
  right: 0;
  top: -20px;
  border-radius: 50%;
  background-color: #26cece;
}
.general-container-selector .lst-search .search-info-state p[b-udta6rfrg8] {
  margin: auto;
  color: black;
}
.general-container-selector .lst-search .waitng-bar-cont[b-udta6rfrg8] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  background-color: #181818;
}
.general-container-selector .lst-search .waitng-bar-cont img[b-udta6rfrg8] {
  object-fit: cover;
}
.general-container-selector .hide-sel-lst[b-udta6rfrg8] {
  display: none;
}

.general-container-selector:hover[b-udta6rfrg8] {
  cursor: pointer;
  background-color: aqua;
  background-image: linear-gradient(60deg, #181818 30%, #368ebb 100%);
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/ToastNotifications.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/AutomaticForms/TransactionalPanelWrap.razor.rz.scp.css */
.wrap-dashboard-container[b-3bl7ao7z4j] {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  padding: 21px;
}
.wrap-dashboard-container h1[b-3bl7ao7z4j] {
  margin: auto;
  color: white;
  width: 100%;
}
.wrap-dashboard-container .upperMenuContainer[b-3bl7ao7z4j] {
  width: 100%;
}

#PanelControlContainerECommerceSales[b-3bl7ao7z4j] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tableContainer[b-3bl7ao7z4j] {
  width: 100%;
  height: 100%;
}

.captionGroupGrid[b-3bl7ao7z4j] {
  width: 100%;
  font-size: 0.7rem;
  font-weight: bold;
  color: darkslateblue;
}

#upperBar[b-3bl7ao7z4j] {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin: auto;
  vertical-align: central;
  max-height: 3rem;
  margin-top: 5px;
}

#upperMenuContainer[b-3bl7ao7z4j] {
  display: inline-flex;
  flex-direction: row;
  margin-left: 25px;
  height: 2rem;
  color: #00CCFF;
  margin: auto;
  z-index: 100;
}

#pageTitleContainer[b-3bl7ao7z4j] {
  margin: auto;
  min-width: fit-content;
  flex-wrap: nowrap;
}

PageTitle[b-3bl7ao7z4j] {
  color: aqua;
  font-size: 1.2em;
}

.rowSearch[b-3bl7ao7z4j] {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  display: flex;
  vertical-align: middle;
  align-items: flex-start;
}
.rowSearch .preFilterGroup[b-3bl7ao7z4j] {
  display: flex;
  margin: auto;
}
.rowSearch .preFilterGroup .labelSearch[b-3bl7ao7z4j] {
  width: fit-content;
  margin: auto 7px;
  min-width: 80px;
  color: rgba(161, 156, 156, 0.9);
}
.rowSearch .preFilterGroup input[b-3bl7ao7z4j] {
  color: rgba(161, 156, 156, 0.9);
}
.rowSearch .searchPreFilterContainer[b-3bl7ao7z4j] {
  margin: auto;
  flex: 1;
}

.col-md-3[b-3bl7ao7z4j] {
  padding: 0.5rem 1rem;
}

.col-md-2[b-3bl7ao7z4j] {
  padding: 0.5rem 1rem;
}

input[type=date][b-3bl7ao7z4j] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #181818;
  color: #ccc;
}

input[type=date]:focus[b-3bl7ao7z4j] {
  border-color: #80bdff;
  outline: none;
}

input[type=date][b-3bl7ao7z4j]::-webkit-calendar-picker-indicator {
  background-color: #00ccff; /* Change this to the desired color */
  border-radius: 50%; /* Optional: to give it a rounded shape */
}

.cool-button-left[b-3bl7ao7z4j] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-left:hover[b-3bl7ao7z4j] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-left .button-icon[b-3bl7ao7z4j] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btnContainer[b-3bl7ao7z4j] {
  display: inline-flex;
  margin: auto;
  padding: 0 21px;
}

.cool-button-right[b-3bl7ao7z4j] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-right:hover[b-3bl7ao7z4j] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-right .button-icon[b-3bl7ao7z4j] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

button:hover[b-3bl7ao7z4j] {
  background-color: #3e8e41;
}

.header-panel-container[b-3bl7ao7z4j] {
  width: 100%;
  display: flex;
  min-height: fit-content;
  padding: 0;
}

.panel-title[b-3bl7ao7z4j] {
  flex: 1;
}

.panel-arrows[b-3bl7ao7z4j] {
  width: fit-content;
  height: 30px;
  display: flex;
  flex-direction: row;
}

[b-3bl7ao7z4j] .e-grid {
  cursor: pointer;
}

[b-3bl7ao7z4j] .e-grid .e-groupcaption {
  display: flex;
  text-align: center;
  width: fit-content;
}

[b-3bl7ao7z4j] .e-grid .e-groupcaption .captionGroupGrid {
  flex: 1;
  color: #00cafc;
  width: fit-content;
  font-size: 0.8rem;
}

[b-3bl7ao7z4j] .e-grid .e-summaryrow .e-summarycell, .e-grid .e-summaryrow .e-templatecell[b-3bl7ao7z4j] {
  width: fit-content;
  color: red;
}

[b-3bl7ao7z4j] .e-grid .e-altrow {
  background-color: black;
}
/* _content/SunttelECommercePlatform/Components/AutomaticForms/WYSIWYGEditor.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/CustomComponents/ProductLabelInstructions.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/CustomComponents/ProductRecipeComponent.razor.rz.scp.css */
.row-menu-cnt[b-oln5gmctxk] {
  display: flex;
  gap: 5px;
}

.item-recipe-header[b-oln5gmctxk] {
  background-color: #272727;
  border: 2px solid #aaa;
  border-radius: 7px;
  margin: 5px 0;
  display: flex;
  gap: 15px;
  padding: 2px 7px;
}
.item-recipe-header .header-ele-cnt .header-ele-title[b-oln5gmctxk] {
  margin-right: 5px;
  color: aqua;
}

.btn-add-recipe-item[b-oln5gmctxk] {
  border-color: lightblue;
  color: lightblue;
  min-width: 220px;
  display: flex;
  text-align: center;
}
.btn-add-recipe-item:hover[b-oln5gmctxk] {
  border-color: #fe00fe;
  color: #fe00fe;
}

span[b-oln5gmctxk] {
  display: flex;
  width: 100%;
}

span img[b-oln5gmctxk] {
  max-width: 32px;
  height: auto;
  margin: auto;
  margin-right: 5px;
}

.custom-table[b-oln5gmctxk] {
  width: 100%;
  border-collapse: collapse;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #e0e0e0; /* Light text color for dark background */
  margin: 20px 0;
  background-color: #212121; /* Dark background color */
}
.custom-table thead[b-oln5gmctxk] {
  background-color: #424242; /* Slightly lighter dark background for the header */
}
.custom-table thead th[b-oln5gmctxk] {
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #616161; /* Subtle border color */
  color: #ffffff; /* Bright text for the header */
}
.custom-table tbody tr[b-oln5gmctxk] {
  transition: background-color 0.3s ease;
}
.custom-table tbody tr:nth-child(even)[b-oln5gmctxk] {
  background-color: #2c2c2c; /* Slightly lighter than main background */
}
.custom-table tbody tr:hover[b-oln5gmctxk] {
  background-color: #383838; /* Highlight color for hover */
}
.custom-table tbody tr td[b-oln5gmctxk] {
  padding: 5px 15px;
  border-bottom: 1px solid #616161; /* Subtle border color */
}
.custom-table tbody tr td.center[b-oln5gmctxk] {
  text-align: center;
}
.custom-table tbody tr td.thumbnail-container span[b-oln5gmctxk] {
  font-size: 14px;
  color: #bdbdbd; /* Muted text color */
}
.custom-table tbody tr td img.thumbnail[b-oln5gmctxk] {
  max-width: 800px;
  max-height: 80px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #757575; /* Neutral border for thumbnails */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Subtle shadow */
}
.custom-table tbody tr td.action-col[b-oln5gmctxk] {
  display: flex;
  flex-direction: row;
  margin: auto;
  border: none;
  align-content: center;
  align-items: center;
  background-color: lightcyan;
  border-radius: 0 0 5px 5px;
}
.custom-table tbody tr td.action-col .action-btn[b-oln5gmctxk] {
  padding: 3px 2px;
  height: 100%;
  display: flex;
  align-content: center;
  margin: auto;
  cursor: pointer;
}
.custom-table tbody tr td.action-col .action-btn:hover[b-oln5gmctxk] {
  outline: 1px dashed #212121;
  border-radius: 5px;
}
.custom-table tbody tr td.action-col .action-btn img[b-oln5gmctxk] {
  margin: auto;
}
@media (max-width: 768px) {
  .custom-table[b-oln5gmctxk] {
    font-size: 14px;
  }
  .custom-table th[b-oln5gmctxk], .custom-table td[b-oln5gmctxk] {
    padding: 8px;
  }
  .custom-table img.thumbnail[b-oln5gmctxk] {
    width: 40px;
    height: 40px;
  }
}
/* _content/SunttelECommercePlatform/Components/CustomComponents/ProductRecipeComponentItem.razor.rz.scp.css */
.frm-cnt-add-item[b-x8ndtk9ce1] {
  margin: 7px 3px;
  border: 1px solid #aaa;
  padding: 7px;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.frm-cnt-add-item .props-ctrls-cnt[b-x8ndtk9ce1] {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.frm-cnt-add-item .props-ctrls-cnt .recipe-props-ctrls[b-x8ndtk9ce1] {
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.frm-cnt-add-item .img-cnt[b-x8ndtk9ce1] {
  border: 1px dashed #999;
  border-radius: 9px;
  padding: 5px;
  margin-right: 5px;
  width: 30%;
}

input[b-x8ndtk9ce1] {
  background-color: #212121;
  color: #ffffff; /* White text for contrast */
  border: 1px solid #333333; /* Optional: subtle border for clarity */
  padding: 8px;
  border-radius: 7px;
  outline: none;
}
input:focus[b-x8ndtk9ce1] {
  border-color: #555555; /* Highlight border on focus */
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5); /* Optional: subtle glow effect */
}
input[b-x8ndtk9ce1]::placeholder {
  color: #aaaaaa; /* Placeholder text color */
}

.in-cell[b-x8ndtk9ce1] {
  min-width: fit-content;
  display: flex;
  vertical-align: middle;
  gap: 5px;
}
.in-cell label[b-x8ndtk9ce1] {
  margin: auto;
}
.in-cell .num-cust-in[b-x8ndtk9ce1] {
  margin: auto;
}

.add-item-ctrls-cnt[b-x8ndtk9ce1] {
  width: 100%;
  align-items: flex-end;
}
.add-item-ctrls-cnt .save-item-cnt[b-x8ndtk9ce1] {
  border-color: lightblue;
  color: lightblue;
}
.add-item-ctrls-cnt .save-item-cnt:hover[b-x8ndtk9ce1] {
  border-color: #fe00fe;
  color: #fe00fe;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceInstructAgent.razor.rz.scp.css */
.ec-talk-to-agent-wrapper[b-f56uslx6v7] {
  height: 100%;
}
.ec-talk-to-agent-wrapper .result-sent-oper[b-f56uslx6v7] {
  position: absolute;
  background: gray;
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: 10px;
  left: 0;
  color: white;
}

.full-width-textarea[b-f56uslx6v7] {
  width: 100%;
  box-sizing: border-box;
  background-color: #232323;
  color: white;
  border-radius: 7px;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceLiveActivityCell.razor.rz.scp.css */
.ec-live-cell-wrapper[b-7qqrk4xq6f] {
  margin: auto;
  position: relative;
  display: flex;
  cursor: pointer;
  max-height: 1.7rem;
}
.ec-live-cell-wrapper .ec-live-cell-container[b-7qqrk4xq6f] {
  position: relative;
}
.ec-live-cell-wrapper .ec-live-cell-container span[b-7qqrk4xq6f] {
  margin: 0 5px;
}
@media (max-width: 500px) {
  .ec-live-cell-wrapper[b-7qqrk4xq6f] {
    width: 170px;
  }
}

.user-info-wrapper[b-7qqrk4xq6f] {
  padding: 1px 1px 5px 1px;
}

.title-group[b-7qqrk4xq6f] {
  width: fit-content;
  display: flex;
  vertical-align: middle;
  margin: auto;
}
.title-group i[b-7qqrk4xq6f] {
  margin: auto;
  max-width: 30px;
}
.title-group:hover[b-7qqrk4xq6f] {
  color: #808080;
}
.title-group:active[b-7qqrk4xq6f] {
  border: 1px dashed red;
}
.title-group .summary-label-cell-value[b-7qqrk4xq6f] {
  position: relative;
  top: -10px;
  left: 0;
  margin: auto;
  width: 25px;
  color: white;
  background: red;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 500px) {
  .title-group[b-7qqrk4xq6f] {
    max-width: 205px;
    align-items: flex-start;
  }
  .title-group span[b-7qqrk4xq6f] {
    width: 80px;
  }
}

.ec-live-cell-display[b-7qqrk4xq6f] {
  flex: 0;
  position: relative;
  top: 12px;
  left: 0;
  height: 0;
  z-index: 3000;
  opacity: 0;
  border: 1px dashed red;
  border-radius: 11px 11px 11px 11px;
  background-image: linear-gradient(90deg, #333 0%, #666 100%);
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
}

.ec-live-cell-display.show[b-7qqrk4xq6f] {
  width: 200px;
  height: 320px;
  opacity: 0.9;
}

.ec-live-cell-display-group[b-7qqrk4xq6f] {
  display: flex;
  padding: 11px;
  vertical-align: middle;
}
.ec-live-cell-display-group .label-cell-info[b-7qqrk4xq6f] {
  margin: auto;
  color: white;
}
.ec-live-cell-display-group .label-cell-value[b-7qqrk4xq6f] {
  position: relative;
  margin: auto;
  width: 25px;
  color: white;
  background: red;
  border-radius: 3px;
  text-align: center;
}

.ec-usersList ul[b-7qqrk4xq6f] {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  height: 260px;
  overflow-y: auto;
  opacity: 0.6;
  padding: 0;
}
.ec-usersList ul .user-name[b-7qqrk4xq6f] {
  color: white;
}
.ec-usersList ul .mins-connected[b-7qqrk4xq6f] {
  font-size: 0.7rem;
}
.ec-usersList ul .zone[b-7qqrk4xq6f] {
  font-size: 0.7rem;
}
.ec-usersList ul li[b-7qqrk4xq6f] {
  padding: 4px 7px;
  background-color: black;
}
.ec-usersList ul li:hover[b-7qqrk4xq6f] {
  border: dashed;
}
.ec-usersList ul li .inf-commands[b-7qqrk4xq6f] {
  display: flex;
  height: 1rem;
  vertical-align: middle;
  margin: auto;
}
.ec-usersList ul li .inf-commands .user-tools[b-7qqrk4xq6f] {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}
.ec-usersList ul li .inf-commands .user-tools i:hover[b-7qqrk4xq6f] {
  color: fuchsia;
  transform: scale(1.1);
}
.ec-usersList ul li .shopping-cart-status[b-7qqrk4xq6f] {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  color: #dcbd28;
}
.ec-usersList ul li .shopping-cart-status .shopping-cart-status-totalitems[b-7qqrk4xq6f] {
  margin: auto;
  vertical-align: middle;
  background-color: yellow;
  color: black;
  border-radius: 50%;
  width: fit-content;
  min-width: 20px;
  text-align: center;
  font-size: 0.8rem;
}
.ec-usersList ul[b-7qqrk4xq6f]::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}
.ec-usersList ul[b-7qqrk4xq6f]::-webkit-scrollbar-track {
  background: #666; /* Track color */
  border-radius: 10px; /* Roundness of the track */
}
.ec-usersList ul[b-7qqrk4xq6f]::-webkit-scrollbar-thumb {
  background-color: #333; /* Thumb color */
  border-radius: 10px; /* Roundness of the thumb */
  border: 2px solid #666; /* Adds space around thumb */
}
.ec-usersList ul[b-7qqrk4xq6f]::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Thumb color on hover */
}
.ec-usersList ul[b-7qqrk4xq6f]::-webkit-scrollbar-thumb:active {
  background-color: #777; /* Thumb color on active */
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceLiveActivityViewer.razor.rz.scp.css */
.ecommerce-live-view-wrapper[b-7ehvkc56ej] {
  position: relative;
  display: flex;
  width: 100%;
  background-image: linear-gradient(90deg, #333 0%, #222 100%);
  border-radius: 7px 7px 7px 7px;
  vertical-align: middle;
  padding: 0 9px;
}
.ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-title[b-7ehvkc56ej] {
  margin: auto;
  min-width: 110px;
  width: fit-content;
  background-color: #333;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 7px 0 0 7px;
  display: flex;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-title[b-7ehvkc56ej] {
    width: 100%;
  }
}
.ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-content[b-7ehvkc56ej] {
  margin: auto;
  position: relative;
  display: flex;
  flex: 1;
  border-radius: 0 7px 7px 0;
  vertical-align: middle;
}
.ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-content ul[b-7ehvkc56ej] {
  margin: auto;
  flex: 1;
  display: flex;
  list-style-type: none;
  gap: 11px;
}
.ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-content ul li[b-7ehvkc56ej] {
  vertical-align: text-bottom;
}
@media (max-width: 500px) {
  .ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-content ul li[b-7ehvkc56ej] {
    width: 170px;
    max-width: 170px;
  }
}
@media (max-width: 500px) {
  .ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-content ul[b-7ehvkc56ej] {
    gap: 3px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .ecommerce-live-view-wrapper .ecommerce-live-view-wrapper-content[b-7ehvkc56ej] {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .ecommerce-live-view-wrapper[b-7ehvkc56ej] {
    flex-direction: column;
    max-width: 405px;
  }
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceManager.razor.rz.scp.css */
#PanelControlContainer[b-bv1ho6yto1] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  height: 100vh;
  z-index: 10;
}

#upperBar[b-bv1ho6yto1] {
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin: 7px auto;
  vertical-align: central;
  z-index: 2000;
}
@media (max-width: 500px) {
  #upperBar[b-bv1ho6yto1] {
    flex-direction: column;
  }
}

#upperMenuContainer[b-bv1ho6yto1] {
  position: relative;
  flex: 1;
  border: 1px solid #10353e;
  padding: 4px;
  border-radius: 11px;
  display: inline-flex;
  flex-direction: row;
  margin-left: 25px;
  color: #00CCFF;
  margin: auto;
  justify-content: flex-start;
}
@media (max-width: 500px) {
  #upperMenuContainer[b-bv1ho6yto1] {
    flex-direction: column;
    gap: 15px;
  }
}

#pageTitleContainer[b-bv1ho6yto1] {
  flex: 1 0;
}

PageTitle[b-bv1ho6yto1] {
  color: aqua;
  font-size: 1.2em;
}

.rowSearch[b-bv1ho6yto1] {
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
}

.col-md-3[b-bv1ho6yto1] {
  padding: 0.5rem 1rem;
}

.col-md-2[b-bv1ho6yto1] {
  padding: 0.5rem 1rem;
}

.labelSearch[b-bv1ho6yto1] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

input[type=date][b-bv1ho6yto1] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date]:focus[b-bv1ho6yto1] {
  border-color: #80bdff;
  outline: none;
}

.cool-button-left[b-bv1ho6yto1] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 11px 0 0 11px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
  padding: 4px 12px 4px 12px;
}
.cool-button-left:hover[b-bv1ho6yto1] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-left .button-icon[b-bv1ho6yto1] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media (max-width: 500px) {
  .cool-button-left[b-bv1ho6yto1] {
    max-width: 87px;
    min-height: 3rem;
    display: flow;
  }
}

.btnContainer[b-bv1ho6yto1] {
  display: inline-flex;
}

.cool-button-right[b-bv1ho6yto1] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 0 11px 11px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
  padding: 4px 12px 4px 12px;
}
.cool-button-right:hover[b-bv1ho6yto1] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-right .button-icon[b-bv1ho6yto1] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media (max-width: 500px) {
  .cool-button-right[b-bv1ho6yto1] {
    max-width: 87px;
    min-height: 3rem;
    display: flow;
  }
}

.cool-button-center[b-bv1ho6yto1] {
  white-space: nowrap;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 0 0 0 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
  padding: 4px 12px 4px 12px;
}
.cool-button-center:hover[b-bv1ho6yto1] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-center .button-icon[b-bv1ho6yto1] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media (max-width: 500px) {
  .cool-button-center[b-bv1ho6yto1] {
    white-space: normal; /* allows wrapping */
    overflow-wrap: normal; /* don't break words */
    word-break: normal; /* default: wrap only at spaces */
    width: 90px; /* fixed or max-width */
    display: inline-block; /* or block */
    padding: 4px 12px;
    /* Your custom styles */
    background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  }
}

button:hover[b-bv1ho6yto1] {
  background-color: #3e8e41;
}

.menu-options-container[b-bv1ho6yto1] {
  display: flex;
}

.ecommerce-activity-container[b-bv1ho6yto1] {
  position: relative;
  display: flex;
  flex: 1;
  margin: 0 11px;
  vertical-align: middle;
  z-index: 1000;
  align-content: flex-start;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceMarketingCampaign.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceMenuBar.razor.rz.scp.css */
.container-addchart[b-xt7t6byu7b] {
  display: flex;
  background-color: gray;
  height: 400px;
}

.internalMenuContainerECommerce[b-xt7t6byu7b] {
  min-width: 100%;
}
@media (max-width: 500px) {
  .internalMenuContainerECommerce[b-xt7t6byu7b] {
    min-width: 100%;
    height: fit-content;
  }
}

.selectorsChartsAdd[b-xt7t6byu7b] {
  position: relative;
  top: 15px;
  display: flex;
  background-color: white;
  opacity: 0.9;
  padding: 6px;
  border-radius: 0 11px 11px 11px;
  outline: 1px solid #00d0ff;
  outline-offset: 5px;
  cursor: pointer;
}
.selectorsChartsAdd .chartParameterGroup select[b-xt7t6byu7b] {
  margin: 2px 7px;
  cursor: pointer;
}
.selectorsChartsAdd .chartParameterGroup select option[b-xt7t6byu7b] {
  background-color: #212121; /* This sets the background color of the dropdown list */
  color: #fff;
}
.selectorsChartsAdd .chartParameterGroup select:hover[b-xt7t6byu7b] {
  color: #00d0ff;
}
.selectorsChartsAdd .chartParameterGroup select[value=""][b-xt7t6byu7b] {
  color: red;
}

.internalMenuContainerECommerce ul[b-xt7t6byu7b] {
  display: flex;
  vertical-align: middle;
  margin: auto;
}
@media (max-width: 500px) {
  .internalMenuContainerECommerce ul[b-xt7t6byu7b] {
    width: 100%;
  }
}

.internalMenuContainerECommerce ul li[b-xt7t6byu7b] {
  display: flex;
}
@media (max-width: 500px) {
  .internalMenuContainerECommerce ul li[b-xt7t6byu7b] {
    max-width: 90px;
  }
}

.menuElementE[b-xt7t6byu7b] {
  width: fit-content;
  padding: 3px 21px;
  display: flex;
  cursor: pointer;
  font-size: 1.1rem;
  height: 2rem;
  border-radius: 15px;
  flex-direction: column;
  height: 2.4rem;
}
@media (max-width: 500px) {
  .menuElementE[b-xt7t6byu7b] {
    max-width: 140px;
    padding: 3px 7px;
    font-size: 0.9rem;
  }
}

.menuElementE:hover[b-xt7t6byu7b] {
  transition: 1s all ease-in-out;
  color: #00ffff;
}

.menuElementE:hover .borderInfMenu[b-xt7t6byu7b] {
  background-image: radial-gradient(#00ffff 0%, #181818 100%);
}

.borderInfMenu[b-xt7t6byu7b] {
  width: 100%;
  height: 4px;
  color: transparent;
}

select[b-xt7t6byu7b] {
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #f2f2f2;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select:focus[b-xt7t6byu7b] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-xt7t6byu7b] {
  border-color: #6c757d;
}
select option[b-xt7t6byu7b] {
  background-color: #ffffff;
  color: #495057;
}

.btn:hover[b-xt7t6byu7b] {
  border: 1px solid #80bdff;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceSetup.razor.rz.scp.css */
#PanelControlContainer[b-bn21vkyrw8] {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
}

#upperBar[b-bn21vkyrw8] {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin: auto;
  vertical-align: central;
}

#upperMenuContainer[b-bn21vkyrw8] {
  display: inline-flex;
  flex-direction: row;
  margin-left: 25px;
  height: 2rem;
  color: #00CCFF;
  margin: auto;
}

PageTitle[b-bn21vkyrw8] {
  color: aqua;
  font-size: 1.2em;
}

.rowSearch[b-bn21vkyrw8] {
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
}

.col-md-3[b-bn21vkyrw8] {
  padding: 0.5rem 1rem;
}

.col-md-2[b-bn21vkyrw8] {
  padding: 0.5rem 1rem;
}

.labelSearch[b-bn21vkyrw8] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

input[type=date][b-bn21vkyrw8] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date]:focus[b-bn21vkyrw8] {
  border-color: #80bdff;
  outline: none;
}

.cool-button-left[b-bn21vkyrw8] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-left:hover[b-bn21vkyrw8] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-left .button-icon[b-bn21vkyrw8] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btnContainer[b-bn21vkyrw8] {
  display: inline-flex;
}

.cool-button-right[b-bn21vkyrw8] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-right:hover[b-bn21vkyrw8] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-right .button-icon[b-bn21vkyrw8] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

button:hover[b-bn21vkyrw8] {
  background-color: #3e8e41;
}

.parameters-sect[b-bn21vkyrw8] {
  max-height: fit-content;
}

.section-title h1[b-bn21vkyrw8] {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  margin-left: 11px;
  color: #4c707b;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceStreaming.razor.rz.scp.css */
#streamer-cnt[b-8wpkupncxw] {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 7px;
  padding: 11px;
}
#streamer-cnt #cameras-select-cnt[b-8wpkupncxw] {
  margin: auto;
  padding: 11px;
  border: 1px solid rgba(147, 223, 243, 0.4235294118);
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-content: center;
  text-align: left;
  align-items: flex-start;
}
#streamer-cnt #cameras-select-cnt #webcamCanvas[b-8wpkupncxw] {
  margin: auto;
}
#streamer-cnt #cameras-select-cnt p[b-8wpkupncxw] {
  margin: auto;
  max-width: fit-content;
  font-family: "Poppins";
}
#streamer-cnt .btn-cameras[b-8wpkupncxw] {
  margin-left: 5px;
  border: 1px solid #bae9f3;
  color: #bae9f3;
}
#streamer-cnt .video-cont[b-8wpkupncxw] {
  margin: auto;
  padding: 5px;
  border: 1px solid rgba(147, 223, 243, 0.4235294118);
  border-radius: 5px;
  width: 100%;
}
#streamer-cnt .video-cont #localVideo[b-8wpkupncxw] {
  width: 450px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
#streamer-cnt .video-cont #remoteVideo[b-8wpkupncxw] {
  width: 450px;
  border: 1px solid #ccc;
  border-radius: 7px;
}

#connection-ctrls-cnt[b-8wpkupncxw] {
  display: flex;
  max-width: fit-content;
}
#connection-ctrls-cnt #connections-info[b-8wpkupncxw] {
  margin: auto;
  width: fit-content;
  display: flex;
}
#connection-ctrls-cnt #connections-info label[b-8wpkupncxw] {
  margin: auto;
  min-width: fit-content;
  max-width: fit-content;
  font-family: "Poppins";
  margin-right: 5px;
}
#connection-ctrls-cnt #connections-info input[b-8wpkupncxw] {
  margin: auto;
  max-width: 240px;
}

.btn-communications[b-8wpkupncxw] {
  margin: auto;
  margin-left: 5px;
  border: 1px solid #bae9f3;
  color: #bae9f3;
}

select[b-8wpkupncxw] {
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #f2f2f2;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select:focus[b-8wpkupncxw] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-8wpkupncxw] {
  border-color: #6c757d;
}
select option[b-8wpkupncxw] {
  background-color: #111;
  color: #01c5f6;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceUserActivityTracker.razor.rz.scp.css */
.ecommrece-container-activities[b-9a9aycofuk] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: Black;
  border-radius: 7px;
  padding: 3px;
  opacity: 0.7;
  overflow-y: auto;
  gap: 5px;
}
.ecommrece-container-activities .trk-header[b-9a9aycofuk] {
  display: flex;
  flex-direction: row;
  font-size: 0.8rem;
  color: #fff;
  background-color: #515151;
  border-radius: 5px 5px 0 0;
}
.ecommrece-container-activities .trk-header .trk-time[b-9a9aycofuk] {
  color: #b6ff00;
  margin-right: 5px;
}
.ecommrece-container-activities .trk-body[b-9a9aycofuk] {
  background-color: #313161;
  border-radius: 0 0 5px 5px;
}
.ecommrece-container-activities[b-9a9aycofuk]::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}
.ecommrece-container-activities[b-9a9aycofuk]::-webkit-scrollbar-track {
  background: #666; /* Track color */
  border-radius: 10px; /* Roundness of the track */
}
.ecommrece-container-activities[b-9a9aycofuk]::-webkit-scrollbar-thumb {
  background-color: #333; /* Thumb color */
  border-radius: 10px; /* Roundness of the thumb */
  border: 2px solid #666; /* Adds space around thumb */
}
.ecommrece-container-activities[b-9a9aycofuk]::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Thumb color on hover */
}
.ecommrece-container-activities[b-9a9aycofuk]::-webkit-scrollbar-thumb:active {
  background-color: #777; /* Thumb color on active */
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommerceUsersControlPanel.razor.rz.scp.css */
#PanelControlContainer[b-o8xpp5kc6o] {
  max-width: 1600px;
}

#upperBar[b-o8xpp5kc6o] {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin: auto;
  vertical-align: central;
}

#upperMenuContainer[b-o8xpp5kc6o] {
  display: inline-flex;
  flex-direction: row;
  margin-left: 25px;
  height: 2rem;
  color: #00CCFF;
  margin: auto;
}

PageTitle[b-o8xpp5kc6o] {
  color: aqua;
  font-size: 1.2em;
}

.rowSearch[b-o8xpp5kc6o] {
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
}

.col-md-3[b-o8xpp5kc6o] {
  padding: 0.5rem 1rem;
}

.col-md-2[b-o8xpp5kc6o] {
  padding: 0.5rem 1rem;
}

.labelSearch[b-o8xpp5kc6o] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

input[type=date][b-o8xpp5kc6o] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date]:focus[b-o8xpp5kc6o] {
  border-color: #80bdff;
  outline: none;
}

.cool-button-left[b-o8xpp5kc6o] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-left:hover[b-o8xpp5kc6o] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-left .button-icon[b-o8xpp5kc6o] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btnContainer[b-o8xpp5kc6o] {
  display: inline-flex;
}

.cool-button-right[b-o8xpp5kc6o] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-right:hover[b-o8xpp5kc6o] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-right .button-icon[b-o8xpp5kc6o] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

button:hover[b-o8xpp5kc6o] {
  background-color: #3e8e41;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/ECommereceSales.razor.rz.scp.css */
#PanelControlContainerECommerceSales[b-5rf65dh47w] {
  position: relative;
  width: 1800px;
  display: flex;
  flex-direction: column;
}

.tableContainer[b-5rf65dh47w] {
  width: 100%;
}
@media (max-width: 500px) {
  .tableContainer[b-5rf65dh47w] {
    height: fit-content;
    min-height: 300px;
  }
}

.captionGroupGrid[b-5rf65dh47w] {
  width: 100%;
  font-size: 0.7rem;
  font-weight: bold;
  color: darkslateblue;
}

#upperBar[b-5rf65dh47w] {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin: auto;
  vertical-align: central;
}
@media (max-width: 500px) {
  #upperBar[b-5rf65dh47w] {
    flex-direction: column;
  }
}

#upperMenuContainer[b-5rf65dh47w] {
  display: inline-flex;
  flex-direction: row;
  margin-left: 25px;
  height: 2rem;
  color: #00CCFF;
  margin: auto;
  z-index: 100;
}
@media (max-width: 500px) {
  #upperMenuContainer[b-5rf65dh47w] {
    width: 100%;
    height: 100%;
  }
}

PageTitle[b-5rf65dh47w] {
  color: aqua;
  font-size: 1.2em;
}

.rowSearch[b-5rf65dh47w] {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  display: flex;
  vertical-align: middle;
  align-items: flex-start;
}
.rowSearch .preFilterGroup[b-5rf65dh47w] {
  display: flex;
  margin: auto;
}
.rowSearch .preFilterGroup .labelSearch[b-5rf65dh47w] {
  width: fit-content;
  margin: auto 7px;
  min-width: 80px;
  color: rgba(161, 156, 156, 0.9);
}
.rowSearch .preFilterGroup input[b-5rf65dh47w] {
  color: rgba(161, 156, 156, 0.9);
}
@media (max-width: 500px) {
  .rowSearch .preFilterGroup[b-5rf65dh47w] {
    flex-direction: column;
    gap: 3px;
  }
}
.rowSearch .searchPreFilterContainer[b-5rf65dh47w] {
  margin: auto;
  flex: 1;
}
.rowSearch .entryCtrls[b-5rf65dh47w] {
  display: flex;
  flex-direction: row;
  margin: auto;
  gap: 5px;
  align-items: center;
}
.rowSearch .entryCtrls .labelSearch[b-5rf65dh47w] {
  width: fit-content;
  margin: auto 7px;
  min-width: 80px;
  color: rgba(161, 156, 156, 0.9);
}
.rowSearch .entryCtrls input[b-5rf65dh47w] {
  color: rgba(161, 156, 156, 0.9);
}
@media (max-width: 500px) {
  .rowSearch[b-5rf65dh47w] {
    flex-direction: column;
    gap: 3px;
  }
}

.col-md-3[b-5rf65dh47w] {
  padding: 0.5rem 1rem;
}

.col-md-2[b-5rf65dh47w] {
  padding: 0.5rem 1rem;
}

input[type=date][b-5rf65dh47w] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #181818;
  color: #ccc;
}

input[type=date]:focus[b-5rf65dh47w] {
  border-color: #80bdff;
  outline: none;
}

input[type=date][b-5rf65dh47w]::-webkit-calendar-picker-indicator {
  background-color: #00ccff; /* Change this to the desired color */
  border-radius: 50%; /* Optional: to give it a rounded shape */
}

.cool-button-left[b-5rf65dh47w] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-left:hover[b-5rf65dh47w] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-left .button-icon[b-5rf65dh47w] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btnContainer[b-5rf65dh47w] {
  display: inline-flex;
  margin: auto;
  padding: 0 21px;
}

.cool-button-right[b-5rf65dh47w] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-right:hover[b-5rf65dh47w] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-right .button-icon[b-5rf65dh47w] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

button:hover[b-5rf65dh47w] {
  background-color: #3e8e41;
}

.header-panel-container[b-5rf65dh47w] {
  width: 100%;
  display: flex;
}

.panel-title[b-5rf65dh47w] {
  flex: 1;
}

.panel-arrows[b-5rf65dh47w] {
  width: fit-content;
  height: 30px;
  display: flex;
  flex-direction: row;
}

.dashboard-panel-content[b-5rf65dh47w] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard-panel-content .e-grid[b-5rf65dh47w] {
  flex: 1;
  min-height: 100px;
}

[b-5rf65dh47w] .e-grid {
  cursor: pointer;
}

[b-5rf65dh47w] .e-grid .e-groupcaption {
  display: flex;
  text-align: center;
  width: fit-content;
}

[b-5rf65dh47w] .e-grid .e-groupcaption .captionGroupGrid {
  flex: 1;
  color: #00cafc;
  width: fit-content;
  font-size: 0.8rem;
}

[b-5rf65dh47w] .e-grid .e-summaryrow .e-summarycell, .e-grid .e-summaryrow .e-templatecell[b-5rf65dh47w] {
  width: fit-content;
  color: red;
}

[b-5rf65dh47w] .e-grid .e-altrow {
  background-color: black;
}

[b-5rf65dh47w] .e-panel .e-header {
  cursor: move;
}
/* _content/SunttelECommercePlatform/Components/ECommerce/PlatformUserExperience.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/EntitiesUsersCustomSpecs.razor.rz.scp.css */
#CustomSpecsSetContainer[b-s29xher3og] {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
}
#CustomSpecsSetContainer #titleCustomSpcesContainer[b-s29xher3og] {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* Media Queries for responsive design */
@media (min-width: 768px) {
  #GeneralContainerServiceShop[b-s29xher3og] {
    padding: 40px; /* Increased padding for larger screens */
  }
  #ServiceShopSearchcontainer[b-s29xher3og] {
    flex-direction: row; /* Align items horizontally on larger screens */
  }
  #ServiceShopSearchcontainer .service-shop-label[b-s29xher3og] {
    text-align: left; /* Left align label text */
  }
  #ServiceShopSearchcontainer .service-shop-select[b-s29xher3og],
  #ServiceShopSearchcontainer .service-shop-button[b-s29xher3og] {
    flex: none;
    width: auto; /* Auto width for larger screens */
  }
}
#CustomSpecsSetContainer[b-s29xher3og] {
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #CustomSpecsSetContainer[b-s29xher3og] {
    padding: 10px;
    max-width: 100%;
  }
}
#CustomSpecsSetContainer #CustomSpecsSet[b-s29xher3og] {
  padding: 20px;
}
@media (max-width: 768px) {
  #CustomSpecsSetContainer #CustomSpecsSet[b-s29xher3og] {
    padding: 10px;
  }
}
#CustomSpecsSetContainer #CustomSpecsSet ol[b-s29xher3og] {
  list-style-type: none;
  padding: 0;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container[b-s29xher3og] {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container[b-s29xher3og] {
    flex-direction: column;
    align-items: flex-start;
  }
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .lblRequirement[b-s29xher3og] {
  width: 100%;
  max-width: 160px;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .lblRequirement label[b-s29xher3og] {
  min-width: 320px;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .RequirementValueContainer[b-s29xher3og] {
  flex: 1;
  max-width: 400px;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .RequirementValueContainer .form-control[b-s29xher3og] {
  /* Set custom width for all inputs inside div2 */
  width: auto; /* Reset width to allow max-width to take effect */
  max-width: 180px !important; /* Custom width for inputs */
  margin: auto;
}
@media (max-width: 768px) {
  #CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .RequirementValueContainer[b-s29xher3og] {
    width: 100%;
  }
}

.RequirementValueContainer .form-control[b-s29xher3og] {
  /* Set custom width for all inputs inside div2 */
  width: auto; /* Reset width to allow max-width to take effect */
  max-width: 180px !important; /* Custom width for inputs */
  margin: auto;
}

textarea.form-control[b-s29xher3og] {
  min-height: 100px;
  width: 100%; /* Ensure textarea takes full width */
}

select[b-s29xher3og] {
  max-width: 300px;
}

input[type=checkbox][b-s29xher3og] {
  width: 20px;
  height: 20px;
}

input[type=file][b-s29xher3og] {
  background-color: #fff;
}

@media (max-width: 768px) {
  .requirement-container[b-s29xher3og] {
    flex-direction: column;
  }
  .requirement-container label[b-s29xher3og] {
    margin-bottom: 10px;
    width: 100%;
  }
  .requirement-container .form-control[b-s29xher3og] {
    width: 100%;
  }
  .requirement-container input[type=file][b-s29xher3og] {
    width: 100%;
  }
}
/* _content/SunttelECommercePlatform/Components/GridAddresses.razor.rz.scp.css */
#ContainerGridDetails[b-fzz6cyifbd] {
  width: 100%;
  font-family: "Arial", sans-serif;
}
#ContainerGridDetails .table-striped[b-fzz6cyifbd] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
#ContainerGridDetails .table-striped thead th[b-fzz6cyifbd] {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  border: none;
  text-align: left;
}
#ContainerGridDetails .table-striped tbody tr[b-fzz6cyifbd] {
  transition: all 0.3s ease;
}
#ContainerGridDetails .table-striped tbody tr:nth-child(odd)[b-fzz6cyifbd] {
  background-color: #f8f9fa;
}
#ContainerGridDetails .table-striped tbody tr:nth-child(even)[b-fzz6cyifbd] {
  background-color: #ffffff;
}
#ContainerGridDetails .table-striped tbody tr:hover[b-fzz6cyifbd] {
  background-color: #e8f4ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#ContainerGridDetails .table-striped tbody tr td[b-fzz6cyifbd] {
  padding: 12px 15px;
  border-top: 1px solid #e0e0e0;
  font-size: 0.9em;
  color: #333;
}
#ContainerGridDetails .GridActionColumn[b-fzz6cyifbd] {
  text-align: center;
}
#ContainerGridDetails .GridActionColumn img[b-fzz6cyifbd] {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
#ContainerGridDetails .GridActionColumn img:hover[b-fzz6cyifbd] {
  transform: scale(1.2);
}
#ContainerGridDetails .row-selected[b-fzz6cyifbd] {
  background: linear-gradient(45deg, #1abc9c, #3498db) !important;
  color: white;
}
#ContainerGridDetails .row-selected td[b-fzz6cyifbd] {
  color: white;
}
/* _content/SunttelECommercePlatform/Components/ImageUploader.razor.rz.scp.css */
.image-uploader[b-lk2q7b17tb] {
  display: flex;
  position: relative;
  max-height: fit-content;
  min-height: 100px;
  max-width: fit-content;
  min-width: 300px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  margin: auto;
  max-width: 300px;
  max-height: auto;
}
.image-uploader .content[b-lk2q7b17tb] {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .image-uploader[b-lk2q7b17tb] {
    min-width: 200px;
  }
}

.upload-image[b-lk2q7b17tb] {
  width: 70%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while maintaining its aspect ratio */
  object-position: center; /* Centers the image */
  transition: border-color 0.3s;
  border: 2px dashed #cccccc;
  border-radius: 10px;
  transition: border-color 0.3s;
  cursor: pointer;
}
@media (max-width: 500px) {
  .upload-image[b-lk2q7b17tb] {
    max-width: 300px;
  }
}

.upload-image:hover[b-lk2q7b17tb] {
  border-color: #777777;
  cursor: pointer;
}

.file-name-cnt[b-lk2q7b17tb] {
  padding: 9px;
  color: #16997f;
}
/* _content/SunttelECommercePlatform/Components/ImportDataComponent.razor.rz.scp.css */
.imprt-cnt[b-7lkh0dqegf] {
  display: flex;
  flex-direction: column;
}
.imprt-cnt li label[b-7lkh0dqegf] {
  width: 180px;
}
.imprt-cnt .imprt-file-mgr[b-7lkh0dqegf] {
  margin: 7px;
  border-radius: 7px;
  border: 1px solid gray;
  display: flex;
  align-content: center;
}

.title-cnt[b-7lkh0dqegf] {
  width: 100%;
  font-family: "Poppins";
  font-size: 1.5rem;
  color: #00ccff;
  padding: 11px;
}

.upload-btn[b-7lkh0dqegf] {
  margin: auto;
  color: lightblue;
  border: 1px solid lightblue;
  max-width: 260px;
  min-width: 230px;
}
.upload-btn:hover[b-7lkh0dqegf] {
  border-color: #16997f;
  color: #16997f;
}

.download-template-btn[b-7lkh0dqegf] {
  margin: auto;
  color: lightblue;
  border: 1px solid lightblue;
  max-width: 260px;
  min-width: 230px;
}
.download-template-btn:hover[b-7lkh0dqegf] {
  border-color: #16997f;
  color: #16997f;
}
/* _content/SunttelECommercePlatform/Components/InnerPageHeader.razor.rz.scp.css */
.subtitleText[b-9tq6usn3go] {
  font-family: "Drepoen";
  font-size: 1.1em;
  color: #fe00fe;
  margin-left: 11px;
}
/* _content/SunttelECommercePlatform/Components/InputTextSelector3.razor.rz.scp.css */
.input-text-selector[b-06w7njiosb] {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

    .input-text-selector.focused[b-06w7njiosb] {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .input-text-selector:focus-within[b-06w7njiosb] {
        outline: none;
    }

.item-edit[b-06w7njiosb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 0.1px 1px #ced4da;
    border-radius: 4px;
    border-color: #dee2e6;
    background-color: black;
    min-width: 100px;
    width: auto;
    height: auto;
    border-width: 0.1px;
}

    .item-edit img[b-06w7njiosb] {
        background-color: #00ccff;
        border-radius: 4px;
        border-color: transparent;
        height: 30px;
        overflow: hidden;
    }

    .item-edit label[b-06w7njiosb] {
        font-size: 1.1rem;
    }


.position-input[b-06w7njiosb] {
    position: absolute;
    left: 5px;
    
}

.component-input[b-06w7njiosb] {
    background-color: black;
    box-shadow: 0px 0px 8px gray;
    padding: 5px 7px;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    top: 7px;
    z-index: 100;
    width: 310px;
    max-width: 320px;
    height: 55px;
    
}

    .component-input input[b-06w7njiosb] {
        max-width: 230px;
        border-radius: 10px 0px 0px 10px;
    }

    .component-input select[b-06w7njiosb] {
        color: white;
        background-color: #00cbfe;
        border-color: transparent;
        width: 90%;
        margin-top: 5px;
        margin-left: 10px;
        padding: 5px;
        border-radius: 5px;
    }

    .component-input select[b-06w7njiosb] {
        color: white;
        background-color: #00cbfe;
        border-color: transparent;
        width: 90%;
        margin-top: 5px;
        margin-left: 10px;
        padding: 5px;
        border-radius: 5px;
    }

    .component-input #Closed[b-06w7njiosb] {
        background-color: #00cbfe;
        border-color: transparent;
        border-radius: 0px 10px 1px 0px;
        padding-top: 0px;
        color: white;
        height: 23px;
        width: 35px;
        margin-top: -43px;
        margin-left: 270px;
        position: absolute;
        box-shadow: inset 0px 20px 25px -25px gray;
    }

    .component-input #Success[b-06w7njiosb] {
        background-color: #00cbfe;
        border-color: transparent;
        border-radius: 0px 1px 10px 0px;
        color: white;
        height: 21px;
        width: 35px;
        margin-top: -20px;
        margin-left: 270px;
       
        position: absolute;
        box-shadow: inset 0px 20px 25px -20px white;
    }

    .component-input #btn-img[b-06w7njiosb] {
        margin-left: 0px;
        background-color: #00cbfe;
        padding: 10px;
        height: auto;
        border-radius: 0px 5px 5px 0px;
    }

    .component-input p[b-06w7njiosb] {
        height: 20px;
        min-width: 25px;
        padding-left: 9px;
        padding-right: 9px;
        text-align: center;
        border-radius: 10px;
        position: absolute;
        top: -15px;
        left: -5px;
        box-shadow: 0px 3px 5px gray, inset 0px 0px 2px 1px white;
    }



.color-btn[b-06w7njiosb] {
    background-color: #00ccff;
    color: black;
    border-radius: 5px;
    border-color: transparent;
    margin-left: 5px;
}


.input-text-selector .component-input[b-06w7njiosb] {
    transition: max-height 0.3s ease;
    overflow: hidden;
    max-height: fit-content;
}

.input-text-selector.focused .component-input[b-06w7njiosb] {
    max-height: 400px; /* or auto with JavaScript workaround */
}
/* _content/SunttelECommercePlatform/Components/LanguageSelector.razor.rz.scp.css */
select[b-whjob4nnw9] {
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #f2f2f2;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select:focus[b-whjob4nnw9] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-whjob4nnw9] {
  border-color: #6c757d;
}
select option[b-whjob4nnw9] {
  background-color: #111;
  color: #01c5f6;
}
/* _content/SunttelECommercePlatform/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7juk4hgl8w] {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #181818;
    color: lightgrey;
    max-width: 100%;
    height: 100vh;
}

main[b-7juk4hgl8w] {
    margin: auto;
    position: absolute;
    width: 100%;
    flex: 1;
    height: 100vh;
}

.sidebar[b-7juk4hgl8w] {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.95;
    z-index: 5000;
    background-image: linear-gradient(80deg, #4d4646 0%, #141414 70%);
    max-height: fit-content;
    height: 3rem;
    /*  background-color: #141414;*/
}

.top-row[b-7juk4hgl8w] {
    background-image: linear-gradient(90deg, rgb(20, 20, 20) 30%, #00CCFF 80%);
    border-bottom: 0px solid #141414;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    
}

    .top-row[b-7juk4hgl8w]  a, .top-row[b-7juk4hgl8w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        padding-right: 1rem;
    }

    .top-row[b-7juk4hgl8w]  a:hover, .top-row[b-7juk4hgl8w]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7juk4hgl8w]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7juk4hgl8w] {
        justify-content: space-between;
    }

    .top-row[b-7juk4hgl8w]  a, .top-row[b-7juk4hgl8w]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7juk4hgl8w] {
        flex-direction: row;
    }

    .sidebar[b-7juk4hgl8w] {
        width: 250px;
        
        position: sticky;
        top: 0;
    }

    .top-row[b-7juk4hgl8w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7juk4hgl8w]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7juk4hgl8w], article[b-7juk4hgl8w] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

#blazor-error-ui[b-7juk4hgl8w] {
    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[b-7juk4hgl8w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SunttelECommercePlatform/Components/Layout/NavMenu.razor.rz.scp.css */
.page[b-utfxuatdff]{
    position: relative;
}
.main-menu-cnt[b-utfxuatdff]{
    width: 100%;
    height: 100%;
    position: relative;
    /*z-index: 5000;*/
}
.container-fluid.main-menu-cmds[b-utfxuatdff] {
    display: flex;
    flex-direction: row;
    min-width: fit-content;
    flex-wrap: nowrap;
    gap: 7px;
    width: 100%;
}


.navbar-toggler[b-utfxuatdff] {
    display: none;
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.btnMainMenu .menu-icon rect[b-utfxuatdff] {
    fill: #00ccff; 
}

.navbar-toggler:checked[b-utfxuatdff] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-utfxuatdff] {
    position: relative;
    height: 3.5rem;
    background-color: #141414;
    
}

.navbar-brand[b-utfxuatdff] {
    font-size: 1.1rem;
}



.bi[b-utfxuatdff] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-utfxuatdff] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-utfxuatdff] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    min-width: fit-content;
    max-width: 440px;

    white-space:nowrap;
}



.nav-item:first-of-type[b-utfxuatdff] {
    padding-top: 0.5rem;
}

    .nav-item:last-of-type[b-utfxuatdff] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-utfxuatdff]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }


.custom-icon[b-utfxuatdff] {
    margin-right: 0.75rem;
}

.subMenuItem[b-utfxuatdff] {
    transform: scaleY(1);
    opacity: 1;
    height: auto; /* Expand height to fit content */
    padding-left: 15px;
    
}

.sub-menu-item[b-utfxuatdff] {
    color: #aaa;
}

.dropdown-item:hover[b-utfxuatdff] {
    background-color: #181819;
    filter: brightness(0.9);
}


    .subMenuItem-closed[b-utfxuatdff] {
        display: block;
        background-color: #f9f9f9;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        z-index: 1;
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for transform and opacity */
        height: 0; /* Start with 0 height */
        overflow: hidden; /* Prevents content from being visible when collapsed */
    }


.nav-item[b-utfxuatdff]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-utfxuatdff]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.main-menu-cmd-cnt[b-utfxuatdff] {
    position: relative;
    display: inline-block;
}

.dropdown-menu[b-utfxuatdff] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #181818;
    border: 1px solid #ddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: slideDown-b-utfxuatdff 0.3s ease-out forwards;
}

.show[b-utfxuatdff] {
    display: block;
}

.hideMenuBar[b-utfxuatdff] {
    display: block;
    animation: slideUp-b-utfxuatdff 0.3s ease-out forwards;
}

@keyframes slideDown-b-utfxuatdff {
    0% {
        transform: translateY(-120px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp-b-utfxuatdff {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-120px);
        opacity: 0;
        display:none;
    }
}
/*.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}
*/
.submenu[b-utfxuatdff] {
    display: block;
    background-color: #181818;
    z-index: 1;

}


@media (min-width: 641px) {
        .navbar-toggler[b-utfxuatdff] {
        display: none;
    }

    .nav-scrollable[b-utfxuatdff] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media(max-width:500px) {
    .container-fluid.main-menu-cmds[b-utfxuatdff] {
        display: flex;
        flex-direction: row;
        max-width: 500px;
        gap: 7px;
        
    }

}
/* _content/SunttelECommercePlatform/Components/PageHeader.razor.rz.scp.css */
.subtitleText[b-hrkk4knize] {
  font-family: "Drepoen";
  font-size: 1.6em;
  color: #00CCFF;
  margin-left: 11px;
}
@media (max-width: 500px) {
  .subtitleText[b-hrkk4knize] {
    font-size: 1.1em;
  }
}
/* _content/SunttelECommercePlatform/Components/Pages/AIAgentsManager.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/Pages/BusinessStrategyViewer.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/Pages/ConfirmComm.razor.rz.scp.css */
.welcome-sq-cnt[b-6kuyovvqq9] {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1.25rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 2rem auto;
  text-align: center;
  font-family: "Segoe UI", Roboto, sans-serif;
  transition: all 0.3s ease;
}
.welcome-sq-cnt h3[b-6kuyovvqq9] {
  font-size: 2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}
.welcome-sq-cnt p[b-6kuyovvqq9] {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}
.welcome-sq-cnt p strong[b-6kuyovvqq9] {
  color: #fff;
  background: linear-gradient(135deg, #068eb0, #32c1cb);
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  margin-left: 0.25rem;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}
.welcome-sq-cnt:hover[b-6kuyovvqq9] {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
/* _content/SunttelECommercePlatform/Components/Pages/GeographicPlaces.razor.rz.scp.css */
@charset "UTF-8";
﻿ body[b-tuw054gv77] {
  /* width: 2000px;
   height: 1000px;*/
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: fuchsia;
  /* margin: auto;*/
}

.CardListGeo[b-tuw054gv77] {
  width: 360px;
  background-color: #111111;
  border-radius: 10px;
  margin-right: 20px;
  padding: 15px;
  /*  box-shadow: 10px 10px 5px #aaaaaa;*/
  /* &:last-child {
      margin-right: 0;
  }*/
}

.CardListGeo ul[b-tuw054gv77] {
  display: block;
}

.CardListGeo h1[b-tuw054gv77] {
  font-size: 1em;
  font-weight: bold;
  color: forestgreen;
}

.CardListGeo li[b-tuw054gv77] {
  display: block;
  margin-top: 5px;
  padding-left: 10px;
  cursor: pointer;
  border-radius: 2px;
}

.CardListGeo li:nth-child(odd)[b-tuw054gv77] {
  background: #3c3c3c;
}

.CardListGeo li:hover[b-tuw054gv77] {
  background-color: #00CCFF;
  color: white;
}

.CardListGeo li:active[b-tuw054gv77] {
  background-color: red;
}

.CardListGeo label[b-tuw054gv77] {
  width: 250px;
}

.cardTitle[b-tuw054gv77] {
  font-size: 1em;
  font-weight: bold;
  color: white;
  margin-left: 10px;
}

.searchBarContainer[b-tuw054gv77] {
  background-color: #403d3d;
  border-start-start-radius: 10px;
  border-start-end-radius: 10px;
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}
/* _content/SunttelECommercePlatform/Components/Pages/Home.razor.rz.scp.css */
/* styles.scss */
body[b-s3pyybuvmt] {
  font-family: Arial, sans-serif;
  background: #f4f4f9;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container[b-s3pyybuvmt] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  padding: 20px;
  margin: 20px;
  position: absolute;
  top: 50px;
  left: 250px;
  width: 100%;
  height: 800px;
  z-index: 2;
  overflow: hidden;
}

.container[b-s3pyybuvmt]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(25, 25, 25, 0.8), rgba(255, 255, 255, 0));
  border-radius: 10px;
  z-index: -1;
  backdrop-filter: blur(1px);
}

header[b-s3pyybuvmt] {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-family: "Poppins";
}

header h1[b-s3pyybuvmt] {
  margin: 0;
  font-size: 2.5em;
  color: white;
}
header h1 strong[b-s3pyybuvmt] {
  margin-left: 9px;
  color: #01c5f6;
}

header p[b-s3pyybuvmt] {
  font-size: 1.2em;
  color: #ffffff;
}

section[b-s3pyybuvmt] {
  margin: 20px 0;
}

section h2[b-s3pyybuvmt] {
  font-size: 1.8em;
  color: #01c5f6;
  margin-bottom: 10px;
}

section p[b-s3pyybuvmt],
section ul[b-s3pyybuvmt],
section ol[b-s3pyybuvmt] {
  font-size: 1.1em;
  color: white;
  line-height: 1.6;
}

ul[b-s3pyybuvmt] {
  list-style: none;
  padding: 0;
}

ul li[b-s3pyybuvmt] {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

ul li strong[b-s3pyybuvmt] {
  color: #ececec;
}

footer[b-s3pyybuvmt] {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

footer p[b-s3pyybuvmt] {
  font-size: 1.2em;
  color: white;
}

footer strong[b-s3pyybuvmt] {
  color: #007bff;
}

#HomePageContainer[b-s3pyybuvmt] {
  margin: 0;
  background-color: #141414;
  color: lightgray;
  width: 100%;
  height: calc(100vh - 7rem);
}
#HomePageContainer h2[b-s3pyybuvmt] {
  font-size: 1.2rem;
}

.word-container[b-s3pyybuvmt] {
  width: 100%;
  position: absolute;
  top: 200px;
  right: 100px;
  z-index: 100;
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  height: 210px;
  font-family: "Drepoen";
}
.word-container .letter[b-s3pyybuvmt] {
  display: inline-block;
  font-size: 100px;
  color: white;
  opacity: 0;
  transform: translateX(-200%) scale(3);
  animation: slideIn-b-s3pyybuvmt 2s ease forwards;
  animation-delay: calc(0.2s * var(--index));
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), -3px -3px 6px rgba(255, 255, 255, 0.3);
}

.actions-line[b-s3pyybuvmt] {
  width: 100%;
  display: flex;
  align-content: center;
  gap: 30px;
}
.actions-line strong[b-s3pyybuvmt] {
  margin: auto;
}

.container-looed-in[b-s3pyybuvmt] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  max-width: calc(100% - 30px);
  padding: 20px;
  margin: 20px;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.container-looed-in .info-sup-cnt[b-s3pyybuvmt] {
  width: 100%;
}
.container-looed-in .info-sup-cnt p[b-s3pyybuvmt] {
  margin: 0;
}
.container-looed-in .row-welcome[b-s3pyybuvmt] {
  display: flex;
}
.container-looed-in .row-welcome h1[b-s3pyybuvmt] {
  width: fit-content;
  margin: 5px;
  z-index: 1000;
  font-size: 1.6rem;
}
.container-looed-in .squad2uname[b-s3pyybuvmt] {
  width: 100%;
  color: #01c5f6;
  margin-left: 5px;
  font-family: "Drepoen";
}

.container-looed-in[b-s3pyybuvmt]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(25, 25, 25, 0.8), rgba(255, 255, 255, 0));
  border-radius: 10px;
  z-index: -1;
  backdrop-filter: blur(1px);
}

.dashboard-menu-cnt[b-s3pyybuvmt] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  padding: 2rem;
}

@keyframes slideIn-b-s3pyybuvmt {
  0% {
    opacity: 0;
    transform: translateX(-200%) scale(3);
  }
  50% {
    opacity: 1;
    transform: translateX(0) scale(3);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.menu-item[b-s3pyybuvmt] {
  position: relative;
  margin-bottom: 1rem;
}

.help-icon[b-s3pyybuvmt] {
  background: none;
  border: none;
  color: white;
  font-size: 0.7rem;
  margin-left: 0.2rem;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}

.help-text[b-s3pyybuvmt] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  background-color: #181818;
  color: white;
  padding: 0 1rem;
  font-size: 0.9rem;
  border-left: 3px solid #00ccff;
  margin-top: 11px;
}

.help-text.active[b-s3pyybuvmt] {
  max-height: 200px; /* adjust as needed */
  opacity: 1;
  padding: 0.5rem 1rem;
}

@media (max-width: 480px) {
  body[b-s3pyybuvmt] {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 1rem;
  }
  .word-container[b-s3pyybuvmt] {
    max-height: fit-content;
    top: 0;
    right: 0;
    height: 150px;
  }
  .word-container .letter[b-s3pyybuvmt] {
    font-size: 40px;
  }
  header h1[b-s3pyybuvmt] {
    font-size: 1.4em;
    text-align: center;
  }
  header p[b-s3pyybuvmt] {
    font-size: 1em;
  }
  section h2[b-s3pyybuvmt] {
    font-size: 1.5em;
  }
  .container[b-s3pyybuvmt] {
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 10;
    opacity: 0.95;
  }
  #HomePageContainer[b-s3pyybuvmt] {
    position: relative;
  }
  .word-container[b-s3pyybuvmt] {
    justify-content: center;
    top: 10px;
    right: 0;
    height: 150px;
  }
  .word-container .letter[b-s3pyybuvmt] {
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  canvas#dotMeshCanvas[b-s3pyybuvmt] {
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 1;
  }
}
/* _content/SunttelECommercePlatform/Components/Pages/MailsCentral.razor.rz.scp.css */
.mails-menu-cnt[b-b2zgwrz5be] {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.mails-menu-cnt ul[b-b2zgwrz5be] {
  display: flex;
}

.menuElementE[b-b2zgwrz5be] {
  width: fit-content;
  padding: 3px 21px;
  display: flex;
  cursor: pointer;
  font-size: 1.1rem;
  height: 2rem;
  border-radius: 15px;
  flex-direction: column;
  height: 2.4rem;
}

.menuElementE:hover[b-b2zgwrz5be] {
  transition: 1s all ease-in-out;
  color: #00ffff;
}

.menuElementE:hover .borderInfMenu[b-b2zgwrz5be] {
  background-image: radial-gradient(#00ffff 0%, #181818 100%);
}

.borderInfMenu[b-b2zgwrz5be] {
  width: 100%;
  height: 4px;
  color: transparent;
}

.cnt-details[b-b2zgwrz5be] {
  margin: auto;
  width: 90%;
}
/* _content/SunttelECommercePlatform/Components/Pages/Operations.razor.rz.scp.css */
.general-container-operations[b-m91104v63p] {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Make the parent container take the full height of its parent */
}
/* _content/SunttelECommercePlatform/Components/Pages/SecuritySetup.razor.rz.scp.css */
#PanelControlContainer[b-pgdaftdfgd] {
  max-width: 1600px;
}

#upperBar[b-pgdaftdfgd] {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin: auto;
  vertical-align: central;
}

#upperMenuContainer[b-pgdaftdfgd] {
  display: inline-flex;
  flex-direction: row;
  margin-left: 25px;
  height: 2rem;
  color: #00CCFF;
  margin: auto;
}

PageTitle[b-pgdaftdfgd] {
  color: aqua;
  font-size: 1.2em;
}

.rowSearch[b-pgdaftdfgd] {
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
}

.col-md-3[b-pgdaftdfgd] {
  padding: 0.5rem 1rem;
}

.col-md-2[b-pgdaftdfgd] {
  padding: 0.5rem 1rem;
}

.labelSearch[b-pgdaftdfgd] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

input[type=date][b-pgdaftdfgd] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date]:focus[b-pgdaftdfgd] {
  border-color: #80bdff;
  outline: none;
}

.cool-button-left[b-pgdaftdfgd] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-left:hover[b-pgdaftdfgd] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-left .button-icon[b-pgdaftdfgd] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btnContainer[b-pgdaftdfgd] {
  display: inline-flex;
}

.cool-button-right[b-pgdaftdfgd] {
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
  display: inline-block;
}
.cool-button-right:hover[b-pgdaftdfgd] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button-right .button-icon[b-pgdaftdfgd] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

button:hover[b-pgdaftdfgd] {
  background-color: #3e8e41;
}
/* _content/SunttelECommercePlatform/Components/PanelsWorkshop/ComponentBaseControlPanels.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/PanelsWorkshop/ProductiveResourcesUsageSchedule.razor.rz.scp.css */
.activity-schedule .e-schedule-toolbar[b-kqmstvsxg4] {
  background-color: #007acc;
  color: #fff;
}
.activity-schedule .e-schedule .e-month-view .e-work-cells[b-kqmstvsxg4] {
  background-color: #f9f9f9;
}
.activity-schedule .e-schedule .e-appointment[b-kqmstvsxg4] {
  background-color: #007acc;
  color: #fff;
  border-radius: 4px;
}

input[type=text][b-kqmstvsxg4],
input[type=datetime][b-kqmstvsxg4],
input[type=time][b-kqmstvsxg4],
input[type=date][b-kqmstvsxg4],
input[type=number][b-kqmstvsxg4],
input[type=tel][b-kqmstvsxg4],
input[type=file][b-kqmstvsxg4] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 120px;
  background-color: black;
  color: #a1a1a1;
}
input[type=text]:focus[b-kqmstvsxg4],
input[type=datetime]:focus[b-kqmstvsxg4],
input[type=time]:focus[b-kqmstvsxg4],
input[type=date]:focus[b-kqmstvsxg4],
input[type=number]:focus[b-kqmstvsxg4],
input[type=tel]:focus[b-kqmstvsxg4],
input[type=file]:focus[b-kqmstvsxg4] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

input [type=datetime][b-kqmstvsxg4],
input[type=time][b-kqmstvsxg4],
input[type=date][b-kqmstvsxg4],
input[type=number][b-kqmstvsxg4] {
  max-width: 180px;
}

input[type=date][b-kqmstvsxg4]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color of the calendar icon to make it visible on dark backgrounds */
  cursor: pointer;
}

input[type=time][b-kqmstvsxg4]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color of the calendar icon to make it visible on dark backgrounds */
  cursor: pointer;
}

input[type=date][b-kqmstvsxg4]::-webkit-clear-button {
  display: none;
}

input[type=date][b-kqmstvsxg4]::-webkit-inner-spin-button {
  display: none;
}

input[type=number][b-kqmstvsxg4] {
  width: fit-content;
  max-width: 80px;
}

#upperBar[b-kqmstvsxg4] {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 9px;
  gap: 7px;
}

.btn-create-agenda[b-kqmstvsxg4] {
  border: 1px solid lightblue;
  color: lightblue;
}
.btn-create-agenda:hover[b-kqmstvsxg4] {
  color: red;
  border-color: red;
}

select[b-kqmstvsxg4] {
  background-color: transparent;
  border: 1px solid lightblue;
  /*border: none;*/
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: var(--navigation-main-menu-item-color-active);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
select:focus[b-kqmstvsxg4] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-kqmstvsxg4] {
  border-color: #6c757d;
}
select .option-sel[b-kqmstvsxg4] {
  background-color: #282828;
  color: #fff;
}

.e-appointment .free-blk-cnt[b-kqmstvsxg4] {
  margin: auto;
  min-height: 100%;
  font-size: 1.2rem;
  align-items: center;
  vertical-align: middle;
  padding: 3px;
  height: 100%;
}

.e-appointment .appointment-cnt[b-kqmstvsxg4] {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 120px;
  vertical-align: middle;
  text-align: center;
  color: #181818;
}
/* _content/SunttelECommercePlatform/Components/PanelsWorkshop/ServiceRenderingDocument.razor.rz.scp.css */
#upperBar[b-h6kles8kzs] {
  display: flex;
}
#upperBar #pageTitleContainer[b-h6kles8kzs] {
  min-width: fit-content;
}

#services-rendering-menu-cnt[b-h6kles8kzs] {
  display: flex;
  width: 100%;
}

#services-rendering-menu-cnt ul[b-h6kles8kzs] {
  display: flex;
  vertical-align: middle;
  margin: auto;
}

#services-rendering-menu-cnt ul li[b-h6kles8kzs] {
  display: flex;
}

.menuElementE[b-h6kles8kzs] {
  width: fit-content;
  padding: 3px 21px;
  display: flex;
  cursor: pointer;
  font-size: 1.1rem;
  height: 2rem;
  border-radius: 15px;
  flex-direction: column;
  height: 2.4rem;
}

.menuElementE:hover[b-h6kles8kzs] {
  transition: 1s all ease-in-out;
  color: #00ffff;
}

.menuElementE:hover .borderInfMenu[b-h6kles8kzs] {
  background-image: radial-gradient(#00ffff 0%, #181818 100%);
}

.borderInfMenu[b-h6kles8kzs] {
  width: 100%;
  height: 4px;
  color: transparent;
}

.body-panel-cnt[b-h6kles8kzs] {
  width: 100%;
  display: flex;
  min-height: calc(100vh - 220px);
  padding: 21px;
  font-family: "Poppins";
  font-size: 0.8rem;
  column-gap: 21px;
}
.body-panel-cnt .queue-cnt[b-h6kles8kzs] {
  max-width: 420px;
  border-radius: 7px;
  border: 1px solid #808080;
  min-height: 100%;
  padding: 7px;
  display: flex;
  overflow: auto;
  max-height: 700px;
}
.body-panel-cnt .queue-cnt ul[b-h6kles8kzs] {
  list-style: none;
}
.body-panel-cnt .queue-cnt ul li[b-h6kles8kzs] {
  margin-bottom: 5px;
}
.body-panel-cnt .queue-cnt .queue-field[b-h6kles8kzs] {
  width: 100%;
  padding: 2px;
}
.body-panel-cnt .queue-cnt .queue-field .col-table-head[b-h6kles8kzs] {
  font-weight: bold;
}
.body-panel-cnt .queue-cnt .row-queue-cnt[b-h6kles8kzs] {
  padding: 0 5px 0 5px;
}
.body-panel-cnt .queue-cnt .row-queue-cnt[b-h6kles8kzs] {
  border-radius: 7px;
}
.body-panel-cnt .queue-cnt .row-queue-cnt:hover[b-h6kles8kzs] {
  outline: 1px solid #00ccff;
}
.body-panel-cnt .queue-cnt .row-queue-cnt:active[b-h6kles8kzs] {
  outline: 1px solid lightblue;
}
.body-panel-cnt .queue-cnt .row-queue-cnt:nth-child(odd)[b-h6kles8kzs] {
  background-color: #393939; /* Light gray for odd rows */
}
.body-panel-cnt .queue-cnt .row-queue-cnt:nth-child(even)[b-h6kles8kzs] {
  background-color: #252525; /* White for even rows */
}
.body-panel-cnt .queue-cnt .row-queue-cnt.selected-item[b-h6kles8kzs] {
  background-color: lightcyan;
  color: black;
}
.body-panel-cnt #ServiceInfoRequiredContainer[b-h6kles8kzs] {
  border-radius: 7px;
  border: 1px solid #808080;
  min-height: 100%;
  max-width: 520px;
  padding: 7px;
  width: 100%;
}

.custom-specs-title[b-h6kles8kzs] {
  font-family: "Poppins";
  font-size: 1.1rem;
  color: lightcyan;
  margin-bottom: 5px;
}

.lblRequirement[b-h6kles8kzs] {
  font-size: 1rem;
}

.requirement-container[b-h6kles8kzs] {
  color: #4391f7;
}

.form-control .imgForm[b-h6kles8kzs] {
    
    background-color: #181818;
}

/* _content/SunttelECommercePlatform/Components/PanelsWorkshop/TablePanel.razor.rz.scp.css */
.dashboard-table-container[b-dkz0ruzyqp] {
  width: 100%;
  height: 100%;
}

.e-grid .e-headercell[b-dkz0ruzyqp] {
  height: 50px; /* Set the height of the header cell */
  padding: 0; /* Remove any default padding */
}

.custom-header[b-dkz0ruzyqp] {
  font-size: 0.8rem;
  /*text-transform: uppercase;*/
  padding: 0px;
  margin: auto;
  text-align: center;
  white-space: normal;
}
/* _content/SunttelECommercePlatform/Components/PhoneCapture.razor.rz.scp.css */
.phoneNumberCnt[b-qchswqjwtr] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.geoRow[b-qchswqjwtr] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.phoneLbl[b-qchswqjwtr] {
  font-size: 0.7rem;
}

.flagImg[b-qchswqjwtr] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.countrySelCnt[b-qchswqjwtr] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

select[b-qchswqjwtr] {
  background-color: transparent;
  background-color: black;
  opacity: 0.85;
  border: 1px dashed var(--navigation-main-menu-item-color);
  /* border: 1px solid white;*/
  border-radius: 0.25rem;
  padding: 0.5rem 0.1rem;
  font-size: 0.8rem;
  color: var(--navigation-main-menu-item-color);
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  max-width: 120px;
  margin: auto 5px;
}
select:focus[b-qchswqjwtr] {
  border-color: white;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-qchswqjwtr] {
  /* border-color: #6c757d;*/
}
select .option-sel[b-qchswqjwtr] {
  background-color: #282828;
  color: #fff;
}
select .option-sel:hover[b-qchswqjwtr] {
  background-color: aqua;
}

.phoneIn[b-qchswqjwtr] {
  width: 2200px;
  min-width: 120px;
  max-width: 220px;
  padding: 0.5rem 0.1rem;
}
/* _content/SunttelECommercePlatform/Components/Production/ProductionGeneralView.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/Purchases/PurchasesGeneralView.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/Sales/SalesGeneralPage.razor.rz.scp.css */
/* _content/SunttelECommercePlatform/Components/SearchComponent.razor.rz.scp.css */
*[b-plhhcpfria] {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root[b-plhhcpfria] {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
}

body[b-plhhcpfria], button[b-plhhcpfria], input[b-plhhcpfria] {
  font: 1em Hind, sans-serif;
  line-height: 1.5em;
}

input[b-plhhcpfria] {
  margin-left: 5px;
  background-color: black;
  color: white;
}

body[b-plhhcpfria], input[b-plhhcpfria] {
  color: #171717;
}

body[b-plhhcpfria], .search-bar[b-plhhcpfria] {
  display: flex;
  padding: 0px;
  background-color: transparent;
}

body[b-plhhcpfria] {
  background: #f1f1f1;
  height: 100vh;
}

.search-bar img[b-plhhcpfria] {
  height: 23px;
  width: 22px;
  filter: contrast(10px);
}

.search-bar input[b-plhhcpfria],
.search-btn[b-plhhcpfria],
.search-btn[b-plhhcpfria]:before,
.search-btn[b-plhhcpfria]:after {
  transition: all 0.25s ease-out;
}

.search-bar img:hover[b-plhhcpfria] {
  filter: drop-shadow(0px 2px 5px white);
}

.search-bar input[b-plhhcpfria],
.search-btn[b-plhhcpfria] {
  width: 2em;
  height: 2em;
  margin-top: auto;
  margin-bottom: auto;
}

.search-bar input:invalid:not(:focus)[b-plhhcpfria],
.search-btn[b-plhhcpfria] {
  cursor: pointer;
}

.search-bar input:focus[b-plhhcpfria],
.search-bar input:not(:focus) + .search-btn:focus[b-plhhcpfria] {
  outline: transparent;
}

.search-bar[b-plhhcpfria] {
  justify-content: center;
  max-width: 30em;
}

.search-bar input[b-plhhcpfria] {
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.4em #c2bebc inset;
  padding: 0.75em;
  transform: translate(0.5em, 0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-bar input[b-plhhcpfria]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-bar input:focus[b-plhhcpfria],
.search-bar input:valid[b-plhhcpfria] {
  background: black;
  color: white;
  border-radius: 0.375em 0 0 0.375em;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset;
  transform: scale(1);
  min-width: 200px;
}

.search-btn[b-plhhcpfria] {
  background: #c2bebc;
  border-radius: 0 0.75em 0.75em 0/0 1.5em 1.5em 0;
  position: relative;
  transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125);
  transform-origin: 0 50%;
}

.search-btn[b-plhhcpfria]:before,
.search-btn[b-plhhcpfria]:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.search-btn[b-plhhcpfria]:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.2em #f1f1f1 inset;
  top: 0.75em;
  left: 0.75em;
  width: 1.2em;
}

.search-btn[b-plhhcpfria]:after {
  background: #f1f1f1;
  border-radius: 0 0.25em 0.25em 0;
  top: 51%;
  left: 51%;
  width: 0.75em;
  transform: translate(0.2em, 0) rotate(45deg);
  transform-origin: 0 50%;
}

.search-btn span[b-plhhcpfria] {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn[b-plhhcpfria],
.search-bar input:valid + .search-btn[b-plhhcpfria] {
  background: #00CCFF;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
}

.search-bar input:focus + .search-btn[b-plhhcpfria]:before,
.search-bar input:focus + .search-btn[b-plhhcpfria]:after,
.search-bar input:valid + .search-btn[b-plhhcpfria]:before,
.search-bar input:valid + .search-btn[b-plhhcpfria]:after {
  opacity: 1;
}

.search-bar input:focus + .search-btn:hover[b-plhhcpfria],
.search-bar input:valid + .search-btn:hover[b-plhhcpfria],
.search-bar input:valid:not(:focus) + .search-btn:focus[b-plhhcpfria] {
  background: #0c48db;
}

.search-bar input:focus + .search-btn:active[b-plhhcpfria],
.search-bar input:valid + .search-btn:active[b-plhhcpfria] {
  transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
  body[b-plhhcpfria], input[b-plhhcpfria] {
    color: #010101;
  }
  body[b-plhhcpfria] {
    background: #171717;
  }
  .search-bar input[b-plhhcpfria] {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }
  .search-bar input:focus[b-plhhcpfria],
  .search-bar input:valid[b-plhhcpfria] {
    background: #f1f1f1;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
  }
  .search-btn[b-plhhcpfria] {
    background: #f1f1f1;
  }
}
/* _content/SunttelECommercePlatform/Components/SquadSelector.razor.rz.scp.css */
select[b-zszyfvhpsq] {
  background-color: transparent;
  /*border: 1px solid #292929;*/
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #f2f2f2;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
select:focus[b-zszyfvhpsq] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-zszyfvhpsq] {
  border-color: #6c757d;
}
select .option-sel[b-zszyfvhpsq] {
  background-color: #282828;
  color: #fff;
}
@media (max-width: 500px) {
  select[b-zszyfvhpsq] {
    max-width: 120px;
  }
}
/* _content/SunttelECommercePlatform/Components/SunnyAgent/SunnyBody.razor.rz.scp.css */
#AgentContainer[b-e39rjrfnfa] {
  width: 400px;
  height: fit-content;
  max-height: 320px;
  color: black;
  border-radius: 0 0 0px 0px;
  padding: 7px;
  border: 1px solid #808080;
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  background-color: #181818;
}
@media (max-width: 500px) {
  #AgentContainer[b-e39rjrfnfa] {
    top: 200px;
    left: 7px;
    opacity: 0.97;
    z-index: -1;
  }
}
#AgentContainer .agent-avatar-container img[b-e39rjrfnfa] {
  max-height: 100px;
  opacity: 0.97;
}

#AgentTextContainer[b-e39rjrfnfa] {
  padding: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  overflow-y: auto;
  color: white;
  background-color: #181818;
}

.draggable[b-e39rjrfnfa] {
  position: absolute;
  bottom: 110px;
  right: 50px;
  z-index: 10000;
}
.draggable.hidden[b-e39rjrfnfa] {
  display: none;
}
.draggable .drag-handle[b-e39rjrfnfa] {
  height: fit-content;
  width: 100%;
  background-color: #FF00FF;
  background-image: linear-gradient(45deg, #FF00FF 30%, #01c5f6 90%);
  border-radius: 7px 7px 0 0;
  padding-left: 11px;
  cursor: move;
}
.draggable .drag-handle:hover[b-e39rjrfnfa] {
  outline: 1px solid white;
}
.draggable .close-button[b-e39rjrfnfa] {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
  height: 50px;
  background-color: #85d9e8;
  border-radius: 5px 0 0 5px;
  z-index: 100;
}
.draggable .close-button:hover[b-e39rjrfnfa] {
  color: red;
}

@keyframes blink-caret-b-e39rjrfnfa {
  from, to {
    border-color: white;
  }
  50% {
    border-color: black;
  }
}
img[b-e39rjrfnfa] {
  width: 110px;
  height: auto;
}

.input-agent-cnt[b-e39rjrfnfa] {
  display: flex;
  border-radius: 0 0 7px 7px;
  padding: 7px;
  border: 1px solid #808080;
  background-color: #212121;
}
.input-agent-cnt .message-input[b-e39rjrfnfa] {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: black;
  color: white;
}
.input-agent-cnt .send-button[b-e39rjrfnfa] {
  padding: 10px 15px;
  background-color: #0b506c;
  color: white;
  border: none;
  cursor: pointer;
}
.input-agent-cnt .send-button:hover[b-e39rjrfnfa] {
  background-color: rgb(0, 163.2, 204);
}

.cust-agent-btn[b-e39rjrfnfa] {
  color: #ccc;
  border: 1px dashed lightblue;
  border-radius: 0 7px 7px 0;
}
.cust-agent-btn:hover[b-e39rjrfnfa] {
  color: #FF00FF;
  border: 1px dashed #FF00FF;
}

.thinking-legend[b-e39rjrfnfa] {
  width: 100%;
  height: 100%;
  color: #ccc;
  font-size: 2rem;
}

.agent-sleeping[b-e39rjrfnfa] {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 1rem;
  right: 6rem;
  overflow: visible;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 10000;
}
.agent-sleeping[b-e39rjrfnfa]::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 3px solid transparent;
  background: conic-gradient(from 0deg, #00faff, #00c3ff, #00ffe0, #0055ff, #00faff);
  z-index: -1;
  animation: rotate-border-b-e39rjrfnfa 4s linear infinite;
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black 100%);
}
.agent-sleeping img[b-e39rjrfnfa] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  animation: floaty-b-e39rjrfnfa 3s ease-in-out infinite;
  border-radius: 50%;
}

@keyframes floaty-b-e39rjrfnfa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes rotate-border-b-e39rjrfnfa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 480px) {
  .word-container .letter[b-e39rjrfnfa] {
    font-size: 40px;
  }
  .draggable[b-e39rjrfnfa] {
    position: absolute;
    bottom: -203px;
    right: 7px;
    z-index: 10000;
  }
}
/* _content/SunttelECommercePlatform/Components/TransactionRecordEditos/ComboSelectorEditor.razor.rz.scp.css */
@charset "UTF-8";
#descriptionText[b-cr14wlveta] {
  width: 100%;
  margin: 0px 0px 9px 0px;
  color: aquamarine;
}

#buttonsContainer[b-cr14wlveta] {
  width: 100%;
  background: #181818;
  padding: 7px;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px;
}

.card[b-cr14wlveta] {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  padding: 15px 6px 6px 6px;
  background: rgb(68, 86, 97);
  color: azure;
  max-width: 100%;
}

#containerEditors[b-cr14wlveta] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #303030;
  padding: 9px;
}
#containerEditors #labelField[b-cr14wlveta] {
  max-width: 320px;
  width: 100px;
  margin-right: 9px;
}
#containerEditors #dateControl[b-cr14wlveta] {
  max-width: 160px;
  margin-right: 12px;
}
#containerEditors select[b-cr14wlveta] {
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #f2f2f2;
  max-width: calc(100% - 50px);
}
#containerEditors select option[b-cr14wlveta] {
  background-color: #181818;
  color: #fff;
}

.cool-button[b-cr14wlveta] {
  /* width: 90px;*/
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 5px 20px;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-cr14wlveta] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-cr14wlveta] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.inNumber[b-cr14wlveta] {
  width: 100px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #007bff;
  border-radius: 5px;
  background-color: #282828;
  color: #ccc;
  outline: none;
}
.inNumber:focus[b-cr14wlveta] {
  border-color: lightblue;
  box-shadow: 0 0 5px lightcyan;
}
.inNumber:hover[b-cr14wlveta] {
  border-color: #0056b3;
}
.inNumber:disabled[b-cr14wlveta] {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}

input[type=text][b-cr14wlveta] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
input[type=text]:focus[b-cr14wlveta] {
  border-color: #007bff; /* Blue focus color */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}
input[type=text][b-cr14wlveta]::placeholder {
  color: #aaa;
}

#containerEditors[b-cr14wlveta] {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#labelField[b-cr14wlveta] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  min-width: 120px;
}

#autocompleteResults[b-cr14wlveta] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 160px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 4px;
  background-color: #181818;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 4px;
  list-style-type: none; /* Removes bullets */
}
#autocompleteResults li[b-cr14wlveta] {
  padding: 10px;
  margin: 0; /* Remove any default margin */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#autocompleteResults li:hover[b-cr14wlveta] {
  outline: 1px dashed red;
}
#autocompleteResults li:active[b-cr14wlveta] {
  background-color: #007bff;
  color: #fff;
}

/* Optional: Add a clear button inside the input */
input[type=text][b-cr14wlveta]::after {
  content: "×";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #282828;
  font-size: 18px;
  display: none;
}

input[type=text]:not(:empty)[b-cr14wlveta]::after {
  display: block;
}
/* _content/SunttelECommercePlatform/Components/TransactionRecordEditos/DateEditor.razor.rz.scp.css */
#descriptionText[b-1w2e6c9ulq] {
  width: 100%;
  margin: 0px 0px 9px 0px;
  color: aquamarine;
}

#buttonsContainer[b-1w2e6c9ulq] {
  width: 100%;
  background: #181818;
  padding: 7px;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px;
}

.card[b-1w2e6c9ulq] {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  padding: 15px 6px 6px 6px;
  background: rgb(68, 86, 97);
  color: azure;
}

#containerEditors[b-1w2e6c9ulq] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #303030;
  padding: 9px;
}
#containerEditors #labelField[b-1w2e6c9ulq] {
  max-width: 320px;
  margin-right: 9px;
}
#containerEditors #dateControl[b-1w2e6c9ulq] {
  max-width: 160px;
  margin-right: 12px;
}

.cool-button[b-1w2e6c9ulq] {
  /* width: 90px;*/
  display: inline-flex;
  align-items: center;
  /*background-color: #007BFF;*/
  background-image: linear-gradient(900deg, rgb(13, 80, 97) 30%, #00ccff 90%);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 5px 20px;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(119, 119, 119, 0.9);
}
.cool-button:hover[b-1w2e6c9ulq] {
  /*background-color: #0056b3;*/
  background-image: linear-gradient(900deg, rgb(68, 86, 97) 30%, #a3cce6 80%);
  /*font-size: 1.1em;*/
  color: aqua;
}
.cool-button .button-icon[b-1w2e6c9ulq] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
/* _content/SunttelECommercePlatform/Components/WaitingProcessIndicator.razor.rz.scp.css */
*[b-4wxqrr7s1q] {
    margin: 0;
    width: 100%;
    /*background-color: white;*/
    display: flex;
    align-content: center;

}

#waitingImg[b-4wxqrr7s1q] {
    width: 140px;
    
    margin: auto;
}

#loadingContainer[b-4wxqrr7s1q] {
    display: block;
}

#loadingContainer h2[b-4wxqrr7s1q] {
    width: 100%;
    margin: auto;
}

#labelText[b-4wxqrr7s1q] {
    display: block;
    margin: auto;
    padding:0px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    width: 100%;
    

}
