html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
  color: inherit;
}
.clearfix {
  float: none;
  clear: both;
}
.pointer {
  cursor: pointer;
}
.rtl {
  direction: rtl !important;
}
.ltr {
  direction: ltr !important;
}
.r-6 {
  border-radius: 6px;
}
.r-10 {
  border-radius: 10px;
}
.rb-6 {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rb-3 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.card.h-auto {
  min-height: auto !important;
  height: auto !important;
}
.bold {
  font-weight: bold;
}
.w-100 {
  width: 100% !important;
}
.w-90 {
  width: 90% !important;
}
.w-80 {
  width: 80% !important;
}
.w-70 {
  width: 70% !important;
}
.w-20 {
  width: 20% !important;
}
.text-ph {
  color: rgba(0,0,0,0.2);
  font-weight: bold;
}
.text-red {
  color: #f00;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 40px;
}
.separator span {
  position: relative;
  top: -5px;
}
.separator::before,
.separator::after {
  content: '' !important;
  flex: 1 !important;
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.separator::before {
  margin-left: 0.5em !important;
}
.separator::after {
  margin-right: 0.5em !important;
}
.v-top {
  vertical-align: top;
}
.h-100 {
  height: 100% !important;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
