body::-webkit-scrollbar {
    width: 0px;
}

.pop_content {
    /* top: 50; */
    padding-right: 40px;
    padding-top: 50px;
    max-height: 90vh;
    min-height: 40vh;
    overflow: auto;
}
.pop_header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1100;
}
.info_box {
    position: absolute;
    background-color: rgba(rgba(17, 118, 16, 0.173), green, blue, alpha);
    width: auto;
    max-width: 80vw;
    max-height: 90vh;

    top: calc(90vh / 1.5);
    left: calc(80vw / 2);
    opacity: 0;
    visibility: hidden;
    z-index: 1039;
}

.info_box .card-header {
    font-weight: 600;
}

.info_box::-webkit-scrollbar {
    width: 0px;
}

.info_box.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.info_box {
    color: #0f5753;
    background: #bef4f1;
    border: 1px solid #7de8e3;
    padding: 10px;
    font-size: 17px;
    text-align: center;
}

.info_box.error {
    color: #721c24;
    background: #f8d7da;
    border-color: #f5c6cb;
}

.blur-effect {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.452);
    display: none;
    z-index: 1038;
}
.blur-effect.show {
    display: block;
}

.login-content .ShowPwd.active::before {
    color: #333;
    content: "\f070";
    cursor: pointer;
}
.login-content .ShowPwd {
    color: #ccc;
    cursor: pointer;
    /* content: none; */
}
/* Begin popup-box */
.popup-box {
    position: absolute;
    background-color: rgb(224, 232, 243);
    color: rgb(43, 39, 39);
    border-radius: 5px;
    border: rgb(172, 185, 197) solid 1px;
    width: auto;
    max-width: 100%;
    min-width: 20vw;
    max-height: 90vh;
    overflow: auto;
    top: 50%;
    left: 50%;
    box-shadow: 5px 5px 10px rgb(173, 173, 173);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 1039;
}
.popup-box .card-header {
    font-weight: 600;
}
.popup-box .RowSimpan {
    padding-bottom: 20px;
}
.popup-box::-webkit-scrollbar {
    width: 0px;
}
.popup-box.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
/* End popup-box */

/* Begin popup-view */
.popup-view {
    position: absolute;
    background-color: rgb(224, 232, 243);
    color: rgb(43, 39, 39);
    border-radius: 5px;
    border: rgb(161, 155, 155) solid 1px;
    width: auto;
    max-width: 95vw;
    min-width: 20vw;
    max-height: 98vh;
    overflow: auto;
    top: 50%;
    left: 50%;
    box-shadow: 20px 20px 10px grey;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 2000;
}
.popup-view::-webkit-scrollbar {
    width: 0px;
}
.popup-view.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
/* End popup-view */

/* Begin cssload-wrap */
.cssload-wrap.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    z-index: 6000;
}
.cssload-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 6000;
    width: 160px;
    height: 160px;
    margin: 80px auto;
    perspective: 3200px;
    -o-perspective: 3200px;
    -ms-perspective: 3200px;
    -webkit-perspective: 3200px;
    -moz-perspective: 3200px;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}
/* End cssload-wrap */

/* Setting Select2 */
.select2-container .select2-selection--single {
    height: 38px !important;
    border-radius: 0px !important;
    border-color: #0000001f !important;
}
/* 
.StatData .select2-container .select2-selection--single {
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
}
.select2 {
    border: 3px;
    border-radius: 0px;
}
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-container--open {
    z-index: 9999999;
} 
*/

/* Header Tabel */
.div_table_data {
    max-height: calc(100vh - 300px);
    min-height: 400px;
    z-index: 100;
}

table {
    position: relative;
}
th {
    background-color: #e1f5fe;
    color: #212121;
    position: sticky;
    top: 0;
    z-index: 100;
}

.DisableInput {
    pointer-events: none;
    background-color: lightsteelblue;
    color: rgb(43, 39, 39);
}

.HideInput {
    display: none;
}

.inp_box {
    width: 100%;
    min-width: 230px;
}

.ElementHide {
    visibility: hidden;
    display: none;
}

.file_image {
    visibility: hidden;
    display: none;
    position: absolute;
}

/* Multiple Image Upload */
.upload_img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload_img-box .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;

    &:after {
        content: "\2716";
        font-size: 14px;
        color: white;
    }
}
.upload_img-box .Data__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;

    &:after {
        content: "\2716";
        font-size: 14px;
        color: white;
    }
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.preJson {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}
.string {
    color: green;
}
.number {
    color: darkorange;
}
.boolean {
    color: blue;
}
.null {
    color: magenta;
}
.key {
    color: red;
}
