p, body {
  font-family: 'Archivo Narrow';
  font-size: 16px;
}

strong {
  font-weight: 700;
}

.sidebar-link, a.sidebar-link {
    color: white;
}

.initials-avatar {
    background-color: lightgray;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 700;
    height: 45px;
    width: 45px;
    font-size: 18px; /* 50% of parent */
    position: relative;
    top: 0;
/*    top: calc(45px / 4); /* 25% of parent */
    line-height: 1;
}

:root {
  --avatar-size: 2.5rem;
  /* change this value anything, e.g., 100px, 10rem, etc. */
}

.circle {
  background-color: #ccc;
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size);
}

.initials {
  font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4); /* 25% of parent */
  font-weight: 700;
}

.avatar {
  object-fit: cover;
}

.card-actions a {
    color: white !important;
}

.card-title {
    margin-bottom: 5px;  
}

.card-header {
    padding-bottom: 0;
}

.video-card {
    height: 420px;
}

a.video-card {
    text-decoration: none;
    color: unset;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    max-width: 0;
}

.ais-Menu-label {
    font-size: 16px !important;
}

.btn-outline-glazier {
  font-family: 'Archivo Black';
  font-size: 14px;
  color: #00dd20 !important;
  border: 2px solid #00dd20 !important;
  background-color: white;
}

.btn-outline-glazier:hover {
  color: white !important;
  border: 2px solid #00dd20 !important;
  background-color: #00dd20;
}

.btn-glazier, .btn-glazier:hover {
  font-family: 'Archivo Black';
  font-size: 14px;
  background-color: #00dd20 !important;
  border: 2px solid white !important;
  color: white;
}

.btn-glazier-unselected, .btn-glazier-unselected:hover {
  font-family: 'Archivo Black';
  font-size: 14px;
  border: 2px solid white !important;
  color: white;
}


.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon-completed {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon-completed span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon-completed span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }
  .ribbon-completed span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }

  .ribbon-danger {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon-danger span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);    
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon-danger span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }
  .ribbon-danger span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }

  .drive-alert {
    padding: .3rem;
  }

  .form-control {
    font-size: 1rem;
  }

  .h5, .h6, h5, h6 {
    font-size: 1rem;
  }

  .content {
/*    background: url('https://s3.us-east-2.amazonaws.com/assets.glazierdrive.com/IMG_2417-X4.jpg') repeat;  */
    background-color: #ffffff;
  }

  .page-title {
    color: white;
    font-family: 'Archivo Black';
    font-size:20px;
  }

  .glazier-drive-button, .glazier-drive-button:hover, .glazier-drive-button:focus, .glazier-drive-button:active {
    background-color: #00dd20 !important;
  }

  .list-group-item.active {
    background-color: #00dd20;
    border-color: #00dd20;
    color: black;
  }

  .ais-ClearRefinements-button, .ais-ClearRefinements-button:focus, .ais-ClearRefinements-button:hover {
    background-color: #00dd20 !important;
    color: black !important;
    width: 100%;
  }

  .ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #00dd20 !important;
    border-color: #00dd20 !important;
  }

  .ais-Breadcrumb-link:focus, .ais-Breadcrumb-link:hover, .ais-HierarchicalMenu-link:focus, .ais-HierarchicalMenu-link:hover, .ais-Menu-link:focus, .ais-Menu-link:hover, .ais-Pagination-link:focus, .ais-Pagination-link:hover, .ais-RatingMenu-link:focus, .ais-RatingMenu-link:hover {
    color: black !important;
  }

  .ais-Breadcrumb-link, .ais-HierarchicalMenu-link, .ais-Menu-link, .ais-Pagination-link, .ais-RatingMenu-link {
    color:black !important;
    transition: color .2s ease-out;
  }  

  #hubspot-conversations-inline-iframe {
    width: 300px;
    height: 300px;
    border:none;
    }

  .timeline-item:before {
      border: 3px solid black;
  }

  .sw-theme-arrows {
    border: none;
  }

  .toast-wrapper {
    position: fixed;
    z-index: 1030;
    right: 5rem!important;
    left: 1rem!important;
    background-color: white;
    bottom: 1rem!important;
    border: 3px solid black;
    border-radius: 5px;
    display: none;
}

.nav-item .indicator {
  background: #ff0000;
}
