main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}
/* Custom styles */
.help-block {
    color: #dc3545;
}
body {
    background-color: #f4f3f6;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.privacy-policy {
    bottom: 1%;
    color: #111111;
    font-size: 16px;
    left: 1%;
    max-width: 600px;
}
.privacy-policy a {
    color: #111111;
    font-weight: normal;
    text-decoration: none;
}
/* Sprints list */
.sprints-list .card {
    border: 0;
    background: aliceblue;
}
.sprints-list .card-title {
    font-weight: bold;
    text-decoration: none;
}
.sprints-list .card .badge {
    position: absolute;
    right: 5px;
    top: 5px;
}
.sprints-list .card .lock {
    color: rgba(127, 127, 127, 0.9);
    font-size: 100px;
    left: 50%;
    margin-top: -100px;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
}
/* /Sprints list */
.lesson-item a {
    color: rgb(33, 37, 41);
    font-weight: bold;
    text-decoration: none;
}
.lesson-item .course-name {
    font-size: 12px
}
.sprint-accordion .accordion-item {
    margin-bottom: 0.5rem;
}
.sprint-accordion .accordion-button {
    background-color: rgb(33, 37, 41);
    color: white;
}
.sprint-accordion .accordion-button:not(.collapsed) {
    background-color: #7543ff;
    color: white;
    font-weight: bold;
}
.sprint-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.sprint-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.signup-policy-label, .offer-policy-label {
    font-size: 0.75rem;
}
.signup-policy-label a, .offer-policy-label a {
    color: #212529;
}

/* Offer */
.offer-card .sprint a {
    color: rgb(107, 117, 125);
    text-decoration: none;
}
.offer-card .sprint a:hover {
    text-decoration: underline;
}
/* /Offer */

/* Comments */
.media-block .media-left {
    display: block;
    float: left;
    padding-right: 10px;
}
.media-block .media-right {
    float: right;
}
.media-block .media-body {
    display: block;
    font-size: 14px;
    overflow: hidden;
    width: auto;
}
.media-block .media-body p {
    margin: 2px 0;
}
.media-block .media-body hr {
    border: 0;
    border-top: 1px solid #aaa;
    margin-top: 20px;
    margin-bottom: 20px;
}
.media-block .media-body .mar-btm a {
    font-size: 13px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    text-decoration: none;
}
.text-muted, a.text-muted:hover, a.text-muted:focus {
    color: #acacac;
    margin-bottom: 0.7em;
}
.text-sm {
    font-size: 12px;
}
.media-block .media-body .btn-reply {
    font-size: 12px;
    font-weight: 500;
}
/* /Comments */
