@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

body {
  font-family: "Inter";
  margin: 0;
  position: relative;
  overflow: clip;
}

.border {
  border: 1px solid #dedede;
}

.border-b {
  border-bottom: 1px solid #dedede;
}

#configurator {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw;
  position: relative;
}

#left-side {
  width: 17.5%;
  display: flex;
  flex-direction: column;
  color: #77787b;
  position: relative;
  overflow-y: auto;
}

#right-side {
  float: right;
  color: #77787b;
  width: 82.5%;
  position: relative;
  overflow-x: clip;
}

#assembly-type {
  word-wrap: break-word;
}

.p20-25 {
  padding: 20px 25px;
}

.circle {
  width: 40px;
  height: 40px;
  border: 1px solid #005eb8;
  border-radius: 20px;
  margin-right: 10px;
}

.content {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.download-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
#download {
  width: calc(100% - 50px);
}

.circle img {
  width: 20px;
  height: 20px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cable-info,
#connectora-info,
#connectorb-info {
  margin-top: 10px;
  display: none;
}

.active {
  display: block !important;
}

.reset {
  background-color: #f78f13;
  width: 35%;
  height: 38px;
  float: right;
}

.search {
  background-color: #005eb8;
  width: 62%;
  height: 38px;
}

button {
  font-family: "Inter";
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  line-height: 159%;
  cursor: pointer;
}

#viewer {
  width: 100%;
  height: 100%;
}

#helioz_form {
  display: none;
}

#myConfig {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  border-left: 1px solid #dedede;
  background-color: #fcfcfcb2;
  z-index: 22;
  transition: 0.5s;
  overflow-y: auto;
}
.helioz-field-el {
  margin-top: 5px;
}

.helioz-field-el select,
.helioz-field-el input {
  height: 38px;
  font-size: 14px !important;
}

.helioz {
  font-size: 16px !important;
  height: 4rem !important;
}

.listimg {
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-listimg {
  cursor: pointer;
  z-index: 100;
  width: 34px;
  height: 34px;
}

.modal-header {
  display: flex;
  flex-direction: row;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}

.modalimg {
  cursor: pointer;
  z-index: 20;
  width: 34px;
  height: 34px;
}

#assembly-type select,
#connectora-selection select,
#connectorb-selection select,
#cable-selection select {
  width: 100%;
}

#cable-selection input {
  width: calc(100% - 8px);
}

.right {
  right: 0 !important;
}

.flex {
  display: flex;
  flex-direction: row;
  height: 38px;
}
.flex button {
  margin-top: 0 !important;
}
#modal-content {
  padding: 30px 20px 0px 20px;
  border-bottom: 1px solid #dedede;
}

#modal-footer {
  padding: 20px;
}

#saveBtn {
  height: 100%;
  background-color: #f78f13;
  padding: 0px 10px;
  white-space: nowrap;
}
#quoteBtn {
  height: 100%;
  padding: 0px 10px;
  background-color: #005eb8;
  white-space: nowrap;
}

#myConfig button {
  font-size: 12px;
  line-height: 159%;
  font-weight: 600;
  height: 38px;
}

.s-b {
  justify-content: space-between;
}

.left-bottom {
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #dedede;
  margin-bottom: 0px !important;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
}

#current-cable,
#current-connectora {
  margin-bottom: 20px;
}

#left-content {
  height: 100%;
}

.border-t {
  border-top: 1px solid #dedede;
}

.txt-download {
  margin-top: 0 !important;
}

.flex-btn {
  display: flex;
  flex-direction: row;
  height: 38px;
  width: unset !important;
}

#partNr {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.reset:hover,
#saveBtn:hover {
  border: 1px solid #f78f13;
  background-color: white;
  color: #f78f13;
}

#quoteBtn:hover {
  border: 1px solid #005eb8;
  background-color: white;
  color: #005eb8;
}

#price {
  text-align: center;
}
