    #navbar-add,
    #navbar-filter,
    #navbar-unduh {
        display: none;
    }

    .loader {
        position: fixed;
        z-index: 10000000000000000000000000000000000000000000000;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: rgba(0, 0, 0, 0.226);
    }

    .loader .imgloader {
        width: 80px;
        height: 80px;
        animation: trf 0.6s linear 1;
    }

    .hiddenloader {
        display: none;
    }

    @keyframes trf {
        0% {
            width: 700px;
            height: 700px;
        }

        16% {
            width: 40px;
            height: 40px;
        }

        32% {
            width: 200px;
            height: 200px;
        }

        48% {
            width: 50px;
            height: 50px;
        }

        64% {
            width: 100px;
            height: 100px;
        }

        80% {
            width: 60px;
            height: 60px;
        }

        100% {
            width: 80px;
            height: 80px;
        }
    }

    .layer {
        display: none;
        position: fixed;
        z-index: 1010;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #layerInput2 {
        display: none;
        position: fixed;
        z-index: 1010;
        background: rgba(0, 0, 0, 0.3) !important;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .layershowin {
        display: block;
        animation: layershowin 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    .layershowout {
        display: block;
        animation: layershowout 1s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    #dispOption {
        margin: 0;
        padding: 0;
    }

    @keyframes layershowin {
        0% {
            background: rgba(0, 0, 0, 0.0);
        }

        100% {
            background: rgba(0, 0, 0, 0.5);
        }
    }

    @keyframes layershowout {
        0% {
            background: rgba(0, 0, 0, 0.5);
        }

        100% {
            background: rgba(0, 0, 0, 0.0);
        }
    }

    .layer .sizeCard {
        position: relative;
        transition: 0.3s;
        background: transparent;
        transition: 0.3s;
        padding: 0;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-top: -50px;
    }

    .modal-body {
        overflow-y: auto;
    }

    .animatesvg,
    .animatesvgclose,
    .rectSvg {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        position: absolute;
        top: 0;
        z-index: 10006;
    }

    .animatesvg .rect {
        stroke: #fff;
        stroke-width: 1px;
        stroke-dasharray: 778;
        stroke-dashoffset: 778;
        animation: sketchIn .5s .6s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    .animatesvgclose .rect {
        stroke: #fff;
        stroke-width: 1px;
        stroke-dasharray: 778;
        stroke-dashoffset: 0;
        animation: sketchOut .5s .6s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    .btnmodal {
        margin-bottom: 0rem;
    }

    .combo {
        background: url('../img/gallery/arrow_bottom.svg') no-repeat center center;
        background-size: 15px 10px;
        background-position-x: 98%;
        background-position-y: 15px
    }

    .editpicker {
        background: url('../img/gallery/edit.svg') no-repeat center center;
        background-size: 12px 15px;
        background-position-x: 98%;
        background-position-y: 12px
    }

    .iconLoop {
        background: url('../img/gallery/search.svg') no-repeat center center;
        background-size: 15px 15px;
        background-position-x: 8px;
        background-position-y: 8px;
        padding-left: 30px;
        width: 300px;
        min-width: 300px;
        border-radius: 30px;
    }

    @media (max-width: 575px) {
        .iconLoop {
            width: 250px;
            min-width: 250px;
        }

        div.dataTables_wrapper div.dataTables_paginate ul.pagination {
            margin: 2px 0;
            white-space: nowrap;
            justify-content: center;
        }
    }

    .form-group {
        position: relative;
    }

    .form-group .formCombo {
        position: absolute;
        z-index: 100000000000000000000000000000000000000000000000000000000;
        width: 300px;
        max-height: 200px;
        background: #fff;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
        /* display: none; */
        transition: 0.3s;
        border-radius: 5px;
    }

    .loadcombo {
        width: 20px;
        height: 20px;
    }

    .form-group .formCombo .headerCombo {
        height: 40px;
        position: relative;
    }

    .form-group .formCombo .headerCombo .searchCombo {
        padding-right: 0.85rem;
        padding-left: 2rem;
    }

    .form-group .formCombo .headerCombo .iconinput {
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .form-group .formCombo .bodyCombo {
        max-height: 160px;
        overflow-y: auto;
        /* padding: 5px; */
    }

    .form-group .formCombo .bodyCombo .items {
        width: 100%;
        height: 30px;
        font-size: 17px;
        padding-left: 4px;
        padding-right: 4px;
        cursor: pointer;
        position: relative;
    }

    .form-group .formCombo .bodyCombo .items:hover {
        background: #d6cfcf;
    }

    .z-depth-0 {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
    }

    .z-depth-1 {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 5px 0 rgba(0, 0, 0, .19) !important;
    }

    .z-depth-2 {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2) !important;
    }

    .z-depth-3 {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3) !important;
    }

    .z-depth-4 {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .z-depth-5 {
        box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2) !important;
    }

    .z-depth-6 {
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2) !important;
    }

    .z-depth-7 {
        box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2) !important;
    }

    .z-depth-8 {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.48px 2.41px -0.38px, rgba(0, 0, 0, 0.17) 0px 4px 20px -0.75px;
    }

    .z-depth-answer {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        /* background: #e6e2e0; */
        border-radius: 10px;
        transition: 0.3s;
        color: #15c087;
    }

    .layer .sizeCardHapus {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 600px;
        height: 180px;
        z-index: 10001;
        transform: translate(-50%, -50%);
    }

    .whitecolor {
        color: #fff;
    }

    @media (max-width: 575px) {
        .layer .sizeCardHapus {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 98vw;
            height: 180px;
            z-index: 10001;
            transform: translate(-50%, -50%);
        }
    }

    .layer .animCard {
        background: transparent;
        animation: modalFadeIn .5s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    .layer .animCardClose {
        background-color: #fff;
        animation: modalFadeOut .3s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    .layer .sizeCardHapus .layer-header {
        position: relative;
        width: 100%;
        height: 40px;
        z-index: 3;
        display: inline-flex;
        justify-content: left;
        align-items: center;
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
    }

    .pointer {
        cursor: pointer;
        z-index: 1000;
    }

    .layer .sizeCardHapus .layer-header p {
        display: inline-flex;
        font-size: 20px;
        color: #fff;
        margin-top: 12px;
        margin-left: 20px;
    }

    .layer .sizeCardHapus .layer-header .close {
        position: absolute;
        right: 10px;
        color: #fff;
        top: 7px;
    }

    .layer .sizeCardHapus .layer-body {
        position: relative;
        height: 70px;
        width: 100%;
        padding: 15px;
    }

    .layer .sizeCardHapus .layer-body p {
        font-size: 19px;
    }

    .layer .sizeCardHapus .layer-footer {
        position: relative;
        height: 60px;
        width: 100%;
        padding: 15px;
        float: right;
    }

    .layer .sizeCardHapus .anim {
        opacity: 0;
        animation: anim .5s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    .modal-svg {
        width: calc(100% - 4px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 2px;
        border-radius: 3px;
        z-index: 2;
    }

    .modal-svg .rect {
        stroke: #fff;
        stroke-width: 2px;
        stroke-dasharray: 778;
        stroke-dashoffset: 778;
        animation: sketchIn .5s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    .circleProgress {
        stroke: #159957;
        stroke-width: 10px;
        stroke-dasharray: 440;
        stroke-dashoffset: 440;
    }

    .modal-svg-close {
        width: calc(100% - 4px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 2px;
        border-radius: 3px;
        z-index: 2;
    }

    .modal-svg-close .rect {
        stroke: #fff;
        stroke-width: 2px;
        stroke-dasharray: 778;
        stroke-dashoffset: 0;
        animation: sketchOut .8s .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }

    @keyframes sketchIn {
        0% {
            stroke-dashoffset: 778;
        }

        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes sketchOut {
        0% {
            stroke-dashoffset: 0;
        }

        100% {
            stroke-dashoffset: 778;
        }
    }

    @keyframes modalFadeIn {
        0% {
            background-color: transparent;
        }

        100% {
            background-color: white;
        }
    }

    @keyframes modalFadeOut {
        0% {
            background-color: white;
        }

        100% {
            background-color: transparent;
        }
    }

    @keyframes anim {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .btn i {
        color: #1E9FF2;
    }

    .btnupload {
        position: absolute;
        right: 14px;
        width: 100px;
        opacity: 0;
        cursor: pointer;
    }

    .btnupload:hover+.importExcel {
        background-color: #1E9FF2;
        background: #1E9FF2;
        color: #fff;
    }

    .modal-footer .coverProgress {
        position: absolute;
        width: 400px;
        height: 25px;
        left: 10px;
        margin-top: -30px;
        left: 10px;
        /* margin-left: -200px; */
    }

    .modal-footer .coverProgress .labelProgress {
        font-size: 11px;
        line-height: 11px;
        color: #050d13;
        margin: 0;
        position: relative;
        margin-left: 5px;
    }

    .modal-footer .coverProgress .progress {
        position: relative;
        width: 400px;
        height: 10px;
        /* background: blue; */
        border-radius: 5px;
        border: 1px solid #1E9FF2;
    }

    .modal-footer .coverProgress .progress .innerProgress {
        position: absolute;
        left: 0;
        top: 0;
        width: 0px;
        height: 10px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0px;
        background: #029161;
        transition: 0.6s;
    }

    .layer .buktitf {
        position: fixed;
        z-index: 10000000000000;
        cursor: move;
        width: 300px;
        bottom: 20px;
        left: 20px;
        user-select: none;
        /* box-shadow: 0 1px 0 rgba(0, 0, 0, .14); */
    }

    .media-body .jabarkan {
        width: 330px;
        font-size: 16px;
        line-height: 18px
    }

    .btn-social i {
        color: #fff;
        margin-top: -4px;
    }

    .card {
        position: relative;
    }

    .card .fotoProfile {
        width: 130px;
        height: 150px;
        background: #fff;
        position: absolute;
        z-index: 1000;
        right: 0;
    }

    .card .fotoProfile #inpFoto {
        position: absolute;
        bottom: 0;
        width: 30px;
        height: 30px;
        opacity: 0;
        z-index: 1000;
    }

    .card .fotoProfile .btnProfile {
        position: absolute;
        bottom: 0;
        width: 30px;
        height: 30px;
        background-color: #6610F2;
        ;
        color: #000;
        left: 0;
    }

    .card .fotoProfile .btnProfile i {
        margin-left: 7px;
        line-height: 30px;
        padding-top: 2px;
        color: #fff;
    }

    .btntagihan {
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .btnanggaran span {
        margin-top: -3px;
    }

    /* css fron layerProfile */

    .layerProfile {
        position: fixed;
        z-index: 2000;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        display: none;
    }

    #navbar-avatar {
        width: 35px;
        height: 35px;
    }

    .layerProfile .cardProfile {
        width: 500px;
        height: 540px;
        position: relative;
        transform: translate(-50%, -50%);
        left: 50%;
        top: -50%;
        background-image: url('../img/sidebar-bg/03.jpg');
        transition: 0.3s;
    }

    .layerProfile .cardProfile .modal-body {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(45deg, #159957, #155799);
        opacity: 0.93;
        border-radius: 7px;
        padding: 0;
        position: relative;
    }

    .layerProfile .cardProfile .modal-body i {
        color: #df9c0c;
        font-size: 30px;
        position: absolute;
        transform: rotate(45deg);
        right: 20px;
        top: 20px;
        cursor: pointer;
        text-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    }

    .layerProfile .cardProfile .modal-body .coverPhotoProfile {
        width: 150px;
        height: 150px;
        margin-left: 175px;
        margin-top: 2rem;
        position: relative;
    }

    .layerProfile .cardProfile .modal-body .coverPhotoProfile .fotoProfile {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 100%;
        background-image: url('../img/upload/default.jpg');
        background-size: 140px 140px;
        background-position: 5px 5px;
    }

    .layerProfile .cardProfile .modal-body .coverPhotoProfile .getfoto {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 115px;
        top: 110px;
        opacity: 0;
    }

    .modal-body h1 {
        text-align: center;
        color: #fff;
        margin-top: 1rem;
        font-size: 2.1rem;
    }

    .modal-body h3 {
        text-align: center;
        color: #fff;
        font-size: 1.3rem;
    }

    .layerProfile .cardProfile .modal-body .coverPhotoProfile .iconcover {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 115px;
        top: 110px;
        background-color: #df9c0c;
        border-radius: 100%;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .layerProfile .cardProfile .modal-body .coverPhotoProfile .iconcover span {
        color: #fff;
    }

    .layerProfile .cardProfile .modal-body .sandipanel {
        width: 350px;
        margin-left: 75px;
    }

    .layerProfile .cardProfile .modal-body .btnchange {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .sandipanel label {
        color: #df9c0c;
    }

    /* Akhir css layerProfile */

    .rowUpload {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .rowUpload .cardupload {
        background: rgb(255, 255, 255);
        height: 300px;
        border: 2px dashed #15c087b0;
        border-radius: 5px;
        margin-bottom: 30px;
        cursor: pointer;
        position: relative;
    }

    .rowUpload .cardupload .dgdr {
        position: absolute;
        z-index: 1008;
        width: 100%;
        height: 300px;
        left: 50%;
        top: 50%;
        margin-left: -50%;
        margin-top: -150px;
        opacity: 0;
        cursor: pointer;
    }

    .rowUpload .cardupload .uplimg {
        position: absolute;
        z-index: 1002;
        left: 0;
        top: 0;
        width: 100%;
        height: 300px;
        border-radius: 5px;
        border: none;
    }

    .rowUpload .cardupload h3 {
        margin-top: 10px;
        font-size: 1rem;
        color: #000;
        position: relative;
        display: block;
        /* z-index: 1005; */
    }

    .rowUpload .cardupload i {
        font-size: 70px;
        position: relative;
        display: block;
        /* z-index: 1005; */
        margin-top: 100px;
        color: #15c087;
    }

    .rowUpload .cardupload h1 {
        font-size: 1.9rem;
        color: #000;
        /* z-index: 1005; */
        position: relative;
    }

    .rowUpload .cardupload h2 {
        font-size: 1.1rem;
        color: rgb(2, 67, 189);
        position: relative;
        /* z-index: 1005; */
    }

    .rowUpload .cardupload:hover>i {
        color: #FF9149;
    }

    .rowUpload .cardupload:hover {
        border-radius: 5px;
        border: 2px dashed #FF9149;
    }

    .layers {
        position: fixed;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
    }

    .modal-body .media img {
        margin-right: 0px !important;
    }

    .modal-body .fotopeserta {
        width: 60px;
        height: 60px;
        border-radius: 0.25rem;
    }

    .media-body .statusMedali {
        position: absolute;
        right: 0;
        width: 300px;
        top: 20px;
        text-align: right;
    }

    .layers .sizeCard {
        position: relative;
        transition: 0.3s;
        background: #fff;
        transition: 0.3s;
        padding: 0;
        left: 50%;
        top: 50%;
        width: 700px;
        height: 700px;
        margin-left: -350px;
        margin-top: -350px;
    }

    .form-group .fieldPicker {
        width: 100%;
        height: 130px;
        background: #f9fafa;
        overflow-y: auto;
        overflow-x: hidden;
        flex-wrap: wrap;
        padding: 5px;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .14);
    }

    .row .tabelPicker {
        min-height: 130px;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 0 0 5px 5px;
        margin-bottom: 15px;
        margin-top: -25px;
    }

    .row .tabelPicker .table-bordered tr td i {
        color: #15c087;
        cursor: pointer;
        font-size: 20px;
    }

    .row .tabelPicker .table-bordered tr td i:hover {
        color: red;
    }

    .btninsert {
        position: absolute;
        right: 10px;
        bottom: 0;
    }

    .ckecus {
        margin-bottom: 30px;
    }

    .card .card-body .fixheight {
        height: 192px;
    }

    .card .card-body .fixheightadmin {
        height: 100px;
    }

    .card .card-body .fixheightadmin p label {
        font-size: 12px;
        color: #159957;
    }

    .tab-pane p {
        text-align: justify;
    }

    .layerCert {
        position: fixed;
        z-index: 2000;
        background: #E6E6E6;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        overflow-y: auto;
        display: none;
    }

    .layerCert .headerBar {
        width: 100%;
        position: fixed;
        z-index: 2001;
        height: 41px;
        background: #F7F7F7;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .layerCert .headerBar span {
        margin-left: 10px;
        cursor: pointer;
        color: #2C2C2C;
    }

    .layerCert .formcert #themecert {
        text-align: left;
        color: #050505;
        font-family: Cookie, sans-serif;
        font-size: 25px;
        font-weight: 400;
        margin-left: 5px;
        margin-top: 13px;
    }

    .layerCert .headerBar .posright {
        position: fixed;
        right: 10px;
        z-index: 2002;
    }

    .layerCert .headerBar .inpbg {
        width: 30px;
        height: 30px;
        position: absolute;
        opacity: 0;
        margin-left: 0px;
        left: 0;
        bottom: 3px;
        cursor: pointer;
    }

    .layerCert .headerBar span:hover {
        color: #029161;
    }

    .layerCert #certdisp {
        background-color: #fff;
        position: relative;
        margin-top: 50px;
        left: 50%;
        margin-left: -450px;
        margin-bottom: 10px;
        cursor: pointer;
        width: 900px;
        height: 1272px;
        transition: 0.3s;
    }

    .layerCert .headerBar .labelcomponent {
        width: 80%;
        height: 41px;
        position: absolute;
        right: 50px;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .layerCert .headerBar .labelcomponent label {
        padding: 0 30px 0 20px;
        margin-top: 10px;
        display: flex;
        border-right: 1px solid #d6cfcf;
        font-family: Arial, Helvetica, sans-serif;
        cursor: pointer;
        font-size: 14px;
        transition: 0.3s;
    }

    .layerCert .headerBar .labelcomponent label:hover {
        background: rgba(199, 192, 192, 0.7);
    }

    .selectlabel {
        background: rgba(199, 192, 192, 0.7);
        border-bottom: 1px solid #6610F2;
    }

    .layerCert .formcert {
        position: fixed;
        z-index: 20003;
        left: 10px;
        top: 50px;
        width: 200px;
        height: 600px;
        background: #fff;
        padding: 10px;
    }

    .card-footer .btnicon {
        position: absolute;
        z-index: 100;
        left: 0;
        padding-left: 15px;
        margin-top: 4px;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .card-footer .btnicon span {
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: 0.3s;
    }


    .card-footer .btnicon span:hover {
        transform: scale(1.1);
        color: #15c087;
    }

    .card-footer .btnicon span label {
        width: auto;
        padding: 5px;
        height: 15px;
        cursor: pointer;
        transition: 0.3s;
        background-color: #f10101;
        color: #fff;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.6rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        position: absolute;
        top: 0;
        margin-top: -8px;
        margin-left: 23px;
        transition: 0.3s;
    }

    .switchSlider {
        position: absolute;
        right: 25px;
        z-index: 100;
        bottom: 60px;
    }

    .switchSlider label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        color: #394a56;
        user-select: none;
    }

    .switchSlider .label-text {
        margin-left: 16px;
    }

    .switchSlider .toggle {
        isolation: isolate;
        position: relative;
        height: 20px;
        width: 50px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #ffffff inset;
    }

    .switchSlider .toggle .poson {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 20px;
        font-size: 10px;
        padding-left: 7px;
        display: flex;
        align-items: center;
    }

    .switchSlider .toggle .posoff {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 20px;
        font-size: 10px;
        padding-left: 4px;
        display: flex;
        align-items: center;
    }

    .switchSlider .toggle-state {
        display: none;
    }

    .switchSlider .indicator {
        height: 100%;
        width: 200%;
        background: #ecf0f3;
        border-radius: 15px;
        transform: translate3d(-75%, 0, 0);
        transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
        box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
    }

    .switchSlider .indicator .coloron {
        position: absolute;
        width: 50%;
        height: 100%;
        background-color: #23cf3a;
        left: 0;
        border-radius: 15px;
    }

    .switchSlider .toggle-state:checked~.indicator {
        transform: translate3d(25%, 0, 0);
    }

    .card-img-top {
        height: 270px;
        /* color: #f29010; */
    }

    fieldset p {
        font-size: 1rem;
        color: #000;
        margin-bottom: 0px;
    }

    .sejajar {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
    }

    .sejajar h1 {
        cursor: pointer;
        margin: 2px;
        color: #fff;
        margin-top: 20px;
    }

    .text-right h4 {
        font-size: 1rem;
    }

    .sejajar h1:hover>i {
        color: crimson;
    }

    /* body {
        overflow-y: hidden;
    } */

    .layercbt {
        position: fixed;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #E6E6E6;
        overflow-y: auto;
        display: none;
    }

    .layercbt .headerBar {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2001;
        height: 41px;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .layercbt .headerBar .judul-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .layercbt .headerBar .judul-header h4 {
        font-size: 0.8rem;
        margin-left: 15px;
        margin-bottom: -5px;
        z-index: 1000;
        color: #000;
        font-weight: bold;
    }

    .layercbt .headerBar .judul-header i {
        z-index: 1000000;
        color: #000;
        margin-bottom: -2px;
    }

    .layercbt .headerBar .progresstime {
        border: 1px dashed #159957;
        border-radius: 20px;
        height: 25px;
        position: absolute;
        width: calc(100% - 50.6rem);
        z-index: 100;
        top: 0.55rem;
    }

    .layercbt .headerBar .progresstime .intiprogress {
        width: 62%;
        height: 25px;
        border-radius: 20px 0 0 20px;
        opacity: 0.7;
    }

    .mt-dewe {
        margin-top: 50px;
    }

    .card-header .judul-header {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .card-header .btn-controller {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .card-header .btn-controller i {
        font-size: 1.9rem;
        border: 1px solid #fafafa;
        color: #8f8c8b;
        padding: 4px;
        border-radius: 100%;
        transition: 0.3s;
        cursor: pointer;
        box-shadow: 0 .4rem 0.6rem rgba(0, 0, 0, .15) !important;
    }

    .card-header .btn-controller .meicon_prev {
        background: url('../img/icon/prev_s.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller .meicon_next {
        background: url('../img/icon/next_s.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller .meicon_yakin {
        background: url('../img/icon/yakin_s.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller .meicon_ragu {
        background: url('../img/icon/ragu_s.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller .meicon_hapus {
        background: url('../img/icon/hapus_s.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller .meicon_selesai {
        background: url('../img/icon/selesai_s.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller .meicon_up {
        background: url('../img/icon/up.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller .meicon_down {
        background: url('../img/icon/down.png') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 39px 39px;
    }

    .card-header .btn-controller i:hover {
        color: #15c087;
        box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #ffffff inset;
    }

    .dispsoal {
        border-top: 1px solid #c1c5c5;
        /* border-bottom: 1px solid #c1c5c5; */
        width: 100%;
        display: flex;
        margin-bottom: 20px;
        padding: 1.3rem;
        font-size: 1.1rem;
    }

    .dispsoal p {
        color: #2C2C2C;
        font-size: 1.1rem;
    }

    .dispopt {
        width: calc(100% - 20px);
        display: flex;
        padding: 1.3rem;
        margin-bottom: 20px;
        margin-left: 10px;
        font-size: 1rem;
        margin-right: 10px;
        cursor: pointer;
        transition: 0.3s;
        border-radius: 10px;
    }

    .dispopt:hover {
        box-shadow: 0 .2rem 0.3rem rgba(0, 0, 0, .15) !important;
    }

    .card-content .form-tombol {
        height: auto;
        width: 100%;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        align-self: flex-start;
        justify-content: center;
    }

    .card-content .form-tombol .btnsoal {
        width: 50px;
        height: 50px;
        margin: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        border-radius: 3px;
        cursor: pointer;
        transition: 0.3s;
    }

    .card-content .form-tombol .btnsoal:hover {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .biasa {
        color: #8f8c8b;
        border: 1px solid #c5c0bf;
    }

    .cursoal {
        /* color: #1E9FF2;
        border: 2px solid #1E9FF2; */
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2)
    }

    .yakin {
        color: #28D094;
        border: 2px solid #28D094;
    }

    .ragu {
        color: #FF9149;
        border: 2px solid #FF9149;
    }

    .table tr td h1 {
        display: block;
        float: left;
        font-size: 1.1rem;
        margin: 0;
        padding: 0;
        color: rgba(97, 97, 97, 0.87);
    }

    .table tr td label {
        display: flex;
        align-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        color: rgba(97, 97, 97, 0.87);
    }

    .table tr td label p {
        margin-top: 17px;
        margin-left: 9px;
        padding: 0;
    }

    .table tr td h3 {
        display: flex;
        align-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 1rem;
    }

    .text-blue {
        color: #155799;
    }

    .text-orange {
        color: #c28f02;
    }

    .btntf {
        position: relative;
        padding: 0.75rem !important;
    }

    .btntf p {
        position: relative !important;
        line-height: 0.9rem;
        font-size: 0.9rem;
        position: relative;
        padding-right: 3.25rem;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #01f18d;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .btntf i {
        position: absolute;
        right: 0;
        top: 12px;
        bottom: 0px;
        /* float: right; */
        width: 2.5rem;
        line-height: 0.9rem !important;
        font-size: 0.9rem;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        color: #28D094;
        cursor: pointer;
    }

    .btnupdown {
        display: none;
    }

    .media-body .statusHarga {
        position: absolute;
        right: 0;
        width: 200px;
        bottom: 20px;
        text-align: right;
    }

    .switchSliders {
        position: relative;
        z-index: 100;
    }

    .switchSliders label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        color: #394a56;
        user-select: none;
    }

    .switchSliders .label-text {
        margin-left: 16px;
    }

    .switchSliders .toggle {
        isolation: isolate;
        position: relative;
        height: 20px;
        width: 50px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #ffffff inset;
    }

    .switchSliders .toggle .poson {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 20px;
        font-size: 10px;
        padding-left: 7px;
        display: flex;
        align-items: center;
    }

    .switchSliders .toggle .posoff {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 20px;
        font-size: 10px;
        padding-left: 4px;
        display: flex;
        align-items: center;
    }

    .switchSliders .toggle-state {
        display: none;
    }

    .switchSliders .indicator {
        height: 100%;
        width: 200%;
        background: #ecf0f3;
        border-radius: 15px;
        transform: translate3d(-75%, 0, 0);
        transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
        box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
    }

    .switchSliders .indicator .coloron {
        position: absolute;
        width: 50%;
        height: 100%;
        background-color: #23cf3a;
        left: 0;
        border-radius: 15px;
    }

    .switchSliders .toggle-state:checked~.indicator {
        transform: translate3d(25%, 0, 0);
    }

    .bannerbundle {
        position: absolute;
        left: 15px;
        bottom: 90px;
        z-index: 10;
        width: 75px;
        height: 75px;
        background: rgb(217, 208, 208);
        border-radius: 3px;
    }

    .bannerbundle img {
        width: 100%;
        height: 100%;
        border-radius: 3px;
    }

    @media (max-width: 1100px) {
        .cbtcontroller {
            position: fixed;
            z-index: 10000;
            bottom: 0;
            width: calc(100% - 1.1%);
        }

        .card-content .form-tombol {
            height: auto;
            width: 100%;
            padding: 15px;
            display: none;
            flex-wrap: wrap;
            align-self: flex-start;
            justify-content: center;
        }

        .btnupdown {
            display: block;
        }

        .layercbt .headerBar .progresstime {
            border: 1px dashed #159957;
            border-radius: 20px;
            height: 25px;
            position: absolute;
            width: calc(100% - 2.6rem);
            z-index: 100;
            top: 0.55rem;
        }

        .bannerbundle {
            position: absolute;
            left: 45px;
            bottom: 90px;
            z-index: 10;
            width: 75px;
            height: 75px;
            background: rgb(217, 208, 208);
            border-radius: 3px;
        }
    }

    @media (max-width: 575px) {
        .bannerbundle {
            position: absolute;
            left: 15px;
            bottom: 90px;
            z-index: 10;
            width: 75px;
            height: 75px;
            background: rgb(217, 208, 208);
            border-radius: 3px;
        }

        .btntagihan {
            position: relative;
            float: right;
            margin-right: -20px;
        }

        .layerProfile .cardProfile {
            width: 90vw;
            height: 530px;
            position: relative;
            transform: translate(-45vw, -265px);
            left: 50%;
            top: 50%;
            background-image: url('../img/sidebar-bg/03.jpg');
        }

        .layerProfile .cardProfile .modal-body .coverPhotoProfile {
            width: 150px;
            height: 150px;
            margin-left: calc(45vw - 75px);
            margin-top: 2rem;
        }

        .layerProfile .cardProfile .modal-body .sandipanel {
            width: 70vw;
            margin-left: calc(45vw - 35vw);
        }

        .rowUpload .cardupload {
            background: rgb(255, 255, 255);
            height: 300px;
            border: 2px dashed #6c757d85;
            border-radius: 5px;
            margin-top: 40px;
        }

        .cbtcontroller {
            position: fixed;
            z-index: 10000;
            bottom: 0;
            width: 100%;
        }

        .shadow-controller {
            box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2)
        }

        .layercbt {
            padding: 1rem;
        }

        .mt-dewe {
            margin-top: 25px;
        }

        .layercbt .cbtform {
            margin-bottom: 90px;
        }

        .layercbt .headerBar .progresstime {
            border: 1px dashed #159957;
            border-radius: 20px;
            height: 25px;
            position: absolute;
            width: calc(100% - 2.6rem);
            z-index: 100;
            top: 0.55rem;
        }

        .card-header .btn-controller i {
            font-size: 1.9rem;
            border: 1px solid #fafafa;
            color: #8f8c8b;
            padding: 4px;
            border-radius: 100%;
            transition: 0.3s;
            cursor: pointer;
            box-shadow: 0 .4rem 0.6rem rgba(0, 0, 0, .15) !important;
        }

        .btnupdown {
            display: block;
        }

        .card-content .form-tombol {
            height: auto;
            width: 100%;
            padding: 15px;
            display: none;
            flex-wrap: wrap;
            align-self: flex-start;
            justify-content: center;
        }

        .media-body .jabarkan {
            width: 90%;
            font-size: 12px;
            line-height: 14px
        }

        .media-body .statusHarga {
            position: relative;
            right: 0;
            width: 200px;
            margin-top: 30px;
            margin-bottom: 0px;
            text-align: right;
        }
    }

    table td .imgbanner {
        margin-top: -0.3rem;
        cursor: pointer;
        position: absolute;
        width: calc(35px*1.618);
        height: 35px;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3) !important;
    }

    .dailyQuiz {
        position: fixed;
        z-index: 100000001;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.826);
        display: none;
    }

    .dailyQuiz .formDaily {
        position: absolute;
        z-index: 100000002;
        background: #fff;
        transition: 0.3s;
    }

    .dailyQuiz .formDaily .btnMin {
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        position: absolute;
        z-index: 1002;
        background: linear-gradient(to right, #058d92, #1cb5e0);
        color: #fff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 16px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 0 0 0 10px;
        z-index: 100000004;
    }

    .dailyQuiz .formDaily .cardCanvas {
        position: absolute;
        background: #fff;
        z-index: 100000003;
        width: 100%;
        height: 100%;
        /* display: none; */
        transition: 0.1s;
    }

    .dailyQuiz .formDaily .cardCanvas #painCanvas {
        width: 100%;
        height: 100%;
        background: #fff;
        display: none;
    }

    .dailyQuiz .formDaily .cardCanvas span {
        position: absolute;
        width: 200px;
        font-size: 1.0rem;
        text-align: center;
        left: 50%;
        margin-left: -100px;
        color: #058d92;
        font-weight: bold;
        font-style: normal;
        text-transform: capitalize !important;
        /* display: none; */
    }

    .ckbx {
        position: absolute;
        left: 10px;
        margin-top: 20px;
    }

    .resultsearch {
        display: none;
        position: fixed;
        z-index: 100;
        width: 300px;
        max-height: 300px;
        background: #fefefe;
        padding: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .resultsearch .loadingsrc {
        width: 100%;
        height: 50px;
        padding: 10px;
        text-align: center;
    }

    .resultsearch .loadingsrc .loadsrc {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        margin-left: -15px;
        margin-top: -15px;
    }

    .resultsearch .searchitem {
        width: 100%;
        height: auto;
        padding: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, .19);
        transition: 0.3s;
        cursor: pointer;
    }

    .resultsearch .searchitem:hover {
        background-color: #c1dad1;
    }

    .resultsearch .searchitem b {
        font-weight: bold;
        color: #4e4545 !important;
        display: block;
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
        margin-bottom: -5px;
    }

    .resultsearch .searchitem span {
        color: #08c092;
        font-size: 12px;
        line-height: 5px;
        font-weight: bold;
    }

    .picprofile {
        width: 30px !important;
        height: 30px !important;
        border-radius: 100%;
    }

    td .icon-bubbles {
        margin-top: 10px;
        font-size: 1.3rem;
        cursor: pointer;
        color: #f0ca0c;
    }

    td .icon-bubbles span {
        font-size: 0.6rem;
        padding: 3px;
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        margin-top: -10px;
        margin-left: -5px;
        color: #fff;
        background-color: #01f18d;
        border-radius: 30px;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);

    }


    .overlayformChat {
        position: fixed;
        z-index: 100000000000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .13);
        display: none;
    }

    .overlayformChat .form-formChat {
        box-shadow: 0 10px 47px 0 rgba(0, 0, 0, .12), 0 5px 14px 0 rgba(0, 0, 0, .2) !important;
        border-radius: 5px 5px 0 0;
        background: #fafbfc;
        transition: 0.3s;
        position: fixed;
        z-index: 100001;
        width: 400px;
        height: 600px;
        right: 1px;
        transition: 0.2s;
        bottom: -600px;
        /* display:none; */
    }

    .overlayformChat .form-formChat .form-header-formChat {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: 60px;
        box-shadow: 0 10px 47px 0 rgba(0, 0, 0, .05), 0 5px 14px 0 rgba(0, 0, 0, .1) !important;
        /*  display:none; */
    }

    .overlayformChat .form-formChat .form-header-formChat .profile {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 100%;
        /*  display:none; */
    }

    .overlayformChat .form-formChat .form-header-formChat .profile .profileimg {
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }

    .chatload {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        margin-top: -21px;
    }

    .overlayformChat .form-formChat .form-header-formChat h5 {
        color: black;
        text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
        margin-left: 20px;
        line-height: 16px;
        padding-top: 10px;
        display: inline-block;
        font-size: 17px;
    }

    .overlayformChat .form-formChat .form-header-formChat label {
        color: black;
        text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
        margin-left: 70px;
        line-height: 16px;
        padding-top: 27px;
        display: inline-block;
        font-size: 14px;
        position: absolute;
    }

    .overlayformChat .form-formChat .form-header-formChat .btnclose {
        height: 60px;
        width: 60px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 0px;
    }

    .overlayformChat .form-formChat .form-header-formChat .btnclose i {
        line-height: 25px;
        font-size: 25px;
        padding-top: 18px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
    }

    .overlayformChat .form-formChat .form-header-formChat .btnclose i:hover {
        color: red;
    }

    .overlayformChat .form-formChat .form-body-formChat {
        width: 100%;
        background: transparent;
        overflow-y: scroll;
        overflow-x: auto;
        /* padding: 10px; */
        height: 480px;
        /* background: red; */
        /*  display:none; */
    }

    .overlayformChat .form-formChat .form-body-formChat .listTimer {
        text-align: center;
        color: black;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .22);
        line-height: 16px;
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatr {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: relative;
        margin-bottom: 5px;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatr .chatisi {
        max-width: 300px;
        min-width: 100px;
        padding: 10px;
        color: #fafbfc;
        margin-right: 10px;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatr .chatisi .imgchat,
    .overlayformChat .form-formChat .form-body-formChat .listChatl .chatisi .imgchat {
        width: 100%;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatl {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        margin-bottom: 5px;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatl .chatisi {
        max-width: 300px;
        min-width: 100px;
        padding: 10px;
        color: #fafbfc;
        margin-left: 10px;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatl .chatisi p,
    .chatisi p {
        line-height: 1.2rem !important;
        font-size: 1rem;
        margin-bottom: 4px;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatl .chatisi p a,
    .chatisi p a {
        margin-top: 10px;
        color: #fff;
        cursor: pointer;
        transition: 0.3s;
        color: #dfd62e;
    }

    .overlayformChat .form-formChat .form-body-formChat .listChatl .chatisi p a,
    .chatisi p a:hover {
        color: #01f18d;
    }

    .chatisi p,
    tr td .numberSoal,
    tr td .pre_wrap {
        white-space: pre-wrap;
        /* CSS3 */
        white-space: -moz-pre-wrap;
        /* Firefox */
        white-space: -pre-wrap;
        /* Opera <7 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word;
        /* IE */
    }

    .overlayformChat .form-formChat .form-body-formChat .chatisi span {
        font-size: 10px;
        color: #ada7a7;
        float: right;
        font-style: italic;
        margin-top: -10px;
    }

    .ratas {
        border-radius: 20px 20px 0 20px;
    }

    .chat {
        z-index: 10000000000;
    }

    .tunggal {
        border-radius: 20px;
    }

    .rtengah {
        border-radius: 20px 0 0 20px;
    }

    .rbawah {
        border-radius: 20px 0 20px 20px;
    }

    .latas {
        border-radius: 20px 20px 20px 0px;
    }

    .ltengah {
        border-radius: 0 20px 20px 0;
    }

    .lbawah {
        border-radius: 0 20px 20px 20px;
    }

    .overlayformChat .form-formChat .form-footer-formChat {
        position: absolute;
        bottom: 0;
        height: 60px;
        width: 100%;
        /* background: red; */
        display: flex;
        flex-wrap: nowrap;
    }

    .overlayformChat .form-formChat .form-footer-formChat .coverInput {
        height: 50px;
        width: 320px;
        box-shadow: 0 10px 47px 0 rgba(0, 0, 0, .05), 0 5px 14px 0 rgba(0, 0, 0, .1) !important;
        margin-left: 10px;
        margin-top: 5px;
        border-radius: 30px;
        /* border: #000 1px solid; */
        display: flex;
        background: #fff;
        flex-wrap: nowrap;
        box-shadow: 0 10px 47px 0 rgba(0, 0, 0, .05), 0 5px 14px 0 rgba(0, 0, 0, .1) !important;
    }

    .overlayformChat .form-formChat .form-footer-formChat .coverInput i {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        margin-top: 5px;
        color: #000;
        text-align: center;
        font-size: 25px;
        line-height: 25px;
        padding-top: 7px;
        cursor: pointer;
    }

    .overlayformChat .form-formChat .form-footer-formChat .coverInput .inputChat {
        border: none;
        margin-top: 5px;
    }

    .overlayformChat .form-formChat .form-footer-formChat .coverInput .inputChat:hover {
        border: none;
        width: 250px;
    }

    .brwschat {
        position: absolute;
        margin-top: 15px;
        width: 30px;
        height: 40px;
        opacity: 0;
        cursor: pointer;
    }

    .loadupl {
        width: 30px;
        height: 30px;
    }

    .overlayformChat .form-formChat .form-footer-formChat .btnSend {
        height: 50px;
        width: 50px;
        /* box-shadow: 0 10px 47px 0 rgba(0, 0, 0, .05), 0 5px 14px 0 rgba(0, 0, 0, .1)!important; */
        margin-left: 10px;
        margin-top: 5px;
        border-radius: 30px;
        /* border: #000 1px solid; */
        display: flex;
        flex-wrap: nowrap;
        cursor: pointer;
    }

    .overlayformChat .form-formChat .form-footer-formChat .btnSend i {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        margin-top: 5px;
        text-align: center;
        font-size: 25px;
        line-height: 25px;
        padding-top: 7px;
        cursor: pointer;
        color: #000;
        transition: 0.3s;
        transform: rotate(-45deg);
    }

    .overlayformChat .form-formChat .form-footer-formChat .btnSend i:hover {
        transform: rotate(0deg);
    }

    #train {
        position: absolute;
        z-index: 10000000000;
        left: 40%;
        top: 40%;
        opacity: 0;
        transition: 0.3s;
    }

    .ctimg {
        width: 280px;
        cursor: pointer;
    }

    .gradient-45deg-purple-deep-orange {
        background: -webkit-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
        background: linear-gradient(45deg, #8e24aa, #ff6e40) !important
    }

    .gradient-45deg-purple-deep-orange .gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(255, 110, 64, .5) !important
    }

    .sidenav-dark {
        background: #2c323f
    }

    .namaPIC {
        margin-bottom: -7px;
        font-weight: bold;
        color: orange;
        font-size: 0.8rem;
    }

    .chartloading {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translate(-50%, -50%);
    }

    .chat-name .media .listmenuchat {
        position: absolute;
        z-index: 10000;
        width: 200px;
        height: 80px;
        background: #fff;
        right: 0;
        margin-top: 32px;
        margin-right: 30px;
        border-radius: 5px;
        padding: 10px;
        display: none;
    }

    .chat-name .media .listmenuchat::before {
        content: '';
        position: absolute;
        bottom: 100%;
        /* Posisi di atas div */
        right: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        /* Warna panah */
        width: 0;
        height: 0;
    }

    .chat-name .media .listmenuchat .menuchat {
        margin-bottom: 5px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: bold;
        font-size: 0.8rem;
        margin-left: 10px;
    }

    .chat-name .media .listmenuchat .menuchat:hover {
        margin-bottom: 5px;
        cursor: pointer;
        transition: 0.3s;
        color: orange;

    }

    .dirmes {
        top: 0;
        position: absolute;
        z-index: 10000000000;
        width: 200px;
        max-height: 300px;
        min-height: 30px;
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        transition: 0.3s;
        overflow-y: auto;
        overflow-x: hidden;
        display: none;
    }

    .dirmes .layoutdirmes {
        padding: 5px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        box-shadow: 0 .1rem 0.1rem rgba(0, 0, 0, .15) !important;
        transition: 0.1s;
        cursor: pointer;

    }

    .dirmes .layoutdirmes:hover {
        color: rgb(0, 183, 255);
    }

    div .form-control-position {
        position: absolute;
        top: 2px;
        right: 0;
        z-index: 2;
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
    }

    .avatarchat {
        width: 30px !important;
        height: 30px !important;
    }

    .modal-header h4 {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .modal-header h4 i {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .hereMathJax p,
    .hereMathJax b {
        font-size: 1rem;
        letter-spacing: 0.3px;
        margin-bottom: 0rem;
    }

    .hereMathJax .pilihan label {
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .hereMathJax .pilihan label p {
        margin-bottom: 0rem;
        margin-top: 0px;
        margin-left: 5px;
    }

    .ribbon {
        font-size: 1.1rem;
        font-weight: bold;
        color: #fff;
        --r: .4em;
        --c: #BD1550;
        position: absolute;
        top: 6px;
        right: calc(-1 * var(--r));
        line-height: 1.8;
        padding: calc(2 * var(--r)) .9em 0;
        border-radius: 0 var(--r) var(--r) 0;

        /* Perbaikan pada background: Mengganti .5lh dengan kalkulasi manual */
        background:
            radial-gradient(100% 50% at right, var(--c) 98%, #0000 101%) 0 100% / 0.9em calc(100% - 2 * var(--r)),
            /* .9em di sini menggantikan .5lh */
            radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% 0 / var(--r) calc(2 * var(--r)),
            conic-gradient(at calc(100% - var(--r)) calc(2 * var(--r)), var(--c) 75%, #0000 0) 100% 0 / calc(101% - 0.9em) 100%;

        background-repeat: no-repeat;
        user-select: none;
        white-space: nowrap;
        /* Tambahan agar teks tidak turun jika box sempit */
    }

    /* Variabel warna tetap sama */
    .ribbon.olimpiade {
        --c: #BD1550;
    }

    .ribbon.tka {
        --c: #F07818;
    }

    .ribbon.snbt {
        --c: #3FB8AF;
    }

    .ribbon .online {
        font-size: 1rem;
        color: #01f10d;
        font-style: italic;
          font-style: italic;
    }

    .ribbon .offline {
        font-size: 1rem;
        color: #818080;
          font-style: italic;
          font-weight: bold;
    }

    fieldset p {
        color: #000;
    }