#holdon-overlay {
    filter: alpha(opacity=80);
    position:fixed; 
    width:100%; 
    height:100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    z-index: 9999;
    display:block;
}

#holdon-content-container{
    width: 100%;
    padding: 0;
    vertical-align: middle;
    display: table-cell !important;
    margin: 0;
    text-align: center;
}

#holdon-content {
    text-align: center;
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

#holdon-message {
    width:100%;
    text-align: center;
    position: absolute;
    top: 55%;
    color:white;
}

.card-header .fa {
  transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
  transform: rotate(90deg);
}
.card:has(.collapse:not(.show)) { 
  height: max-content !important;
}

main {
	background : #f7f7f7;
}

.navbar {
	background : #FFFFFF !important;
}

html {
  font-size: 14px;
}