.rasid {
  box-sizing: border-box;
  max-width: 95%;
  margin: 0 auto;
  padding: 15px;
  border-top: 1px dashed #c7c7c7;
  border-right: 1px dashed #c7c7c7;
  border-bottom: 1px dashed #c7c7c7;
  border-left: 1px dashed #c7c7c7;
}
.rasid .clear::after {
  content: "";
  display: table;
  clear: both;
}
.rasid .float-left {
  float: left;
}
.rasid .float-right {
  float: right;
}
.rasid .w-half {
  width: 50%;
}
.rasid .rasid-logo-holder {
  position: absolute;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.rasid .rasid-logo-holder img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.rasid .rasid-top-header {
  padding: 0.5rem 0;
  position: relative;
}
.rasid .rasid-top-header .main-heading .heading-1 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #222;
  line-height: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
.rasid .rasid-top-header .main-heading .heading-2 {
  font-weight: 700;
  font-size: 0.9rem;
  color: #222;
  line-height: 1.3rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
.rasid .rasid-bottom-header {
  padding: 1rem 0;
  margin-top: 1rem;
}
.rasid .rasid-bottom-header .rasid-detail .paragraph-1 {
  font-weight: 500;
  font-size: 0.9rem;
  color: #222;
  line-height: 1.4rem;
  text-align: left;
  margin: 0;
  padding: 0;
}
.rasid .rasid-bottom-header .rasid-detail .paragraph-1 span {
  font-weight: 700;
}
.rasid .rasid-bottom-header .rasid-detail .paragraph-2 {
  font-weight: 500;
  font-size: 0.9rem;
  color: #222;
  line-height: 1.3rem;
  text-align: right;
  margin: 0;
  padding: 0;
}
.rasid .rasid-bottom-header .rasid-detail .paragraph-2 span {
  font-weight: 700;
}
.rasid .rasid-table table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
}
.rasid .rasid-table table th, .rasid .rasid-table table td {
  border: 1px solid #ddd;
  padding: 3px 8px;
  text-align: center;
}
.rasid .rasid-table table th {
  background-color: #f2f2f2;
}
.rasid .rasid-table table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.rasid .rasid-table table tr:hover {
  background-color: #ddd;
}/*# sourceMappingURL=rasid.css.map */
