:host {
  --paper-checkbox-size: 14px;
}
.export-container {
  width: 100%;
  height: 100%;
}

.export-header {
  color: var(--color-ti-text-grey-dark);
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  padding-left: 15px;
}

.column-flex {
  display: flex;
  flex-direction: column;
}

.row-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.export-file-container {
  width: 90%;
  margin: 15px;
  height: 180px;
  border-radius: 5.81px;
  box-shadow: inset 0 0 0.5px 1px #ececec;
  background-color: #f0f0f0;
}

.file-detail {
  width: 60%;
  margin: 15px;
}

.info-label {
  position: relative;
  font-size: 11.5px;
  height: 13px;
  color: var(--color-ti-text-grey-03);
  font-family: Roboto;
  width: 59px;
}

.information {
  margin: 7px 0 7px 0;
}

.info-label::after {
  content: ":";
  display: inline-block;
  position: absolute;
  font-size: 12px;
  color: var(--color-ti-text-grey-03);
  right: 0;
}

input[type="text"] {
  padding: 5px;
  border: none;
  width: 120px;
  font-size: 11.5px;
  color: var(--color-ti-text-blue);
  margin: 0 0 0 15px;
  border-bottom: 1.5px solid var(--color-ti-alt-blue);
  outline: none;
  background-color: rgb(240, 240, 240);
}

input::placeholder {
  /*Firefox, Chrome, Opera*/
  color: var(--color-ti-shadow-blue);
}
input::-ms-input-placeholder {
  /*Microsoft Edge, IE 10-11*/
  color: var(--color-ti-shadow-blue);
}

img {
  margin: 0 35px 0 35px;
}

.export-button {
  min-width: 65px;
  width: max-content;
  max-width: 200px;
  height: 27px;
  margin: 7px 0 7px 0;
  font-size: 10.5px;
  font-weight: bold;
  color: var(--color-ti-text-blue);
  border: 0.77px solid var(--color-ti-text-blue);
  background-color: var(--color-ti-shadow-blue);
}
.dialog-box {
  height: calc(100% - 100px);
  width: 100%;
}
.dialog-body {
  height: calc(100% - 110px);
  width: 100%;
}

.dialog-header {
  background-color: var(--color-ti-primary-blue);
  color: var(--color-ti-white);
  font-size: 18px;
  height: 45px;
  margin: 0px;
}

.close-icon {
  cursor: pointer;
}

.design-container {
  height: 100%;
  width: 100%;
}

.dialog-footer {
  height: 55px;
  padding: 0px 24px;
  margin: 0px;
}
