.CRT-Card {
  direction: rtl;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: border-box;
  transition: all 0.15s ease;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
.CRT-Card .CRT-Card-Header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}
.CRT-Card .CRT-Card-Header h3 {
  font-size: 1.23rem;
  padding: 0.5em;
}
.CRT-Card .CRT-TBL {
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
}
.CRT-Card .CRT-TBL thead tr th {
  color: #1d1d1d;
  background-color: #d5e6f4;
  font-size: 0.85rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  letter-spacing: 1px;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  font-weight: 800;
  white-space: nowrap;
}
.CRT-Card .CRT-TBL tbody tr th, .CRT-Card .CRT-TBL tbody tr td {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 0.8125rem;
  white-space: nowrap;
  vertical-align: middle;
}
.CRT-Card .CRT-TBL tbody .CRT-Icon-Cell {
  display: flex;
  align-items: center !important;
}
.CRT-Card .CRT-TBL tbody .CRT-Icon-Cell .CRT-Icon {
  margin-right: 1rem !important;
}
.CRT-Card .CRT-TBL tbody .CRT-Icon-Cell p {
  font-size: 0.875rem !important;
  margin-bottom: 0rem;
}
.CRT-Card .CRT-TBL tbody .CRT-Icon {
  font-size: 1rem;
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.CRT-Card .CRT-TBL tbody .CRT-Icon img {
  width: 100% !important;
}
.CRT-Card .CRT-TBL tbody .CRT-Bdy-Divider th {
  background: #d5e6f4;
  border: none;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 90px;
  height: 60px;
}
.CRT-Card .CRT-TBL tbody .CRT-Bdy-Divider th::after, .CRT-Card .CRT-TBL tbody .CRT-Bdy-Divider th::before {
  position: absolute;
  content: "";
}
.CRT-Card .CRT-TBL tbody .CRT-Bdy-Divider th::before {
  border-top: 30px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 30px solid transparent;
  right: 0;
}
.CRT-Card .CRT-TBL tbody .CRT-Bdy-Divider th::after {
  border-top: 30px solid transparent;
  border-right: 30px solid #d5e6f4;
  border-bottom: 30px solid transparent;
  left: -30px;
}

/*# sourceMappingURL=custom.css.map */
