.col-form-label {
    margin-right: 10px;
}
.form-control-short {
    height: 30px !important;
    width: 200px !important;
    padding: 4px 8px;
    font-size: 14px;
}
.form-control-short[type="textarea"], .form-control-short textarea {
    height: auto !important;
    min-height: 60px;
    resize: vertical;
    padding: 6px 8px;
}

.class-card {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px rgb(36 25 25 / 13%);
    border-left: 8px solid #cccccc;
    border-radius: 7px;
    padding: 18px 18px 13px 18px;
    min-width: 220px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: box-shadow 0.15s;
    margin-right: 0;
    margin-left: 0;

    &.active {
        border-color: #23c76d;
        border-left-color: #23c76d;
    }
}

.class-status {
    position: static;
    background: #23c76d1a;
    color: #1ba955d9;
    font-size: 0.99em;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 10px 2px 8px;
    letter-spacing: 0.2px;
    display: inline-block;
    border: 1px solid #23c76d84;
    &.expired {
        background: #e9e9e9;
        color: #a19898d6;
        border: 1px solid #cccccc;
    }
}

.book-cover {
    width: 100%;
    height: auto;
    border: 1px solid #adadad;
    border-radius: 5px;
    margin-bottom: 10px;
}

.book-cover-openable {
    cursor: pointer;
}

.book-cover-openable:hover {
    border-color: #7f95ad;
    outline: 1px solid white;
    box-shadow: 0 0 10px 2px #909798;
}

.book-overview-video-block {
    margin: 0 0 24px;
    max-width: 860px;
    width: 100%;
}

.book-overview-video {
    aspect-ratio: 16 / 9;
    background: #111;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.book-overview-video iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.book-overview-video-overlay {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.book-overview-video-poster {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.book-overview-video.has-player .book-overview-video-poster {
    opacity: 0;
}

.book-overview-video-overlay:focus {
    outline: none;
}

.book-overview-video-overlay:focus-visible {
    outline: 2px solid #5da9e9;
    outline-offset: -2px;
}

.book-overview-video-center {
    align-items: center;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 28px;
    height: 68px;
    justify-content: center;
    left: 50%;
    padding-left: 4px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.15s ease;
    width: 68px;
    z-index: 1;
}

.book-overview-video.is-playing .book-overview-video-center {
    opacity: 0;
}

.book-overview-video-toolbar {
    align-items: center;
    background: #f1f3f5;
    border-radius: 0 0 6px 6px;
    border: 1px solid #d8dde3;
    border-top: 0;
    display: flex;
    gap: 8px;
    min-height: 46px;
    padding: 7px 10px;
    width: 100%;
}

.book-overview-video-control {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #2f3a45;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.book-overview-video-control:hover,
.book-overview-video-control:focus {
    background: #e1e6eb;
    color: #111820;
    outline: none;
}

.book-overview-video-time {
    color: #2f3a45;
    font-size: 13px;
    line-height: 32px;
    min-width: 82px;
}

.book-overview-video-scrubber {
    accent-color: #4f6f8f;
    flex: 1 1 180px;
    max-width: 420px;
    min-width: 90px;
    transform: translateY(-5px);
}

.book-overview-video-control[data-video-action="youtube"] {
    margin-left: auto;
}

.book-overview-video-youtube {
    gap: 5px;
    padding: 0 8px;
    width: auto;
}

.book-overview-video-youtube .fab {
    color: #c4302b;
    font-size: 23px;
}

.book-overview-video-youtube span {
    color: #2f3a45;
    font-size: 13px;
    font-weight: 600;
}

.usolwer-logo {
    height: 27px;
    background-color: #ffffffc2;
    position: relative;
    top: -42px;
    left: 7px;
    padding: 5px;
    border-radius: 3px;
}

#hamburgerMenu {
    display: none;
}

/* <a class="btn"> links would use browser link blue; match default .btn text */
#tocContent a.btn:not(.btn-primary),
#tocContent a.btn:not(.btn-primary):visited {
    color: #333;
}

#tocContent a.btn.btn-primary,
#tocContent a.btn.btn-primary:visited {
    color: #fff;
}

#tocContent .btn:focus,
#tocContent .btn:active,
#tocContent .btn:active:focus {
    outline: none !important;
    box-shadow: none !important;
}

#tocContent .btn:active,
#tocContent .btn:active:focus {
    background-color: #d8d8d8 !important;
    background-image: none !important;
    border-color: #adadad !important;
    color: #333 !important;
}

#tocContent .btn:not(.btn-primary):hover {
    background-color: #e8e8e8;
    border-color: #b8b8b8;
    color: #333;
}

#tocContent .btn.btn-primary:hover,
#tocContent .btn.btn-primary:focus {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

/* Hide hamburger menu when screen width is less than or equal to 991.98px, show otherwise */
@media (max-width: 991.98px) {
    #hamburgerMenu {
        display: inline-block;
    }
}
