.quiz-form .question-multi-answers-4-1 {
    grid-template-columns: repeat(4, 1fr) !important;
}

.answer-item-cus {
    height: unset !important;
    min-height: 80px !important;
}

.course-cover-container {
    height: 350px !important;
}

.swiper-pagination {
    bottom: -10px !important;
}

.backdrop-cover {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
}

.z-index {
    z-index: 100;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    padding: 20px 30px;
    box-sizing: border-box;

    /*stacking fieldsets above each other*/
    position: relative;
    text-align: left;
}

.drag-area {
    background: white;
    border: 0 none;
    border-radius: 8px;
    box-sizing: border-box;

    /*stacking fieldsets above each other*/
    position: relative;
    text-align: left;
    margin: auto;
    height: 100%;
}

.drag-item {
    background: #fff;
    color: #172b4d;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    box-shadow: 0 0 1px 0 rgba(9, 30, 66, 0.31),
        0 2px 4px -1px rgba(9, 30, 66, 0.25);
    border-radius: 2px;
    margin: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #22bab3;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #22bab3;
}

#msform .action-button-previous {
    width: 100px;
    background: #acbed0;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #acbed0;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    justify-content: center;
    justify-items: center;
}

#progressbar li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 28px;
    height: 28px;
    line-height: 26px;
    display: block;
    color: #333;
    background: white;
    border-radius: 25px;
    border: 1px solid #cccccc;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #cccccc;
    position: absolute;
    left: -50%;
    top: 13px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #22bab3;
    color: white;
}

.form-pre {
    position: relative !important;
}

.drag-area-book input {
    display: none;
}

.drag-area-book input:checked + .drag-item-bookunit {
    box-shadow: rgba(138, 165, 21, 1) 1px 1px 1px 1px;
    transition: box-shadow 0.11s;
}

.select2-result-repository__avatar {
    float: left;
    margin-right: 10px;
}

.select2-result-repository__meta {
    margin-left: 70px;
}

.select2-result-repository__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.table-responsive.time-table table {
    background: #ededf5;
    border: 2px solid #fff;
    border-radius: 15px;
}

.table-responsive.time-table table tr th,
.table-responsive.time-table table tr td {
    border: 2px solid #fff;
}

.time-table .box-schedule {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.time-table-block:first-child {
    margin-left: 10px;
}

.time-table-title-block th:first-child{
    margin-left: 10px;
}

.logo {
    width: 100%;
}
.img-page {
    width: 600px;
}
#loadingModal {
    z-index: 1080 !important;
}

/* .select-activity-type,
.preview-activity-type {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    letter-spacing: 0.5px;
} */
.box-activity__hover:after,
.box-activity__hover:before {
    border-color: var(--primary) !important;
}
.box-activity:hover:not(.box-activity--view-all)
    .box-activity__hover
    span:after,
.box-activity:hover:not(.box-activity--view-all)
    .box-activity__hover
    span:before {
    border-bottom-color: var(--primary) !important;
}
.box-activity__hover-icon {
    color: var(--primary) !important;
}
.icon-ui--primary .fill {
    fill: var(--primary) !important;
}

.xs-panel-nav .sidebar-toggler {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.table-responsive table tr td {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

.border-ececec {
    border-top: 1px #ececec solid;
}
.footer .footer-logo {
    width: 175px;
    height: 30px;
}
.navbar-brand {
    width: 200px !important;
    height: 50px !important;
}

.progress-bar-none {
    flex-direction: column;
    justify-content: center;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f1f1;
    transition: width .6s ease;
    display: flex;
    overflow: hidden;
}

table tr td .svg-type-assignment {
    width: 30px !important;
    height: 30px !important;
}

.dashboard-section-title {
    font-size: 30px !important;
}

.chapter-assignment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    min-height: 40px;
    height: 40px;
    max-height: 40px;
    /* border-radius: 50%; */
}

.chapter-assignment-icon svg {
    width: 25px !important;
    height: 25px !important;
}

.panel-sidebar .sidebar-menu {
    height: calc(100% - 200px);
}

.btn-block-sm {
    font-size: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 30px !important;
    border-radius: 5px !important;
}
.block-height {
    height: 35px !important;
    line-height: 35px !important;
}
.block-line-height-action {
    line-height: 15px !important;
}

.modal-body fieldset.padding-none {
    padding: 0px 0px !important;
}
.modal-footer .btn-border-radius-8 {
    border-radius: 8px !important;
}
.modal-content #msform.margin-top-none {
    margin-top: 0px !important;
}

.w-100-px {
    width: 100px !important;
}
.w-200-px {
    width: 200px !important;
}
.w-300-px {
    width: 300px !important;
}
.link-in-notify {
    color: #22bab3;
    cursor: pointer;
}

.label-import{
    color: #818894;
    cursor: pointer;
}

.label-import:hover{
    color: var(--primary);
}

.label-hint{
    font-style: italic;
    font-size: 12px;
}
.pd-l-10 {
    padding-left: 10px;
}
.pd-l-15 {
    padding-left: 15px;
}
