.hku-notice-container {
    width: 100%;    
}

.hku-notice-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #EEE;
  margin-top: 1rem;
  padding: 0.2rem 1rem;  
}

.hku-notice-item {    
    display: block;
    padding: 5px 0;
}

.hku-notice-item.info {        
    width: 80%;
}

.hku-notice-item.info h5 {
  color: var(--e-global-color-primary, #000);
  margin: 2px 0px;
}

.hku-notice-notice .hku-notice {
  font-size: 1rem;
  color: rgba(0,0,0,0.6);
  display: contents;
  font-weight: 300;
}

p.capitalize{
  text-transform: capitalize;
}

.hku-notice-notice {  
  align-items: center;
  display: flex;
}

.hku-notice-item .date {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 400;
}

.hku-notice-item.details-btn {
    width:20%;    
    display: flex;
    justify-content: center;
    align-items: center;    
}

.hku-notice-btn {
  font-size: 1rem;    
  text-decoration: none !important;
  border-radius: 4px;
  border: 1px solid;
  padding: 5px 12px;
  color: var(--e-global-color-primary, #800) !important;
  background-color: #ededed;  
}

.hku-notice-btn:hover {
  color: #ededed !important;
  background-color: var(--e-global-color-primary, #800);
}

/* The Modal (background) */
.hku-notice-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
} 
  
/* The Close Button */
.hku-notice-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.hku-notice-modal-close:hover,
.hku-notice-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

  /* Modal Header */
.hku-notice-modal-header {
  padding: 2px 16px;
  background-color: #FFF;
  border-bottom: 4px solid var(--e-global-color-secondary, #f0e6dc);
  color: var(--e-global-color-primary, #800);
  margin-top: 10px;
}

.hku-notice-modal-header h5, .hku-notice-modal-header h6{
  text-transform: capitalize;
  /* color: rgba(0, 0, 0, 0.5); */
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.hku-notice-modal-header h5 {
  color: var(--e-global-color-primary, #FFA630) !important;
}

.hku-notice-list-status {
  margin: 3px;
  margin-right: 9px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: red;
  display: inline-block;  
  position: relative;
  top: 1px;
  
  border: 1px solid rgba(200, 200, 200, 0.8);

}
  
/* Modal Body */
.hku-notice-modal-body {
  padding: 15px 16px;
  font-size: 1rem;
}
  
  
/* Modal Content */
.hku-notice-modal-content {
  position: relative;
  top:6%;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  margin-bottom: 5rem;
}
 
.hku-notice-details-container {
  padding: 8px 0px;
}


.hku-notice-details-container h6{
  color: #444 !important;
  text-transform: uppercase;
  background-color: var(--e-global-color-secondary, #FFA630);
  padding: 0px 8px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
  .hku-notice-modal-content{
    top:1%;
  }
}

.hku-notice-datetime-container {
  margin-top: -10px;
}
  
.hku-notice-datetime {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
}