@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*FOnTS*/

h1, h2, h3, h4, p, a, label, button, span, input, div {
    font-family: Inter;
}

/* SITES LIST*/
.list.sites a {
    display: inline-block;
    border: 1px solid #8d8d8d;
    padding: 30px;
    border-radius: 5px;
    margin: 5px;
}

.list.sites a:hover {
    opacity: 0.7;
}

.list.sites {
    width: 100%;
    text-align: center;
}

/*HEADER*/
header nav {
    position: absolute;
    top:0;
    right: 0;
    width: 100%;
    background: black;
    color: white!important;
    padding: 2px 5px;
    text-align: right;
}

header nav a {
	color: white;
	font-size: 12px;
}

header h1 {
    width: 100%;
    text-align: center;
}

/*PAGE STYLING*/
.page {
    width: 90%;
    margin:10px 5%;
    text-align: center;
}

@media only screen and (max-width: 1000px) {
	
	.page {
    width: 95%;
    margin:10px 2.5%;
    text-align: center;
}
	
}

hr {
    width: 40%;
    max-width: 200px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/*SIGN IN SECTION*/
.ca-header, .cv-header {
    display: block!important;
    text-align: center;
}

.ca-header h3, .cv-header h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.ca-header .ca-legend, .cv-header.cv-btn {
    display: inline-block!important;
    margin-bottom: 20px;
}

.legend-dot {
    margin-left: 10px!important;
}

.cv-grid, .ca-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 180px)!important;
  gap: var(--gap);
  justify-content: center!important;   /* centers the grid tracks */
 margin: 0 0 20px 0;
}

.ca-grid button, .cv-grid button {
    text-align: center!important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

.ca-grid button:hover, .cv-grid button:hover {
    border-width: 2px;
}

.cv-grid {
    margin-bottom:100px!important;
}/*create space below visitor grid*/

/*SIGN IN NAME EDITS*/
.ca-name, .cv-name {
    font-size: 16px!important;
    margin-bottom: 10px;
	color: black;
}

/*STATUS EDITS*/
.ca-staff-item, .cv-card {
    align-items: center!important;
}

.clavarius-attendance .ca-staff-item.status-in, .cv-card.status-in  {
    border-color: #5cb360!important;
}

.clavarius-attendance .ca-staff-item.status-out, .cv-card.status-out {
    border-color: #f44336!important;
}

.ca-staff-item .ca-meta, .cv-card .cv-meta  {
    display: inline-block;
    width: fit-content;
    color: white!important;
    padding: 2px 3px;
    border-radius: 3px;
    font-size: 10px!important;
    text-transform: uppercase;
}

.ca-staff-item.status-out  .ca-meta, .cv-card.status-out  .cv-meta {
    background:rgba(244, 67, 54,0.7)!important;
}

.ca-staff-item.status-in  .ca-meta, .cv-card.status-in  .cv-meta {
    background:rgba(76, 175, 80,0.7)!important;
}

/*SIGN IN BUTTONS*/
.page .cv-btn, .page .ca-btn {
    background: #222d44!important;
    border: 0;
    border-radius: 10px!important;
    cursor: pointer;
    padding: 8px 15px!important;
}

.page .cv-btn:hover, .page .ca-btn:hover {
    opacity: 0.5;
}

.cv-header > .cv-btn {
    font-size: 16px!important;
}/*boost visitor button size*/


/*SIGNED IN BUTTON CONTAINER*/
.fa-container {
    position: fixed;
    bottom: 0;
    left:0;
    background: #e5e5e5;
    width: 100%;
}

.fa-container button {
    margin: 5px;
}

/*SIGN IN POP UP BUTTONS*/

body .ca-modal__actions .ca-btn, body .cv-modal__actions .cv-btn {
    background-color: #1d9321!important;
    color: white;
}

body .ca-modal__actions .ca-btn.ca-btn--ghost, body .cv-modal__actions .cv-btn.cv-btn--ghost {
    background-color: #ea2517!important;
}

body .cv-modal__actions .cv-btn:hover {
    color: black;
}

body .ca-modal__actions .ca-btn, body .cv-modal__actions .cv-btn {
    font-size: 20px!important;
}/*make font size massive*/

/*POP UP SIZE */
.ca-modal__dialog {
    max-width: 500px!important;
}

/*TOAST ALERTS*/
.ca-toast, .cv-toast {
    bottom: 58px!important;
}

/*HEADER AND LOGO STYLES*/
.tenant-logo-container {
    height: 100px;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 30px;
       align-items: center;
    justify-content: center;
    display: flex;
}

.tenant-logo {
    max-height:100%;
    max-width: 400px;
}

.page-header {
    display: block!important;
}

.page-header h1 {
    margin-top: 0;
}

.welcome-tag {
    width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0px 0px -5px 0px;
    color:#b7b7b7 ;
}

/*FOOTER STYLING*/

footer {
    text-align: center;
    margin-bottom: 60px;
}

footer span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #b7b7b7;
    margin-bottom: -2px;
}

footer img {
    width: 150px;
}

/*ADMIN SECTION*/

/*ADMIN TITLE*/
.admin-title {
    text-align: left;
}

header.admin-header a  {
    background:black!important;
    color: white;
    border: none!important;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
}

/*ADMIN MENU*/
.tabs .active {
    background: #142b67!important;
    color: white!important;
}

.tabs {
    border-bottom:1px solid #142b67!important;
}
/*ADMIN CONTENT*/
.content.admin button {
    background:#142b67!important;
    color: white;
    border: none!important;
    cursor: pointer;
    border-radius: 5px;
}

.content.admin a {
    background:rgba(20, 43, 103,0.6)!important;
    color: white;
    border: none!important;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.content.admin fieldset {
    border: 1px solid rgba(20, 43, 103,0.3)
}

/*HIDE SUBSCRIPTION*/
a[href="/admin/subscription"] {
    display: none!important;
}