/* _content/SunttelEcommerceSalesApp/Components/Account/Pages/Login.razor.rz.scp.css */
.form-cnt[b-h03d6rl3rz] {
  width: 100%;
  background-color: var(--grl-bk-color);
  opacity: 0.8;
  padding: 11px;
  border-radius: 15px;
}

.log-in-cnt[b-h03d6rl3rz] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 300px);
  width: 100%;
  /*background-color: red;*/
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  background-blend-mode: normal;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.inner-link-nav a[b-h03d6rl3rz] {
  color: var(--inner-link-navigation-color);
}
.inner-link-nav a:hover[b-h03d6rl3rz] {
  color: var(--inner-link-navigation-color-hov);
}
.inner-link-nav a:visited[b-h03d6rl3rz] {
  color: var(--inner-link-navigation-color);
}

.remaind-me-custom[b-h03d6rl3rz] {
  color: var(--inner-link-navigation-color);
}
/* _content/SunttelEcommerceSalesApp/Components/Account/Pages/Manage/Index.razor.rz.scp.css */
#RolesContainer label[b-g1soyvh9f3] {
  color: var(--inner-page-fc);
}

.frm-container button[b-g1soyvh9f3] {
  margin: 11px 0 11px 0;
}
/* _content/SunttelEcommerceSalesApp/Components/Account/Pages/Register.razor.rz.scp.css */
.registry-cnt[b-6i4rgkptdk] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 300px);
  width: 100%;
  background-color: var(--home-bk-color);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  background-blend-mode: normal;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#AddressContainer[b-6i4rgkptdk] {
  max-width: 620px;
}

.form-container[b-6i4rgkptdk] {
  display: grid;
  width: 100%;
  background-color: var(--grl-bk-color);
  background-blend-mode: color;
  opacity: 0.8;
  flex-direction: column;
  align-content: center;
  padding: 50px 10px 50px 10px;
}

.formElemntsContainer[b-6i4rgkptdk] {
  display: grid;
  grid-template-columns: 1fr; /* Default to one column */
  max-width: 1000px;
  margin: auto;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 11px;
}
@media (min-width: 768px) {
  .formElemntsContainer[b-6i4rgkptdk] {
    grid-template-columns: 1fr 1fr 1fr; /* Three columns for medium and larger screens */
    gap: 10px; /* Optional: add some space between columns */
  }
}

.hiden-section[b-6i4rgkptdk] {
  display: none !important;
}

.form-container[b-6i4rgkptdk] {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: left;
  align-content: center;
}
.form-container .custom-editform[b-6i4rgkptdk] {
  background-color: #f9f9f9;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #ddd;
  flex-direction: column;
  align-content: center;
}
.form-container .custom-editform .form-floating.mb-3[b-6i4rgkptdk] {
  margin: 0px;
  padding: 0;
}
.form-container .custom-editform .form-floating.mb-3 .form-control[b-6i4rgkptdk] {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .form-container .custom-editform .form-floating[b-6i4rgkptdk] {
    flex: 1 1 100%;
    padding: 0.5rem;
  }
  .form-container .custom-editform .form-floating.mb-3[b-6i4rgkptdk] {
    margin-bottom: 1rem;
  }
}
.form-container .custom-editform #customSpecsContainer[b-6i4rgkptdk] {
  margin: 15px auto;
}

.upperRowForm[b-6i4rgkptdk] {
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 50px;
}

.custom-editform input[b-6i4rgkptdk] {
  width: 100%;
  padding: 0px;
  margin: 1px 0;
  box-sizing: border-box;
}

/* Define a container class for your input file if needed */
.file-input-container[b-6i4rgkptdk] {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

/* Style the file input */
#Rut[type=file][b-6i4rgkptdk] {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
#Rut[type=file]:hover[b-6i4rgkptdk] {
  border-color: #888;
}
#Rut[type=file]:focus[b-6i4rgkptdk] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Hide the file input by default */
#Rut[type=file][b-6i4rgkptdk] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* Custom label for the file input */
.custom-file-label[b-6i4rgkptdk] {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.custom-file-label:hover[b-6i4rgkptdk] {
  background-color: #f0f0f0;
}

/* When the input is focused, style the label */
#Rut[type=file]:focus + .custom-file-label[b-6i4rgkptdk] {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Cool and Modern Style for form-check-input */
.form-check-input[b-6i4rgkptdk] {
  position: relative;
  width: 1.25rem;
  background-size: contain;
  height: 1.55rem;
  margin: auto;
  margin-top: 0.3rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  appearance: none;
  -webkit-print-color-adjust: exact;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-input:checked[b-6i4rgkptdk] {
  background-color: #f4b300;
  border-color: #c1c1c1;
}
.form-check-input:checked[b-6i4rgkptdk]::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.9rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-check-input:focus[b-6i4rgkptdk] {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-check-input:hover[b-6i4rgkptdk] {
  border-color: #0056b3;
}

.form-check[b-6i4rgkptdk] {
  display: flex;
  flex-direction: column;
  width: 110px;
  text-align: center;
  align-items: center;
}

/* Style for the form-check-label */
.form-check-label[b-6i4rgkptdk] {
  cursor: pointer;
  user-select: none;
  width: fit-content;
  text-align: center;
  color: var(--inner-page-fc);
}

#RolesContainer[b-6i4rgkptdk] {
  display: flex;
  flex-direction: row;
}

.container-plus-image[b-6i4rgkptdk] {
  display: grid;
  grid-template-columns: 1fr 4fr;
  margin: auto;
  max-width: 1000px;
  gap: 7px;
}
@media (max-width: 500px) {
  .container-plus-image[b-6i4rgkptdk] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.container-plus-image .profile-img-container[b-6i4rgkptdk] {
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 7px;
  border-radius: 11px;
  border: 1px solid #ddd;
  align-content: center;
  align-items: center;
}

.lbl-profile-img[b-6i4rgkptdk] {
  color: var(--iner-page-subtitle-fc);
  font-family: var(--iner-page-subtitle-ff);
  font-size: var(--iner-page-subtitle-fs);
}

.invitation-code-err-cnt[b-6i4rgkptdk] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.invitation-code-err-cnt h1[b-6i4rgkptdk] {
  color: var(--iner-page-subtitle-fc);
  font-family: var(--iner-page-subtitle-ff);
  font-size: var(--iner-page-subtitle-fs);
}

p[b-6i4rgkptdk] {
  color: var(--inner-page-fc);
  font-family: var(--inner-page-ff);
  font-size: var(--inner-page-fs);
}
/* _content/SunttelEcommerceSalesApp/Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
p[b-mtovjfsm51] {
  color: var(--inner-page-fc);
  font-family: var(--inner-page-ff);
  font-size: var(--inner-page-fs);
}
/* _content/SunttelEcommerceSalesApp/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
/* _content/SunttelEcommerceSalesApp/Components/AddressView/AddressView.razor.rz.scp.css */
.hiden-section[b-4i1nfl7mmr] {
  display: none;
}

.address-list[b-4i1nfl7mmr] {
  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-4i1nfl7mmr] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.address-list li[b-4i1nfl7mmr] {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.address-list li:hover[b-4i1nfl7mmr] {
  transform: translateX(5px);
}
.address-list label[b-4i1nfl7mmr] {
  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-4i1nfl7mmr] {
  background-color: #e9ecef;
}
.address-list input[type=radio][b-4i1nfl7mmr] {
  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-4i1nfl7mmr] {
  background-color: #007bff;
  box-shadow: inset 0 0 0 4px white;
}
.address-list .address-name[b-4i1nfl7mmr] {
  font-size: 16px;
  color: #495057;
}

#AddresNameContainer[b-4i1nfl7mmr] {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  margin: auto;
}
#AddresNameContainer #address-display-container[b-4i1nfl7mmr] {
  display: flex;
  flex-direction: row;
  margin: auto;
  vertical-align: middle;
}
#AddresNameContainer #address-display-container h2[b-4i1nfl7mmr] {
  font-size: var(--iner-page-subtitle-fs);
  font-weight: bold;
  color: var(--iner-page-subtitle-fc);
  width: 100%;
  margin-right: 7px;
}
#AddresNameContainer .rowCommands[b-4i1nfl7mmr] {
  flex: 1;
  height: 100%;
  margin: 0 0 0 3px;
  display: flex;
  flex-direction: row;
  text-align: right;
  gap: 3px;
}
#AddresNameContainer .rowCommands .col[b-4i1nfl7mmr] {
  padding: 0;
}
#AddresNameContainer .rowCommands .btnAddress[b-4i1nfl7mmr] {
  padding: 3px;
  margin: auto;
  width: 100%;
  max-width: 130px;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#AddresEditorContainer h2[b-4i1nfl7mmr] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #484848;
}
#AddresEditorContainer .form-label[b-4i1nfl7mmr] {
  color: var(--inner-page-fc);
}

.btnAddress[b-4i1nfl7mmr] {
  background-color: #d2d2d2;
  color: #121212;
  margin: auto;
  margin-right: 5px;
}
.btnAddress:hover[b-4i1nfl7mmr] {
  background-color: #f2f2f2;
  border-color: lightblue;
}

#applyContainer[b-4i1nfl7mmr] {
  margin-top: 7px;
  display: flex;
}
/* _content/SunttelEcommerceSalesApp/Components/Agent/AgentCoordinator.razor.rz.scp.css */
.agentResponseTest[b-lwg3atbmj3] {
  width: 100%;
  height: 100px;
  background-color: red;
}
/* _content/SunttelEcommerceSalesApp/Components/Agent/AgentListener.razor.rz.scp.css */
body[b-8iavzeikv7] {
  background-color: red;
}

#chkSearchType[b-8iavzeikv7] {
  visibility: hidden;
}

.agentResponseTest[b-8iavzeikv7] {
  background-color: greenyellow;
}

#searchControlContainer[b-8iavzeikv7] {
  width: 90%;
  /*background-color: #292929;*/
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  vertical-align: central;
  margin: auto;
  border-radius: 12px;
}
#searchControlContainer .search-type[b-8iavzeikv7] {
  display: flex;
  vertical-align: central;
  flex-direction: row;
  margin: auto;
}
#searchControlContainer .search-type .search-type-label[b-8iavzeikv7] {
  margin-left: 0.5rem;
  color: lightcyan;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  #searchControlContainer .search-type[b-8iavzeikv7] {
    margin-right: 1rem;
  }
}
#searchControlContainer .search-input[b-8iavzeikv7] {
  flex-grow: 1;
  display: flex;
  position: relative;
}
#searchControlContainer .search-input input[b-8iavzeikv7] {
  width: 100%;
  padding: 0.75rem 1rem;
  /* border: 1px solid #e0e0e0;*/
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#searchControlContainer .search-input input:focus[b-8iavzeikv7] {
  outline: none;
  /*  border-color: #10898d;*/
}

input[b-8iavzeikv7] {
  border-radius: 12px;
}

#searchInputContainer[b-8iavzeikv7] {
  margin: auto;
  margin-left: 5px;
  flex: 1;
}
#searchInputContainer input[b-8iavzeikv7] {
  width: 100%;
  /*box-sizing: border-box; // Ensures padding and border are included in the width*/
}

#buttonContainer[b-8iavzeikv7] {
  margin: auto;
  margin-left: 9px;
  flex: 0 0 70px;
}

scssCopy.search-container[b-8iavzeikv7] {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
  background-color: #ffffff;
  border-radius: 50px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
  display: flex;
  flex-direction: column;
  padding: 1rem;
  transition: box-shadow 0.3s ease;
}
scssCopy.search-container:hover[b-8iavzeikv7] {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  scssCopy.search-container[b-8iavzeikv7] {
    flex-direction: row;
    align-items: center;
  }
}

.search-type-label[b-8iavzeikv7] {
  margin-left: 0.5rem;
  color: #333;
  font-size: 0.9rem;
}

.search-input[b-8iavzeikv7] {
  flex-grow: 1;
  display: flex;
  position: relative;
}
.search-input input[b-8iavzeikv7] {
  width: 100%;
  padding: 0.75rem 1rem;
  /* border: 1px solid #e0e0e0;*/
  border-radius: 15px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.search-input input:focus[b-8iavzeikv7] {
  outline: none;
  border-color: #10898d;
}

.search-button[b-8iavzeikv7] {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #10898d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.search-button:hover[b-8iavzeikv7] {
  background-color: #0b5c5f;
}

.switch[b-8iavzeikv7] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.slider[b-8iavzeikv7] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -5px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 14px;
}

.slider[b-8iavzeikv7]:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider[b-8iavzeikv7] {
  background-color: #fda724;
}

input:checked + .slider[b-8iavzeikv7]:before {
  transform: translateX(26px);
}
/* _content/SunttelEcommerceSalesApp/Components/Agent/AgentSpeaker.razor.rz.scp.css */
/* Blinking cursor effect */
#GeneralOrdersDivContainerAgent[b-1hjxtk1inh] {
  width: 400px;
  height: fit-content;
  max-height: 320px;
  color: black;
  border-radius: 0 0 7px 7px;
  padding: 7px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  background-color: var(--agent-bk-color);
}
@media (max-width: 500px) {
  #GeneralOrdersDivContainerAgent[b-1hjxtk1inh] {
    top: 200px;
    left: 7px;
    background-color: white;
    opacity: 0.97;
    z-index: -1;
  }
}
#GeneralOrdersDivContainerAgent .agent-avatar-container img[b-1hjxtk1inh] {
  max-height: 100px;
  opacity: 0.97;
}

#GeneralOrdersDivContainerAgent.agent-close[b-1hjxtk1inh] {
  width: 100px;
}

.progress-bar-value[b-1hjxtk1inh] {
  flex: 1;
  align-content: center;
  margin: auto;
}
.progress-bar-value img[b-1hjxtk1inh] {
  max-width: 100px;
}

#AgentTextContainer[b-1hjxtk1inh] {
  padding: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  overflow-y: auto;
}

.draggable[b-1hjxtk1inh] {
  position: absolute;
}
.draggable.hidden[b-1hjxtk1inh] {
  display: none;
}
.draggable .drag-handle[b-1hjxtk1inh] {
  height: fit-content;
  width: 100%;
  background-color: #d7e1e9;
  border-radius: 7px 7px 0 0;
  padding-left: 11px;
  cursor: move;
}
.draggable .drag-handle:hover[b-1hjxtk1inh] {
  outline: 1px solid white;
}
.draggable .close-button[b-1hjxtk1inh] {
  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;
}
.draggable .close-button:hover[b-1hjxtk1inh] {
  color: red;
}

@keyframes blink-caret-b-1hjxtk1inh {
  from, to {
    border-color: white;
  }
  50% {
    border-color: black;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/AnimatedPointer.razor.rz.scp.css */
.arrow-container[b-kvaa1nochw] {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.arrow[b-kvaa1nochw] {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid red;
  animation: bounce-b-kvaa1nochw 2s infinite;
}

@keyframes bounce-b-kvaa1nochw {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.arrow-text[b-kvaa1nochw] {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 1.5em;
  background: #f0f0f0;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  animation: fadeIn-b-kvaa1nochw 3s;
  white-space: nowrap;
}

.arrow-text[b-kvaa1nochw]::before, .arrow-text[b-kvaa1nochw]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.arrow-text[b-kvaa1nochw]::before {
  border-color: rgba(240, 240, 240, 0);
  border-bottom-color: #f0f0f0;
  border-width: 10px;
  margin-left: -10px;
}

.arrow-text[b-kvaa1nochw]::after {
  border-color: rgba(240, 240, 240, 0);
  border-bottom-color: #f0f0f0;
  border-width: 8px;
  margin-left: -8px;
}

@keyframes fadeIn-b-kvaa1nochw {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/AppAgent/SunnyECommerceBody.razor.rz.scp.css */
#ECommerceAgentContainer[b-qy9qesoiqu] {
  max-width: 440px;
  min-width: 420px;
  height: fit-content;
  max-height: 320px;
  color: var(--agent-fnt-color);
  border-radius: 0 0 0px 0px;
  padding: 7px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  background-color: var(--agent-bk-color);
}
@media (max-width: 500px) {
  #ECommerceAgentContainer[b-qy9qesoiqu] {
    top: 200px;
    left: 7px;
    background-color: white;
    opacity: 0.97;
    z-index: -1;
  }
}
#ECommerceAgentContainer .agent-avatar-container img[b-qy9qesoiqu] {
  max-height: 100px;
  opacity: 0.97;
}

#AgentTextContainer[b-qy9qesoiqu] {
  padding: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  overflow-y: auto;
  color: var(--agent-fnt-color);
  background-color: var(--agent-bk-color);
}

.draggable[b-qy9qesoiqu] {
  position: absolute;
  max-width: 450px;
  background-color: var(--agent-bk-color);
  height: fit-content;
  max-height: 420px;
  border-radius: 7px 7px 0 0;
  z-index: 100000;
}
.draggable.hidden[b-qy9qesoiqu] {
  display: none;
}
.draggable .drag-handle[b-qy9qesoiqu] {
  height: fit-content;
  width: 100%;
  background-color: #FF00FF;
  background-image: linear-gradient(45deg, var(--agent-drg-bk-color1) 30%, var(--agent-drg-bk-color2) 90%);
  padding-left: 11px;
  cursor: move;
  border-radius: 7px 7px 0 0;
  color: var(--agent-drg-fnt-color);
}
.draggable .drag-handle:hover[b-qy9qesoiqu] {
  outline: 1px solid white;
  border-radius: 7px 7px 0 0;
}
.draggable .close-button[b-qy9qesoiqu] {
  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-qy9qesoiqu] {
  color: red;
}

@keyframes blink-caret-b-qy9qesoiqu {
  from, to {
    border-color: white;
  }
  50% {
    border-color: black;
  }
}
img[b-qy9qesoiqu] {
  width: 110px;
  height: auto;
}

.input-agent-cnt[b-qy9qesoiqu] {
  display: flex;
  border-radius: 0 0 7px 7px;
  padding: 7px;
  border: 1px solid #808080;
  background-color: var(--agent-bk-color);
}
.input-agent-cnt .message-input[b-qy9qesoiqu] {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: var(--agent-bk-color);
  color: var(--agent-fnt-color);
}
.input-agent-cnt .send-button[b-qy9qesoiqu] {
  padding: 10px 15px;
  background-color: #0b506c;
  color: white;
  border: none;
  cursor: pointer;
}
.input-agent-cnt .send-button:hover[b-qy9qesoiqu] {
  background-color: rgb(0, 163.2, 204);
}

.cust-agent-btn[b-qy9qesoiqu] {
  color: #ccc;
  border: 1px dashed lightblue;
  border-radius: 0 7px 7px 0;
}
.cust-agent-btn:hover[b-qy9qesoiqu] {
  color: #FF00FF;
  border: 1px dashed #FF00FF;
}

.thinking-legend[b-qy9qesoiqu] {
  width: 100%;
  height: 100%;
  color: #ccc;
  font-size: 2rem;
}

.agent-sleeping[b-qy9qesoiqu] {
  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-qy9qesoiqu]::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 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-qy9qesoiqu] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  animation: floaty 3s ease-in-out infinite;
  border-radius: 50%;
}
/* _content/SunttelEcommerceSalesApp/Components/ArrowsController.razor.rz.scp.css */
/* _content/SunttelEcommerceSalesApp/Components/AutomaticForms/DisabledRelatedField.razor.rz.scp.css */
.disabled-field-cnt[b-jh3aet7x3u] {
  display: flex;
  flex-direction: column;
}
.disabled-field-cnt .lblFieldText[b-jh3aet7x3u] {
  padding: 3px;
}
/* _content/SunttelEcommerceSalesApp/Components/AutomaticForms/LegendRibbon.razor.rz.scp.css */
.legend-container[b-n1rm7b2hg6] {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--bg-warning-color);
}

.legend-ribbon[b-n1rm7b2hg6] {
  display: flex;
  animation: move-left-b-n1rm7b2hg6 20s linear infinite;
}

.legend-item[b-n1rm7b2hg6] {
  padding: 0 20px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}

@keyframes move-left-b-n1rm7b2hg6 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* _content/SunttelEcommerceSalesApp/Components/AutomaticForms/MasterTableDocument.razor.rz.scp.css */
#DocumentContainer[b-gkppgxhfbi] {
  position: relative;
  z-index: 5;
  max-width: 100%;
  width: 98%;
  height: calc(100vh - 200px);
  max-height: fit-content;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  z-index: 1;
}

#HeadDocument[b-gkppgxhfbi] {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  z-index: 1;
  overflow-x: auto;
}
#HeadDocument .grid-container[b-gkppgxhfbi] {
  flex: 4;
}
#HeadDocument #ImageContainer[b-gkppgxhfbi] {
  display: flex;
  position: relative;
  flex: 1;
  max-width: 500px;
}

#DetailsDocument[b-gkppgxhfbi] {
  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-gkppgxhfbi]::-webkit-scrollbar {
  width: 12px;
}
#DetailsDocument[b-gkppgxhfbi]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#DetailsDocument[b-gkppgxhfbi]::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
#DetailsDocument[b-gkppgxhfbi]::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.grid-container[b-gkppgxhfbi] {
  display: flex;
  flex: 1;
  position: relative;
  flex-wrap: wrap;
  padding: 3px;
  row-gap: 5px;
  column-gap: 15px;
}
.grid-container .grid-item[b-gkppgxhfbi] {
  flex: 1 0 19.6%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
  padding: 4px;
  background-color: #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.grid-container .grid-item .propertyTitle[b-gkppgxhfbi] {
  color: #212121;
  margin-bottom: 5px;
}
.grid-container .grid-item .propertyInput[b-gkppgxhfbi] {
  max-width: 100%;
  height: 100%;
  max-height: 40px;
}
.grid-container .grid-item input[type=text][b-gkppgxhfbi],
.grid-container .grid-item input[type=datetime][b-gkppgxhfbi],
.grid-container .grid-item input[type=time][b-gkppgxhfbi],
.grid-container .grid-item input[type=date][b-gkppgxhfbi],
.grid-container .grid-item input[type=number][b-gkppgxhfbi],
.grid-container .grid-item input[type=tel][b-gkppgxhfbi],
.grid-container .grid-item input[type=file][b-gkppgxhfbi] {
  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: #ccc; /* A dark grey background instead of pure black */
  color: #181818;
  -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-gkppgxhfbi],
.grid-container .grid-item input[type=datetime]:focus[b-gkppgxhfbi],
.grid-container .grid-item input[type=time]:focus[b-gkppgxhfbi],
.grid-container .grid-item input[type=date]:focus[b-gkppgxhfbi],
.grid-container .grid-item input[type=number]:focus[b-gkppgxhfbi],
.grid-container .grid-item input[type=tel]:focus[b-gkppgxhfbi],
.grid-container .grid-item input[type=file]:focus[b-gkppgxhfbi] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.grid-container .grid-item input [type=datetime][b-gkppgxhfbi],
.grid-container .grid-item input[type=time][b-gkppgxhfbi],
.grid-container .grid-item input[type=date][b-gkppgxhfbi],
.grid-container .grid-item input[type=number][b-gkppgxhfbi] {
  max-width: 180px;
}
.grid-container .grid-item input[type=date][b-gkppgxhfbi]::-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-gkppgxhfbi]::-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-gkppgxhfbi]::-webkit-clear-button {
  display: none;
}
.grid-container .grid-item input[type=date][b-gkppgxhfbi]::-webkit-inner-spin-button {
  display: none;
}
.grid-container .grid-item input[type=number][b-gkppgxhfbi] {
  max-width: 180px;
}
.grid-container .grid-item .addressInputContainer[b-gkppgxhfbi] {
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.grid-container .grid-item .addressInputContainer img[b-gkppgxhfbi] {
  width: 40px;
  background: #00ccff;
  border-radius: 0 10px 10px 0;
}
.grid-container .grid-item .addressInputContainer input[type=text][b-gkppgxhfbi] {
  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-gkppgxhfbi] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.grid-container .grid-item.double-width[b-gkppgxhfbi] {
  flex: 1 0 49%;
}

input[b-gkppgxhfbi] {
  background-color: #fff;
  color: #333;
}

.grid-container .grid-item input[id=inputName].double-width[b-gkppgxhfbi] {
  flex: 1 0 49%; /* Takes up 2 spaces in the grid */
}

.selectorcontainer[b-gkppgxhfbi] {
  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-gkppgxhfbi] {
  color: #c1c1c1;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

SunttelSelectorAuxTable[b-gkppgxhfbi] {
  margin: auto;
}

/* The switch - the box around the slider */
.toggle-switch[b-gkppgxhfbi] {
  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-gkppgxhfbi] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider[b-gkppgxhfbi] {
  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-gkppgxhfbi]: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-gkppgxhfbi] {
  background-color: #2196F3; /* Background color when checked */
}

input:focus + .slider[b-gkppgxhfbi] {
  box-shadow: 0 0 1px #2196F3; /* Box shadow when focused */
}

input:checked + .slider[b-gkppgxhfbi]:before {
  -webkit-transform: translateX(26px); /* Move the slider button when checked */
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-gkppgxhfbi] {
  border-radius: 34px; /* Round borders of the slider */
}

.slider.round[b-gkppgxhfbi]:before {
  border-radius: 50%; /* Round shape of the slider button */
}

.nav-link[b-gkppgxhfbi] {
  color: #00ccff;
  cursor: pointer;
}
.nav-link:hover[b-gkppgxhfbi] {
  color: fuchsia;
  text-decoration: overline;
}

#loadingDoccontainer[b-gkppgxhfbi] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0px;
  left: 0px;
  z-index: 30;
  align-items: center;
}
#loadingDoccontainer #loadingmessage[b-gkppgxhfbi] {
  flex-direction: column;
  margin: auto;
  width: 300px;
  height: 300px;
}
#loadingDoccontainer #loadingmessage #loadingico[b-gkppgxhfbi] {
  margin: auto;
  max-width: 220px;
  max-height: 120px;
}
#loadingDoccontainer #loadingmessage h1[b-gkppgxhfbi] {
  color: white;
}

.NotesTitle[b-gkppgxhfbi] {
  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-gkppgxhfbi] {
  height: fit-content;
  max-height: fit-content;
}

.special-section-cnt[b-gkppgxhfbi] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 11px;
}
.special-section-cnt .section-element[b-gkppgxhfbi] {
  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-gkppgxhfbi] {
  outline: 1px solid #00ccff;
}
.special-section-cnt .section-element label[b-gkppgxhfbi] {
  flex: 1;
  margin: auto;
  min-width: 140px;
}
.special-section-cnt .section-element input[b-gkppgxhfbi] {
  margin: auto;
}
.special-section-cnt .section-element input[type=text][b-gkppgxhfbi],
.special-section-cnt .section-element input[type=datetime][b-gkppgxhfbi],
.special-section-cnt .section-element input[type=time][b-gkppgxhfbi],
.special-section-cnt .section-element input[type=date][b-gkppgxhfbi],
.special-section-cnt .section-element input[type=number][b-gkppgxhfbi],
.special-section-cnt .section-element input[type=tel][b-gkppgxhfbi],
.special-section-cnt .section-element input[type=file][b-gkppgxhfbi] {
  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-gkppgxhfbi],
.special-section-cnt .section-element input[type=datetime]:focus[b-gkppgxhfbi],
.special-section-cnt .section-element input[type=time]:focus[b-gkppgxhfbi],
.special-section-cnt .section-element input[type=date]:focus[b-gkppgxhfbi],
.special-section-cnt .section-element input[type=number]:focus[b-gkppgxhfbi],
.special-section-cnt .section-element input[type=tel]:focus[b-gkppgxhfbi],
.special-section-cnt .section-element input[type=file]:focus[b-gkppgxhfbi] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.special-section-cnt .section-element-notes[b-gkppgxhfbi] {
  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-gkppgxhfbi] {
  outline: 1px solid #00ccff;
}
.special-section-cnt .section-element-notes .NotesTitle[b-gkppgxhfbi] {
  color: white;
}
/* _content/SunttelEcommerceSalesApp/Components/AutomaticForms/SunttelNotesComponent.razor.rz.scp.css */
.body[b-ypwqamp7w3] {
  height: 100%;
}

.editor-container[b-ypwqamp7w3] {
  border: 1px solid #ccc;
  padding: 10px;
}
.editor-container .editor-toolbar[b-ypwqamp7w3] {
  background-color: #f5f5f5;
  padding: 5px;
}
.editor-container .editor-toolbar button[b-ypwqamp7w3] {
  margin-right: 5px;
}
.editor-container .editor-content[b-ypwqamp7w3] {
  min-height: 200px;
  border: 1px solid #ccc;
  padding: 5px;
}

#NotesContainer[b-ypwqamp7w3] {
  height: calc(100% - 70px);
}
#NotesContainer .richTextCssClass[b-ypwqamp7w3] {
  height: 100%;
}

.e-richtexteditor[b-ypwqamp7w3] {
  height: 100%;
}
/* _content/SunttelEcommerceSalesApp/Components/AutomaticForms/SunttelRecordInfoComponent.razor.rz.scp.css */
.body[b-elt17oka7f] {
  padding: 12px;
}

.container-fluid[b-elt17oka7f] {
  height: calc(100% - 70px);
  background-color: #0D0208;
  border-radius: 15px;
}

.field-label[b-elt17oka7f] {
  width: 180px;
}

.field-value[b-elt17oka7f] {
  width: 100%;
  color: #008F11;
}
/* _content/SunttelEcommerceSalesApp/Components/AutomaticForms/SunttelSelectorAuxTable.razor.rz.scp.css */
.general-container-selector[b-mv8404de7y] {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.general-container-selector .search-item-edit[b-mv8404de7y] {
  display: flex;
  outline: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}
.general-container-selector .search-item-edit label[b-mv8404de7y] {
  flex: 1;
  cursor: pointer;
}
.general-container-selector .search-item-edit .btn-open-dlg[b-mv8404de7y] {
  background-color: #368ebb;
  flex: 0;
  max-height: 2rem;
}
.general-container-selector .hide-panel[b-mv8404de7y] {
  display: none;
}
.general-container-selector .search-ctrls-cnt[b-mv8404de7y] {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  background-color: #ccc;
}
.general-container-selector .search-ctrls-cnt .btn-search-selector[b-mv8404de7y] {
  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-mv8404de7y] {
  cursor: pointer;
  border-radius: 7px 0 0 7px;
  background-color: #ccc;
  color: #aaa;
  font-family: poppins;
}
.general-container-selector .lst-search[b-mv8404de7y] {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 2.4rem;
  display: flex;
  z-index: 1001;
  background-color: #ccc;
}
.general-container-selector .lst-search .ctrls-search[b-mv8404de7y] {
  width: 100%;
  display: flex;
  height: fit-content;
}
.general-container-selector .lst-search .ctrls-search select[b-mv8404de7y] {
  width: 100%;
  font-size: 1.1rem;
  padding: 3px;
  background-color: #ccc;
  color: #181818;
}
.general-container-selector .lst-search .search-info-state[b-mv8404de7y] {
  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-mv8404de7y] {
  margin: auto;
  color: black;
}
.general-container-selector .lst-search .waitng-bar-cont[b-mv8404de7y] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  background-color: #ccc;
}
.general-container-selector .lst-search .waitng-bar-cont img[b-mv8404de7y] {
  object-fit: cover;
}
.general-container-selector .hide-sel-lst[b-mv8404de7y] {
  display: none;
}

.general-container-selector:hover[b-mv8404de7y] {
  cursor: pointer;
  background-color: aqua;
  background-image: linear-gradient(60deg, #ccc 30%, #368ebb 100%);
}
/* _content/SunttelEcommerceSalesApp/Components/AutomaticForms/ToastNotifications.razor.rz.scp.css */
/* _content/SunttelEcommerceSalesApp/Components/DashboardWrapMenuBarECommerce.razor.rz.scp.css */
.container-addchart[b-eshc76m8h0] {
  display: flex;
  background-color: gray;
  height: 400px;
}

.internalMenuContainer[b-eshc76m8h0] {
  width: 100%;
}

.selectorsChartsAdd[b-eshc76m8h0] {
  position: relative;
  top: 15px;
  display: flex;
  background-color: lightblue;
  opacity: 0.95;
  padding: 6px;
  border-radius: 0 11px 11px 11px;
  outline: 1px solid #00d0ff;
  outline-offset: 5px;
  cursor: pointer;
  height: 100px;
  width: fit-content;
  z-index: 9000;
}
.selectorsChartsAdd .chartParameterGroup[b-eshc76m8h0] {
  margin: auto 5px;
  height: fit-content;
}
.selectorsChartsAdd .chartParameterGroup select[b-eshc76m8h0] {
  margin: 2px 7px;
  cursor: pointer;
}
.selectorsChartsAdd .chartParameterGroup select option[b-eshc76m8h0] {
  background-color: lightblue; /* This sets the background color of the dropdown list */
  color: #181818;
}
.selectorsChartsAdd .chartParameterGroup select:hover[b-eshc76m8h0] {
  color: darkblue;
}
.selectorsChartsAdd .chartParameterGroup select[value=""][b-eshc76m8h0] {
  color: red;
}

.internalMenuContainer ul[b-eshc76m8h0] {
  display: flex;
  vertical-align: middle;
  margin: auto;
}

.internalMenuContainer ul li[b-eshc76m8h0] {
  display: flex;
}

.menuElementE[b-eshc76m8h0] {
  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-eshc76m8h0] {
  transition: 1s all ease-in-out;
  color: #282828;
}

.menuElementE:hover .borderInfMenu[b-eshc76m8h0] {
  background-image: radial-gradient(#00ffff 0%, #ccc 100%);
}

.borderInfMenu[b-eshc76m8h0] {
  width: 100%;
  height: 4px;
  color: transparent;
  border: none;
}

select[b-eshc76m8h0] {
  margin: auto;
  background-color: #efefef;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #181818;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select:focus[b-eshc76m8h0] {
  border-color: black;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-eshc76m8h0] {
  border-color: #6c757d;
}
select option[b-eshc76m8h0] {
  background-color: lightblue;
  color: lightblue;
}

.btn:hover[b-eshc76m8h0] {
  border: 1px solid #80bdff;
}

.inner-menu[b-eshc76m8h0] {
  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-eshc76m8h0 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-eshc76m8h0] {
  min-width: fit-content;
  width: 100%;
}
.inner-menu .subnav-option .subnavbtn[b-eshc76m8h0] {
  height: 2rem;
  min-width: fit-content;
  white-space: nowrap;
  width: 100%;
}
.inner-menu .subnav-option:hover[b-eshc76m8h0] {
  filter: brightness(1.1);
}

.inner-menu.show[b-eshc76m8h0] {
  display: block;
}

.subnav-option[b-eshc76m8h0] {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}
.subnav-option .btnMenuOption[b-eshc76m8h0] {
  margin: auto;
  width: 100%;
  min-width: fit-content;
  color: white;
  white-space: nowrap;
  text-align: left;
}

@keyframes slideDown-b-eshc76m8h0 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
}
.inner-menu.selected-option[b-eshc76m8h0] {
  display: block;
}

.save-template-cnt[b-eshc76m8h0] {
  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-eshc76m8h0] {
  font-family: "poppins";
  margin-bottom: 10px;
}
.save-template-cnt input[b-eshc76m8h0] {
  width: 100%;
}
.save-template-cnt .cmd-save-template[b-eshc76m8h0] {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.save-template-cnt .cmd-save-template .btn-save-template[b-eshc76m8h0] {
  color: #fff;
  border-color: azure;
}
.save-template-cnt .cmd-save-template .btn-save-template:hover[b-eshc76m8h0] {
  border-color: #00ffff;
}

.save-template-cnt.show[b-eshc76m8h0] {
  display: flex;
}

.selector-template-cnt[b-eshc76m8h0] {
  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-eshc76m8h0] {
  font-family: "poppins";
  margin-bottom: 10px;
}
.selector-template-cnt input[b-eshc76m8h0] {
  width: 100%;
}
.selector-template-cnt .cmd-save-template[b-eshc76m8h0] {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.selector-template-cnt .cmd-save-template .btn-save-template[b-eshc76m8h0] {
  color: #fff;
  border-color: azure;
}
.selector-template-cnt .cmd-save-template .btn-save-template:hover[b-eshc76m8h0] {
  border-color: #00ffff;
}
.selector-template-cnt .select-template-cnt[b-eshc76m8h0] {
  width: 100%;
  font-family: "poppins";
  cursor: pointer;
}
.selector-template-cnt .select-template-cnt #selectorTemplate[b-eshc76m8h0] {
  width: 100%;
}
.selector-template-cnt .select-template-cnt #selectorTemplate option[b-eshc76m8h0] {
  background-color: #181818;
  color: #ccc;
  cursor: pointer;
}
/* _content/SunttelEcommerceSalesApp/Components/DisplayViewTypeSelector.razor.rz.scp.css */
span[b-l0g4pltmei] {
  color: rgba(0, 0, 16, 0.4);
  font-size: 70%;
}

.rating-container[b-l0g4pltmei] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.2rem 0.1rem;
  width: fit-content;
}

.rating-text p[b-l0g4pltmei] {
  color: rgba(0, 0, 16, 0.8);
  font-size: 1.3rem;
  padding: 0.3rem;
}

.rating[b-l0g4pltmei] {
  background-color: rgba(0, 0, 16, 0.8);
  padding: 0.4rem 0.4rem 0.1rem 0.4rem;
  border-radius: 2.2rem;
}

svg[b-l0g4pltmei] {
  fill: rgb(242, 242, 242);
  height: 2rem;
  width: 2rem;
  margin: 0.2rem;
}

.rating-form-2 svg[b-l0g4pltmei] {
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
}

#radios label[b-l0g4pltmei] {
  position: relative;
}

input[type=radio][b-l0g4pltmei] {
  position: absolute;
  opacity: 0;
}

input[type=radio] + svg[b-l0g4pltmei] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input + svg[b-l0g4pltmei] {
  cursor: pointer;
}

input[class=view-list]:hover + svg[b-l0g4pltmei],
input[class=view-list]:checked + svg[b-l0g4pltmei],
input[class=view-list]:focus + svg[b-l0g4pltmei] {
  fill: #ff0000;
}

input[class=view-carousel]:hover + svg[b-l0g4pltmei],
input[class=view-carousel]:checked + svg[b-l0g4pltmei],
input[class=view-carousel]:focus + svg[b-l0g4pltmei] {
  fill: #286ec4;
}

input[class=view-grid]:hover + svg[b-l0g4pltmei],
input[class=view-grid]:checked + svg[b-l0g4pltmei],
input[class=view-grid]:focus + svg[b-l0g4pltmei] {
  fill: rgb(232, 214, 0);
}

@media screen and (max-width: 650px) and (max-height: 700px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    font-size: 0.7rem;
  }
  header h1[b-l0g4pltmei] {
    font-size: 4em;
  }
  footer p[b-l0g4pltmei] {
    font-size: 2em;
  }
}
@media screen and (max-height: 700px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    font-size: 0.7rem;
  }
  header h1[b-l0g4pltmei] {
    font-size: 4em;
  }
  footer p[b-l0g4pltmei] {
    font-size: 2em;
  }
}
@media screen and (max-width: 650px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    font-size: 0.7rem;
  }
  header h1[b-l0g4pltmei] {
    font-size: 4em;
  }
  footer p[b-l0g4pltmei] {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) and (max-height: 550px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    font-size: 0.6rem;
  }
  header h1[b-l0g4pltmei] {
    font-size: 4.6em;
  }
  footer p[b-l0g4pltmei] {
    font-size: 3em;
  }
}
@media screen and (max-height: 550px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    font-size: 0.6rem;
  }
  header h1[b-l0g4pltmei] {
    font-size: 4.6em;
  }
  footer p[b-l0g4pltmei] {
    font-size: 3em;
  }
}
@media screen and (max-width: 450px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    font-size: 0.6rem;
  }
  header h1[b-l0g4pltmei] {
    font-size: 4.6em;
  }
  footer p[b-l0g4pltmei] {
    font-size: 3em;
  }
}
@media screen and (max-width: 400px) and (max-height: 500px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    height: 500px;
    width: 400px;
  }
}
@media screen and (max-height: 500px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    height: 500px;
  }
}
@media screen and (max-width: 400px) {
  body[b-l0g4pltmei],
  html[b-l0g4pltmei] {
    width: 400px;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/DraggableContainer.razor.rz.scp.css */
.draggable[b-svuymf93vp] {
  position: absolute;
  user-select: none;
  z-index: 9999;
  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: 500px;
  max-height: 800px;
  box-sizing: border-box;
}
.draggable.hidden[b-svuymf93vp] {
  display: none;
}
.draggable .drag-handle[b-svuymf93vp] {
  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-svuymf93vp] {
  outline: 1px solid gray;
}
.draggable .close-button[b-svuymf93vp] {
  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-svuymf93vp] {
  color: red;
}
.draggable .content[b-svuymf93vp] {
  min-width: 200px;
  min-height: 50px;
  padding: 5px;
  background-color: #313131;
  opacity: 0.95;
  border-radius: 0 0 9px 9px;
  height: 100%;
}

.resize-handle[b-svuymf93vp] {
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
/* _content/SunttelEcommerceSalesApp/Components/EntitiesUsersCustomSpecs.razor.rz.scp.css */
#CustomSpecsSetContainer[b-5jgihxgcf3] {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
}
#CustomSpecsSetContainer #titleCustomSpcesContainer[b-5jgihxgcf3] {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* Media Queries for responsive design */
@media (min-width: 768px) {
  #GeneralContainerServiceShop[b-5jgihxgcf3] {
    padding: 40px; /* Increased padding for larger screens */
  }
  #ServiceShopSearchcontainer[b-5jgihxgcf3] {
    flex-direction: row; /* Align items horizontally on larger screens */
  }
  #ServiceShopSearchcontainer .service-shop-label[b-5jgihxgcf3] {
    text-align: left; /* Left align label text */
  }
  #ServiceShopSearchcontainer .service-shop-select[b-5jgihxgcf3],
  #ServiceShopSearchcontainer .service-shop-button[b-5jgihxgcf3] {
    flex: none;
    width: auto; /* Auto width for larger screens */
  }
}
#CustomSpecsSetContainer[b-5jgihxgcf3] {
  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-5jgihxgcf3] {
    padding: 10px;
    max-width: 100%;
  }
}
#CustomSpecsSetContainer #CustomSpecsSet[b-5jgihxgcf3] {
  padding: 20px;
}
@media (max-width: 768px) {
  #CustomSpecsSetContainer #CustomSpecsSet[b-5jgihxgcf3] {
    padding: 10px;
  }
}
#CustomSpecsSetContainer #CustomSpecsSet ol[b-5jgihxgcf3] {
  list-style-type: none;
  padding: 0;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container[b-5jgihxgcf3] {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container[b-5jgihxgcf3] {
    flex-direction: column;
    align-items: flex-start;
  }
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .lblRequirement[b-5jgihxgcf3] {
  width: 100%;
  max-width: 320px;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .lblRequirement label[b-5jgihxgcf3] {
  min-width: 320px;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .RequirementValueContainer[b-5jgihxgcf3] {
  max-width: 400px;
}
#CustomSpecsSetContainer #CustomSpecsSet ol .requirement-container .RequirementValueContainer .form-control[b-5jgihxgcf3] {
  /* 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-5jgihxgcf3] {
    width: 100%;
  }
}

.RequirementValueContainer .form-control[b-5jgihxgcf3] {
  /* 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-5jgihxgcf3] {
  min-height: 100px;
  width: 100%; /* Ensure textarea takes full width */
}

select[b-5jgihxgcf3] {
  max-width: 300px;
}

input[type=checkbox][b-5jgihxgcf3] {
  width: 20px;
  height: 20px;
}

input[type=file][b-5jgihxgcf3] {
  background-color: #fff;
}

@media (max-width: 768px) {
  .requirement-container[b-5jgihxgcf3] {
    flex-direction: column;
  }
  .requirement-container label[b-5jgihxgcf3] {
    margin-bottom: 10px;
    width: 100%;
  }
  .requirement-container .form-control[b-5jgihxgcf3] {
    width: 100%;
  }
  .requirement-container input[type=file][b-5jgihxgcf3] {
    width: 100%;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/HelpDesk/HelpDeskCase.razor.rz.scp.css */
.customizeable-item-grl-cnt[b-wrv0wlys85] {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background-color: #808080;
  border-radius: 21px;
  padding: 21px;
}
.customizeable-item-grl-cnt .specs[b-wrv0wlys85] {
  position: relative;
  display: flex;
  width: fit-content;
  padding: 11px;
  align-content: flex-start;
  margin: auto;
}
@media (max-width: 800px) {
  .customizeable-item-grl-cnt .specs[b-wrv0wlys85] {
    flex-direction: column;
  }
}

.customizeable-item-container[b-wrv0wlys85] {
  display: flex;
  flex-direction: column;
  padding: 11px;
  width: fit-content;
  gap: 11px;
}
.customizeable-item-container .item-inf[b-wrv0wlys85] {
  display: flex;
}
.customizeable-item-container .ItemDescriptionContainer[b-wrv0wlys85] {
  position: relative;
  padding: 0 21px 0 21px;
  max-width: 520px;
}
.customizeable-item-container .ItemDescriptionContainer #ItemName[b-wrv0wlys85] {
  font-weight: bold;
  font-family: "poppins";
}
.customizeable-item-container .ItemDescriptionContainer #ItemPrice[b-wrv0wlys85] {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.customizeable-item-container .ItemDescriptionContainer #ItemPrice .sufix-unit-price[b-wrv0wlys85], .customizeable-item-container .ItemDescriptionContainer #ItemPrice .sufix-total-price[b-wrv0wlys85] {
  font-family: "Poppins";
  font-size: 1.1rem;
}

#AskServiceContainer[b-wrv0wlys85] {
  display: flex;
  flex-direction: column;
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 21px;
  height: fit-content;
}
@media (max-width: 768px) {
  #AskServiceContainer[b-wrv0wlys85] {
    margin-left: 1px;
    margin-right: 1px;
  }
}

#GeneralContainerServiceShop[b-wrv0wlys85] {
  display: flex;
  justify-content: center; /* Center the container horizontally */
  align-items: flex-start; /* Align the container at the top */
  padding: 20px; /* Optional padding */
  width: 100%; /* Full width */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer[b-wrv0wlys85] {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center;
  align-items: flex-start;
  gap: 5px; /* Adds space between flex items */
  margin: 10px 0;
  max-width: 900px; /* Optional max-width to constrain container width */
  width: 100%; /* Full width */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer #selector-container[b-wrv0wlys85] {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 11px;
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer #selector-container[b-wrv0wlys85] {
    flex-direction: column;
  }
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-label[b-wrv0wlys85] {
  flex: 1;
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: left; /* Align label text to the left */
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-label[b-wrv0wlys85] {
    white-space: normal;
  }
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select[b-wrv0wlys85] {
  flex: 2;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%; /* Full width */
  max-width: 900px; /* Max width for larger screens */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select:hover[b-wrv0wlys85] {
  border-color: #fda724;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select:focus[b-wrv0wlys85] {
  outline: none;
  border-color: #fda724;
  box-shadow: 0 0 0 3px rgba(253, 167, 36, 0.2);
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option[b-wrv0wlys85] {
  background-color: #fff;
  color: #333;
  padding: 10px;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option:hover[b-wrv0wlys85], #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option:focus[b-wrv0wlys85] {
  background-color: #fda724 !important;
  color: #fff !important;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-button[b-wrv0wlys85] {
  flex: 1;
  white-space: nowrap;
  background-color: #fda724;
  font-size: 1.1rem;
  color: white;
  width: 100%; /* Full width */
  max-width: fit-content;
  text-align: center; /* Center button text */
  padding: 0 21px 0 21px;
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-button[b-wrv0wlys85] {
    max-width: 500px; /* Max width for larger screens */
    padding: 11px;
  }
}

/* Media Queries for responsive design */
@media (min-width: 768px) {
  #GeneralContainerServiceShop[b-wrv0wlys85] {
    padding: 40px; /* Increased padding for larger screens */
  }
  #ServiceShopSearchcontainer[b-wrv0wlys85] {
    flex-direction: row; /* Align items horizontally on larger screens */
  }
  #ServiceShopSearchcontainer .service-shop-label[b-wrv0wlys85] {
    text-align: left; /* Left align label text */
  }
  #ServiceShopSearchcontainer .service-shop-select[b-wrv0wlys85],
  #ServiceShopSearchcontainer .service-shop-button[b-wrv0wlys85] {
    flex: none;
    width: auto; /* Auto width for larger screens */
  }
}
#ServiceInfoRequiredContainer[b-wrv0wlys85] {
  margin-left: 30px;
  padding: 20px;
  max-width: 500px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-content: flex-start;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer[b-wrv0wlys85] {
    padding: 10px;
    max-width: 100%;
  }
}
#ServiceInfoRequiredContainer .custom-specs-title[b-wrv0wlys85] {
  font-family: "poppins";
}
#ServiceInfoRequiredContainer #ServiceInfoRequired[b-wrv0wlys85] {
  padding: 20px;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired[b-wrv0wlys85] {
    padding: 10px;
  }
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol[b-wrv0wlys85] {
  list-style-type: none;
  padding: 0;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container[b-wrv0wlys85] {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container[b-wrv0wlys85] {
    flex-direction: column;
    align-items: flex-start;
  }
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .lblRequirement[b-wrv0wlys85] {
  flex: 30%;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .lblRequirement label[b-wrv0wlys85] {
  min-width: 220px;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer[b-wrv0wlys85] {
  flex: 70%;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer .form-control[b-wrv0wlys85] {
  /* 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) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer[b-wrv0wlys85] {
    width: 100%;
  }
}

#CatalogHandlerContainer[b-wrv0wlys85] {
  display: flex;
  height: 2rem;
  bottom: 0px;
  right: 0;
}
#CatalogHandlerContainer #commandsContainer[b-wrv0wlys85] {
  margin: auto;
}
#CatalogHandlerContainer #commandsContainer .btnAddToCart[b-wrv0wlys85] {
  margin-left: 5px;
  background-color: #f4b300;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
#CatalogHandlerContainer #commandsContainer .btnAddToCart:hover[b-wrv0wlys85] {
  outline: 2px solid #aaa;
}
#CatalogHandlerContainer input[b-wrv0wlys85] {
  max-width: 110px;
}

.imgForm[b-wrv0wlys85] {
  margin-top: 7px;
  max-width: 320px;
}

textarea.form-control[b-wrv0wlys85] {
  min-height: 100px;
  width: 100%; /* Ensure textarea takes full width */
}

select[b-wrv0wlys85] {
  max-width: 300px;
}

input[type=checkbox][b-wrv0wlys85] {
  width: 20px;
  height: 20px;
}

input[type=file][b-wrv0wlys85] {
  background-color: #fff;
}

@media (max-width: 768px) {
  .requirement-container[b-wrv0wlys85] {
    flex-direction: column;
  }
  .requirement-container label[b-wrv0wlys85] {
    margin-bottom: 10px;
    width: 100%;
  }
  .requirement-container .form-control[b-wrv0wlys85] {
    width: 100%;
  }
  .requirement-container input[type=file][b-wrv0wlys85] {
    width: 100%;
  }
}
.appointment-container[b-wrv0wlys85] {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.appointment-container h2[b-wrv0wlys85] {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #333;
}
.appointment-container .appointment-label[b-wrv0wlys85] {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  color: #555;
}
.appointment-container .appointment-input[b-wrv0wlys85] {
  width: 100%;
  padding: 10px;
  margin-top: 0.5em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s;
}
.appointment-container .appointment-input:focus[b-wrv0wlys85] {
  outline: none;
  border-color: #007acc;
}
.appointment-container .appointment-button[b-wrv0wlys85] {
  width: 100%;
  padding: 12px;
  margin-top: 2em;
  background-color: #007acc;
  color: white;
  font-size: 1em;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.appointment-container .appointment-button:hover[b-wrv0wlys85] {
  background-color: #005f99;
}
.appointment-container .appointment-button:focus[b-wrv0wlys85] {
  outline: none;
}
.appointment-container select[b-wrv0wlys85] {
  background-color: #f9f9f9;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
.appointment-container select:focus[b-wrv0wlys85] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.appointment-container select:hover[b-wrv0wlys85] {
  border-color: #6c757d;
}
.appointment-container select option[b-wrv0wlys85] {
  background-color: #777;
  color: #01c5f6;
}
/* _content/SunttelEcommerceSalesApp/Components/ImageUploader.razor.rz.scp.css */
.image-uploader[b-roajfy7r1e] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  cursor: pointer;
  margin: auto;
  display: flex;
}
.image-uploader label[b-roajfy7r1e] {
  color: var(--iner-page-subtitle-fc);
}

.upload-image[b-roajfy7r1e] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px dashed #cccccc;
  border-radius: 10px;
  transition: border-color 0.3s;
}

.upload-image:hover[b-roajfy7r1e] {
  border-color: #777777;
}
/* _content/SunttelEcommerceSalesApp/Components/InputTextSelector3.razor.rz.scp.css */
.input-text-selector[b-47dvud70cv] {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

    .input-text-selector.focused[b-47dvud70cv] {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .input-text-selector:focus-within[b-47dvud70cv] {
        outline: none;
    }

.item-edit[b-47dvud70cv] {
    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: #efefef;
    min-width: 100px;
    width: auto;
    height: auto;
    border-width: 0.1px;
}

    .item-edit img[b-47dvud70cv] {
        background-color: #efefef;
        border-radius: 4px;
        border-color: transparent;
        height: 30px;
        overflow: hidden;
    }

    .item-edit label[b-47dvud70cv] {
        font-size: 1.1rem;
    }


.position-input[b-47dvud70cv] {
    position: absolute;
    left: -15px;
}

.component-input[b-47dvud70cv] {
    background-color: lightgray;
    box-shadow: 0px 0px 8px gray;
    padding: 5px;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 278px;
    max-width: 278px;
    height: 55px;
}

    .component-input select[b-47dvud70cv] {
        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-47dvud70cv] {
        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-47dvud70cv] {
        background-color: #00cbfe;
        border-color: transparent;
        border-radius: 0px 10px 1px 0px;
        padding-top: 0px;
        color: white;
        height: 27px;
        width: 35px;
        margin-top: -43px;
        margin-left: 270px;
        position: absolute;
        box-shadow: inset 0px 20px 25px -25px gray;
    }

    .component-input #Success[b-47dvud70cv] {
        background-color: #00cbfe;
        border-color: transparent;
        border-radius: 0px 1px 10px 0px;
        color: white;
        height: 30px;
        width: 35px;
        margin-top: -16px;
        margin-left: 270px;
        x 1px 0px;
        position: absolute;
        box-shadow: inset 0px 20px 25px -20px white;
    }

    .component-input #btn-img[b-47dvud70cv] {
        margin-left: 0px;
        background-color: #c3c3c3;
        padding: 10px;
        height: auto;
        border-radius: 0px 5px 5px 0px;
    }

    .component-input p[b-47dvud70cv] {
        height: 20px;
        min-width: 25px;
        padding-left: 9px;
        padding-right: 9px;
        text-align: center;
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        top: -15px;
        left: -5px;
        box-shadow: 3px 0px 5px gray, inset 0px 0px 2px 1px white;
    }



.color-btn[b-47dvud70cv] {
    background-color: darkgray;
    color: white;
    border-radius: 5px;
    border-color: transparent;
    margin-left: 5px;
}
/* _content/SunttelEcommerceSalesApp/Components/LanguageSelector.razor.rz.scp.css */
select[b-vupcn0if87] {
  background-color: var(--navigation-bk-color);
  opacity: 0.85;
  border: 1px dashed var(--navigation-main-menu-item-color);
  /* border: 1px solid white;*/
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: var(--navigation-main-menu-item-color);
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select:focus[b-vupcn0if87] {
  border-color: white;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-vupcn0if87] {
  /* border-color: #6c757d;*/
}
select .option-sel[b-vupcn0if87] {
  background-color: #282828;
  color: #fff;
}
select .option-sel:hover[b-vupcn0if87] {
  background-color: aqua;
}
/* _content/SunttelEcommerceSalesApp/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-5e7nchns6m] {
    display: flex;
    flex-direction: column;
    background-color: yellow;
    
}

main[b-5e7nchns6m] {
    
}
#upperContainer[b-5e7nchns6m] {
   /* position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
   /* border: 2px solid red;*/
   
}

.testclass[b-5e7nchns6m]{
    width: 100%;
    background-color: red;
}

#UpperBanner[b-5e7nchns6m] {
    max-height: 120px;
}

    #UpperBanner img[b-5e7nchns6m] {
        height: 100%;
        max-height: 150px;
        max-width: 100%;
        object-fit: cover;
    }

.menuContainer[b-5e7nchns6m] {
    flex: 0;
    background-color: var(--navigation-bk-color);
}

.page.menuContainer[b-5e7nchns6m] {
    color: red;
}

.sidebar[b-5e7nchns6m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    
}

.content[b-5e7nchns6m] {
    width: 100%;
    /*position: fixed;*/
    top: 250px;
    height: 100%;
    overflow-y:auto;
    padding-bottom: 300px;
    
}
.top-row[b-5e7nchns6m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5e7nchns6m]  a, .top-row[b-5e7nchns6m]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5e7nchns6m]  a:hover, .top-row[b-5e7nchns6m]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5e7nchns6m]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5e7nchns6m] {
        justify-content: space-between;
    }

    .top-row[b-5e7nchns6m]  a, .top-row[b-5e7nchns6m]  .btn-link {
        margin-left: 0;
    }

    .content[b-5e7nchns6m] {
        top: 200px;
    }
    }

@media (min-width: 641px) {
    .page[b-5e7nchns6m] {
        flex-direction: column;
    }

    .sidebar[b-5e7nchns6m] {
        width: 250px;
        height: 100vh;
      
        top: 0;
    }

    .top-row[b-5e7nchns6m] {
      
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5e7nchns6m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5e7nchns6m], article[b-5e7nchns6m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5e7nchns6m] {
    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-5e7nchns6m] {
        cursor: pointer;
      
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SunttelEcommerceSalesApp/Components/Layout/NavMenu.razor.rz.scp.css */


.navbar-toggler[b-t3eu4zgusp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.main-ctrls-cnt[b-t3eu4zgusp] {
    background-color: var(--navigation-bk-color);
}

.rowCont[b-t3eu4zgusp] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--navigation-bk-color);
}

    .rowCont nav-item .nav-link[b-t3eu4zgusp]{
        padding: 0;
    }

    .nav-scrollable[b-t3eu4zgusp] {
        display: flex; /* Make the navigation items display horizontally */
        flex-direction: row; /* Align items from left to right */
        list-style: none; /* Remove default list styling */
        padding: 0; /* Remove default padding */
        margin: 0; /* Remove default margin */
        width: 100%;
    }

/* Style the navigation items (.nav-item) */
.nav-item[b-t3eu4zgusp] {
    margin: 2px 10px 0 10px; /* Add horizontal spacing between items */
    border-top-left-radius: 8px; /* Adjust the value as needed */
    border-top-right-radius: 8px; /* Adjust the value as needed */
    color: var(--navigation-main-menu-item-color);
}



/* Style the navigation links (.nav-link) */
/*.nav-link {
    display: flex;
    align-items: center;*/ /* Center text vertically within links */
/*text-decoration: none;*/ /* Remove underline from links */
/*padding: 3px;*/ /* Add some padding for better click target */
/*color: var(--navigation-bk-color);
    background-color: red;
}
    
    .nav-link.cust-nav-style {
        color: red !important;
    }*/
/* Style the navigation links on hover (.nav-link:hover) */
.nav-link:hover[b-t3eu4zgusp] {
    background-color: rgba(red, 0.1); /* Add a subtle hover effect */
}

.nav-link:active[b-t3eu4zgusp] {
    color: var(--navigation-main-menu-item-color-active);
    background-color: yellow;
}

.nav-link:visited[b-t3eu4zgusp] {
    color: var(--navigation-main-menu-item-color-active);
    background-color: yellow;
}


.customUpperBarStyle[b-t3eu4zgusp] {
    color: yellow;
}


.nav-item[b-t3eu4zgusp]  a.active {
    background-color: var(--home-bk-color);
    color: red;
    height: 100%;
    border-top-left-radius: 12px; /* Adjust the value as needed */
    border-top-right-radius: 12px; /* Adjust the value as needed */
}

.nav-item[b-t3eu4zgusp]  a:visited {
    background-color: var(--home-bk-color);
    color: var(--navigation-main-menu-item-color);
    height: 100%;
    border-top-left-radius: 12px; /* Adjust the value as needed */
    border-top-right-radius: 12px; /* Adjust the value as needed */
}


img[b-t3eu4zgusp] {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
    display: block;
}

.nav-item[b-t3eu4zgusp]  .nav-link:hover {
    background-color: rgba(119,119,119,0.1);
    color: var(--navigation-main-menu-item-color-hov);
    /* color: #f4b300;*/
    height: 100%;
}

.nav-item[b-t3eu4zgusp]  .nav-link.active {
    background-color: var(--grl-bk-color);
    color: var(--navigation-main-menu-item-color-active);
    /* color: #f4b300;*/
    height: 100%;
}

.barToolsContainer[b-t3eu4zgusp] {
    vertical-align: central;
    margin: auto;
    margin-left: 15px;
    width: 100%;
}

#LanguageSelectorContainer[b-t3eu4zgusp] {
    display: flex;
    vertical-align: central;
    gap: 5px;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .rowCont[b-t3eu4zgusp] {
        flex-direction: column;
        align-items: stretch;
    }
    .collapse[b-t3eu4zgusp] {
        /* Never collapse the sidebar for wide screens */
        display: none;
    }

    .nav-item[b-t3eu4zgusp] {
        width: 100%;
        margin: 2px 0; /* Reduce spacing between items */
    }

        .nav-item[b-t3eu4zgusp]  a.active {
            background-color: #fafafa;
            color: #103f63;
            height: 100%;
            border-top-left-radius: 0; /* Adjust the value as needed */
            border-top-right-radius: 0; /* Adjust the value as needed */
        }
    .nav-link[b-t3eu4zgusp] {
        justify-content: center;
        padding: 10px 0; /* Adjust padding for smaller screens */
    }

    .barToolsContainer[b-t3eu4zgusp],
    #LanguageSelectorContainer[b-t3eu4zgusp] {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .navbar-toggler[b-t3eu4zgusp] {
        display: none;
    }
}
/* _content/SunttelEcommerceSalesApp/Components/ModeSelector.razor.rz.scp.css */
select[b-cu6acksjqh] {
  background-color: var(--navigation-bk-color);
  opacity: 0.85;
  border: 1px dashed var(--navigation-main-menu-item-color);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: var(--navigation-main-menu-item-color);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin: auto 15px;
}
select:focus[b-cu6acksjqh] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-cu6acksjqh] {
  border-color: #6c757d;
}
select .option-sel[b-cu6acksjqh] {
  background-color: #282828;
  color: #fff;
}
/* _content/SunttelEcommerceSalesApp/Components/Orders/OrderView.razor.rz.scp.css */
#OrderContainer[b-7n1qtxgxk3] {
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  margin-top: 7px;
}
#OrderContainer #OrderHeader[b-7n1qtxgxk3] {
  background-color: #d2d2d2;
  border-radius: 15px 15px 0 0;
  padding: 11px;
  display: flex;
  flex-direction: row;
}
#OrderContainer #OrderHeader .HeaderField[b-7n1qtxgxk3] {
  margin-right: 22px;
  font-size: 0.9rem;
}
#OrderContainer #OrderBody[b-7n1qtxgxk3] {
  display: flex;
  flex-direction: column;
}
#OrderContainer #OrderBody #OrderDetailsContainer[b-7n1qtxgxk3] {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-image[b-7n1qtxgxk3] {
  width: 120px;
  overflow: hidden;
  padding: 5px;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-image img[b-7n1qtxgxk3] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-details[b-7n1qtxgxk3] {
  margin-left: 5px;
  padding: 5px;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-details .item-name[b-7n1qtxgxk3] {
  font-size: 0.9rem;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-details .item-description[b-7n1qtxgxk3] {
  font-size: 0.7rem;
}
/* _content/SunttelEcommerceSalesApp/Components/PageHeader.razor.rz.scp.css */
.subtitleText[b-nkjthefo60] {
  font-family: "Drepoen";
  font-size: 1.6em;
  color: #00CCFF;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/Catalog.razor.rz.scp.css */
#CatalogComponentContainer[b-fis7qtk8qa] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/ECommerceStreamingClient.razor.rz.scp.css */
#streamer-cnt[b-65of2xghlf] {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 7px;
  padding: 11px;
}
#streamer-cnt #cameras-select-cnt[b-65of2xghlf] {
  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;
  background-color: var(--navigation-bk-color);
}
#streamer-cnt #cameras-select-cnt #webcamCanvas[b-65of2xghlf] {
  margin: auto;
}
#streamer-cnt #cameras-select-cnt p[b-65of2xghlf] {
  margin: auto;
  max-width: fit-content;
  font-family: "Poppins";
  color: aliceblue;
}
#streamer-cnt .btn-cameras[b-65of2xghlf] {
  margin-left: 5px;
  border: 1px solid #bae9f3;
  color: #bae9f3;
}
#streamer-cnt .video-cont[b-65of2xghlf] {
  margin: auto;
  padding: 5px;
  border: 1px solid rgba(147, 223, 243, 0.4235294118);
  border-radius: 5px;
  width: 100%;
}
#streamer-cnt .video-cont #localVideo[b-65of2xghlf] {
  width: 450px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
#streamer-cnt .video-cont #remoteVideo[b-65of2xghlf] {
  width: 450px;
  border: 1px solid #ccc;
  border-radius: 7px;
}

#connection-ctrls-cnt[b-65of2xghlf] {
  display: flex;
  background-color: var(--navigation-bk-color);
  padding: 5px;
}
#connection-ctrls-cnt #connections-info[b-65of2xghlf] {
  margin: auto;
  display: flex;
  flex-direction: row;
  max-width: fit-content;
  align-content: start;
  align-items: flex-start;
  align-self: flex-start;
  margin-left: 5px;
}
#connection-ctrls-cnt #connections-info label[b-65of2xghlf] {
  margin: auto;
  min-width: fit-content;
  max-width: fit-content;
  font-family: "Poppins";
  margin-right: 5px;
  color: var(--navigation-main-menu-item-color);
}
#connection-ctrls-cnt #connections-info input[b-65of2xghlf] {
  margin: auto;
  max-width: 240px;
}
#connection-ctrls-cnt #btns-cont[b-65of2xghlf] {
  margin: auto;
  margin-left: 5px;
  width: 100%;
}

.btn-communications[b-65of2xghlf] {
  margin: auto;
  margin-left: 5px;
  border: 1px solid #bae9f3;
  color: #bae9f3;
}

select[b-65of2xghlf] {
  background-color: var(--navigation-bk-color);
  opacity: 0.85;
  border: 1px dashed var(--navigation-main-menu-item-color);
  /* border: 1px solid white;*/
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: var(--navigation-main-menu-item-color);
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select:focus[b-65of2xghlf] {
  border-color: white;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-65of2xghlf] {
  /* border-color: #6c757d;*/
}
select .option-sel[b-65of2xghlf] {
  background-color: #282828;
  color: #fff;
}
select .option-sel:hover[b-65of2xghlf] {
  background-color: aqua;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/Home.razor.rz.scp.css */
body[b-90haiqvwnv], html[b-90haiqvwnv] {
  background-color: var(--home-bk-color);
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#emitter[b-90haiqvwnv] {
  visibility: hidden;
  background-color: #222;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 40%;
  left: 0%;
}

.dot-container[b-90haiqvwnv] {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: 5000;
  pointer-events: none;
}

.dot[b-90haiqvwnv] {
  position: absolute;
  pointer-events: none; /*performance optimization*/
}

.welcome-container[b-90haiqvwnv] {
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 300px);
  width: 100%;
  /*background-color: red;*/
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  background-blend-mode: normal;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.welcome-container[b-90haiqvwnv]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at center, rgba(var(--home-bk-color), 0.1) 0%, rgba(var(--home-bk-color), 0.6) 90%, rgba(var(--home-bk-color), 1) 100%);
}

.welcome-text[b-90haiqvwnv] {
  position: absolute;
  top: var(--page-title-top);
  right: var(--page-title-right);
  font-family: var(--page-title-ff);
  font-size: var(--page-title-fs);
  font-weight: 700;
  color: var(--page-title-fc);
  text-align: center;
  z-index: 10;
}

.word[b-90haiqvwnv] {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px) translateX(100px) rotate(45deg);
  transition: all 0.5s ease-out;
  margin: 0 10px;
}
.word.visible[b-90haiqvwnv] {
  opacity: 1;
  transform: translateY(0) translateX(0) rotate(0deg);
}

.customElements[b-90haiqvwnv] {
  position: absolute;
}

.word-container[b-90haiqvwnv] {
  width: 100%;
  position: absolute;
  top: var(--page-title-top);
  right: var(--page-title-right);
  z-index: 100;
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  height: 210px;
  font-family: var(--page-title-ff);
}
.word-container .letter[b-90haiqvwnv] {
  display: inline-block;
  font-size: var(--page-title-fs);
  color: var(--page-title-fc);
  opacity: 0;
  transform: translateX(-200%) scale(3);
  animation: slideIn-b-90haiqvwnv 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);
}

@keyframes slideIn-b-90haiqvwnv {
  0% {
    opacity: 0;
    transform: translateX(-200%) scale(3);
  }
  50% {
    opacity: 1;
    transform: translateX(0) scale(3);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.background-image[b-90haiqvwnv] {
  position: absolute; /* makes it cover behind content */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; /* scales image nicely */
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.8) contrast(1.1) saturate(1.2); /* subtle enhancement */
  z-index: 1; /* push it behind text and elements */
  border-radius: 16px; /* optional: soft rounded corners */
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.4); /* fade edges */
  transition: transform 8s ease-in-out; /* slow zoom effect */
}

.background-image:hover[b-90haiqvwnv] {
  transform: scale(1.05); /* subtle zoom when hovered */
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/HowToMakeIt.razor.rz.scp.css */
#GeneralHowToContainer[b-2lol9gliiw] {
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #GeneralHowToContainer[b-2lol9gliiw] {
    flex-direction: row;
    justify-content: space-around;
  }
}
#GeneralHowToContainer #MaterialsContainer[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer[b-2lol9gliiw] {
  width: 100%;
  max-width: 500px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  #GeneralHowToContainer #MaterialsContainer[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer[b-2lol9gliiw] {
    width: 45%;
  }
}
#GeneralHowToContainer #MaterialsContainer span[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer span[b-2lol9gliiw] {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #395ea3;
  margin-bottom: 7.5px;
}
#GeneralHowToContainer #MaterialsContainer ul[b-2lol9gliiw], #GeneralHowToContainer #MaterialsContainer ol[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ul[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ol[b-2lol9gliiw] {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
#GeneralHowToContainer #MaterialsContainer ul li[b-2lol9gliiw], #GeneralHowToContainer #MaterialsContainer ol li[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ul li[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ol li[b-2lol9gliiw] {
  padding: 7.5px;
  border-bottom: 1px solid #53555b;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  color: #212529;
}
#GeneralHowToContainer #MaterialsContainer ul li:last-child[b-2lol9gliiw], #GeneralHowToContainer #MaterialsContainer ol li:last-child[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ul li:last-child[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ol li:last-child[b-2lol9gliiw] {
  border-bottom: none;
}
#GeneralHowToContainer #MaterialsContainer ul li span[b-2lol9gliiw], #GeneralHowToContainer #MaterialsContainer ol li span[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ul li span[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ol li span[b-2lol9gliiw] {
  display: block;
  font-weight: normal;
  color: #53555b;
}
#GeneralHowToContainer #MaterialsContainer ul li span:first-child[b-2lol9gliiw], #GeneralHowToContainer #MaterialsContainer ol li span:first-child[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ul li span:first-child[b-2lol9gliiw], #GeneralHowToContainer #ProcessContainer ol li span:first-child[b-2lol9gliiw] {
  font-weight: bold;
  color: #212529;
}
#GeneralHowToContainer #MaterialsTitle[b-2lol9gliiw] {
  color: #395ea3;
}
#GeneralHowToContainer #ProcessTitle[b-2lol9gliiw] {
  color: #395ea3;
}

.switch[b-2lol9gliiw] {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 28px;
}
.switch input[b-2lol9gliiw] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider[b-2lol9gliiw] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.switch .slider[b-2lol9gliiw]:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider[b-2lol9gliiw] {
  background-color: #fda724;
}
.switch input:checked + .slider[b-2lol9gliiw]:before {
  transform: translateX(22px);
}
.switch input:focus + .slider[b-2lol9gliiw] {
  box-shadow: 0 0 1px #2196F3;
}

button[b-2lol9gliiw] {
  margin: 5px auto 5px auto;
  background-color: #fda724;
  border-radius: 40px;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/Orders.razor.rz.scp.css */
#GeneralOrdersDiv[b-04hra9j2tu] {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 11px;
  max-height: 600px;
  overflow-y: auto;
}

#titleDiv h1[b-04hra9j2tu] {
  font-size: 1.8rem;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/OrdersBagProvider.razor.rz.scp.css */
.rowSearch[b-66b46ktkvi] {
  display: flex;
  width: fit-content;
}
.rowSearch .preFilterGroup[b-66b46ktkvi] {
  flex: 1 0;
  display: flex;
  margin: auto;
}
.rowSearch .preFilterGroup label[b-66b46ktkvi] {
  min-width: fit-content;
  padding: 0 7px;
}
.rowSearch .btnContainer[b-66b46ktkvi] {
  margin-left: 15px;
  display: flex;
  width: fit-content;
  gap: 7px;
}
.rowSearch .btnContainer .cust-btn-provider:hover[b-66b46ktkvi] {
  outline: 2px solid #93d8d8;
}

.cust-btn-provider[b-66b46ktkvi] {
  border: 1px solid #464646;
  margin: auto;
}

.header-panel-container[b-66b46ktkvi] {
  width: 100%;
  display: flex;
}

.panel-title[b-66b46ktkvi] {
  flex: 1;
}

.panel-arrows[b-66b46ktkvi] {
  width: fit-content;
  height: 30px;
  display: flex;
  flex-direction: row;
}

#panelOrdersTable[b-66b46ktkvi] {
  z-index: 10;
}

#GeneralOrdersDiv[b-66b46ktkvi] {
  padding: 21px 0;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/OrdersDashboardProviders.razor.rz.scp.css */
/* _content/SunttelEcommerceSalesApp/Components/Pages/ServicesPanel.razor.rz.scp.css */
#ContainerServicesPage[b-qup8r2kv6o] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/ShippingDocument.razor.rz.scp.css */
.page-cnt[b-es6ltp8nmx] {
  display: flex;
  flex-direction: column;
}

.page-cnt ul[b-es6ltp8nmx] {
  width: 100%;
  height: fit-content;
  display: flex;
  align-content: flex-start;
  vertical-align: middle;
  margin: 11px 0;
}

.page-cnt ul li[b-es6ltp8nmx] {
  display: flex;
  flex-direction: row;
}

.details-mg-cnt[b-es6ltp8nmx] {
  display: flex;
  width: 100%;
  padding: 21px 0;
  gap: 21px;
}
.details-mg-cnt .menu-items-cnt[b-es6ltp8nmx] {
  max-width: 600px;
}

.menuElementE[b-es6ltp8nmx] {
  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;
  color: #282828;
}
.menuElementE .img-btn[b-es6ltp8nmx] {
  max-height: 32px;
}
.menuElementE:hover[b-es6ltp8nmx] {
  transition: 1s all ease-in-out;
  color: blue;
}

.menuElementE:hover .borderInfMenu[b-es6ltp8nmx] {
  background-image: radial-gradient(#00ffff 0%, #ccc 100%);
}

.menu-items-cnt[b-es6ltp8nmx] {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 3px;
}

.btn.add-all-btn[b-es6ltp8nmx] {
  border-color: gray;
  margin: 3px;
}
.btn.add-all-btn:hover[b-es6ltp8nmx] {
  border-color: #1d8ad3;
  color: #1d8ad3;
}

.orders-menu-title[b-es6ltp8nmx] {
  width: 100%;
  padding: 2px 7px;
  font-family: "Poppins";
  background-image: linear-gradient(0deg, #fff 0%, #ddd 100%);
  border-radius: 7px 7px 0 0;
}

.items-shipping-cnt[b-es6ltp8nmx] {
  max-width: 800px;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 3px;
}

.quick-search-cnt[b-es6ltp8nmx] {
  padding: 0;
  display: flex;
  align-content: center;
}
.quick-search-cnt .search-doc[b-es6ltp8nmx] {
  margin: auto 5px;
  border: 1px solid lightblue;
}
.quick-search-cnt .search-btn[b-es6ltp8nmx] {
  margin: auto;
  height: fit-content;
  max-height: fit-content;
  padding: 0;
  display: flex;
}
.quick-search-cnt .img-btn-search[b-es6ltp8nmx] {
  height: 30px;
}
/* _content/SunttelEcommerceSalesApp/Components/Pages/ShoppingCart.razor.rz.scp.css */
.btnProcessShoppingCart[b-k135sptqid] {
  background-color: var(--shopping-cartnavbtn-bk-color);
  color: white;
  margin-bottom: 15px;
}
/* _content/SunttelEcommerceSalesApp/Components/PhoneCapture.razor.rz.scp.css */
.phoneNumberCnt[b-g22omxf4tk] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.geoRow[b-g22omxf4tk] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.phoneLbl[b-g22omxf4tk] {
  font-size: 0.7rem;
}

.flagImg[b-g22omxf4tk] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.countrySelCnt[b-g22omxf4tk] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

select[b-g22omxf4tk] {
  background-color: transparent;
  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-g22omxf4tk] {
  border-color: white;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-g22omxf4tk] {
  /* border-color: #6c757d;*/
}
select .option-sel[b-g22omxf4tk] {
  background-color: #282828;
  color: #fff;
}
select .option-sel:hover[b-g22omxf4tk] {
  background-color: aqua;
}

.phoneIn[b-g22omxf4tk] {
  min-width: 120px;
  max-width: 120px;
  padding: 0.5rem 0.1rem;
}
/* _content/SunttelEcommerceSalesApp/Components/ProductCatalog/CatalgContainer.razor.rz.scp.css */
:root[b-ul7xuybzz1] {
  --numberOfItems: 1s;
  --carousel-width-init: 300px;
  --carousel-width-end: -300px;
}

#catalog-search-tool-container[b-ul7xuybzz1] {
  width: 100%;
  max-width: 800px;
  display: flex;
}
#catalog-search-tool-container .search-cnt[b-ul7xuybzz1] {
  flex: 1;
}
#catalog-search-tool-container .type-of-view-cnt[b-ul7xuybzz1] {
  flex: 1;
  max-width: fit-content;
}

.catalog-container.view-grid[b-ul7xuybzz1] {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  min-height: 37rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  min-width: fit-content;
}
.catalog-container.view-grid[b-ul7xuybzz1]::-webkit-scrollbar {
  width: 8px;
}
.catalog-container.view-grid[b-ul7xuybzz1]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.catalog-container.view-grid[b-ul7xuybzz1]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.catalog-container.view-grid[b-ul7xuybzz1]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 1400px) {
  .catalog-container.view-grid[b-ul7xuybzz1] {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 992px) {
  .catalog-container.view-grid[b-ul7xuybzz1] {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .catalog-container.view-grid[b-ul7xuybzz1] {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .catalog-container.view-grid[b-ul7xuybzz1] {
    display: flex;
    flex-direction: column;
  }
}
.catalog-container.view-grid .item-cont[b-ul7xuybzz1] {
  width: 310px;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
}

.catalog-container.view-carousel[b-ul7xuybzz1] {
  width: 100%;
  max-width: 1350px;
  margin-inline: auto;
  position: relative;
  height: 590px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
  display: flex;
  gap: 21px;
  flex-direction: row;
}
.catalog-container.view-carousel:hover .item-cont[b-ul7xuybzz1] {
  animation-play-state: paused !important;
  filter: grayscale(0.7);
  /*filter: blur(3px);*/
}
.catalog-container.view-carousel .item-cont[b-ul7xuybzz1] {
  margin: auto;
  position: relative;
  animation-name: scrollleftanimation-b-ul7xuybzz1;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: filter 1s;
  box-shadow: 0px 11px 10px var(--clr-spBlck);
  min-width: 320px;
  max-height: 480px;
  width: fit-content;
}
.catalog-container.view-carousel .item-cont:hover[b-ul7xuybzz1] {
  filter: grayscale(0);
  /*filter: blur(0);*/
}
@media (max-width: 768px) {
  .catalog-container.view-carousel .catalog-container.view-carousel .ProductCatalogItem[b-ul7xuybzz1] {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.catalog-container.view-list[b-ul7xuybzz1] {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
}
.catalog-container.view-list .item-cont[b-ul7xuybzz1] {
  width: 100%;
  margin-bottom: 21px;
}

.catalog-empty[b-ul7xuybzz1] {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem;
  font-size: 1.2rem;
  color: #6c757d;
}

@keyframes scrollleftanimation-b-ul7xuybzz1 {
  from {
    left: 300px;
  }
  to {
    left: var(--carousel-width-end);
  }
}
/* _content/SunttelEcommerceSalesApp/Components/ProductCatalog/CatalogItemComponents/CatalogItemDisplay.razor.rz.scp.css */
.CatalogItemDivDisplayContainer[b-ob6yevu7e6] {
  width: 100%;
  height: 230px;
  background-color: white;
  border-radius: 15px;
  padding: 5px;
}
.CatalogItemDivDisplayContainer img[b-ob6yevu7e6] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 11px;
  object-fit: cover;
}

.CatalogItemDivDisplayContainer.view-list[b-ob6yevu7e6] {
  max-width: 70px;
  max-height: 70px;
  background-color: white;
  border-radius: 15px;
}
.CatalogItemDivDisplayContainer.view-list img[b-ob6yevu7e6] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s;
}
.CatalogItemDivDisplayContainer.view-list img:hover[b-ob6yevu7e6] {
  transform: scale(2.5) translateY(-5%) translateX(-35%);
  outline: 1px solid #aaa;
  border-radius: 6px;
  z-index: 10;
}
/* _content/SunttelEcommerceSalesApp/Components/ProductCatalog/ProductCatalogItem.razor.rz.scp.css */
.CatalogItemContainer[b-wnpc7m1bbp] {
  background-color: #f0f0f0;
  border-radius: 15px;
  width: 100%;
  max-width: 320px;
  height: 100%;
  border: 1px solid;
  border-color: #d1d1d1;
  padding: 5px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: auto;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 16, 0.19), 0 0.3rem 0.3rem rgba(0, 0, 16, 0.23);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 16, 0.19), 0 0.3rem 0.3rem rgba(0, 0, 16, 0.23);
  background-color: rgb(255, 255, 255);
  padding: 0.8rem;
}
.CatalogItemContainer:hover[b-wnpc7m1bbp] {
  border: 1px solid;
  border-color: #181818;
}
.CatalogItemContainer #ItemName[b-wnpc7m1bbp] {
  font-family: "Poppins", sans-serif;
  color: #414141;
  max-width: 100%;
  font-size: 14px;
  color: #4d372d;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CatalogItemContainer #ItemDescription[b-wnpc7m1bbp] {
  padding: 5px;
  display: flex;
  max-height: 80px;
  justify-content: left; /* Center horizontally */
  align-items: start; /* Center vertically */
  text-align: left; /* Center the text within the div */
  height: 120px; /* Ensure the div takes the full height of its container */
  width: 100%; /* Ensure the div takes the full width of its container */
  overflow: auto; /* Hide any overflow text */
  text-overflow: ellipsis; /* Show ellipsis for overflow text */
  white-space: pre-line; /* Prevent text from wrapping to the next line */
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.CatalogItemContainer #ItemPrice[b-wnpc7m1bbp] {
  position: relative;
  display: flex;
  flex-direction: row;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color: #1ba1ff;
  height: 2rem;
  width: 100%;
  height: fit-content;
}
.CatalogItemContainer #ItemPrice .unitprice-cnt[b-wnpc7m1bbp] {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}
.CatalogItemContainer #ItemPrice .unitprice-cnt.quote-txt[b-wnpc7m1bbp] {
  position: relative;
  font-size: 1rem;
  text-align: center;
}
.CatalogItemContainer #ItemPrice #summaryPerItem[b-wnpc7m1bbp] {
  color: red;
  margin-left: auto;
  margin-right: 2px;
  font-size: 0.6rem;
}
.CatalogItemContainer #CatalogHandlerContainer[b-wnpc7m1bbp] {
  display: flex;
  flex-direction: row;
  gap: 3px;
  vertical-align: central;
  margin: auto;
  padding: 5px;
}
.CatalogItemContainer #CatalogHandlerContainer input[b-wnpc7m1bbp] {
  width: 7rem;
}
.CatalogItemContainer #CatalogHandlerContainer .btnAddToCart[b-wnpc7m1bbp] {
  margin-left: 5px;
  background-color: #f4b300;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.CatalogItemContainer #CatalogHandlerContainer .btnAddToCart:hover[b-wnpc7m1bbp] {
  outline: 2px solid #aaa;
}

.fntAdd[b-wnpc7m1bbp] {
  position: relative;
  top: 0rem;
  left: -0.3rem;
  font-size: 1.5rem;
  color: #373737;
}

.CatalogItemContainer.view-list[b-wnpc7m1bbp] {
  position: relative;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  height: fit-content;
  border: 1px solid;
  border-color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: auto;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 16, 0.19), 0 0.3rem 0.3rem rgba(0, 0, 16, 0.23);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 16, 0.19), 0 0.3rem 0.3rem rgba(0, 0, 16, 0.23);
  padding: 0.8rem;
}
.CatalogItemContainer.view-list .ItemDescriptionContainer[b-wnpc7m1bbp] {
  display: flex;
  justify-content: flex-start;
  align-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.CatalogItemContainer.view-list .ItemDescriptionContainer #ItemName[b-wnpc7m1bbp] {
  min-width: 300px;
}
.CatalogItemContainer.view-list .ItemDescriptionContainer #ItemDescription[b-wnpc7m1bbp] {
  width: 100%;
}
.CatalogItemContainer.view-list .ItemDescriptionContainer #CatalogHandlerContainer[b-wnpc7m1bbp] {
  margin: auto;
  margin-right: 0px;
  width: fit-content;
}
.CatalogItemContainer.view-list .ItemDescriptionContainer #ItemPrice[b-wnpc7m1bbp] {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  padding: 0 11px;
}
.CatalogItemContainer.view-list .ItemDescriptionContainer #ItemPrice .unitprice-cnt[b-wnpc7m1bbp] {
  position: relative;
  font-size: 1.1rem;
  text-align: right;
}
.CatalogItemContainer.view-list .ItemDescriptionContainer #ItemPrice #summaryPerItem[b-wnpc7m1bbp] {
  position: relative;
  font-size: 1.1rem;
  text-align: right;
}

.iscustomizable-cont[b-wnpc7m1bbp] {
  width: 100px;
  font-size: 0.7rem;
  text-align: center;
  color: dodgerblue;
}

.iscustomizable-cont-ap[b-wnpc7m1bbp] {
  width: 100px;
  font-size: 0.7rem;
  text-align: center;
  color: orangered;
}
/* _content/SunttelEcommerceSalesApp/Components/ProductCatalog/ProductCustomization.razor.rz.scp.css */
.customizeable-item-grl-cnt[b-isz4m6c2pj] {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background-color: #808080;
  border-radius: 21px;
  padding: 21px;
}
.customizeable-item-grl-cnt .specs[b-isz4m6c2pj] {
  position: relative;
  display: flex;
  width: fit-content;
  padding: 11px;
  align-content: flex-start;
  margin: auto;
}
@media (max-width: 800px) {
  .customizeable-item-grl-cnt .specs[b-isz4m6c2pj] {
    flex-direction: column;
  }
}

.customizeable-item-container[b-isz4m6c2pj] {
  display: flex;
  flex-direction: column;
  padding: 11px;
  width: fit-content;
  gap: 11px;
}
.customizeable-item-container .item-inf[b-isz4m6c2pj] {
  display: flex;
}
.customizeable-item-container .ItemDescriptionContainer[b-isz4m6c2pj] {
  position: relative;
  padding: 0 21px 0 21px;
  max-width: 520px;
}
.customizeable-item-container .ItemDescriptionContainer #ItemName[b-isz4m6c2pj] {
  font-weight: bold;
  font-family: "poppins";
}
.customizeable-item-container .ItemDescriptionContainer #ItemPrice[b-isz4m6c2pj] {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.customizeable-item-container .ItemDescriptionContainer #ItemPrice .sufix-unit-price[b-isz4m6c2pj], .customizeable-item-container .ItemDescriptionContainer #ItemPrice .sufix-total-price[b-isz4m6c2pj] {
  font-family: "Poppins";
  font-size: 1.1rem;
}

#AskServiceContainer[b-isz4m6c2pj] {
  display: flex;
  flex-direction: column;
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 21px;
  height: fit-content;
}
@media (max-width: 768px) {
  #AskServiceContainer[b-isz4m6c2pj] {
    margin-left: 1px;
    margin-right: 1px;
  }
}

#GeneralContainerServiceShop[b-isz4m6c2pj] {
  display: flex;
  justify-content: center; /* Center the container horizontally */
  align-items: flex-start; /* Align the container at the top */
  padding: 20px; /* Optional padding */
  width: 100%; /* Full width */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer[b-isz4m6c2pj] {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center;
  align-items: flex-start;
  gap: 5px; /* Adds space between flex items */
  margin: 10px 0;
  max-width: 900px; /* Optional max-width to constrain container width */
  width: 100%; /* Full width */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer #selector-container[b-isz4m6c2pj] {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 11px;
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer #selector-container[b-isz4m6c2pj] {
    flex-direction: column;
  }
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-label[b-isz4m6c2pj] {
  flex: 1;
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: left; /* Align label text to the left */
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-label[b-isz4m6c2pj] {
    white-space: normal;
  }
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select[b-isz4m6c2pj] {
  flex: 2;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%; /* Full width */
  max-width: 900px; /* Max width for larger screens */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select:hover[b-isz4m6c2pj] {
  border-color: #fda724;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select:focus[b-isz4m6c2pj] {
  outline: none;
  border-color: #fda724;
  box-shadow: 0 0 0 3px rgba(253, 167, 36, 0.2);
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option[b-isz4m6c2pj] {
  background-color: #fff;
  color: #333;
  padding: 10px;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option:hover[b-isz4m6c2pj], #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option:focus[b-isz4m6c2pj] {
  background-color: #fda724 !important;
  color: #fff !important;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-button[b-isz4m6c2pj] {
  flex: 1;
  white-space: nowrap;
  background-color: #fda724;
  font-size: 1.1rem;
  color: white;
  width: 100%; /* Full width */
  max-width: fit-content;
  text-align: center; /* Center button text */
  padding: 0 21px 0 21px;
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-button[b-isz4m6c2pj] {
    max-width: 500px; /* Max width for larger screens */
    padding: 11px;
  }
}

/* Media Queries for responsive design */
@media (min-width: 768px) {
  #GeneralContainerServiceShop[b-isz4m6c2pj] {
    padding: 40px; /* Increased padding for larger screens */
  }
  #ServiceShopSearchcontainer[b-isz4m6c2pj] {
    flex-direction: row; /* Align items horizontally on larger screens */
  }
  #ServiceShopSearchcontainer .service-shop-label[b-isz4m6c2pj] {
    text-align: left; /* Left align label text */
  }
  #ServiceShopSearchcontainer .service-shop-select[b-isz4m6c2pj],
  #ServiceShopSearchcontainer .service-shop-button[b-isz4m6c2pj] {
    flex: none;
    width: auto; /* Auto width for larger screens */
  }
}
#ServiceInfoRequiredContainer[b-isz4m6c2pj] {
  margin-left: 30px;
  padding: 20px;
  max-width: 500px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-content: flex-start;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer[b-isz4m6c2pj] {
    padding: 10px;
    max-width: 100%;
  }
}
#ServiceInfoRequiredContainer .custom-specs-title[b-isz4m6c2pj] {
  font-family: "poppins";
}
#ServiceInfoRequiredContainer #ServiceInfoRequired[b-isz4m6c2pj] {
  padding: 20px;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired[b-isz4m6c2pj] {
    padding: 10px;
  }
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol[b-isz4m6c2pj] {
  list-style-type: none;
  padding: 0;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container[b-isz4m6c2pj] {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container[b-isz4m6c2pj] {
    flex-direction: column;
    align-items: flex-start;
  }
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .lblRequirement[b-isz4m6c2pj] {
  flex: 30%;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .lblRequirement label[b-isz4m6c2pj] {
  min-width: 220px;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer[b-isz4m6c2pj] {
  flex: 70%;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer .form-control[b-isz4m6c2pj] {
  /* 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) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer[b-isz4m6c2pj] {
    width: 100%;
  }
}

#CatalogHandlerContainer[b-isz4m6c2pj] {
  display: flex;
  height: 2rem;
  bottom: 0px;
  right: 0;
}
#CatalogHandlerContainer #commandsContainer[b-isz4m6c2pj] {
  margin: auto;
}
#CatalogHandlerContainer #commandsContainer .btnAddToCart[b-isz4m6c2pj] {
  margin-left: 5px;
  background-color: #f4b300;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
#CatalogHandlerContainer #commandsContainer .btnAddToCart:hover[b-isz4m6c2pj] {
  outline: 2px solid #aaa;
}
#CatalogHandlerContainer input[b-isz4m6c2pj] {
  max-width: 110px;
}

.imgForm[b-isz4m6c2pj] {
  margin-top: 7px;
  max-width: 320px;
}

textarea.form-control[b-isz4m6c2pj] {
  min-height: 100px;
  width: 100%; /* Ensure textarea takes full width */
}

select[b-isz4m6c2pj] {
  max-width: 300px;
}

input[type=checkbox][b-isz4m6c2pj] {
  width: 20px;
  height: 20px;
}

input[type=file][b-isz4m6c2pj] {
  background-color: #fff;
}

@media (max-width: 768px) {
  .requirement-container[b-isz4m6c2pj] {
    flex-direction: column;
  }
  .requirement-container label[b-isz4m6c2pj] {
    margin-bottom: 10px;
    width: 100%;
  }
  .requirement-container .form-control[b-isz4m6c2pj] {
    width: 100%;
  }
  .requirement-container input[type=file][b-isz4m6c2pj] {
    width: 100%;
  }
}
.appointment-container[b-isz4m6c2pj] {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.appointment-container h2[b-isz4m6c2pj] {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #333;
}
.appointment-container .appointment-label[b-isz4m6c2pj] {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  color: #555;
}
.appointment-container .appointment-input[b-isz4m6c2pj] {
  width: 100%;
  padding: 10px;
  margin-top: 0.5em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s;
}
.appointment-container .appointment-input:focus[b-isz4m6c2pj] {
  outline: none;
  border-color: #007acc;
}
.appointment-container .appointment-button[b-isz4m6c2pj] {
  width: 100%;
  padding: 12px;
  margin-top: 2em;
  background-color: #007acc;
  color: white;
  font-size: 1em;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.appointment-container .appointment-button:hover[b-isz4m6c2pj] {
  background-color: #005f99;
}
.appointment-container .appointment-button:focus[b-isz4m6c2pj] {
  outline: none;
}
.appointment-container select[b-isz4m6c2pj] {
  background-color: #f9f9f9;
  border: 1px solid #141414;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
.appointment-container select:focus[b-isz4m6c2pj] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.appointment-container select:hover[b-isz4m6c2pj] {
  border-color: #6c757d;
}
.appointment-container select option[b-isz4m6c2pj] {
  background-color: #777;
  color: #01c5f6;
}
/* _content/SunttelEcommerceSalesApp/Components/ProductServicesSearch/TransactionalItemSearch.razor.rz.scp.css */
#chkSearchType[b-wce4x7zgr7] {
  visibility: hidden;
}

#searchControlContainer[b-wce4x7zgr7] {
  display: flex;
  flex-direction: row;
  width: 90%;
  border-radius: 32px;
  padding: 3px;
  text-align: center;
  margin: auto;
}
#searchControlContainer #searchInputContainer[b-wce4x7zgr7] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  vertical-align: central;
  margin: auto;
}
#searchControlContainer #searchInputContainer input[b-wce4x7zgr7] {
  border-radius: 20px;
  width: 100%;
  padding: 2px 7px;
}
#searchControlContainer #buttonContainer[b-wce4x7zgr7] {
  width: 48px;
}
/* _content/SunttelEcommerceSalesApp/Components/SearchComponent.razor.rz.scp.css */
*[b-rhjudjsi53] {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root[b-rhjudjsi53] {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
}

body[b-rhjudjsi53], button[b-rhjudjsi53], input[b-rhjudjsi53] {
  font: 1em Hind, sans-serif;
  line-height: 1.5em;
}

input[b-rhjudjsi53] {
  margin-left: 5px;
  background-color: black;
  color: white;
}

body[b-rhjudjsi53], input[b-rhjudjsi53] {
  color: #171717;
}

body[b-rhjudjsi53], .search-bar[b-rhjudjsi53] {
  display: flex;
  padding: 0px;
  background-color: transparent;
}

body[b-rhjudjsi53] {
  background: #f1f1f1;
  height: 100vh;
}

.search-bar img[b-rhjudjsi53] {
  height: 23px;
  width: 22px;
  filter: contrast(10px);
}

.search-bar input[b-rhjudjsi53],
.search-btn[b-rhjudjsi53],
.search-btn[b-rhjudjsi53]:before,
.search-btn[b-rhjudjsi53]:after {
  transition: all 0.25s ease-out;
}

.search-bar img:hover[b-rhjudjsi53] {
  filter: drop-shadow(0px 2px 5px white);
}

.search-bar input[b-rhjudjsi53],
.search-btn[b-rhjudjsi53] {
  width: 2em;
  height: 2em;
  margin-top: auto;
  margin-bottom: auto;
}

.search-bar input:invalid:not(:focus)[b-rhjudjsi53],
.search-btn[b-rhjudjsi53] {
  cursor: pointer;
}

.search-bar input:focus[b-rhjudjsi53],
.search-bar input:not(:focus) + .search-btn:focus[b-rhjudjsi53] {
  outline: transparent;
}

.search-bar[b-rhjudjsi53] {
  justify-content: center;
  max-width: 30em;
}

.search-bar input[b-rhjudjsi53] {
  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-rhjudjsi53]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-bar input:focus[b-rhjudjsi53],
.search-bar input:valid[b-rhjudjsi53] {
  background: #fff;
  color: #262626;
  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-rhjudjsi53] {
  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-rhjudjsi53]:before,
.search-btn[b-rhjudjsi53]:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.search-btn[b-rhjudjsi53]: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-rhjudjsi53]: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-rhjudjsi53] {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn[b-rhjudjsi53],
.search-bar input:valid + .search-btn[b-rhjudjsi53] {
  background: #bbb;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
}

.search-bar input:focus + .search-btn[b-rhjudjsi53]:before,
.search-bar input:focus + .search-btn[b-rhjudjsi53]:after,
.search-bar input:valid + .search-btn[b-rhjudjsi53]:before,
.search-bar input:valid + .search-btn[b-rhjudjsi53]:after {
  opacity: 1;
}

.search-bar input:focus + .search-btn:hover[b-rhjudjsi53],
.search-bar input:valid + .search-btn:hover[b-rhjudjsi53],
.search-bar input:valid:not(:focus) + .search-btn:focus[b-rhjudjsi53] {
  background: #bbb;
}

.search-bar input:focus + .search-btn:active[b-rhjudjsi53],
.search-bar input:valid + .search-btn:active[b-rhjudjsi53] {
  transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
  body[b-rhjudjsi53], input[b-rhjudjsi53] {
    color: #fff;
  }
  body[b-rhjudjsi53] {
    background: #ccc;
  }
  .search-bar input[b-rhjudjsi53] {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }
  .search-bar input:focus[b-rhjudjsi53],
  .search-bar input:valid[b-rhjudjsi53] {
    background: #f1f1f1;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
  }
  .search-btn[b-rhjudjsi53] {
    background: #f1f1f1;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/ServicesUIComponents/AskForAService.razor.rz.scp.css */
#AskServiceContainer[b-5xkzxw4zb1] {
  display: flex;
  flex-direction: column;
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 21px;
  height: fit-content;
}
@media (max-width: 768px) {
  #AskServiceContainer[b-5xkzxw4zb1] {
    margin-left: 1px;
    margin-right: 1px;
  }
}

#GeneralContainerServiceShop[b-5xkzxw4zb1] {
  display: flex;
  justify-content: center; /* Center the container horizontally */
  align-items: flex-start; /* Align the container at the top */
  padding: 20px; /* Optional padding */
  width: 100%; /* Full width */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer[b-5xkzxw4zb1] {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center;
  align-items: flex-start;
  gap: 5px; /* Adds space between flex items */
  margin: 10px 0;
  max-width: 900px; /* Optional max-width to constrain container width */
  width: 100%; /* Full width */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer #selector-container[b-5xkzxw4zb1] {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 11px;
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer #selector-container[b-5xkzxw4zb1] {
    flex-direction: column;
  }
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-label[b-5xkzxw4zb1] {
  flex: 1;
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: left; /* Align label text to the left */
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-label[b-5xkzxw4zb1] {
    white-space: normal;
  }
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select[b-5xkzxw4zb1] {
  flex: 2;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%; /* Full width */
  max-width: 900px; /* Max width for larger screens */
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select:hover[b-5xkzxw4zb1] {
  border-color: #fda724;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select:focus[b-5xkzxw4zb1] {
  outline: none;
  border-color: #fda724;
  box-shadow: 0 0 0 3px rgba(253, 167, 36, 0.2);
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option[b-5xkzxw4zb1] {
  background-color: #fff;
  color: #333;
  padding: 10px;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option:hover[b-5xkzxw4zb1], #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-select option:focus[b-5xkzxw4zb1] {
  background-color: #fda724 !important;
  color: #fff !important;
}
#GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-button[b-5xkzxw4zb1] {
  flex: 1;
  white-space: nowrap;
  background-color: #fda724;
  font-size: 1.1rem;
  color: white;
  width: 100%; /* Full width */
  max-width: fit-content;
  text-align: center; /* Center button text */
  padding: 0 21px 0 21px;
}
@media (max-width: 768px) {
  #GeneralContainerServiceShop #ServiceShopSearchcontainer .service-shop-button[b-5xkzxw4zb1] {
    max-width: 500px; /* Max width for larger screens */
    padding: 11px;
  }
}
#GeneralContainerServiceShop #ServiceInfoRequiredContainer[b-5xkzxw4zb1] {
  display: flex;
  flex-direction: column;
}

/* Media Queries for responsive design */
@media (min-width: 768px) {
  #GeneralContainerServiceShop[b-5xkzxw4zb1] {
    padding: 40px; /* Increased padding for larger screens */
  }
  #ServiceShopSearchcontainer[b-5xkzxw4zb1] {
    flex-direction: row; /* Align items horizontally on larger screens */
  }
  #ServiceShopSearchcontainer .service-shop-label[b-5xkzxw4zb1] {
    text-align: left; /* Left align label text */
  }
  #ServiceShopSearchcontainer .service-shop-select[b-5xkzxw4zb1],
  #ServiceShopSearchcontainer .service-shop-button[b-5xkzxw4zb1] {
    flex: none;
    width: auto; /* Auto width for larger screens */
  }
}
#ServiceInfoRequiredContainer[b-5xkzxw4zb1] {
  margin: 30px auto;
  padding: 20px;
  max-width: 800px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer[b-5xkzxw4zb1] {
    padding: 10px;
    max-width: 100%;
  }
}
#ServiceInfoRequiredContainer #ServiceInfoRequired[b-5xkzxw4zb1] {
  padding: 20px;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired[b-5xkzxw4zb1] {
    padding: 10px;
  }
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol[b-5xkzxw4zb1] {
  list-style-type: none;
  padding: 0;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container[b-5xkzxw4zb1] {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container[b-5xkzxw4zb1] {
    flex-direction: column;
    align-items: flex-start;
  }
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .lblRequirement[b-5xkzxw4zb1] {
  flex: 30%;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .lblRequirement label[b-5xkzxw4zb1] {
  min-width: 320px;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer[b-5xkzxw4zb1] {
  flex: 70%;
}
#ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer .form-control[b-5xkzxw4zb1] {
  /* 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) {
  #ServiceInfoRequiredContainer #ServiceInfoRequired ol .requirement-container .RequirementValueContainer[b-5xkzxw4zb1] {
    width: 100%;
  }
}

.imgForm[b-5xkzxw4zb1] {
  margin-top: 7px;
  max-width: 320px;
}

textarea.form-control[b-5xkzxw4zb1] {
  min-height: 100px;
  width: 100%; /* Ensure textarea takes full width */
}

select[b-5xkzxw4zb1] {
  max-width: 300px;
}

input[type=checkbox][b-5xkzxw4zb1] {
  width: 20px;
  height: 20px;
}

input[type=file][b-5xkzxw4zb1] {
  background-color: #fff;
}

@media (max-width: 768px) {
  .requirement-container[b-5xkzxw4zb1] {
    flex-direction: column;
  }
  .requirement-container label[b-5xkzxw4zb1] {
    margin-bottom: 10px;
    width: 100%;
  }
  .requirement-container .form-control[b-5xkzxw4zb1] {
    width: 100%;
  }
  .requirement-container input[type=file][b-5xkzxw4zb1] {
    width: 100%;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/CheckOutDeliveryInfo.razor.rz.scp.css */
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/CheckOutPayment.razor.rz.scp.css */
#checkOutPaymentTypeDisplayContainer .payment-options[b-amb1jjw2fu] {
  max-width: 400px;
  margin: 2rem auto;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#checkOutPaymentTypeDisplayContainer .payment-options h3[b-amb1jjw2fu] {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.25rem;
}
#checkOutPaymentTypeDisplayContainer .payment-options ul[b-amb1jjw2fu] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#checkOutPaymentTypeDisplayContainer .payment-options .payment-option[b-amb1jjw2fu] {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
}
#checkOutPaymentTypeDisplayContainer .payment-options .payment-option input[b-amb1jjw2fu] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#checkOutPaymentTypeDisplayContainer .payment-options .payment-option .checkmark[b-amb1jjw2fu] {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #007bff;
  border-radius: 50%;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkOutPaymentTypeDisplayContainer .payment-options .payment-option .checkmark[b-amb1jjw2fu]:after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #007bff;
}
#checkOutPaymentTypeDisplayContainer .payment-options .payment-option input:checked ~ .checkmark[b-amb1jjw2fu]:after {
  display: block;
}
#checkOutPaymentTypeDisplayContainer .payment-options .payment-option .option-text[b-amb1jjw2fu] {
  color: #333;
}
#checkOutPaymentTypeDisplayContainer .payment-options .payment-option:hover .option-text[b-amb1jjw2fu] {
  color: #007bff;
}
@media (max-width: 480px) {
  #checkOutPaymentTypeDisplayContainer .payment-options[b-amb1jjw2fu] {
    padding: 1rem;
  }
  #checkOutPaymentTypeDisplayContainer .payment-options h3[b-amb1jjw2fu] {
    font-size: 1.1rem;
  }
  #checkOutPaymentTypeDisplayContainer .payment-options .payment-option[b-amb1jjw2fu] {
    font-size: 0.9rem;
  }
  #checkOutPaymentTypeDisplayContainer .payment-options .payment-option .checkmark[b-amb1jjw2fu] {
    height: 18px;
    width: 18px;
  }
  #checkOutPaymentTypeDisplayContainer .payment-options .payment-option .checkmark[b-amb1jjw2fu]:after {
    width: 8px;
    height: 8px;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/CheckOutPurchaseDetails.razor.rz.scp.css */
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/OnlinePaymentComponent.razor.rz.scp.css */
.payment-form[b-wxx7747l6p] {
  max-width: 500px;
  margin: 0 auto;
}

.form-group[b-wxx7747l6p] {
  margin-bottom: 1rem;
}

.form-row[b-wxx7747l6p] {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.form-row > .form-group[b-wxx7747l6p] {
  flex: 1;
  padding: 0 0.5rem;
}

label[b-wxx7747l6p] {
  display: block;
  margin-bottom: 0.5rem;
}

input[b-wxx7747l6p], #card-number[b-wxx7747l6p], #card-expiry[b-wxx7747l6p], #card-cvc[b-wxx7747l6p] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button[b-wxx7747l6p] {
  width: 100%;
  padding: 0.75rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover[b-wxx7747l6p] {
  background-color: #0056b3;
}

.text-danger[b-wxx7747l6p] {
  color: red;
  height: 4rem;
}
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/ShoppingCartCheckOut.razor.rz.scp.css */
.checkout-container[b-cm0h8eky3g] {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .checkout-container[b-cm0h8eky3g] {
    flex-direction: row;
    align-items: flex-start;
  }
}

.checkout-main[b-cm0h8eky3g] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.checkout-summary[b-cm0h8eky3g] {
  width: 100%;
  position: sticky;
  top: 2rem;
}
@media (min-width: 992px) {
  .checkout-summary[b-cm0h8eky3g] {
    width: 380px;
  }
}
@media (max-width: 600px) {
  .checkout-summary[b-cm0h8eky3g] {
    top: 0rem;
  }
}

.checkout-section[b-cm0h8eky3g] {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  transition: box-shadow 0.3s ease;
}
.checkout-section:hover[b-cm0h8eky3g] {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.checkout-section h2[b-cm0h8eky3g] {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0;
}

.btnProcessShoppingCart[b-cm0h8eky3g] {
  background-color: #10898d;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
  width: 100%;
  margin-top: 1rem;
}
.btnProcessShoppingCart:hover[b-cm0h8eky3g] {
  background-color: #0b5c5f;
}
.btnProcessShoppingCart:active[b-cm0h8eky3g] {
  transform: translateY(1px);
}

body[b-cm0h8eky3g] {
  scrollbar-width: thin;
  scrollbar-color: #10898d #f0f0f0;
}

body[b-cm0h8eky3g]::-webkit-scrollbar {
  width: 8px;
}

body[b-cm0h8eky3g]::-webkit-scrollbar-track {
  background: #f0f0f0;
}

body[b-cm0h8eky3g]::-webkit-scrollbar-thumb {
  background-color: #10898d;
  border-radius: 4px;
}
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/ShoppingCartDisplay.razor.rz.scp.css */
#shoppingcartDisplayListContainer[b-ps3dkq2uyc] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 7px;
}
@media (max-width: 1300px) {
  #shoppingcartDisplayListContainer[b-ps3dkq2uyc] {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  #shoppingcartDisplayListContainer[b-ps3dkq2uyc] {
    grid-template-columns: 1fr;
  }
}
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/ShoppingCartDisplayItem.razor.rz.scp.css */
.shopping-cart-item[b-25ywlerrm4] {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 1rem;
  transition: box-shadow 0.3s ease;
}
.shopping-cart-item:hover[b-25ywlerrm4] {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.shopping-cart-item .item-image[b-25ywlerrm4] {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.shopping-cart-item .item-image img[b-25ywlerrm4] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopping-cart-item .item-details[b-25ywlerrm4] {
  padding: 1rem;
}
.shopping-cart-item .item-name[b-25ywlerrm4] {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.shopping-cart-item .item-description[b-25ywlerrm4] {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.shopping-cart-item .item-price[b-25ywlerrm4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.shopping-cart-item .item-price .unit-price[b-25ywlerrm4] {
  font-size: 1.1rem;
  font-weight: 600;
}
.shopping-cart-item .item-price .total-price[b-25ywlerrm4] {
  font-size: 0.9rem;
  color: #10898d;
}
.shopping-cart-item .item-actions[b-25ywlerrm4] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.shopping-cart-item .item-actions .quantity-control[b-25ywlerrm4] {
  display: flex;
  align-items: center;
}
.shopping-cart-item .item-actions .quantity-control input[b-25ywlerrm4] {
  width: 40px;
  min-width: fit-content;
  text-align: center;
  margin: 0 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.shopping-cart-item .item-actions .quantity-control .btn-quantity[b-25ywlerrm4] {
  background-color: #f0f0f0;
  border: none;
  width: 60px;
  height: auto;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopping-cart-item .item-actions .quantity-control .btn-quantity:hover[b-25ywlerrm4] {
  background-color: #e0e0e0;
}
.shopping-cart-item .item-actions .btn-remove[b-25ywlerrm4] {
  background-color: var(--shopping-cart-rem-btn-bk-color);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.shopping-cart-item .item-actions .btn-remove:hover[b-25ywlerrm4] {
  background-color: #ff6b6b;
}
.shopping-cart-item .item-actions .btn-edit[b-25ywlerrm4] {
  background-color: var(--shopping-cart-edspecs-btn-bk-color);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.shopping-cart-item .item-actions .btn-edit:hover[b-25ywlerrm4] {
  background-color: #2211cc;
}
.shopping-cart-item .item-actions .quantity-label[b-25ywlerrm4] {
  font-size: 0.9rem;
  color: #666;
}

@media (min-width: 768px) {
  .shopping-cart-item[b-25ywlerrm4] {
    flex-direction: row;
  }
  .shopping-cart-item .item-image[b-25ywlerrm4] {
    width: 200px;
    height: auto;
  }
  .shopping-cart-item .item-details[b-25ywlerrm4] {
    flex: 1;
  }
}
.qt-req[b-25ywlerrm4] {
  font-weight: bold;
}
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/ShoppingCartPlaceOrderResult.razor.rz.scp.css */
.thanks-cnt[b-6284olgher] {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks-cnt .tnks-phrase[b-6284olgher] {
  margin: auto;
  color: var(--inner-page-title-fc);
}
.thanks-cnt .po-summary-cnt[b-6284olgher] {
  margin: auto;
  color: var(--inner-page-fc);
}
.thanks-cnt .po-summary-cnt .po-cn[b-6284olgher] {
  margin: auto;
}
/* _content/SunttelEcommerceSalesApp/Components/ShoppingCart/ShoppingCartSummaryDisplay.razor.rz.scp.css */
img[b-4k8rwhf9d3] {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: auto;
  display: block;
}

#ShoppingCartSummaryContainer[b-4k8rwhf9d3] {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: 100%;
  position: relative; /* Ensure the container is the reference for absolute positioning */
  vertical-align: central;
}
#ShoppingCartSummaryContainer .bi-lock-nav-menu[b-4k8rwhf9d3] {
  position: relative; /* Ensure the child elements are positioned relative to this span */
  display: inline-block; /* Ensure the span does not stretch the full width */
}
#ShoppingCartSummaryContainer img[b-4k8rwhf9d3] {
  display: block; /* Make sure the image does not have extra space around it */
  margin-right: 7px;
}
#ShoppingCartSummaryContainer #ItemsCount[b-4k8rwhf9d3] {
  position: absolute;
  top: -10px; /* Adjust as necessary to position the badge */
  right: -10px; /* Adjust as necessary to position the badge */
  background-color: red; /* Background color for the badge */
  color: white; /* Text color for the badge */
  padding: 2px 6px; /* Padding for the badge */
  border-radius: 50%; /* Make the badge circular */
  font-size: 12px; /* Font size for the badge text */
  font-weight: bold; /* Make the text bold */
  display: flex;
  align-items: center;
  justify-content: center;
}
#ShoppingCartSummaryContainer #TotalAmount[b-4k8rwhf9d3] {
  display: inline-block;
  background-color: #f5f5f5; /* Light background color */
  color: #333; /* Dark text color */
  font-size: 0.9rem; /* Slightly larger font size */
  font-weight: bold; /* Bold text */
  padding: 1px 15px; /* Padding around the text */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  border: 1px solid #ddd; /* Light border */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transitions */
}
#ShoppingCartSummaryContainer #TotalAmount:hover[b-4k8rwhf9d3] {
  background-color: #eaeaea; /* Slightly darker background on hover */
  transform: scale(1.05); /* Slight zoom effect on hover */
}
#ShoppingCartSummaryContainer #TotalAmount[b-4k8rwhf9d3]::before {
  /*content: 'Total: ';*/ /* Add a prefix text */
  color: #555; /* Slightly lighter color for prefix */
}

#ShoppingCartSummaryContainerDisplay2[b-4k8rwhf9d3] {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  width: 100%;
  /* margin: 2rem auto;*/
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  #ShoppingCartSummaryContainerDisplay2[b-4k8rwhf9d3] {
    padding: 0.5rem;
  }
}
#ShoppingCartSummaryContainerDisplay2:hover[b-4k8rwhf9d3] {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
#ShoppingCartSummaryContainerDisplay2 h1[b-4k8rwhf9d3] {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  color: #10898d;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 600px) {
  #ShoppingCartSummaryContainerDisplay2 h1[b-4k8rwhf9d3] {
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
  }
}
#ShoppingCartSummaryContainerDisplay2 .orderSummaryDetail[b-4k8rwhf9d3] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 600px) {
  #ShoppingCartSummaryContainerDisplay2 .orderSummaryDetail[b-4k8rwhf9d3] {
    margin-bottom: 0.1rem;
  }
}
#ShoppingCartSummaryContainerDisplay2 .orderSummaryItemLabel[b-4k8rwhf9d3] {
  font-weight: 500;
}
#ShoppingCartSummaryContainerDisplay2 .orderSummaryItemValue[b-4k8rwhf9d3] {
  font-weight: 600;
}
#ShoppingCartSummaryContainerDisplay2 hr[b-4k8rwhf9d3] {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 0 0;
}
#ShoppingCartSummaryContainerDisplay2 #TotalAmountDisplay2[b-4k8rwhf9d3] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f0f8ff;
  border-radius: 8px 8px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #10898d;
  text-align: center;
}
@media (max-width: 600px) {
  #ShoppingCartSummaryContainerDisplay2 #TotalAmountDisplay2[b-4k8rwhf9d3] {
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
#ShoppingCartSummaryContainerDisplay2 .bi-lock-nav-menu[b-4k8rwhf9d3] {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
}
#ShoppingCartSummaryContainerDisplay2 .bi-lock-nav-menu img[b-4k8rwhf9d3] {
  margin-right: 0.5rem;
}
#ShoppingCartSummaryContainerDisplay2 #ItemsCountDisplay2[b-4k8rwhf9d3] {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff4757;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
}

#place-order-cmds-container[b-4k8rwhf9d3] {
  width: 100%;
}
#place-order-cmds-container .btn-place-order[b-4k8rwhf9d3] {
  background: #10898d;
  color: #fff;
  width: 100%;
  border-radius: 0 0 8px 8px;
  transition: 0.7s ease;
}
#place-order-cmds-container .btn-place-order:hover[b-4k8rwhf9d3] {
  border-radius: 8px;
  transform: scale(1.1);
  background-color: #1edfe5;
}
/* _content/SunttelEcommerceSalesApp/Components/SunttelEcommerceFieldValidationMessage.razor.rz.scp.css */
.custom-validation-message[b-ulwaw4cqh1] {
  color: #dc3545;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* _content/SunttelEcommerceSalesApp/Components/SunttelEcommerceFieldValidationSummary.razor.rz.scp.css */
.custom-validation-summary[b-bopj4ts4g2] {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.summary-title[b-bopj4ts4g2] {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.summary-list[b-bopj4ts4g2] {
  margin: 0;
  padding-left: 1.5rem;
}

.summary-item[b-bopj4ts4g2] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
/* _content/SunttelEcommerceSalesApp/Components/TableDashBoardECommerce.razor.rz.scp.css */
.dashboard-table-container[b-n3h97by09q] {
  width: 100%;
  height: 100%;
}

.e-grid .e-headercell[b-n3h97by09q] {
  height: 50px; /* Set the height of the header cell */
  padding: 0; /* Remove any default padding */
}

.e-row .e-altrow[b-n3h97by09q] {
  background-color: yellow !important;
}

.custom-header[b-n3h97by09q] {
  font-size: 0.8rem;
  /*text-transform: uppercase;*/
  padding: 0px;
  margin: auto;
  text-align: center;
  white-space: normal;
}
/* _content/SunttelEcommerceSalesApp/Components/TransactionalPanelWrapECommerce.razor.rz.scp.css */
.wrap-dashboard-container[b-yd7o9jkai7] {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  padding: 21px;
}
.wrap-dashboard-container h1[b-yd7o9jkai7] {
  margin: auto;
  color: white;
  width: 100%;
}
.wrap-dashboard-container .upperMenuContainer[b-yd7o9jkai7] {
  width: 100%;
}

#PanelControlContainerECommerceSales[b-yd7o9jkai7] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tableContainer[b-yd7o9jkai7] {
  width: 100%;
  height: 100%;
}

.captionGroupGrid[b-yd7o9jkai7] {
  width: 100%;
  font-size: 0.7rem;
  font-weight: bold;
  color: darkslateblue;
}

#upperBar[b-yd7o9jkai7] {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin: auto;
  vertical-align: central;
  max-height: 3rem;
  margin-top: 5px;
}

#upperMenuContainer[b-yd7o9jkai7] {
  display: inline-flex;
  flex-direction: row;
  margin-left: 25px;
  height: 2rem;
  color: #00CCFF;
  margin: auto;
  z-index: 100;
}

#pageTitleContainer[b-yd7o9jkai7] {
  margin: auto;
  min-width: fit-content;
  flex-wrap: nowrap;
}

PageTitle[b-yd7o9jkai7] {
  color: aqua;
  font-size: 1.2em;
}

.rowSearch[b-yd7o9jkai7] {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  display: flex;
  vertical-align: middle;
  align-items: flex-start;
}
.rowSearch .preFilterGroup[b-yd7o9jkai7] {
  display: flex;
  margin: auto;
}
.rowSearch .preFilterGroup .labelSearch[b-yd7o9jkai7] {
  width: fit-content;
  margin: auto 7px;
  min-width: 80px;
  color: rgba(161, 156, 156, 0.9);
}
.rowSearch .preFilterGroup input[b-yd7o9jkai7] {
  color: rgba(161, 156, 156, 0.9);
}
.rowSearch .searchPreFilterContainer[b-yd7o9jkai7] {
  margin: auto;
  flex: 1;
}

.col-md-3[b-yd7o9jkai7] {
  padding: 0.5rem 1rem;
}

.col-md-2[b-yd7o9jkai7] {
  padding: 0.5rem 1rem;
}

input[type=date][b-yd7o9jkai7] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: var(--home-bk-color);
  color: white;
}

input[type=date]:focus[b-yd7o9jkai7] {
  border-color: #80bdff;
  outline: none;
}

input[type=date][b-yd7o9jkai7]::-webkit-calendar-picker-indicator {
  background-color: var(--btn-cmd-bc-hv); /* Change this to the desired color */
  border-radius: 50%; /* Optional: to give it a rounded shape */
}

.cool-button-left[b-yd7o9jkai7] {
  display: inline-flex;
  align-items: center;
  background-color: var(--btn-cmd-bc);
  /*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-yd7o9jkai7] {
  background-color: var(--btn-cmd-bc-hv);
  /*background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);*/
  /*font-size: 1.1em;*/
  /*color: aqua;*/
}
.cool-button-left .button-icon[b-yd7o9jkai7] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btnContainer[b-yd7o9jkai7] {
  display: inline-flex;
  margin: auto;
  padding: 0 21px;
}

.cool-button-right[b-yd7o9jkai7] {
  display: inline-flex;
  align-items: center;
  background-color: var(--btn-cmd-bc);
  /* 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-yd7o9jkai7] {
  background-color: var(--btn-cmd-bc-hv);
  /* background-image: linear-gradient(900deg, #920092 30%, #ff2bff 80%);*/
  /*font-size: 1.1em;*/
  /* color: aqua;*/
}
.cool-button-right .button-icon[b-yd7o9jkai7] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

button:hover[b-yd7o9jkai7] {
  background-color: #3e8e41;
}

.header-panel-container[b-yd7o9jkai7] {
  width: 100%;
  display: flex;
  min-height: fit-content;
  padding: 0;
}

.panel-title[b-yd7o9jkai7] {
  flex: 1;
}

.panel-arrows[b-yd7o9jkai7] {
  width: fit-content;
  height: 30px;
  display: flex;
  flex-direction: row;
}

[b-yd7o9jkai7] .e-grid {
  cursor: pointer;
}

[b-yd7o9jkai7] .e-grid .e-groupcaption {
  display: flex;
  text-align: center;
  width: fit-content;
}

[b-yd7o9jkai7] .e-grid .e-groupcaption .captionGroupGrid {
  flex: 1;
  color: #00cafc;
  width: fit-content;
  font-size: 0.8rem;
}

[b-yd7o9jkai7] .e-grid .e-summaryrow .e-summarycell, .e-grid .e-summaryrow .e-templatecell[b-yd7o9jkai7] {
  width: fit-content;
  color: red;
}

/*::deep .e-grid .e-altrow {
    background-color: black;
}*/
/* _content/SunttelEcommerceSalesApp/Components/VendorTools/DashBoardChartWidget.razor.rz.scp.css */
.header-panel-container[b-lsq7gyny3i] {
  width: 100%;
  display: flex;
}

.panel-title[b-lsq7gyny3i] {
  flex: 1;
}

.panel-arrows[b-lsq7gyny3i] {
  width: fit-content;
  height: 30px;
  display: flex;
  flex-direction: row;
}

.dashboard-chart-wrapper[b-lsq7gyny3i] {
  background-color: #181818;
}

.dashboard-content-container[b-lsq7gyny3i] {
  background-color: #181818;
  height: 100%;
}

.chartProperties[b-lsq7gyny3i] {
  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-lsq7gyny3i] {
  background: #ff0000;
  color: white;
}
.chartProperties .chartProperties-title label[b-lsq7gyny3i] {
  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-lsq7gyny3i] {
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: lighter;
  height: fit-content;
}
.chartProperties .chartProperties-prop-group label[b-lsq7gyny3i] {
  color: #00ffff;
  margin-left: 7px;
}
.chartProperties .chartProperties-prop-group select[b-lsq7gyny3i] {
  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-lsq7gyny3i] {
  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-lsq7gyny3i] {
  border-color: #6c757d;
}
.chartProperties .chartProperties-prop-group select option[b-lsq7gyny3i] {
  background-color: #111;
  color: aqua;
}
.chartProperties .body-properties[b-lsq7gyny3i] {
  padding: 9px;
}

.chartProperties-prop-group.remove-chart[b-lsq7gyny3i] {
  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-lsq7gyny3i] {
  transform: scale(1.1) translateX(-5px);
}
/* _content/SunttelEcommerceSalesApp/Components/VendorTools/MapViewGoogle.razor.rz.scp.css */
#map[b-euut55lno5] {
  height: 100%;
  width: 100%;
}
/* _content/SunttelEcommerceSalesApp/Components/VendorTools/OrderDashboardMenu.razor.rz.scp.css */
.selectorsChartsAdd[b-dmgdm9krm3] {
  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-dmgdm9krm3] {
  margin: 2px 7px;
  cursor: pointer;
}
.selectorsChartsAdd .chartParameterGroup select option[b-dmgdm9krm3] {
  background-color: #212121; /* This sets the background color of the dropdown list */
  color: #fff;
}
.selectorsChartsAdd .chartParameterGroup select:hover[b-dmgdm9krm3] {
  color: #00d0ff;
}
.selectorsChartsAdd .chartParameterGroup select[value=""][b-dmgdm9krm3] {
  color: red;
}

.order-dashboard-cnt ul[b-dmgdm9krm3] {
  display: flex;
  vertical-align: middle;
  margin: auto;
}

.order-dashboard-cnt ul li[b-dmgdm9krm3] {
  display: flex;
}

.menuElementE[b-dmgdm9krm3] {
  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: 700px) {
  .menuElementE[b-dmgdm9krm3] {
    font-size: 1rem;
    padding: 3px 11px;
  }
}

.menuElementE:hover[b-dmgdm9krm3] {
  transition: 1s all ease-in-out;
  color: #0b8fb4;
}

.menuElementE:hover .borderInfMenu[b-dmgdm9krm3] {
  background-image: radial-gradient(#00ffff 0%, #fff 100%);
}

.borderInfMenu[b-dmgdm9krm3] {
  width: 100%;
  height: 4px;
  color: transparent;
  border: none;
}

select[b-dmgdm9krm3] {
  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-dmgdm9krm3] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-dmgdm9krm3] {
  border-color: #6c757d;
}
select option[b-dmgdm9krm3] {
  background-color: #ffffff;
  color: #495057;
}

.btn:hover[b-dmgdm9krm3] {
  border: 1px solid #80bdff;
}
/* _content/SunttelEcommerceSalesApp/Components/VendorTools/OrdersBagMenu.razor.rz.scp.css */
.internalMenuContainerECommerce ul[b-xd9b8b6w4h] {
  display: flex;
  vertical-align: middle;
  margin: auto;
}

.internalMenuContainerECommerce ul li[b-xd9b8b6w4h] {
  display: flex;
}

.selectorsChartsAdd[b-xd9b8b6w4h] {
  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-xd9b8b6w4h] {
  margin: 2px 7px;
  cursor: pointer;
}
.selectorsChartsAdd .chartParameterGroup select option[b-xd9b8b6w4h] {
  background-color: #212121; /* This sets the background color of the dropdown list */
  color: #fff;
}
.selectorsChartsAdd .chartParameterGroup select:hover[b-xd9b8b6w4h] {
  color: #00d0ff;
}
.selectorsChartsAdd .chartParameterGroup select[value=""][b-xd9b8b6w4h] {
  color: red;
}

.order-dashboard-cnt ul[b-xd9b8b6w4h] {
  display: flex;
  vertical-align: middle;
  margin: auto;
}

.order-dashboard-cnt ul li[b-xd9b8b6w4h] {
  display: flex;
}

.menuElementE[b-xd9b8b6w4h] {
  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: 700px) {
  .menuElementE[b-xd9b8b6w4h] {
    font-size: 1rem;
    padding: 3px 11px;
  }
}

.menuElementE:hover[b-xd9b8b6w4h] {
  transition: 1s all ease-in-out;
  color: #0b8fb4;
}

.menuElementE:hover .borderInfMenu[b-xd9b8b6w4h] {
  background-image: radial-gradient(#00ffff 0%, #fff 100%);
}

.borderInfMenu[b-xd9b8b6w4h] {
  width: 100%;
  height: 4px;
  color: transparent;
  border: none;
}

select[b-xd9b8b6w4h] {
  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-xd9b8b6w4h] {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
select:hover[b-xd9b8b6w4h] {
  border-color: #6c757d;
}
select option[b-xd9b8b6w4h] {
  background-color: #ffffff;
  color: #495057;
}

.btn:hover[b-xd9b8b6w4h] {
  border: 1px solid #80bdff;
}
/* _content/SunttelEcommerceSalesApp/Components/VendorTools/OrderViewProviders.razor.rz.scp.css */
#OrderContainer[b-5l0oyh288v] {
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  margin-top: 7px;
  display: flex;
  flex-direction: row;
}
#OrderContainer #OrderHeader[b-5l0oyh288v] {
  position: relative;
  background-color: #F7F7F7;
  /* background-image: linear-gradient(90deg, #181818 0%, #F7F7F7 80%);*/
  border-radius: 0 15px 15px 0;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  font-family: "poppins";
  width: 100%;
}
@media (max-width: 700px) {
  #OrderContainer #OrderHeader[b-5l0oyh288v] {
    /* background-image: linear-gradient(180deg, #181818 0%, #383838 20%, #F7F7F7 100%);*/
    flex-direction: column;
  }
}
#OrderContainer #OrderHeader:hover[b-5l0oyh288v] {
  background-color: #e2ebeb;
  position: relative;
  background-image: linear-gradient(to right, white, #e2ebeb);
  overflow: hidden;
  border-radius: 15px;
}
#OrderContainer #OrderHeader .HeaderField[b-5l0oyh288v] {
  margin-right: 22px;
  font-size: 0.9rem;
}
#OrderContainer #OrderHeader .HeaderField .fieldTitle[b-5l0oyh288v] {
  font-weight: bold;
}
#OrderContainer #OrderHeader .order-no[b-5l0oyh288v] {
  background-image: linear-gradient(90deg, #181818 0%, #272727 80%);
  color: #00a6c1;
  width: 180px;
  border-radius: 11px 0 0 11px;
  padding: 1px 7px;
  margin-right: 0;
  max-height: 4rem;
}
@media (max-width: 700px) {
  #OrderContainer #OrderHeader .order-no[b-5l0oyh288v] {
    width: 99%;
    border-radius: 11px 11px 0 0;
  }
}
#OrderContainer #OrderHeader .item-info[b-5l0oyh288v] {
  position: relative;
  width: 340px;
  color: fuchsia;
  padding: 1px 7px;
  background-image: linear-gradient(90deg, #181818 0%, #272727 80%);
  border-radius: 0 11px 11px 0;
  max-height: 4rem;
}
@media (max-width: 700px) {
  #OrderContainer #OrderHeader .item-info[b-5l0oyh288v] {
    width: 99%;
    border-radius: 0 0 11px 11px;
  }
}
#OrderContainer .orderchecked[b-5l0oyh288v] {
  position: absolute;
  top: 0;
  right: 0;
}
#OrderContainer .chk-hide[b-5l0oyh288v] {
  display: none;
}
#OrderContainer #OrderBody[b-5l0oyh288v] {
  display: flex;
  flex-direction: column;
}
#OrderContainer #OrderBody #OrderDetailsContainer[b-5l0oyh288v] {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-image[b-5l0oyh288v] {
  width: 120px;
  overflow: hidden;
  padding: 5px;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-image img[b-5l0oyh288v] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-details[b-5l0oyh288v] {
  margin-left: 5px;
  padding: 5px;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-details .item-name[b-5l0oyh288v] {
  font-size: 0.9rem;
}
#OrderContainer #OrderBody #OrderDetailsContainer .item-details .item-description[b-5l0oyh288v] {
  font-size: 0.7rem;
}

.specs-display[b-5l0oyh288v] {
  height: 290px;
}
@media (max-width: 700px) {
  .specs-display[b-5l0oyh288v] {
    height: 340px;
  }
}

.custom-recipe-show[b-5l0oyh288v] {
  position: absolute;
  z-index: 1;
  left: -40px;
  top: -30px;
}
@media (max-width: 700px) {
  .custom-recipe-show[b-5l0oyh288v] {
    left: -40px;
    top: -55px;
  }
}

.custom-recipe-hide[b-5l0oyh288v] {
  display: none;
}

.btn-menu[b-5l0oyh288v] {
  cursor: pointer;
}

.cmd-btns[b-5l0oyh288v] {
  display: flex;
  width: fit-content;
  gap: 7px;
  align-items: flex-start;
  cursor: pointer;
  padding: 9px 0 0 0;
}
@media (max-width: 700px) {
  .cmd-btns[b-5l0oyh288v] {
    flex-direction: column;
  }
}
.cmd-btns .img[b-5l0oyh288v] {
  margin: auto;
}

.custom-specs-cnt[b-5l0oyh288v] {
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.total-amnt[b-5l0oyh288v] {
  position: relative;
  min-width: 100px;
}

.total-amnt .fieldValue[b-5l0oyh288v] {
  position: absolute;
  min-width: 80px;
  font-size: 1.3rem;
  font-weight: bold;
  left: 0px;
  top: 2rem;
  color: orange;
}
@media (max-width: 700px) {
  .total-amnt .fieldValue[b-5l0oyh288v] {
    left: 110px;
    top: -5px;
  }
}

.action-btn img[b-5l0oyh288v] {
  transition: filter 0.3s ease;
}
.action-btn:hover img[b-5l0oyh288v] {
  filter: invert(63%) sepia(74%) saturate(748%) hue-rotate(357deg) brightness(93%) contrast(101%);
}
/* _content/SunttelEcommerceSalesApp/Components/VendorTools/SalesOrderCustomSpecsView.razor.rz.scp.css */
.custom-order-spec-gen-container[b-ex5v1odla1] {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 11px auto;
  transition: 1s ease-in-out;
}
.custom-order-spec-gen-container .header-custom-order-spec[b-ex5v1odla1] {
  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-ex5v1odla1] {
  flex: 1;
  font-size: 1rem;
  font-weight: normal;
  color: aquamarine;
  padding: 3px;
}

.container[b-ex5v1odla1] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform-style: preserve-3d;
  transition: perspective(1000px);
}

.title-custom-specs[b-ex5v1odla1] {
  font-family: "poppins";
  font-weight: bold;
  padding-left: 11px;
}

.custom-order-spec-group[b-ex5v1odla1] {
  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-ex5v1odla1] {
  font-size: 0.9rem;
}
.custom-order-spec-group:hover[b-ex5v1odla1] {
  transform: scale(1.1);
  /* transform: translateZ(500px) rotateY(40deg);*/
  z-index: 11;
}
.custom-order-spec-group:hover .custom-order-spec-header[b-ex5v1odla1] {
  background-color: #03a6cf;
}

.custom-order-spec-header[b-ex5v1odla1] {
  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-ex5v1odla1] {
  margin: 0;
}

.custom-order-spec-header span[b-ex5v1odla1] {
  background: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
}

.custom-order-spec-content[b-ex5v1odla1] {
  display: flex;
  flex-direction: column;
  background-color: #eee;
  border-radius: 9px;
  margin-top: 3px;
  flex: 1;
}
.custom-order-spec-content .form-control[b-ex5v1odla1],
.custom-order-spec-content .form-check-input[b-ex5v1odla1] {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.custom-order-spec-content .img-thumbnail[b-ex5v1odla1] {
  max-width: 100%;
  margin-bottom: 10px;
  border: 0px;
}
.custom-order-spec-content .btn-outline-primary[b-ex5v1odla1] {
  color: #007bff;
  border-color: #007bff;
}
.custom-order-spec-content .btn-outline-primary:hover[b-ex5v1odla1] {
  background: #007bff;
  color: #fff;
}

.cool-button[b-ex5v1odla1] {
  /* 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-ex5v1odla1] {
  /*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-ex5v1odla1] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
