body{
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Inter, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.571;
    color: #526069;
    text-align: left;
    background-color: #f5f7ff;
}
.remove-arrow::after{
display: none !important;
}
.avatar-img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.authentication-card{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 60rem;
    height: 100vh;
}
.card-item-widget:hover{background-color: #ffeaee;color: #F44336;border-color: #F44336;}
.section-main-content{margin-top: 60px;}
.course_cover{
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.course-card a{
    text-decoration: none;
    color:#000;
}
.course-card a h6.card-title{
    line-height: 1.5em;
    font-size: 17px;
}
.course_info{font-size: 12px;}
.course_info p{font-size: 12px;}
.course_info .mdi{font-size: 25px;color:gray}

.container-courses{
    position:relative;
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    position: relative;
    overflow-y: visible;
    transition: 0.2s;
    left: 0;
    right: 0;
    margin-top: 60px;
    scrollbar-width: thin;
    scrollbar-color: #6a737b #f8f9fa;
}
.cursor_pointer{
    cursor: pointer;
}
.cursor_move{
    cursor: move;
}
.drawer{
    transition: left 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease;
    width: 285px;
    max-width: 285px;
    left: calc(-285px + -10px);
    visibility: hidden;
    background-color: #e5e9f2;
    z-index: 1015;
    position: fixed;
    height: 100vh;
    top: 0;
}
.drawer a{
    text-decoration: none;
    color: black;
    font-size: 11px;
    font-weight: 500;
}
.drawer .accordion-header{transition: 0.2s;}
.drawer .accordion-header .accordion-toggle-btn,.widget_additional .accordion-header .accordion-toggle-btn{
    transition: var(--bs-accordion-btn-icon-transition);
    width: 35px;
    border-radius: 50% !important;
    height: 35px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #F44336;
    background: #ffeaee;
    border: 0px;
}
.widget_additional .accordion-header h6{font-weight: bold;}
/* .drawer .course-section-sidebar-container .accordion-item .accordion-body .list-group{border-radius: ;} */
.drawer .course-section-sidebar-container .accordion-item .accordion-body .list-group a.list-group-item{
    text-decoration: none;
    color: black;
    background-color: #e5e9f2;
    margin-bottom: 15px;
    border-radius: 1em;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    padding: 15px 15px;
}
.complete-widget{font-size: 20px; color:#4caf50}
.modal-backdrop-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 70%);
}
.modal-backdrop-drawer.hide {
    display: none;
}
.drawer.drawer-show {
    left: 0;
    visibility: visible;
}
.drawer-open-btn{
    background: #e5e9f2;
    border-radius: 0;
    position: fixed;
    left: 0;
    /* top: calc(60px + 0.7rem); */
    top: calc(75px + 2px);
    z-index: 1041;
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
.drawer-open-btn:hover{
    background: #e5e9f2;
}
.drawer-open-btn svg #hamburgerBg {
    color: #e5e9f2;
}

.course-section-sidebar-container{
    margin-top: 30px;
    padding: 0;
    z-index: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6a737b #f8f9fa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: calc(100vh - 150px);
}
.course-section-sidebar-container .accordion .accordion-item{
    margin:20px 0px;
    border-radius: 0.9em;
    overflow: hidden;
}

.course-section-container .accordion .accordion-item{
    margin-bottom:20px;
    border-radius: 0.5em;
    /* overflow: hidden; */
    /* border:1px solid #dee2e6; */
}
.course-section-container .accordion .accordion-header{padding:1rem}
.course-section-container .accordion .accordion-toggle-btn{
    width: 40px;
    border-radius: 50% !important;
    height: 40px;
    padding: 0px;
    display: flex;
    transition: var(--bs-accordion-btn-icon-transition);
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #F44336;
    background: #ffeaee;
    border: 0px;
}
.accordion-toggle-btn:not(.collapsed){
    transform: rotate(-180deg);
}
.course-section-container .accordion .section-items-title{
    font-size: 20px;
}
.card-cover-detail-course{
    border-radius: 1.5em !important;
    overflow: hidden;
}
.card-cover-detail-course > img{height: 300px;object-fit: cover;}
.card-cover-detail-course .card-img-overlay{
    background: rgba(0, 0, 0, .3);
}
.nav-detail-course .nav-link{
    color: black;
    padding: 10px;
    font-size: 14px;
}
.nav-detail-course .nav-link.active{
    border-bottom-color: currentcolor;
    color: #f44336;
}
.nav-detail-course .nav-link:hover {
    color: #f44336;
    border-bottom-color: #f44336;
}


.add-widget-section-btn hr{
    width: 100%;
    margin: .5rem .25rem;
    border-top: 2px dashed #ec2349;
}
.add-widget-section-btn:hover hr{
    border-color: #ec2349;
    opacity:1;
}
.btn-light-red{
    border:0px;
    background-color: #ffeaee;
    color: #ec2349;
}
.btn-light-red:hover{
    background-color: #ec2349;
    color: #fff;
}

.card-widget{
    border-color: #ffdfe5;
}
.card-widget:hover{
    border-color: #ec2349;
}
.fc .fc-toolbar-title{font-size: 20px;}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{min-height: 0px !important;}
.driver-popover-footer button.driver-popover-prev-btn{
    display: none !important;
  }

.syncron-icon.play {
    -webkit-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite;
}

.table.table_users>:not(caption)>*>*{
    padding: 1.5rem;
    font-size: 13px;
}
.disabled-row{
    opacity: 0.4;
}

.moderator-list {
    width: 450px;
    overflow: auto;
    flex-direction: row;
    position: relative;
}

.moderator-list > div {
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.course_progress{font-size: 13px;}
.widget_list_section > div.widget_container{
    border-bottom: 1px solid #e1e1e1;
}
.widget_list_section > div.widget_container:nth-last-child(1){
    border-bottom: 0px;
}
.navigation-question-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    gap: 10px;
}
.navigation-question-list .items-qn{
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 0.5em;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
}
.navigation-question-list .items-qn.flag:before{
    content: "";
    width: 30px;
    height: 15px;
    background-color: #ffc008;
    position: absolute;
    right: -11px;
    top: -5px;
    transform: rotate(45deg);
}
.navigation-question-list .items-qn.is_have_answer{
    /* background-color: #4caf50;
    color: white;
    border-width: 0px; */
    position:relative;
}
.navigation-question-list .items-qn.is_have_answer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #4caf50;
    bottom: 0px;
    left: 0px;
}
.navigation-question-list .items-qn.is_have_answer.active-nav-qstn{
    /* color: white;
    border-color: white; */
}
.navigation-question-list .items-qn.active-nav-qstn,.navigation-question-list .items-qn:hover{
    color: #000000;
    /* background: #ffeaee; */
    border-color: #000;
    border-width: 2px;
}
.kalender table tr td,.kalender table,.kalender table tr th,.kalender table tr,.kalender table thead,.kalender tbody,.kalender.fc-theme-bootstrap5 .fc-scrollgrid{border:0px}
.kalender table tr td > .fc-daygrid-day-frame{
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
}
.kalender table tr td.fc-daygrid-day.fc-day-today{
    background-color: rgb(255 220 40 / 55%);
    border-radius: 0.5em;
}
.table.table-result-grade>:not(caption)>*>*{
    padding: 2rem .5rem;
    font-size: 13px;
}
.widget_icons{
    background: #feeaee;
    color: #f44336;
    padding: 6px;
    border-radius: 0.1em;
}
.flag_question:checked+.btn{
    background-color: #ffc109 !important;
    border-color: transparent !important;
}
.file-uploader {
    /* width: 500px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
}
/* .file-uploader .uploader-header {
    display: flex;
    padding: 20px;
    background: #EEF1FB;
    align-items: center;
    border-radius: 5px 5px 0 0;
    justify-content: space-between;
}
.uploader-header .uploader-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.uploader-header .file-completed-status {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
} */
.file-uploader .file-list {
    list-style: none;
    width: 100%;
    padding-bottom: 10px;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-color: #999 transparent;
    scrollbar-width: thin;
}
.file-uploader .file-list:has(li) {padding: 20px;}
.file-list .file-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
    border: 1px solid #f5c5cf;
    padding: 14px;
    border-radius: .5em;
}
.file-list .file-item:last-child {margin-bottom: 0px;}
.file-list .file-item .file-extension {
    height: 50px;
    width: 50px;
    color: #f44336;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #feeaee;
    font-size: 13px;
}
.file-list .file-item .file-content-wrapper {flex: 1;}
.file-list .file-item .file-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.file-list .file-item .file-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.file-list .file-item .file-info {
    display: flex;
    gap: 5px;
}
.file-list .file-item .file-info small {
    color: #5c5c5c;
    margin-top: 5px;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
}
.file-list .file-item .file-info .file-status {color: #5145BA;}
.file-list .file-item .cancel-button,.file-list .file-item .file-action-btn{
    align-self: center;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-size: 1.4rem;
}
.file-list .file-item .cancel-button:hover,.file-list .file-item .file-action-btn:hover {color: #E3413F;}
.file-list .file-item .file-progress-bar {
    width: 100%;
    height: 3px;
    margin-top: 10px;
    border-radius: 30px;
    background: #d9d9d9;
}
.file-list .file-item .file-progress-bar .file-progress {
    width: 0%;
    height: inherit;
    border-radius: inherit;
    background: #f44336;
}
.file-uploader .file-upload-box {
    /* margin: 10px 20px 20px; */
    border-radius: 5px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #f6b5c2;
    transition: all 0.2s ease;
}
.file-uploader .file-upload-box.active {
    border: 2px solid #f44336;
    background: #F3F6FF;
}
.file-uploader .file-upload-box .box-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #626161;
}
.file-uploader .file-upload-box.active .box-title {
    pointer-events: none;
}
.file-upload-box .box-title .file-browse-button {
    color: #f44336;
    cursor: pointer;
}
.file-upload-box .box-title .file-browse-button:hover {
    text-decoration: underline;
}
.dashboard-icon{
    background-color: #ffdbdb;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: .5em;
    color: #fe0100;
    font-size: 25px;
}
.question-option .form-check-input{
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #414141;
}
.course_ds_detail,.course_ds_detail .mdi{font-size: 11px;}
@-moz-keyframes spin { 
100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
100% { 
    -webkit-transform: rotate(360deg); 
    transform:rotate(360deg); 
} 
}
table.fixed{
    position: relative;
}
table.fixed th,table.fixed td{
    white-space: nowrap
}
/* table.fixed th:first-child,table.fixed td:first-child{
    position:sticky;
    left:0px;
    background-color:rgb(171, 83, 83);
    min-width: 100px;
} */
table.fixed .widget_icons{font-size: 14px !important;}
.fidex-position-column{
    position:sticky;
    left:0px;
    background-color:rgb(171, 83, 83);
    min-width: 100px;
}



.course_bookable.active{
    background-color: #fff3f1 !important;
    border-color: #f44336 !important;
    border-width: 2px !important;
}

.my-shadow{
    box-shadow: 0 13px 37px rgba(92, 107, 121, .1);
}
.navbar{
    box-shadow: 0 .563rem 1.125rem rgba(92, 107, 121, .1);
}
.navbar-nav .nav-link{position: relative;}
.navbar-nav .nav-link.active{
    color:#f44336;
}
.navbar-nav .nav-link.active::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 55px;
    border-bottom: 3px solid #f44336;
}
@media (max-width: 767.98px) {
    .container-courses{
        display: flex;
        flex-direction: column;
    }
    .navbar-nav .nav-link.active::before{
        display: none;
    }
}
@media (min-width: 992px) {
    .drawer-open{
        margin-left:285px;
        margin-right: 0;
        padding-left: 1rem;
        overflow: hidden;
    }
    .drawer {
        top: 75px;
        height: calc(100vh - 60px + 5px);
    }
}
@media (max-width: 991.98px) {
    .card-cover-detail-course{
        height: 250px;
    }
    .card-cover-detail-course img{
        height: 100%;
        object-fit: cover;
    }
    .moderator-list{width: 100%;}
    .drawer {
        z-index: 1035;
    }
    .drawer-open-btn{top:200px;z-index: 10;}

    /* .modal-backdrop-drawer.hide {
        display: block;
        opacity: .5;
    } */
}


.rating,.rating-active,.rating-preview {
    display: flex;
    gap: 8px;
    font-size: 2rem;
    cursor: pointer;
    color: #ccc;
}
.rating .mdi-star.active,.rating-active .mdi-star.active,.rating-preview .mdi-star.active {
    color: #ffc107;
}
.rating-active{font-size: 1rem;gap:2px}
.rating-category-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
}

#canvas-container {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

    /* position:relative; */
    border:1px solid #ccc;
     /* width:600px; height:400px; */
}
#certificate-canvas_{
    /* width: 700px; 
    height: 400px;  */
    /* display: block; */
    /* border:1px solid #ccc */
}

#certificate-canvas {
    display: block;
    margin: 0 auto;
    transform-origin: top left;
}
.breadcrumb{
    font-size: 13px;
}


.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}

.upload-btn-wrapper>.btn {
	border: 2px dashed gray;
	color: gray;
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	width: 150px;
	cursor: pointer;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.upload-btn-wrapper:hover>.btn,
.upload-btn-wrapper:hover>.btn>i,
.upload-btn-wrapper:hover>.btn>p {
	border-color: #f44336;
	color: #f44336;
	cursor: pointer;
}

.upload-btn-wrapper>.btn>div.remove_img {
	display: none;
	position: absolute;
	bottom: 0;
	font-size: 10px;
	color: red;
	z-index: 100;
	cursor: pointer;
	background: white;
	padding: 4px 7px;
	box-shadow: 0px 2px 6px -4px black;
	border-radius: 50%;
}

.upload-btn-wrapper>.btn>i {
	font-size: 30px;
}

.upload-btn-wrapper>.btn>p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    width: 100%;
}

.upload-btn-wrapper>.btn>img {
	position: absolute;
	top: 0;
	width: auto;
	height: 100%;
	padding: 10px;
	object-fit: cover;
	align-items: center;
	margin: 0px auto;
	max-width: 100%;
}
.upload-btn-wrapper .remove-gambar-btn{
    background-color: #f443366e;
    padding: 1px 6px;
    border-radius: 0.5em;
    position: absolute;
    top: 3px;
    color: white;
    right: 3px;
    z-index: 100;
    cursor: pointer;
}
.upload-btn-wrapper .remove-gambar-btn:hover{
    background-color: #f44336;
}

.upload-btn-wrapper .remove-gambar-btn.disabled_btn_delete{
    cursor:not-allowed;
    background-color: #f443366e;
}
.image-of-question{
    width: 320px;
    height: 220px;
    object-fit: cover;
}


body.blur-modal-active .modal-backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}