body {
  height: 100vh;
  overflow: hidden;
}

.device-tile-navigation1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  line-height: 133%;
  position: relative;
  overflow: hidden;
}

.titlewrap1 {
  box-sizing: border-box;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 3px 0 0;
  display: flex;
}

.header1 {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  display: flex;
}

.steptile3 {
  flex: 1;
  line-height: 133%;
  position: relative;
}

.steptilewrap3 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.steptileline3 {
  background-color: #2189ff;
  border-radius: 10px;
  flex-shrink: 0;
  align-self: stretch;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.frame-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  height: 32px;
  display: flex;
}

.steptilewrap-parent1 {
  color: #006bea;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  height: 32px;
  display: flex;
}

.steptileline5 {
  background-color: #ddd;
  border-radius: 10px;
  flex-shrink: 0;
  align-self: stretch;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.stepper1 {
  box-sizing: border-box;
  color: #707070;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  gap: 4px;
  height: 56px;
  padding: 12px 16px;
  font-family: SamsungOne;
  font-size: 13px;
  display: flex;
}

.field-label1 {
  z-index: 0;
  color: #636363;
  align-self: stretch;
  line-height: 120%;
  position: relative;
}

.field-placeholder {
  z-index: 0;
  width: 119px;
  line-height: 120%;
  display: inline-block;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  margin: 0 !important;
}

.field-text {
  color: #000;
  z-index: 1;
  line-height: 120%;
  display: none;
  position: relative;
}

.input-cursor-icon {
  z-index: 2;
  width: .1px;
  height: 18px;
  position: relative;
}

.field-text-wrap {
  z-index: 0;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  display: flex;
  position: relative;
}

.cancel-icon {
  z-index: 1;
  width: 18px;
  height: 18px;
  display: none;
  position: relative;
}

.arrow-return-left-icon {
  z-index: 2;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: none;
  position: relative;
  overflow: hidden;
}

.loading-circle-ios-2 {
  object-fit: cover;
  z-index: 3;
  width: 25px;
  height: 25px;
  display: none;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  margin: 0 !important;
}

.field-box {
  box-sizing: border-box;
  z-index: 1;
  color: #636363;
  border-bottom: 2px solid #2189ff;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  gap: 8px;
  height: 48px;
  display: flex;
  position: relative;
}

.eror-text {
  opacity: 0;
  flex-shrink: 0;
  width: 437px;
  height: 17px;
  line-height: 140%;
  display: inline-block;
  position: relative;
}

.eror-text-wrap {
  box-sizing: border-box;
  z-index: 2;
  color: #c53e37;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 437px;
  padding: 8px 0 0;
  font-size: 12px;
  display: none;
}

.proto-eror {
  z-index: 3;
  background-color: #ffffff03;
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 !important;
}

.field-atom {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fieldv2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search-input {
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid #ddd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  font-family: SamsungOne;
  font-size: 15px;
  display: flex;
}

.search-input:focus {
  border: 0;
  border-bottom: 2px solid #2189ff;
  outline: none;
}

.field-label1:has( + .search-input:focus) {
  color: #006bea;
}

.dropdown-list-item-name {
  flex: 1;
  line-height: 120%;
  position: relative;
}

.icon-arrow-right3 {
  width: 24px;
  height: 24px;
  position: relative;
}

.dropdown-list-item {
  background-color: #f7f7f700;
  border-bottom: 1px solid #ddd;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  display: flex;
}

.dropdown-list {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 0 0 8px;
  display: flex;
}

.dropdown {
  box-sizing: border-box;
  color: #0a0a0a;
  border-radius: 0 0 6px 6px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 85vh;
  padding: 16px 0;
  display: flex;
  overflow: scroll;
}

.dropdownv2 {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdownv2-wrapper {
  text-align: left;
  color: #006bea;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 16px 16px 0;
  font-family: SamsungOne;
  font-size: 15px;
  display: flex;
}

.tile-device-typedevice-model {
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
  font-family: Samsung Sharp Sans;
  font-size: 16px;
  line-height: normal;
  display: flex;
}

.hidden {
  display: none;
}

.icon-left, .icon-right {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.icon-right {
  visibility: hidden;
  transform: rotate(180deg);
}

.ts-wrapper {
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  margin: 16px 0;
  font-size: 16px;
  display: flex;
  position: relative;
}

.ts-control {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  display: flex;
}

.ts-control .item {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: SamsungOne;
  font-size: 15px;
}

.ts-control input {
  display: none;
}

.ts-dropdown {
  z-index: 10;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  width: 100%;
  margin-top: 6px;
  box-shadow: 0 4px 8px #0000001a;
}

.ts-dropdown .option {
  color: #333;
  cursor: pointer;
  padding: 12px 16px;
  font-family: SamsungOne;
  font-size: 14px;
  transition: background-color .2s;
}

.ts-dropdown .option:hover {
  background-color: #f0f0f0;
}

.ts-dropdown .option:first-of-type {
  border-radius: 16px 16px 0 0;
}

.ts-dropdown .option:last-of-type {
  border-radius: 0 0 16px 16px;
}

.ts-dropdown .option:only-child {
  border-radius: 16px;
}

.ts-dropdown .option.selected {
  color: #0071e3;
  background-color: #eef6ff;
}

.ts-control:focus {
  outline: none;
}

.ts-wrapper:after {
  content: "";
  pointer-events: none;
  z-index: 5;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  transition: transform .2s, margin-top .2s;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%)rotate(45deg);
}

.ts-wrapper.dropdown-active:after {
  margin-top: 3px;
  transform: translateY(-50%)rotate(-135deg);
}

.button-primary-l1 {
  cursor: pointer;
  background-color: #2189ff;
  border: none;
  border-radius: 500px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 8px 20px;
  display: flex;
  overflow: hidden;
}

.button-primary-l1:disabled {
  cursor: not-allowed;
  background-color: #ddd;
}

.button-text3 {
  color: #fff;
  text-align: left;
  font-family: SamsungOne;
  font-size: 15px;
  line-height: 120%;
  position: relative;
}

.buttomaction1 {
  backdrop-filter: blur(64.4px);
  box-sizing: border-box;
  z-index: 1;
  background-color: #ffffffe6;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 100%;
  height: 68px;
  padding: 12px 20px;
  display: flex;
}
/*# sourceMappingURL=2-score-search-model.89f1257d.css.map */
