
/* @import url("all_font.css?v=1.2"); */
@font-face {
  font-family: 'sas-webfont';
  src: url("../fonts/sas-webfont.eot?51534236");
  src: url("../fonts/sas-webfont.eot?51534236#iefix") format("embedded-opentype"), url("../fonts/sas-webfont.woff2?51534236") format("woff2"), url("../fonts/sas-webfont.woff?51534236") format("woff"), url("../fonts/sas-webfont.ttf?51534236") format("truetype"), url("../fonts/sas-webfont.svg?51534236#sas-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }


/* CSS STYLE DINAMIS */

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #F8F9FA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-control-color {
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #DBE1E9;
    border-radius: 4px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body,
button,
input,
select,
textarea {
    color: #1E1E1E; 
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    background-color: #fff; 
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: var(--text-color) !important; 
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    box-shadow: none;
}
.bg-primary {
    color: var(--primary-color) !important; 
}
.text-primary {
    color: var(--primary-color) !important; 
}
a.text-primary:hover, a.text-primary:focus {
    color: var(--primary-color) !important; 
}
a.text-secondary:hover, a.text-secondary:focus {
    color: var(--primary-color) !important; 
}
a:hover {
    color: var(--primary-color) !important; ;
    text-decoration: none;
}
.text-secondary {
    color: #808285 !important; 
}
.text-default {
    color: #1E1E1E !important; 
}

.border-style {
    border: solid var(--primary-color) !important ;
    border-radius: 5px;
}

.btn-primary {
    background: var(--primary-color) !important; 
    border-radius: 4px;
    border: 1px solid var(--primary-color) !important; 
    color: var(--text-color) !important;
}

.btn-primary:hover {
    background: none !important;
    border-radius: 4px;
    border: 1px solid var(--primary-color) !important; 
    color: var(--primary-color) !important; 
}

.btn-primary-hover {
    background: none;
    border-radius: 4px;
    border: 1px solid var(--primary-color) !important; 
    color: var(--primary-color) !important; 
}

.btn-primary-hover:hover {
    background: var(--primary-color) !important; 
    border-radius: 4px;
    border: 1px solid var(--primary-color) !important; 
    color:  var(--text-color) !important;
}

.btn-torquise {
    color: var(--text-color) !important;
    background-color: var(--primary-color) !important; 
    border-color: var(--primary-color) !important; 
    border-radius: 0 4px 4px 0 !important;
    height: 37px;
}

.swal-button--confirm {
    background-color: var(--primary-color) !important; 
    border-radius: 4px;
    color: var(--text-color) !important; 
    border: 1px solid var(--primary-color) !important;
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.swal-button--confirm:hover {
    background-color: var(--text-color) !important;
    border-radius: 4px;
    color: var(--primary-color) !important; 
    border: 1px solid var(--primary-color) !important;
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.swal-button--cancel {
    background-color: var(--text-color) !important;
    border-radius: 4px;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.swal-button--cancel:hover {
    background-color: var(--primary-color) !important;
    border-radius: 4px;
    color: var(--text-color) !important;
    border: 1px solid var(--primary-color) !important;
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.swal-button--danger {
    background-color: var(--primary-color) !important;
    border-radius: 4px;
    color: var(--text-color) !important;
    border: 1px solid var(--primary-color) !important;
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.swal-button--danger:hover {
    background-color: var(--text-color) !important;
    border-radius: 4px;
    color: var(--primary-color) !important; 
    border: 1px solid var(--primary-color) !important;
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-course {
    padding: 0.5rem 0rem;
    margin-right: 0rem;
    padding-right: 15px;
    color: var(--primary-color) !important; 
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--primary-color) !important; 
    background-color: #F0F0F0 !important;
    border: none;
    border-bottom: 5px solid var(--primary-color) !important; 
}
[class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link.active, [class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link.active:hover {
    color: var(--primary-color) !important; 
    font-weight: 700;
}
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:hover {
    color: var(--primary-color) !important; 
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: var(--base-color) !important; 
    color: var(--primary-color) !important; 
    font-weight: 700;
}
[class*='sidebar-light-'] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*='sidebar-light-'] .nav-sidebar > .nav-item:hover > .nav-link {
    background-color: var(--base-color) !important; 
    color: var(--primary-color) !important; 
    font-weight: 700;
}
[class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link:hover {
    background-color: var(--base-color) !important; 
    font-weight: 700;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--text-color) !important;
    border: 1px solid  var(--primary-color) !important;
    background-color:var(--primary-color) !important;
    background: var(--primary-color) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--text-color) !important;
    border: 1px solid  var(--primary-color) !important;
    background:  var(--primary-color) !important;
}

/* END CSS STYLE DINAMIS */
table.dataTable thead th, table.dataTable thead td {
    padding: 5px;
    border-bottom: none;
}
thead {
    background-color: #F0F2F3;
    color: #1E1E1E;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table.dataTable tbody td {
    padding: 5px;
}
table.dataTable.no-footer {
    border-bottom: none;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    line-height: 0;
    border-radius: 0.2rem;
}

.content-header {
    padding-top: 100px !important;
    padding: 0px 24px;

}

:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 1.5px rgba(30, 30, 30, 0.16);;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: #DBE1E9;
    border-bottom-right-radius: 0.25rem;
    border-left: 1;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-card-body, .register-card-body {
    background: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
    box-shadow: 0px 16px 36px rgba(34, 93, 137, 0.15);
    border-radius: 5px !important;
}

html {
    background-color: #f4f6f9;
}

.btn-footer{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
 }

.modal-footer{
    padding: 0px;
}
.paginate_button {
    font-size: 13px;
}
.dataTables_info {
    font-size: 13px;
}

.border-radius-20 {
    border-radius: 20px !important;
}
.border-radius-5 {
    border-radius: 5px;
}
.border-radius-4 {
    border-radius: 4px;
}
.border-radius-0 {
    border-radius: 0px !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}

h1 {
    font-size: 40px;
    line-height: 48px; 
}

h2 {
    font-size: 32px;
    line-height: 38px; 
}

h3 {
    font-size: 28px;
    line-height: 34px; 
}

h4 {
    font-size: 24px;
    line-height: 29px; 
}

h5 {
    font-size: 20px;
    line-height: 24px; 
}

.h1 {
    font-size: 40px;
    line-height: 48px;
}

.h2 {
    font-size: 32px;
    line-height: 38px; 
}

.h3 {
    font-size: 28px;
    line-height: 34px; 
}

.h4 {
    font-size: 24px;
    line-height: 29px;
}

.h5 {
    font-size: 20px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 24px; 
}

a {
    font-size: 16px;
    line-height: 24px; 
}

[v-cloak] {
    display: block;
    padding: 30vh;
}

@keyframes spinner {
to {
    transform: rotate(360deg);
}
}

[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
[v-cloak]:after {
    content: "Loading";
    box-sizing: border-box;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-top: -10px;
    margin-left: -56px;
    border-radius: 50%;
}
[v-cloak]>* {
    display: none;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.bootstrap-tagsinput .badge {
    margin: 2px 5px !important;
    padding: 5px 8px;
}

.mce-container, .mce-container-body {
    border-radius: 5px !important;
}

.font-mobile {
    font-size: 13px;
    line-height: 17px; 
}

.font-normal {
    font-size: 16px;
    line-height: 24px; 
}

label {
    font-size: 16px;
    line-height: 24px; 
}
.label-green {
    background-color:#B1E3E2;
    color: #538184;
    border-radius: 5px;
    /* border-color: #b8daff; */
}
.label-yellow {
    background-color:#FDEBB4;
    color: #714008;
    border-radius: 5px;
    /* border-color: #b8daff; */
}
.label-primary {
    background-color:#BDEBFF;
    color: #1D8CBD;
    border-radius: 5px;
    /* border-color: #b8daff; */
}
.label-brown {
    background-color: rgba(242, 181, 68, 0.3);
    color: #8C5515;
    border-radius: 5px;
    /* border-color: #b8daff; */
}
.label-blue {
    background-color:#CCE5FF;
    color: #004085;
    border-radius: 5px;
    /* border-color: #b8daff; */
}
.label-active {
    background-color: #E9F7F2;
    color: #26AB7A;
    border-radius: 4px;
}
.label-inactive {
    background-color: rgba(242, 181, 68, 0.3);;
    color: #8C5515;
    border-radius: 4px;
}
.rounded-20 {
    border-radius: 20px;
}
.small {
    font-size: 14px;
    line-height: 20px; 
}
.smaller {
    font-size: 10px;
    line-height: 16px; 
}
.smallest {
    font-size: 9px;
    line-height: 12px; 
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-underline {
    text-decoration: underline;
}
.vag {
    font-family: "Roboto"; 
    font-weight: 700; 
}

a {
    color: #1E1E1E;
    text-decoration: none;
    background-color: transparent;
}
.bg-primary {
    background-color: #2DAAE1 !important;
}

.bg-secondary {
    background-color: #F0F2F3 !important;
}
.bg-header-module {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}
.bg-module {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.text-tosca {
    color: #16C3B0 !important; 
}
.text-yellow {
    color: #FFC107 !important; 
}

.text-warning a :hover {
    color: #1E1E1E !important; 
}
.text-warning {
    color: #FFCB05 !important; 
}
.text-dark {
    color: #1E1E1E !important; 
}

.text-danger {
    color: #FD4D40 !important; 
}
.text-brown {
    color: #893612 !important; 
}
.text-orange {
    color: #F2762E !important; 
}
.text-orange:hover {
    color: #1E1E1E !important; 
}
.text-green {
    color: #45936F !important; 
}
.text-performance-level {
    color: #05C999 !important; 
}
.text-blue {
    color: #2DAAE1 !important; 
}

.text-dark-blue {
    color: #2D7FC1 !important; 
}
.text-red {
    color: #DC3545 !important; 
}

.btn-width {
    width: 25% !important;
}
.border-yellow {
    border-color: #FFC107 !important; 
}
.border-blue {
    border-color: #2DAAE1 !important; 
}
.border-dark-blue {
    border-color: #2D7FC1 !important; 
}


.btn-back {
    min-width: 36px;
    min-height: 36px;
    padding: unset;
    border-radius: 50px !important;
    background-color: #f4f6f9 !important;
    border-radius: 20px;
    color: #F2B544 ; 
    border: 1px solid #F2B544 !important;
}
.btn-back:hover {
    min-width: 36px;
    min-height: 36px;
    padding: unset;
    border-radius: 50px !important;
    background-color: #F2B544 !important;
    border-radius: 20px;
    color: #ffffff ; 
    border: 1px solid #F2B544 !important;
}

button {
    font-size: 16px;
    line-height: 24px; 
}

.btn-cant-click {
    background: none;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    color: #1e1e1e;
}
.btn-tosca {
    background: #53B4B9;
    border-radius: 4px;
    border: 1px solid #53B4B9;
    color: #FFFFFF;
}

.btn-tosca:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #53B4B9;
    color: #53B4B9;
}


.btn-white {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #2DAAE1;
    color: #2DAAE1;
}

.btn-white:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #2DAAE1;
    color: #2DAAE1;
}

.btn-blue {
    background: #2DAAE1;
    border-radius: 4px;
    border: 1px solid #2DAAE1;
    color: #FFFFFF;
}

.btn-blue:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #2DAAE1;
    color: #2DAAE1;
}
.btn-outline-blue {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #4285F4;
    color: #1E1E1E !important;
}

.btn-outline-blue:hover {
    background: #4285F4;
    border-radius: 4px;
    border: 1px solid #4285F4;
    color: #FFFFFF !important;
}
.btn-success {
    color: #fff;
    background-color: #27A745;
    border-color: #28A745;
    box-shadow: none;
}

.btn-success:hover {
    color: #28A745;
    background-color: #fff;
    border-color: #28A745;
    box-shadow: none;
}
.btn-danger {
    color: #fff;
    background-color: #DC3545;
    border-color: #DC3545;
    box-shadow: none;
}

.btn-danger:hover {
    color: #1E1E1E;
    background-color: #fff;
    border-color: #FD4D40;
    box-shadow: none;
}
.btn-warning {
    color: #1E1E1E;
    background-color: #FFCB05;
    border-color: #FFCB05;
    box-shadow: none;
}

.btn-warning:hover {
    color: #1E1E1E !important;
    background-color: none;
    border-color: #FFCB05;
    box-shadow: none;
}
.btn-info {
    background: #17A2B8;
    border-radius: 4px;
    border: 1px solid #17A2B8;
    color: #FFFFFF;
}

.btn-info:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #17A2B8;
    color: #17A2B8;
}
.btn-army {
    background: #1D6F42;
    border-radius: 4px;
    border: 1px solid #1D6F42;
    color: #FFFFFF;
}

.btn-army:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #1D6F42;
    color: #1E1E1E;
}
.btn-active {
    border-radius: 4px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.btn-active:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #1D6F42;
    color: #1E1E1E;
}
.btn-draft {
    border-radius: 4px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.btn-draft:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #856404;
    color: #1E1E1E;
}
.btn-yellow {
    background-color: #F2B544;
    border-radius: 20px;
    color: #ffffff !important; 
    border: 1px solid #F2B544;
}

.btn-yellow:hover {
    background-color: transparent !important;
    border: 1px solid #F2B544;
    color: #F2B544 !important; 
}

.btn-yellow-hover {
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #F2B544;
    color: #F2B544; 
}
.btn-yellow-hover:hover {
    background-color: #F2B544;
    border-radius: 20px;
    color: #ffffff !important; 
    border: 1px solid #F2B544;
}

.btn-radius {
    border-radius: 5px;
}
/* CSS main */
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: initial !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #808285;
    content: "/";
    font-size: 16px;
}
.breadcrumb {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb.breadcrumb-clear {
    background-color: transparent;
}

.breadcrumb .breadcrumb-item {
    display: inline;
}

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: 24px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: #1e1e1e;
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.swal-text::first-letter {
    text-transform: capitalize;
}
/* PROGRESSS BAR  */
.progresss {
    width: 120px;
    height: 120px;
    background: none;
    position: relative;
}

.progresss-time {
    width: 100px;
    height: 100px;
    background: none;
    position: relative;
}

.progresss-quiz {
    width: 100px;
    height: 100px;
    background: none;
    position: relative;
}

.progresss::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.progresss-score::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:0;
    position: absolute;
    top: 0;
    left: 0;
}

.progresss>span {
    width: 50%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progresss .progresss-left {
    left: 0;
}

.progresss .progresss-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progresss-score .progresss-bar  {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progresss .progresss-left .progresss-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progresss .progresss-right {
    right: 0;
}

.progresss .progresss-right .progresss-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progresss .progresss-value {
    position: absolute;
    top: 0;
    left: 0;
}

    .progresss {
        width: 100px;
        height: 100px;
        background: none;
        position: relative;
    }

    .progresss-time,
    .progresss-quiz {
        width: 90px;
        height: 90px;
        background: none;
        position: relative;
    }

.border-primary {
    color: #2D7FC1 !important;
}
        /* END PROGRESS BAR */
.content-wrapper>.content {
    padding: 0 24px;
}
.nav-tabs .nav-link {
    border: none;
    color: #808285 !important;
}
.nav-tabs .nav-tabs .nav-item.show .nav-link {
    color: #1e1e1e;
    background-color: #F8F9FA !important;
    border: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none;
}

.nav-course .active {
    padding: 0.5rem 0rem;
    margin-right: 0rem;
}


/* NAV DETAIL ASSESSMENT */

.nav-tabs .nav-link-white:hover, .nav-tabs .nav-link-white:focus {
    border: none;
}
.nav-tabs .nav-link-white.active, .nav-tabs .nav-item.show .nav-link-white {
    color: #1e1e1e;
    background-color: #FFFFFF !important;
    border: none;
    border-bottom: none !important;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
}


/* END NAV DETAIL ASSESSMENT */

.form-control-file {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[class*='sidebar-light-'] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*='sidebar-light-'] .nav-sidebar > .nav-item:hover > .nav-link
{
    background-color: #F1FBFF;
    color: #2CA9E0;
}

.course-image-container{
    width: 200px;
    position: relative;
}

.course-image-container img.rounded-custom {
    width: 100%;
}

/* end CSS main */



.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.hover-pointer:hover {
    cursor: pointer !important;
}
.no-hover-pointer:hover {
    cursor: initial !important;
}
.img-fasilitas-kursus {
    width: 35px;
}
.img-modal-kursus {
    width: 75px;
}
.img-class-rating {
    width: 20px;
    height: 20px;
}
.img-25 {
    width: 25%;
}


.img-radius {
    border-radius: 10px !important;
}

.content-tinymce img {
  max-width: 100%;
  height: auto !important;
  border-radius: .25rem !important;
}

.img-cover-template {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.img-cover-template-user {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.img-icon-modal {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}
.img-circle-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.img-circle-profile-user {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.img-circle-navbar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.img-logo {
    max-width: 80%;
    height: auto;
}
.img-logo-assessment {
    max-width: 60%;
    height: auto;
}
.img-avatar {
    width: 50px;
}
.content-tinymce img {
    max-width: 100%;
    height: auto !important;
    border-radius: .25rem !important;
}

.card-profile-navbar {
    box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.32);
    border: 0px;
}
.changelog-title {
    background-color: #f1f1f1;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
}
.changelog-group-name {
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid #DBE1E9;
    border-radius: 0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid #DBE1E9;
    border-radius: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid #DBE1E9;
    background: transparent;
    box-shadow: none;
}

.swal-footer {
    text-align: center !important;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.box-dashboard {
    position: relative;
    width: auto;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 4px;
}

.box-class {
    position: relative;
    width: auto;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(18, 18, 18, 0.1);
    border-radius: 5px;
}

.box {
    position: relative;
    width: 350px;
    height: 256px;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}

.box-default {
    position: relative;
    width: 100%;
    height: auto;


    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}


.box-line {
    position: relative;
    width: 225px;
    height: 92px;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 4px;
}


.box-profile {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}

.box-mytransactions {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 5px;
}

.align-center-middle {
    padding-top: 20%;
}

.form-input-radius {
border-radius: 4px;
}


.icon-rounded {
    color: #ffffff;
    background-color: #FDD8AB;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}

.icon-rounded-dashboard {
    color: #ffffff;
    background-color: #FDD8AB;
    width: 30px;
    height: 30px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}

.card {
        box-shadow: 0 0 0px !important;
        border-radius: 5px !important;
}
.card-header {
    border-bottom: 0px !important;
}
.card-body {
    border-radius: 5px;
}
.box-course-ulasan {
    box-shadow: 0px 2px 4px rgba(168, 168, 168, 0.25);
    border-radius: 6px;
}
.accordion>.card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
}
.changelog-title {
    background-color: #f1f1f1;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
}
.changelog-group-name {
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.box-acara {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}

.box-profile {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}

.box-mytransactions {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 5px;
}
  
  .align-center-middle {
      padding-top: 20%;
  }

  
  .icon-rounded {
      color: #ffffff;
      background-color: #FDD8AB;
      width: 40px;
      height: 40px;
      font-size: 18px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      margin: 0 2px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; 
  }
  
  .icon-rounded-dashboard {
      color: #ffffff;
      background-color: #FDD8AB;
      width: 30px;
      height: 30px;
      font-size: 13px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      margin: 0 2px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; 
  }
  

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    }
    @keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
    }
    @keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    }

.center-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootstrap-tagsinput {
    padding: .375rem .75rem;
    line-height: 1.5;
}

.content-tinymce img {
    max-width: 100%;
    height: auto !important;
    border-radius: .25rem !important;
}

.changelog-title {
    background-color: #f1f1f1;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
}
.changelog-group-name {
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}
.swal-title {
    color: #1E1E1E;
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.swal-footer {
    text-align: center !important;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.box {
    position: relative;
    width: 350px;
    height: 256px;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}

.box-default {
    position: relative;
    width: 100%;
    height: auto;


    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}


.box-acara {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}

.box-profile {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 10px;
}

.box-mytransactions {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
    border-radius: 5px;
}

.align-center-middle {
    padding-top: 20%;
}

[class*=sidebar-light] .brand-link {
    border-bottom: none;
    color: #ffffff;
}


  
.rs-course {
    position: relative;
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 4px rgba(18, 18, 18, 0.1);
    padding-bottom: 15px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /* border-bottom: 2px solid #FF7300; */
    background-color: #ffffff; 
}
.rs-course .meta-category {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 20px;
    background-color: #F2762E;
    color: #ffffff;
    z-index: 2; 
}
.rs-course .media-box {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* background-color: rgba(253, 77, 64, 0.6);  */
}
    .rs-course .media-box img {
        -webkit-transition: 0.4s all linear;
        transition: 0.4s all linear; 
    }
    .rs-course .media-box:before {
        content: "\f0c1";
        font-family: FontAwesome;
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        text-align: center;
        /* z-index: 9; */
        color: #ffffff;
        font-size: 30px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all ease .25s;
        transition: all ease .25s; 
    }
    .rs-course .body-box {
            width: 100%;
            position: relative;
            padding: 0px 12px; 
        }
            .rs-course .body-box .title a {
                font-size: 18px;
                font-weight: 700;
                color: #F2762E; 
            }
            .rs-course .body-box .title a:hover {
                color: #F1C22E; 
            }

        .rs-course .body-box .title {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 700;
            color: #F2762E; 
        }
        .rs-course .body-box .meta-date {
            font-size: 13px;
            /* margin-bottom: 20px; */
            color: #FF9422; 
        }
        .rs-course:hover .body-box:before {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1); 
        }
        .rs-course:hover {
            -webkit-box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2); 
        }
        .rs-course:hover .media-box img {
            opacity: 0.4;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
            filter: alpha(opacity=40);
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms; 
        }
        .rs-course:hover .media-box:before {
            top: 50%;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100); 
        }
        .rs-course.no-shadow {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; 
        }

        .rs-apps-1 {
            position: relative;
            -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
            -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
            box-shadow: 0px 10px 20px rgba(30, 30, 30, 0.08);
            padding-bottom: 15px;
            overflow: hidden;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 10px;
            /* border-bottom: 2px solid #FF7300; */
            background-color: #ffffff; 
        }
        .rs-apps-1 .meta-category {
            position: absolute;
            top: 20px;
            left: 0;
            padding: 5px 20px;
            background-color: #F2762E;
            color: #ffffff;
            z-index: 2; 
        }
        .rs-apps-1 .media-box {
            width: 100%;
            /* height: 162px; */
            /* margin-bottom: 20px; */
            position: relative;
            z-index: 1;
            overflow: hidden;
            /* background-color: rgba(253, 77, 64, 0.6);  */
        }
        .rs-apps-1 .media-box img {
            -webkit-transition: 0.4s all linear;
            transition: 0.4s all linear; 
        }
        .rs-apps-1 .media-box:before {
            content: "\f0c1";
            font-family: FontAwesome;
            position: absolute;
            top: 40%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            text-align: center;
            /* z-index: 9; */
            color: #ffffff;
            font-size: 30px;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: all ease .25s;
            transition: all ease .25s; 
        }
        .rs-apps-1 .body-box {
                width: 100%;
                height: 200px;
                position: relative;
                padding: 0px 12px; 
                margin: 0px 0px -15px 0px;
            }
                .rs-apps-1 .body-box .title a {
                    font-size: 18px;
                    font-weight: 700;
                    color: #F2762E; 
                }
                .rs-apps-1 .body-box .title a:hover {
                    color: #F1C22E; 
                }
            .rs-apps-1 .body-box .title {
                margin-bottom: 10px;
                font-size: 18px;
                font-weight: 700;
                color: #F2762E; 
            }
            .rs-apps-1 .body-box .meta-date {
                font-size: 13px;
                /* margin-bottom: 20px; */
                color: #FF9422; 
            }
            .rs-apps-1:hover .body-box:before {
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1); 
            }
            .rs-apps-1:hover {
                -webkit-box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2);
                box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2); 
            }
            .rs-apps-1:hover .media-box img {
                opacity: 0.4;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
                filter: alpha(opacity=40);
                -webkit-transform: scale(1.05, 1.05);
                -moz-transform: scale(1.05, 1.05);
                -ms-transform: scale(1.05, 1.05);
                -o-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05);
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
                -webkit-transition-duration: 250ms;
                transition-duration: 250ms; 
            }
            .rs-apps-1:hover .media-box:before {
                top: 50%;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100); 
            }
            .rs-apps-1.no-shadow {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none; 
            }
  
.title-apps {
    height: 4rem;
}
.desc-apps {
    height: 4rem;
}

.title-events {
    height: 4rem;
}
.desc-events {
    height: 4rem;
}
.desc-dashboard-transactions {
    height: 8.5rem;
}
.badge {
    border-radius: 6px !important;
}
.badge-danger {
    padding: 1px;
    border-radius: 20px !important;
}
.badge-success {
    padding: 1px;
    border-radius: 20px !important;
}
.badge-secondary {
    padding: 1px;
    border-radius: 20px !important;
}
.badge-primary {
    background-color: #0D99FF !important;
}
.badge-dark-blue {
    background-color: #2E7FC1 !important;
}
.badge-dark-yellow {
    background-color: #866000 !important;
}
.badge-danger-timer {
    background-color: #F3DADF !important;
    color: #C3465D !important;
    border-radius: 20px !important;
    padding-left: 40px;
    padding-right: 40px;
}
.badge-modul {
    color: #1F2D3D;
    border: 1px solid #FFCB05;
    border-radius: 10px !important;
}
.badge-blue {
    /* position: absolute; */
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    background: #007BFF;
    border-radius: 3px;
    color: #ffffff;
}
.span-ongoing {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: auto;
    background: #F5E6B3;
    border-radius: 20px;
    color: #866000;
}
.span-red {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    background: #F8D7DA;
    border-radius: 20px;
    color: #721C24;
}
.selected-red {
    background: #F8D7DA;
    border-radius: 20px;
    color: #721C24;
}
.span-brown {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    background: #FDD8AB;
    border-radius: 20px;
    color: #893612;
}
.selected-brown {

    background: #FDD8AB;
    border-radius: 20px;
    color: #893612;
}
.span-green {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    background: #D4EDDA;
    border-radius: 20px;
    color: #45936F;
}
.selected-green {

    background: #D4EDDA;
    border-radius: 20px;
    color: #45936F;
}
.span-pink {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    background: #F4D0E2;
    border-radius: 20px;
    color: #EA1C7E;
}

.span-blue {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    background: #BDEBFF;
    border-radius: 20px;
    color: #1D93C7;
}

.span-lunas {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    background: #F4D0E2;
    border-radius: 20px;
    color: #EA1C7E;
}
  
.span-blue {
    /* position: absolute; */
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    background: #BDEBFF;
    border-radius: 20px;
    color: #1D93C7;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
  
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px !important;
    box-shadow: 0 0 0 0 !important;
    outline: 0;
}
    .view-acara.desktop {
        display: flex !important; 
    }
    .view-acara.mobile {
        display: none !important; 
    }

.progress {
    border-radius: 19px;
    height: 1.5rem;
}

.progress-bar {
    background-color: #2DAAE1;
}

.w-progress-detail {
    width: 25% !important;
}


@media(max-width: 1280px){
    .class-box-line-container {
        flex: 33% !important;
        max-width: 33% !important;
    }
    .class-box-line-admin-container {
        flex: 32% !important;
        max-width: 32% !important;
    }
    .class-box-line-admin-container-2 {
        flex: 32% !important;
        max-width: 32% !important;
    }
    .size-chart {
        width: 75% !important;
    }
    
    .class-block-container {
        flex: 0 0 33% !important;
        max-width: 33% !important;
        padding-inline: 7px;
    }
    .dateline-block-container {
        flex: 0 0 49% !important;
        max-width: 49% !important;
        margin-inline-end: 5px;
        border-radius: 4px;
        border: 0.5px solid rgba(128, 130, 133, 0.4);
    }
    .assessment-block-container {
        flex: 0 0 48.62% !important;
        max-width: 50% !important;
        margin-inline: 5px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 0px 1px 3px rgba(18, 18, 18, 0.05);
    }
}
  
@media(max-width: 1024px){
    .gutter-top-member {
        margin-right: 5px;
        margin-left: 5px; }
        .gutter-top-member > [class^="col-"],
        .gutter-top-member > [class*=" col-"],
        .gutter-top-member [class*='col-'],
        .gutter-top-member [class*=" col-"] {
            padding-right: 5px;
            padding-left: 5px; 
    }
    .btn-width {
        width: 50% !important;
    }
}
  
@media(max-width: 820px){
    .class-box-line-container {
        flex: 33% !important;
        max-width: 33% !important;
    }
    .class-box-line-admin-container {
        flex: 32% !important;
        max-width: 32% !important;
    }
    .class-box-line-admin-container-2 {
        flex: 32% !important;
        max-width: 32% !important;
    }
    .main-header {
        display: flex !important; 
    }
    /* .font-mobile {
        font-size: 13px;
        line-height: 17px; 
    } */
}
  
@media(max-width: 767px){
    .course-image-container{
        width: 100%;
       
    }

    .img-cover-template {
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }
    .btn-sm-block {
        display: block;
        width: 100%;
    }

    .icon-clock {
        display: none;
    }

    .class-box-line-container {
        flex: 100% !important;
        max-width: 100% !important;
    }
    .class-box-line-admin-container {
        flex: 100% !important;
        max-width: 100% !important;
    }
    .class-box-line-admin-container-2 {
        flex: 100% !important;
        max-width: 100% !important;
    }
    .w-progress-detail {
        width: 100% !important;
    }
    .border-right {
        border-right: 0px !important;
    }
    .size-chart {
        width: 100% !important;
    }
    .class-block-container {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-inline: 7px;
    }
    .dateline-block-container {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-inline-end: 5px;
        border-radius: 4px;
        border: 0.5px solid rgba(128, 130, 133, 0.4);;
    }
    .assessment-block-container {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-inline-end: 5px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 0px 1px 3px rgba(18, 18, 18, 0.05);
    }
    .box-line {
        width: 100%;
    }
    .view-acara.desktop {
        display: none !important; 
    }
    .view-acara.mobile {
        display: flex !important; 
    }

    .box {
        position: relative;
        width: 100%;
        height: 256px;
    
        background: #FFFFFF;
        box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
        border-radius: 10px;
    } 
    .main-header {
        display: flex !important; 
    }
    .desc-dashboard-transactions {
        height: 9rem;
    }
    .btn-width {
        width: 75% !important;
    }
}


@media(min-width: 1440px){
    .class-box-line-container {
        flex: 33% !important;
        max-width: 33% !important;
    }
    .class-box-line-admin-container {
        flex: 33% !important;
        max-width: 33% !important;
    }
    .class-box-line-admin-container-2 {
        flex: 33% !important;
        max-width: 32.333333% !important;
    }
    .gutter-my-rank {
        margin-right: 80px;
        margin-left: -20px; }
        .gutter-my-rank > [class^="col-"],
        .gutter-my-rank > [class*=" col-"],
        .gutter-my-rank [class*='col-'],
        .gutter-my-rank [class*=" col-"] {
            padding-right: 5px;
            padding-left: 5px; 
    }
    .gutter-top-5 {
        margin-right: 5px;
        margin-left: 5px; }
        .gutter-top-5 > [class^="col-"],
        .gutter-top-5 > [class*=" col-"],
        .gutter-top-5 [class*='col-'],
        .gutter-top-5 [class*=" col-"] {
            padding-right: 5px;
            padding-left: 5px; 
    }

    .size-chart {
        width: 50% !important;
    }
    .box-acara {
        position: relative;
        width: 100%;
        height: 256px;
    
        background: #FFFFFF;
        box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
        border-radius: 10px;
    }
    .class-block-container {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        padding-inline: 7px;
    }
    .dateline-block-container {
        flex: 0 0 33% !important;
        max-width: 33% !important;
        margin-inline-end: 3px;
        border-radius: 4px;
        border: 0.5px solid rgba(128, 130, 133, 0.4);;
    }
    .assessment-block-container {
        flex: 0 0 32.46666% !important;
        max-width: 33% !important;
        margin-inline: 5px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 0px 1px 3px rgba(18, 18, 18, 0.05);
    }
}
  
@media(min-width: 1600px){
    .dateline-block-container {
        flex: 0 0 24.555% !important;
        max-width: 25% !important;
        margin-inline-end: 7px;
        border-radius: 4px;
        border: 0.5px solid rgba(128, 130, 133, 0.4);
    }
    .class-box-line-container {
        flex: 33% !important;
        max-width: 33% !important;
    }
    .class-box-line-admin-container {
        flex: 32.6% !important;
        max-width: 32.6% !important;
    }
    .class-box-line-admin-container-2 {
        flex: 32.6% !important;
        max-width: 32.6% !important;
    }
    .gutter-top-5 {
        margin-right: 50px;
        margin-left: 50px; }
        .gutter-top-5 > [class^="col-"],
        .gutter-top-5 > [class*=" col-"],
        .gutter-top-5 [class*='col-'],
        .gutter-top-5 [class*=" col-"] {
            padding-right: 5px;
            padding-left: 5px; 
    }

    .class-block-container {
        flex: 0 0 16.6666% !important;
        max-width: 0 0 16.6666% !important;
        padding-inline: 7px;
    }
    .assessment-block-container {
        flex: 0 0 24.39% !important;
        max-width: 25% !important;
        margin-inline: 5px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 0px 1px 3px rgba(18, 18, 18, 0.05);
    }
    .rs-apps-1 {
        width: 80%;
        position: relative;
        -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
        -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
        box-shadow: 0px 10px 20px rgba(30, 30, 30, 0.08);
        padding-bottom: 15px;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 10px;
        /* border-bottom: 2px solid #FF7300; */
        background-color: #ffffff; 
    }
    .box {
        position: relative;
        width: 450px;
        height: 256px;
    
        background: #FFFFFF;
        box-shadow: 0px 1px 2px rgba(30, 30, 30, 0.05);
        border-radius: 10px;
    }
    .box-acara {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 10px !important;
        box-shadow: 0 0 0 0 !important;
        outline: 0;
    }
    .view-acara.desktop {
        display: flex !important; 
    }
    .view-acara.mobile {
        display: none !important; 
    }
    
}

@media (min-width: 1280px) {
    .bg-img-header {
        padding-top:50px;
        padding-bottom: 50px; 
    }
    .gutter-top-member {
        margin-right: 5px;
        margin-left: 5px; }
        .gutter-top-member > [class^="col-"],
        .gutter-top-member > [class*=" col-"],
        .gutter-top-member [class*='col-'],
        .gutter-top-member [class*=" col-"] {
            padding-right: 5px;
            padding-left: 5px; 
    }
}
    
.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: inherit;
}
.bg-img-top {
    background-position: top;
}
.bg-img-bottom {
    background-position: bottom;
}
.bg-img-left {
    background-position: left;
}
.bg-img-right {
    background-position: right;
}
.bg-img-size-contain {
    background-size: contain;
}
.bg-40-21 { /*fb share*/
    width: 100%;
    padding-top: 52.5%;
}
.bg-1-1 { /*fb share*/
    width: 100%;
    padding-top: 100%;
}

/* 6236 */
.rounded-50 {
    border-radius: 50% !important;
}
.rounded-500 {
    border-radius: 500px !important;
}

    /* CSS RANK  */
    .image-profile {
    position: relative;
    top: -7px;
    left: 26px;
    bottom: 0;
    width: 90px;
    height: 90px;
}
.image-profile-mobile {
    top: -7px;
    left: 26px;
    bottom: 0;
    width: 90px;
    height: 90px;
}
.image-rank {
    position: absolute;
    top: -19px;
    left: 18px;
    max-width: 140px;
    max-height: 140px;
}

.image-rank-table {
    position: absolute;
    top: -8px;
    left: -17px;
    max-width: 95px;
    max-height: 95px;
}

.text-nama {
    top: 160px;
}
.top-member level {
    position: absolute;
    z-index: 20;
}
.progress-bar {
    position: relative;
}
.progress-bar.active {
    position: relative;
    background: linear-gradient(269.97deg, #2D7FC1 0.02%, #2DAAE1 44.42%);;
}
.progress-background {
    position: relative;
    background-color: #ADD8E6;
    border-radius: 28px;
    height: 28px;
}

.progress-active {
    background: linear-gradient(110.69deg, #2DAAE1 11.45%, #2D7FC1 63.71%);
}

.circleBase {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute !important;
    z-index: 1;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}
.type3 {
    height: 35px;
    width: 40px;
    background: #FFCB05;
    border: 3px solid #FFCB05;
}
.page-header  {
    margin-left: 35px;
}

.pagination-card {
    height: 54px;
    background-color: #F0F2F3 !important;
    box-shadow: none !important;
    border-radius: 6px;
}


.rank-0 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
}
.rank-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
    top: 150px;
}
.rank-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
    top: 150px;
}

.wrapper-rank {
    display: flex;
    flex-wrap: wrap;
}

.top-image-rank-0 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 16px;
    max-width: 130px;
    max-height: 130px;
}
.top-image-rank-1 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 16px;
    max-width: 130px;
    max-height: 130px;
}
.top-image-rank-2 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 16px;
    max-width: 130px;
    max-height: 130px;
}

.wrapper-rank .image-profile-0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px !important;
    height: 80px !important;
}
.wrapper-rank .image-profile-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px !important;
    height: 80px !important;
}
.wrapper-rank .image-profile-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px !important;
    height: 80px !important;
}
/* Text  */

.text-skill-0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px;
}
.text-nama-0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 105px;
}
.text-skill-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px;
}
.text-nama-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 110px;
}
.text-skill-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px;
}
.text-nama-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 110px;
}
ul.pagination  {
    margin: 0px;
    padding-top: 10px;
}

@media only screen and (max-width: 600px) {
    .member-photo-container {
        width: 40px !important;
    }
    span.member-name {
        display: inline-block;
        width: 250px !important;
    }

    span.level-container {
        display: inline-block;
        width: 150px !important;
    }

    .image-rank-table {
        position: absolute;
        top: -7px;
        left: -15px;
        max-width: 66px;
        max-height: 66px;
    }

}
    
canvas {display: block;}

.content-wrapper {
    background: #F0F0F0 !important;
}

html {
    background: #F0F0F0 !important;
}

.c-select-status {
    position: absolute;
    width: 165px;
    right: 280px;
    z-index: 99;
    margin-top: -4px;
}