.sizify-button {
  display: flex;
  align-items: center;
  font-size: 1rem;
  background-color: transparent;
  padding: 4px;
  width: fit-content;
  margin: 8px 0;
  border: none;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
.sizify-image {
  margin: 0 0.25rem 0 0;
  object-fit: contain;
}

.sizify-button-text {
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 9px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.sizify-modal {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transform: scale(1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.sizify-modal-logged-in {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transform: scale(1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.sizify-modal-close {
  visibility: hidden;
}

.sizify-modal_content {
  z-index: 999;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 100%;
  max-width: 800px;
  border-radius: 0.5rem;
}
.sizify-modal_closeButton {
  width: 20px;
  line-height: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  cursor: pointer;
}

.sizify-modal_title {
  color: hsla(210, 18%, 35%, 1);
  text-align: left;
  font-size: 22px;
  width: 100%;
}

.sizify-modal_subTitle {
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  text-align: start;
  font-family: Arial, Helvetica, sans-serif;
  color: hsla(210, 3%, 70%, 1);
}

.sizify-modal_options {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  padding: 0;
}

.sizify-modal-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sizify-modal-header-title {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0.25rem;
  text-align: center;
  color: hsla(210, 18%, 35%, 1);
}
.sizify-getSizeVideo {
  max-width: 240px;
  max-height: 48px;
  margin: 12px 0;
}

.sizify-sizeId_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.sizify-redirectContainer {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1rem 0;
}
.sizify-unitContainer {
  display: flex;
}
.sizify-redirectContainerTitle {
  width: 100%;
  text-align: center;
}

.sizify-signupButton {
  margin: 1rem 0;
  color: hsla(210, 18%, 35%, 1);
  border: hsla(210, 18%, 35%, 1) 0.1rem solid;
  background-color: transparent;
  cursor: pointer;
}

.sizify-loginButton {
  background-color: #ffffff;
  color: hsla(210, 18%, 35%, 1);
  border: hsla(210, 18%, 35%, 1);
  background-color: transparent;
  margin: 1rem;
  cursor: pointer;
}

.sizify-sizeChartTitle {
  text-align: left;
  font-size: 22px;
  color: hsla(210, 18%, 35%, 1);
}

.sizify-unitButton-on {
  object-fit: contain;
  display: inline-block;
  font-size: 16px;
  background-color: hsla(210, 18%, 35%, 1);
  color: #ffffff;
  border: none;
  padding: 0 1rem;
}
.sizify-unitButton-off {
  font-size: 16px;
  background-color: #ffffff;
  color: hsla(210, 18%, 35%, 1);
  border: none;
  padding: 0 1rem;
}

.sizify-sizeTable {
  margin: 1rem 0;
  color: hsla(210, 18%, 35%, 1);
  background-color: #ffffff;
  border: #ffffff;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.sizify-sizeTable-header {
  font-weight: 800;
  font-size: 16px;
  padding: 4px 6px;
  border: #ffffff;
  color: hsla(210, 18%, 35%, 1);
  background-color: hsla(210, 3%, 70%, 0.1);
  text-align: center;
}

.sizify-sizeTable-cell {
  padding: 4px 6px;
  font-size: 16px;
  border: #ffffff;
  background-color: #ffffff;
  color: hsla(210, 18%, 35%, 1);
  text-align: center;
  font-weight: 500;
}

@media (max-width: 500px) {
  .sizify-modal_content {
    top: 50%;
  }
}
