<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mhpcnew-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr auto 2fr);
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
#mhpcnew-container p,
#mhpcnew-container h2 {
  line-height: 1.6em;
  margin: 0;
}
#mhpcnew-container &gt; div[class^="mhpcnew-col-"], 
#mhpcnew-container &gt; div.mhpc-r-odd,
#mhpcnew-container &gt; div.mhpc-r-even
{
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mhpcnew-container .mhpc-title {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
}
#mhpcnew-container .mhpc-data {
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}
.mhpcnew-col-22,
.mhpcnew-col-1 {
  background: #c0392b;
  grid-column: 1 / span 3;
  color: #fff;
}
.mhpcnew-col-1 h2 {
  color: #fff;
}
#mhpcnew-container .mhpc-field-title {
  font-weight: bold;
  display: block;
}
#mhpcnew-container .mhpc-field-sub-title {
  font-style: italic;
  display: block;
}
.mhpc-text-center {
  text-align: center;
}
.mhpc-r-even {
  background: #f2f2f2;
}
.mhpc-r-odd {
  background: #3498db;
  color: #f5f5f5;
}
.mhpc-none {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #mhpcnew-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr);
  }
  .mhpcnew-col-22,
  .mhpcnew-col-1 {
    grid-column: 1 / span 2;
  }
  .mhpc-none {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  #mhpcnew-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
  }
  #mhpcnew-container &gt; div[class^='mhpcnew-col-'] {
    padding: 2px 15px !important;
  }
  .mhpcnew-col-22,
  .mhpcnew-col-1 {
    grid-column: 1 / span 1;
  }
  #mhpcnew-container .mhpc-title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mhpcnew-container .mhpc-data {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mhpc-none {
    display: none !important;
  }
}

#maherhossainDatepicker {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
</pre></body></html>