@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
.cadc-banner-container {
    background-image: url('/static/images/web-banner-bg.gif');
    background-size: contain;
    background-position: center;
}

.cadc-banner-inner-bg {
    background-image: url('/static/images/web-banner.jpg') !important;
    background-size: cover !important;
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
}

div.profile-modal {
    position: absolute;
    padding: 10px;
    left: 85px;
    text-align: center;
    color: #23447e;
    border-radius: 0.8em;
    border-width: 0.2em;
    border-color: #23447e;
    background-color: #fff;
    width: 200px;
    height: auto;
    display: none;
}
  
div.profile-modal, a.sign-on-off-cancel {
    z-index: 1000000;
}

.home > #wb-bc {
    color: #284162;
    margin-left: 0;
}

 /*
 	---------------------------- Social media start ----------------------------
 */

.provisional.gc-followus .github::before {
    background-image: url('/static/css/images/github.svg');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 38px;
    margin-right: 10px;
    min-width: 38px;
}

.provisional.gc-followus .coretrustseal::before {
    background-image: url('/static/css/images/core-trust-seal-logo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 38px;
    margin-right: 10px;
    min-width: 38px;
}

 /*
 	---------------------------- Social media end ----------------------------
 */


 /*
 	---------------------------- Cookie Banner start ----------------------------
 */
#consent_banner {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
    background: #d7faff; /* Needed to override inherited background in main theme. #annoying */
}
 /*
 	---------------------------- Cookie Banner end ----------------------------
 */

@media screen and (min-width: 992px) {
    #wb-bc {
        border-top: 3px solid #38414d;
        margin-top: 5px;
    }
}

/*
    ---------------------------- Spinner indicator start ------------------------------
*/

.mid-screen {
  position: absolute;
  top: 38%;
  left: 44%;
}

.spinner {
  display: inline-block;
  position: relative;
  width: 96px;
  height: 96px;
}

.spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 84px;
  height: 84px;
  margin: 8px;
  border: 8px solid #2209a4;
  border-radius: 50%;
  animation: lds-ring 0.7s cubic-bezier(0.4, 0, 0.4, 1.0) infinite;
  border-color: #3621ad transparent transparent transparent;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    max-height: 100%;
    height: 100% !important;
    background: rgba(200,200,200,0.4);
    opacity: 1;
    /* z-index: 1000; */
    /* opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; */
}

.spinner.hide, .overlay.hide {
    opacity: 0
}

/*
    ---------------------------- Spinner indicator end ------------------------------
*/


/*
    ---------------------------- Skeleton screen start ------------------------------
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card {
  /* background-color: #f5f8fc; */
  -webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 0.375rem 0.375rem -0.125rem rgba(168, 179, 207, 0.4);
          box-shadow: 0 0 transparent, 0 0 transparent, 0 0.375rem 0.375rem -0.125rem rgba(168, 179, 207, 0.4);
  padding: 0.5rem;
  /* border-radius: 1rem; */
  /* border: 1px solid rgba(82, 88, 102, 0.2); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* width: 100%; */
  /* height: 1.0em; */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 2rem;
}

.card-header {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.5rem 0 0.5rem 0.5rem;
}

.card-header .header-img, .card .button {
  background-color: #f5f8fc;
  height: 2rem;
  width: 3em;
  -o-object-fit: cover;
     object-fit: cover;
  /* border-radius: 15%; */
}

.card-header .header-title {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #0e1217;
  font-weight: 700;
  margin: 0.5rem;
  text-decoration: underline;
}

.card-body {
  margin: 0 0.5rem;
}

.card-body .body-text {
  color: #525866;
  font-size: 0.8125rem;
}

.card-body .body-img {
  height: 10rem;
  margin: 0.5rem 0;
}

.card-body .body-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  /* border-radius: 0.75rem; */
}

.card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
}

.card:hover {
  border-color: rgba(82, 88, 102, 0.4);
}

ion-icon {
  font-size: 1.5rem;
  color: #525866;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

ion-icon:hover:nth-of-type(1) {
  color: #15ce5c;
}

ion-icon:hover:nth-of-type(2) {
  color: #15ce5c;
}

ion-icon:hover:nth-of-type(3) {
  color: #fa6620;
}
/*# sourceMappingURL=starter.css.map */


.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 1.1em;
  margin-bottom: 0.5rem;
  /* border-radius: 0.25rem; */
}

.skeleton-text-body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

/*
    ---------------------------- Skeleton screen end ------------------------------
*/

/*
Status cards
 */
.status-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.status-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 370px;
    box-sizing: border-box;
    margin: 10px;
    background-color: #f5f5f5;
    padding: 7px;
    max-height: 115px;
    overflow-y: auto;
}
.left-column {
    flex: 1 1 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px;
}
.right-column {
    flex: 1 1 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.service-label {
    color: #26374a;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}

.service-name {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #26374a;
}
.service-message {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.service-check-time {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #333;
}

.status-cell {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.status-message {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}