:root {
    --edustar-primary: #ec5252;
}

#home-banner-area {
    background-image: url('/templates/edustar/_common/images/system/home-banner.jpg');
    background-position: right;
    background-repeat: no-repeat;
    padding: 100px 0 75px;
    background-size: auto 100%;
    color: #fff;
}

#home-banner-right-image {
    background-image: url('/templates/edustar/_common/images/system/home-banner.jpg');
    background-size: cover;
}

.text-justify {
    text-align: justify;
}

.widget-show-more {
    height: 20px;
}

.entry {
    margin-bottom: 60px;
    box-sizing: border-box;
    box-shadow: 0 4px 16px #0000001a;
}

.entry:last-child {
    margin-bottom: 0;
}

.entry-content {
    padding: 30px;
}

.entry-description {
    overflow-wrap: break-word;
}

.tags {
    margin: 25px 0 20px 20px;
    list-style: none;
    padding: 0
}

.tags li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 20px;
}

.tags li a {
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #acacac;
    border-radius: var(--bs-border-radius);
}

.my-course-area-profile .container {
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #dedfe0;
    padding: 0;
    text-align: center;
}

.user-dashboard-content {
    width: 100% !important;
}

.customer-menu-border {
    border-right: 1px solid rgb(221, 221, 221);
}

.box-container {
    margin-bottom: 24px;
    min-height: 52px;
    color: rgb(26, 26, 26);
    position: relative;
}

.box-pen, .box-trash {
    display: flex;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    right: 4px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.box-pen {
    top: 4px;
}

.box-trash {
    bottom: 6px;
}

.box-content {
    font-size: 14px;
    line-height: 20px;
    color: rgb(26, 26, 26);
    font-weight: normal;
    text-decoration: none;
    border-radius: 8px;
    padding: 16px;
    position: relative;
    min-height: 50px;
    border: 1px solid rgb(221, 221, 221);
}

.close {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    float: right;
    opacity: .5;
    color: rgba(0, 0, 0, .6);
    text-shadow: none;
}

@media (max-width: 1200px) {
    .close {
        font-size: calc(1.275rem + .3vw);
    }
}

.close:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .6);
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;

    border: 0;
    background-color: transparent;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-dialog .alert-dismissible {
    padding: 1rem;
}

.menu-icon-box {
    .icon .menu-item {
        border: 1px solid transparent;
        margin: 0;
        padding: 0 10px;
        font-size: 14px;
        width: max-content;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
    }
    a.icon {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        border-radius: 50%;
        color: #686f7a;
        border: 1px solid transparent;
        margin: 13px 2px;
        font-size: 18px;
        margin-left: 6px;
    }
    span.number {
        position: absolute;
        top: 14px;
        right: 2px;
        background-color: var(--edustar-primary);
        border-radius: 15px;
        color: #fff;
        font-size: 10px;
        line-height: 1.43;
        min-width: 19px;
        padding: 2px 6px;
        text-align: center;
        pointer-events: none;
    }
}

#shipments label,
#payments label {
    color: var(--bs-list-group-color);
}

.custom-checkbox:checked, .custom-checkbox:not(:checked) {
    position: absolute;
    left: -9999px;
    + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }
    + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        background: #fff;
        outline: 1px solid #eb5252;
    }
    + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #eb5252;
        position: absolute;
        top: 3px;
        left: 3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}
.custom-checkbox:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-checkbox:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.category-header-area {
    background-image: url('/templates/edustar/_common/images/system/offer-breadcrumbs-background.webp');
    background-size: cover;
}

a.brn-compare-sm {
    color: #5d5d1c !important;
    padding: 4.25px 8px;
}
a.brn-compare-sm:hover, a.brn-compare-sm:focus {
    color: #fff !important;
    padding: 4.25px 8px;
}