p {
    font-family: "Archivo Narrow";
    font-size: 16px;
}

body {
    font-family: "Archivo Narrow";
    font-size: 16px;
    background-color: #36393f;
}

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-dashboard,
.btn-dashboard:hover {
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 700;
    background-color: white !important;
    border: 2px solid #1e1f22 !important;
    color: black !important;
    width: 200px;
}

.btn-glazier,
.btn-glazier:hover {
    font-family: "Archivo Black";
    font-size: 14px;
    background-color: #00dd20 !important;
    border: 2px solid #1e1f22 !important;
    color: black;
}

.btn-glazier-unselected,
.btn-glazier-unselected:hover {
    font-family: "Archivo Black";
    font-size: 14px;
    border: 2px solid #1e1f22 !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: #50c878de;

    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 #50c878;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #50c878;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #50c878;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #50c878;
}

.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: 0.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: #36393f;
}

.card,
.card-header,
.card-footer {
    background-color: #f5f5f5;
}

.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: white !important;
    transition: color 0.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;
    width: 97%;
}

.no-pass-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;
    width: 97%;
}

.academies-wrapper {
    z-index: 1030;
    right: 5rem !important;
    left: 1rem !important;
    background-color: white;
    top: 6% !important;
    border: 3px solid black;
    border-radius: 5px;
}

.button-text-black:hover {
    color: black !important;
}

.button-text-blue:hover {
    color: #acd3ed !important;
}

.button-text-green:hover {
    color: #00dd20 !important;
}

.dropdown-item,
.dropdown-item {
    color: white;
    background-color: #1e1f22 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #00dd20 !important;
    background-color: #1e1f22 !important;
}

.sidebar [data-toggle="collapse"]:before {
    content: unset;
}

.bg-c-transparent {
    background: transparent;
}

.bg-c-gray {
    background: rgb(40, 42, 46);
}

.bg-c-gray-reverse {
    background: linear-gradient(45deg,#36393f, #9e9e9e);
}

.bg-c-glazier-blue {
    background: #00aff0;
}

.scrolling-wrapper{
	overflow-x: auto;
}
