﻿html, body {
    font-family: system-ui;
}

h1:focus {
    outline: none;
}



.content {
    padding-top: 1.1rem;
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.required::after {
    content: " *"; /* Inserts an asterisk after the label text */
    color: red; /* Styles the asterisk in red */
    margin-left: 4px; /* Adds a small space between the label and asterisk */
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
/* Loader Overlay */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    color: #ffffff;
}

/* Spinner Animation */
/*.spinner {
    width: 80px;
    height: 80px;

}*/

.spinner {
    margin: 100px auto;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 10px;
    position: relative;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4CAF50;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1.0s;
}

/* Loading Text Styling */
.loading-progress-text {
    margin-top: 20px;
    color: #e0e0e0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    animation: fade-in 1.5s ease-in-out infinite;
}

/* Animations */
@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}

@keyframes fade-in {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}


code {
    color: #c02d76;
}
/* Sidebar and overlay styles */
/*.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}*/

/*.main-menu-wrapper {
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}

    .main-menu-wrapper.open {
        transform: translateX(0);
    }*/
/* Submenu default hidden */
.submenu {
    display: none;
    transition: all 0.3s ease;
}

    .submenu.open {
        display: block;
    }



/* General styling for the select dropdown */
.form-select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none; /* Hide default dropdown arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

    /* Styling options inside the dropdown */
    .form-select option {
        padding: 10px;
        font-size: 14px;
        background-color: #fff;
        color: #333;
    }

        /* Style for top-level categories */
        .form-select option[data-level="0"] {
            font-weight: bold;
            color: #333;
            background-color: #f1f1f1;
        }

        /* Style for subcategories */
        .form-select option[data-level="1"] {
            color: #555;
            background-color: #f9f9f9;
            padding-left: 20px; /* Indentation to show hierarchy */
        }

        /* Hover effect for dropdown */
        .form-select option:hover {
            background-color: #e6e6e6;
            color: #000;
        }

        /* Disabled option style */
        .form-select option:disabled {
            color: #999;
            background-color: #fafafa;
        }




/* Overall card styling */
.course-cards {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 16px;
}

/* Course image styling */
.course-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 12px;
}

/* Wishlist button */
.wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

/* Instructor image styling */
.instructor-container {
    display: inline-block;
    margin: 12px 0;
}

.instructor-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* Course level styling */
.course-level {
    display: block;
    font-size: 14px;
    color: #333; /* Purple color for the level */
    margin-bottom: 8px;
}

/* Course title styling */
.course-title {
    font-size: 1.1em;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

/* Course pricing styling */
.course-pricing {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.course-price {
    font-size: 1.4em;
    font-weight: 600;
    color: #333; 
}

.course-discount-price {
    font-size: 1em;
    color: #d9534f; /* Red color for the discount */
    text-decoration: line-through;
}

/* Course duration styling */
.course-duration {
    font-size: 0.9em;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .course-duration i {
        color: #666;
    }



.search-filter {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.filter-widget h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

    .custom-radio input[type="radio"] {
        display: none;
    }

.radio-mark {
    height: 16px;
    width: 16px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

.custom-radio input[type="radio"]:checked + .radio-mark {
    border-color: #6c63ff;
}

    .custom-radio input[type="radio"]:checked + .radio-mark::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 8px;
        width: 8px;
        background-color: #6c63ff;
        border-radius: 50%;
    }

.category-list {
    padding-left: 20px;
}

.subcategory-list {
    padding-left: 24px;
    font-size: 14px;
    color: #666;
}

.subcategory {
    margin-left: 24px;
}

.filter-widget i {
    margin-left: auto;
    cursor: pointer;
}
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.login-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.login-image {
    background-size: cover;
    background-position: center;
}

.login-form {
    padding: 2rem;
}

.toggle-buttons button {
    border-radius: 0;
}

.role-buttons .btn {
    border: 1px solid #0d6efd;
    color: #0d6efd;
    margin: 0.2rem;
}

    .role-buttons .btn:hover {
        background-color: #0d6efd;
        color: white;
    }
.header-top {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    position: sticky;
    top: 0;
    transition: transform 0.3s ease-in-out;
    z-index: 10;
}

/* Hide header top */
.hide-header-top {
    transform: translateY(-100%);
}
.profile {
    margin-bottom:30px;
}
.icon-btn {
    background: none;
    border: none;
    margin-right: 15px;
    font-size: 14px;
    color: #555;
}
@media (max-width: 768px) {
    .top-nav {
        display: none !important;
    }
    .mobile-back {
        background: gray;
        padding: 6px;
    }
}
.text-primary {
    color: #43d477 !important;
}
.text-danger {
    color: #f63c3c !important;
}
.cart-totals {
    margin: 4px 30px;
    float: right;
}
.cart-totals h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.cart-content {
    height: 350px;
    width: 390px;
    overflow-y: auto;
    position: relative;
    padding-right: 0;
}
    .cart-content ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }
        .cart-content ul li {
            padding: 15px 0;
            border-bottom: 1px solid #dfdfe0;
        }
            .cart-content ul li .media {
                display: flex;
                justify-content: space-between;
            }
    .cart-content .media-body {
        overflow: hidden;
    }
    .cart-content h6 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 2px;
    }
.cart-content .media .avatar img {
    width: 84px;
    height: 63px;
    border-radius: 5px;
    margin-right: 10px;
}
    .cart-content h6 a {
        color: #000;
        font-size: 14px;
    }
    .cart-content h5 {
        color: #f66962;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 0;
        float: right;
    }
.cart-content p {
    color: #685f78;
    font-size: 12px;
    margin-bottom: 2px;
}
/* Active link styling */
.nav-item .nav-link.active {
    color: var(--theme-secondary) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}
/* Default link styling */
.nav-item .nav-link {
    color: black; /* Default text color */
    text-decoration: none;
    transition: color 0.3s ease; /* Smooth color transition */
}

    /* Hover effect */
    .nav-item .nav-link:hover {
        color: #007bff; /* Hover color */
    }
.btn:hover {
    color: white !important; /* Ensures text color becomes white */
}

dl {
    display: grid;
    grid-template-columns: max-content 1fr; /* First column fits content, second takes remaining space */
    gap: 8px 16px; /* Vertical and horizontal gap between items */
}

dt {
    font-weight: bold;
    grid-column: 1; /* Place terms in the first column */
}

dd {
    margin: 0; /* Remove default margin for better grid alignment */
    grid-column: 2; /* Place descriptions in the second column */
}

dl {
    background-color: #f9f9f9; /* Light background for the list */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 5px; /* Rounded corners */
    padding: 15px; /* Padding inside the list container */
}

dt::after {
    content: ":"; /* Add a colon after the term for clarity */
    margin-left: 5px;
}



/*-----------------
    50. Add Course
-----------------------*/

.add-course-header {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

    .add-course-header h2 {
        font-weight: 600;
        font-size: 32px;
        color: #000000;
        margin-bottom: 0;
    }

.add-course-btns ul li {
    margin-right: 17px;
}

    .add-course-btns ul li:last-child {
        margin-right: 0;
    }

.add-course-btns .btn {
    font-weight: 600;
    font-size: 14px;
    padding: 13px 15px;
    min-width: 170px;
    display: inline-flex;
}

.multistep-form #first {
    display: block;
}

.multistep-form fieldset {
    display: none;
    width: 100%;
}

.widget-setcount {
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(199 199 199 / 25%);
}

    .widget-setcount ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

        .widget-setcount ul li {
            margin-right: 30px;
            position: relative;
        }

            .widget-setcount ul li:last-child {
                margin-right: 0;
            }

            .widget-setcount ul li p {
                font-weight: 500;
                color: #22100d;
                display: inline-flex;
                align-items: center;
                margin-bottom: 0;
                padding-top: 20px;
                border-top: 4px solid #c1c9d2;
                min-width: 173px;
            }

        .widget-setcount ul span {
            border: 1px solid #8792a2;
            width: 15px;
            height: 15px;
            border-radius: 50px;
            margin-right: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #b1b5b8;
            background: #fff;
        }

.progress-activated span:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    background: #159f46;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.progress-active p {
    border-top: 5px solid #159f46 !important;
}

.progress-activated p {
    border-top: 5px solid #159f46 !important;
}

.progress-active span {
    color: #159f46 !important;
    border-color: #159f46 !important;
    position: relative;
    border: 5px solid #159f46 !important;
}

.add-course-inner-header {
    padding: 0 30px 30px;
}

    .add-course-inner-header h4 {
        font-weight: 500;
        font-size: 24px;
        color: #f66962;
        margin-bottom: 0;
    }

.add-course-form {
    padding: 0 30px 30px;
}

.add-course-info .input-block {
    margin-bottom: 20px;
}

.add-course-info .add-course-label {
    font-weight: 500;
    color: #685f78;
    margin-bottom: 10px;
}

.add-course-info .form-control {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    min-height: 44px;
}

.form-control:focus {
    border: 1px solid #e9ecef;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e9ecef;
}

.select2-container .select2-selection--single {
    height: 44px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #263238;
    line-height: 44px;
    font-size: 14px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 8px;
}

.add-course-info .form-control:focus {
    border: 1px solid #e9ecef;
}

.add-course-info .select2-container--default .select2-selection--single {
    border: 1px solid #e9ecef;
}

.add-course-info .select2-container .select2-selection--single {
    height: 44px;
}

.add-course-info
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #263238;
    line-height: 44px;
    font-size: 14px;
}

.add-course-info
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 8px;
}

.add-course-info textarea.form-control {
    min-height: 150px;
}

.widget-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 30px 30px;
    border-top: 1px solid rgb(199 199 199 / 25%);
}

    .widget-btn .btn {
        font-size: 14px;
        font-weight: 600;
        min-width: 170px;
        padding: 13px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }



.relative-form {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #6e82a3;
    min-height: 40px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .relative-form span {
        font-size: 14px;
    }

.relative-file-upload {
    color: #fff;
    background: #f66962;
    border: 1px solid #f66962;
    border-radius: 5px;
    padding: 8px 18px;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    min-width: 238px;
    text-align: center;
}

    .relative-file-upload input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: #fff;
        cursor: inherit;
        display: block;
    }

.add-image-box {
    min-height: 250px;
    background: #edede8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
}

    .add-image-box a {
        font-size: 200px;
        color: #a1a2a0;
    }

.add-video-box {
    background: rgba(255, 222, 218, 0.71);
}

    .add-video-box a {
        font-size: 40px;
        color: #ff5364;
    }

.add-course-section {
    padding: 0 40px 40px;
}

    .add-course-section .btn {
        font-weight: 600;
        font-size: 14px;
        color: #1d9cfd;
        background: #ffffff;
        border: 1px solid #1d9cfd;
        border-radius: 5px;
        min-width: 105px;
        padding: 7px 10px;
    }

        .add-course-section .btn:hover {
            color: #ffffff;
            background: #1d9cfd;
            border: 1px solid #1d9cfd;
        }

.curriculum-grid {
    padding: 20px;
    margin-bottom: 30px;
    background: rgba(227, 227, 227, 0.41);
    border-radius: 10px;
}

.curriculum-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 20px;
}

    .curriculum-head p {
        font-size: 16px;
        margin-bottom: 0;
        color: #000000;
    }

    .curriculum-head .btn {
        font-weight: 600;
        font-size: 14px;
        color: #1d9cfd;
        background: #ffffff;
        border: 1px solid #1d9cfd;
        border-radius: 5px;
        min-width: 105px;
        padding: 7px 10px;
    }

        .curriculum-head .btn:hover {
            color: #ffffff;
            background: #1d9cfd;
            border: 1px solid #1d9cfd;
        }

.faq-grid {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 16px;
}

.faq-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
}

    .faq-header .faq-collapse {
        color: #000000;
        font-weight: 600;
        width: 100%;
        text-align: left;
        position: relative;
        display: inline-flex;
        align-items: center;
    }

        .faq-header .faq-collapse i {
            font-size: 20px;
            margin-right: 10px;
            color: #757575;
        }

        .faq-header .faq-collapse.collapsed:after {
            content: "\f078";
            font-family: "Font Awesome 6 Free";
            font-weight: 600;
            font-size: 16px;
            color: #000;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq-header .faq-collapse:after {
            content: "\f077";
            font-family: "Font Awesome 6 Free";
            font-weight: 600;
            font-size: 16px;
            color: #000;
            position: absolute;
            right: 0;
            top: 0;
        }

.faq-right {
    position: absolute;
    right: 30px;
}

    .faq-right a {
        font-size: 18px;
        color: #000000;
        margin-right: 8px;
    }

        .faq-right a:hover {
            color: #f66962;
        }

.faq-body {
    padding-top: 20px;
    padding-left: 25px;
}

.add-article-btns .btn {
    font-weight: 600;
    font-size: 14px;
    color: #685f78;
    margin-right: 12px;
    background: #ffffff;
    border: 1px solid #685f78;
    border-radius: 5px;
    min-width: 130px;
    padding: 7px 8px;
}

    .add-article-btns .btn:hover {
        color: #ffffff;
        background: #685f78;
        border: 1px solid #685f78;
    }

.input-block-tagsinput .bootstrap-tagsinput {
    display: block;
    border-radius: 5px;
    color: #000;
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: unset;
    min-height: 60px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

    .input-block-tagsinput .bootstrap-tagsinput .tag {
        margin-right: 5px;
        margin-bottom: 5px;
        color: #263238;
        border: 1px solid #e9ecef;
        background: rgba(227, 227, 227, 0.41) !important;
        font-size: 14px;
        font-weight: 400;
        padding: 12px 12px;
    }

    .input-block-tagsinput .bootstrap-tagsinput input {
        line-height: 42px;
        font-size: 14px;
    }

.add-course-msg {
    text-align: center;
    padding-bottom: 30px;
}

    .add-course-msg i {
        color: #159f46;
        font-size: 40px;
    }

    .add-course-msg h4 {
        font-weight: 400;
        font-size: 24px;
        color: #000000;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .add-course-msg p {
        font-size: 16px;
        color: #000000;
        margin-bottom: 0;
    }




