.check-box .flag {
  max-width: 20px;
  border-radius: 8px;
  vertical-align: middle;
}
.HuiTab .tabBar {
  border-bottom: 0;
}
.tabBar span,
.tabBar span.current {
  background-color: transparent;
  font-weight: 500;
}
.tabBar span.current {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}

.form-horizontal .form-label {
  margin-top: 7px;
}

.Hui-userbar li {
  width: 100%;
}

.dropDown_A {
  width: 100%;
}

.controllingbtn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid rgb(45, 140, 240);
  color: rgb(45, 140, 240);
  background: transparent;
  outline: none;
}

.add_template_btn {
  border: 2px solid rgb(45, 140, 240);
  color: rgb(45, 140, 240);
}

.delete_template_btn {
  border: 2px solid red;
  color: red;
}

.scroll-container {
  height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b1b0b0 transparent;
  padding-top: 10px;
}

.check-box,
.radio-box {
  display: block;
  width: 33%;
  float: left;
  margin: 5px 0px;
}

.dropDown_A {
  position: relative;
}

.btn-Class {
  border: none;
  position: absolute;
  top: 15px;
  left: 5%;
  height: 38px;
  margin: 1px;
}

.enterClass {
  width: 92%;
  display: block;
  margin: 15px auto;
  text-indent: 50px;
}

.display-parent-none {
  display: none;
}

.display-parent-block {
  display: block;
}

.filediv1 {
  margin-bottom: 10px;
  border: dashed 1px #cccccc;
  padding: 15px;
  background-color: #fcfcfc;

  display: flex;
  flex-direction: row;
  align-items: center;
}
.filediv1 p {
  margin-bottom: 0;
}

.fileimg1 {
  border: #cccccc solid 0px;
  width: 55px;
  /* float: left; */
  margin-right: 16px;
  margin-top: 0px;
}

.filespan1 {
  color: #4f74f5;
}

.filediv2 {
  margin-bottom: 10px;
  border: dashed 1px #cccccc;
  padding: 5px;
  background-color: #fcfcfc;
}

.fileimg2 {
  border: #cccccc solid 0px;
  width: 28px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
}

.filespan2 {
}

.filedelete1 {
  float: right;
  width: 16px;
  margin-top: 5px;
  margin-right: 15px;
  color: #4f74f5;
}

.fileimg3 {
  float: right;
  width: 16px;
  margin-top: 5px;
  margin-right: 15px;
}

.downloadclass {
  height: 39px;
  border: 1px solid #165dff;
  padding: 0px 16px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  background: white;
  color: #165dff;
}

.select_li {
  width: 100%;
  margin: 0;
}
input,
select,
option {
  padding-left: 12px !important;
}
select {
  text-indent: 0;
}
