.learndash-course-list .bb-cover-list-item .ld-status {
    padding: 6px 12px;
}
.learndash-course-list .bb-cover-list-item .ld-primary-background.ld-status-publish {
    background-color: #2ab888;
}
.learndash-course-list .bb-cover-list-item .ld-primary-background.ld-status-draft {
    background-color: var(--bb-primary-color);
}
.learndash-course-list .bb-cover-list-item .ld-primary-background.ld-status-pending {
    background-color: #f7a408;
}
.course-dropdown .dropdown-item{ 
	font-size: 13px;
}
.course-dropdown .dropdown-item i {
    width: 22px;
    text-align: center;
    font-size: 17px;
    position: relative;
    top: 1px;
}
.course-dropdown {
    right: 10px;
    top: 10px !important;
	padding-left: 10px;
}
.course-dropdown .dropdown {
    width: 26px;
    text-align: right;
}
#page .avia-course .bb-course-title {
	font-size: 20px;
	margin: 0 10px 10px 0px;
}

.avia-course .dropdown-divider {
    border-top: 1px solid var(--bb-content-border-color);
    margin: 0.5rem 0;
}
.avia-course  .course-info.bb-course-meta {
    font-size: 12px;
}
.avia-course .course-info.bb-course-meta .info-value {
    color: #000;
}
.avia-course .course-info.bb-course-meta .info-value .privacy-square {
    display: inline-block;
    background-color: #003ccb;
    width: 11px;
    height: 11px;
    position: relative;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: -2px;
    top: 1px;
}

.avia-course .course-info.bb-course-meta .info-value .privacy-square.ld-status-publish {
    background-color: #2ab888;
}
.avia-course .course-info.bb-course-meta .info-value .privacy-square.ld-status-draft {
    background-color: var(--bb-primary-color);
}
.avia-course .course-info.bb-course-meta .info-value .privacy-square.ld-status-pending {
    background-color: #f7a408;
}

input[type=checkbox].form-check-input, input[type=radio].form-check-input {
    height: 1em;
}
.form-check-input:checked {
    background-color: #003ccb;
    border-color: #003ccb;
}
.bb-courses-directory .select-wrap select {
    max-width: 140px;
    padding-right: 20px;
    background-position: right 6px center;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003ccb;
    --bs-btn-border-color: #003ccb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #003ccb;
    --bs-btn-disabled-border-color: #003ccb;
}

.btn-outline-primary {
    --bs-btn-color: #003ccb;
    --bs-btn-border-color: #003ccb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003ccb;
    --bs-btn-hover-border-color: #003ccb;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003ccb;
    --bs-btn-active-border-color: #003ccb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #003ccb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #003ccb;
    --bs-gradient: none;
}

.offcanvas.offcanvas-end {
    width: 500px;
}
.avia-course-settings .offcanvas-header, .avia-course-settings .offcanvas-body {
    padding-left: 2rem;
    padding-right: 2rem;
}
.avia-course-settings label.form-check-label {
    font-size: 15px;
    cursor: pointer;
}
.avia-course-settings .form-check-input[type=checkbox] {
    position: relative;
    top: 4px;
    height: 18px;
    width: 37px;
    cursor: pointer;
}
.offcanvas-header .btn-close:hover {
    background-color: transparent;
}

.course-dropdown .dropdown-item:focus, .course-dropdown .dropdown-item:hover, .course-dropdown .dropdown-item:active{
    background-color: var(--bs-dropdown-link-hover-bg);
}

#course-create .sidebar {
    color: #FFF;
    background: #0041cb;
    background: linear-gradient(180deg, #0041cb 0%, #0063cb 50%, #003ccb 100%);
    border-top-left-radius: var(--bs-modal-border-radius);
    border-bottom-left-radius: var(--bs-modal-border-radius);
    padding-top: 40px;
    padding-bottom: 40px;
}

.avia-radio-buttons {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.avia-radio-buttons .radio-option {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100% !important;
}
.avia-radio-buttons .radio-option .avia-radio {
    position: absolute;
    opacity: 0;
}
.avia-radio-buttons .radio-option  .avia-radio-label {
    position: relative;
    outline: none;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 30px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #c7d1ea;
    margin-bottom: 15px;
    padding: 7px 0px 7px 50px;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 56px;
    justify-content: space-around;
}
.avia-radio-buttons .avia-radio:checked + .avia-radio-label {
    /* border-color: #f0f4fc; */
    background-color: #f0f4fc;
}
.avia-radio-buttons .radio-option .avia-radio-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 15px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 0px 0px #000;
}
.avia-radio-buttons .avia-radio:checked + .avia-radio-label:before {
    background-color: var(--avia-blue-color);
    border-color: var(--avia-blue-color);
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

.avia-radio-buttons  .avia-radio-label span {
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    color: #404040;
}

.avia-radio-buttons  .avia-radio-label span:first-child {
    font-weight: bold;
}

.avia-radio-buttons  .avia-radio-label span:last-child {}

a.btn.btn-primary.btn-create-course {
    background-color: var(--bb-primary-button-background-regular);
    border-color: var(--bb-primary-button-border-regular);
}