.hover {
  position: absolute;
  z-index: 1000;
  right: 6px;
}
.top-vout {
  bottom: 15px;
}
.top-ilim {
  bottom: 15px;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.justify-sa {
  justify-content: space-around;
}
.justify-sb {
  justify-content: space-between;
}
.box-style {
  width: 375px;
  height: 93px;
  border: 1px solid rgb(221, 221, 221);
}
.heading-font {
  font-size: small;
  font-weight: normal;
  color: #189;
}
.perfect-centre {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mar-left-min {
  margin-left: 6px;
}
.force-write-btn {
  width: 176px;
  height: 30px;
  font-family: Roboto;
  font-size: 14px;
  background-color: #dd0000;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.force-write-btn:active {
  box-shadow: 0px 0px 15px -1px rgb(255, 65, 35);
}
.border-none {
  border: none !important;
}
