:host {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.config-interface-cont{
  position: relative;
  margin: 10px 0px;
}

.listItem {
  cursor: pointer;
  background-color: whitesmoke;
  color: black
}

.listItem:hover {
  background-color: #189;
  color: white;
}

.listbox {
  margin-top: 30px;
  margin-right: -90px;
  float: right;
}


.container {
  top: 50px;
  display: flex;
  flex-direction: row;
  float: right;
  background: #fff;
  border: 1px solid white;
}


#config {
  float: right;
  width: 200px;
}

#config-btn,
#config {
  color: white;
  background-color: #189;
  height: 28px;
  font-size: 11px;

}

#reg-btn {
  border-radius: 3px;
  margin-top: 1px;
  color: white;
  background-color: #189;
  height: 28px;
  font-size: 11px;
}

.show-file-cont {
  height: 80px;
  width: 500px;
  border: 1px dashed #979797;
  border-radius: 4px;
  background-color: #fcfcfc;
  display: flex;
  margin: 25px;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.file-icon {
  color: #CC0000;
  height: 30px;
  width: 30px;
}

.filename {
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-left: 20px;
  width: 500px;
}

.file-change-btn {
  border-radius: 3px;
  background-color: #cc0000;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin-left: 8px;
  margin-right: 8px;
  height: 22px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#ti_widget_toast {
  height: 44px;
  left: 60px;
  position: fixed;
  bottom: 30px;
  z-index: 2000;
  display: block;
}

label {
  font-size: 20px;
}


.config-interface {
  width: 700px;
  height: 700px;
  max-width: 1000px;
  max-height: 1000px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 5px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-items: center;
  align-content: center
}

.title {
  font: bold 22px/25px Roboto;
  display: flex;
  align-items: center;
  height: 40px;
  color: #555555;
  justify-content: center;
}

.ti_widget_icon_button_config {
  width: 30px;
  height: 30px;
  color: white;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}

/* over lay css */


.tt-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  user-select: none;
}

.tt-overlay-popup {
  width: auto;
  height: auto;
  min-width: 500px;
  min-height: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.tt-overlay-title {
  font: normal 22px/25px Roboto;
  display: flex;
  align-items: center;
  height: 40px;
  color: #1c99c4;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  justify-content: space-between;
}


.tt-overlay-mid {
  display: flex;
  width: 100%;
  overflow-y: auto;
  max-height: 230px;
  margin-bottom: 20px;
}

.tt-overlay-desc {
  font: normal 16px/25px Roboto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.tt-overlay-desc::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
}

.tt-overlay-desc::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.tt-overlay-btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-overlay-btn {
  display: inline-flex;
  align-items: center;
  width: 100px;
  justify-content: center;
  padding: 10px 20px;
  margin: 0px 10px;
  font: normal 16px/25px Roboto;
  border-radius: 5px;
  border: 1px solid #cd2027;
  cursor: pointer;
}

.tt-overlay-btn.ok-btn {
  background-color: #cd2027;
  color: #fff;
}

.tt-overlay-btn.close-btn {
  width: 25px;
  height: 25px;
  padding: 0px;
  background-color: #cd2027;
  color: #fff;
}

.tt-overlay-btn.ok-btn:active {
  background-color: #fff;
  color: #990000;
}

.prop-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.setting-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.prop-setting{
  display: flex;
  margin: 5px;
  padding: 5px;
}

.prop-label {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #63666a;
  padding-right: 20px;
}

.warning-msg{
  color:#CC0000;
  margin:25px;
  font-style: italic;
}

.file-drag-browse {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.file-drag-browse::shadow .ld-drag-drop-cont {
  margin-top: 0px;
  height: 290px;
  width: 500px;
}

.gray-bold{
  color: gray;
  font-weight: 600;
}
