body,
.btn {
  font-size: 0.8rem;
}

.w-100 {
  width: 100%;
}

.btn-end {
  margin-left: auto;
}

.height-15 {
  height: 1.5rem;
}

.height-50 {
  height: 6rem;
}

.width-40 {
  width: 4rem;
}

.width-50 {
  width: 5rem;
}

.width-60 {
  width: 6rem;
}

.width-100 {
  width: 10rem;
}

.row-second {
  font-size: 0.65rem;
}

.mt--3 {
  margin-top: -1rem;
}

.mb--3 {
  margin-bottom: -1rem;
}

.btn-X {
  font-size: 0.7rem;
}

.div-door {
  border: 0.5px solid #a9a9a9;
  border-radius: 3px;
}

.div-second-first {
  height: 86vh;
  width: 17rem;
  overflow-y: scroll;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

/* ::-webkit-scrollbar {
  width: 0;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #fff;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
*/ .modal-dialog {
  max-width: 100%;
  width: 95vh;
}
.icon_fit {
  background-image: url(../assets/fit_to_screen.png);
  background-size: cover;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.img-avt {
  height: 6rem;
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 10px;
}
.img-height-auto {
  height: auto;
  margin-bottom: 0px;
}
.w-6 {
  width: 6rem;
}
.form-style {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.input-style {
  padding: 6px;
  font-size: 0.8rem;
}
.text-style {
  font-size: 0.8rem;
}

/* table,
td,
th {
  border: 1px solid black;
} */
