
@media print {


*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "SourceSansPro-Light", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #606060;
  text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    background: #f5f6fa;
}
.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.header {
  padding-top: 40px;
}

.page-label {
  color: #606060;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.page-label .pageTitle {
  font-size: 28px;
  margin-bottom: 2rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #202224;
  font-weight: 400;
}
.shadow, .card-profile-image img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
  padding: 2rem 2rem 1rem 2rem;
  /* -webkit-print-color-adjust:exact;
-webkit-filter:opacity(1); */
-webkit-filter: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 0 solid rgba(0, 0, 0, 0.05); */
  border-radius: 2rem;
}

.notification-header {
  color: #202224;
  margin-left: 10px;
}

.text-warning {
  color: #FF8743 !important;
}
.text-bold {
  font-weight: 700 !important;
}

.pb-xl-2, .py-xl-2 {
  padding-bottom: 0.5rem !important;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}

.row {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, 
.col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10,
 .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, 
 .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7,
  .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11,
  .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.text-sm {
  font-size: 0.875rem !important;
}
.m-0 {
  margin: 0 !important;
}
p {
  font-weight: 600;
}
p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}


.noti-info{
  padding: 4px 0 2px 0;
}
.text-muted {
  color: #a4a4a4 !important;
}
.text-primary {
  color: #2684FE !important;
}
.card.shadow {
  padding: 2rem 2rem 1rem 2rem;
}
.table-responsive .media {
  border-bottom: 1px solid #f4f4fa;
}
.table-responsive .media:last-child {
  border-bottom: gray;
}
.table-responsive .noti-info {
  margin: -0.4rem 0 0 0;
  font-size: 0.8rem;
}
.table-responsive .noti-text {
  line-height: 1.2rem;
}
.avatar-sm {
  margin-top: 6px;
}
.notification-header {
  color: #202224;
}
.noti-info {
  padding: 4px 0 2px 0;
}

.table-responsive tbody tr:nth-child(even),
.table tbody tr:nth-child(even) {
  background-color: white;
  border-bottom: gray;
}
table,
th,
td {
  border: 1px gray solid;
}

table {
  border-collapse: collapse;
  border-top: 8px solid;
  border-top-color: #2f82ee;
  width:100%;
}
.table th, .table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

body {
  -webkit-print-color-adjust: exact !important;
}

.notifiation-person-name{
  margin-left: -10px;
  margin-bottom: 10px;
  display: block;
}


}