::-webkit-scrollbar{
    width: 10px;
    height: 8px;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(#001535, #133e7e) !important;
    border: 1px solid #fff;
}
body.modal-open-more{
    overflow:hidden
}
@-webkit-keyframes animate-preloader {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
#preloader {
    position: fixed;
    right: 17px;
    bottom: 0;
    z-index: 1995;
    overflow: hidden;
    top: 18px;
    /* left: calc(50% + 75px); */
    width: max-content;
    height: max-content;
    padding: 3px 12px 2px 27px;
    background: rgb(0, 0, 0);
    color: #ffffff;
    border-radius: 5px;
    /* background: rgba(27, 27, 27, 0.37); */
}
#preloader:before {
    overflow: hidden;
    content: "";
    position: fixed;
    right: 92px;
    top: 23px;
    /* left: calc(50% + 80px); */
    border: 2px solid #ffffff00;
    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-animation: 1s linear infinite animate-preloader;
    animation: 1s linear infinite animate-preloader;
}

#preloader::after {
    position: fixed;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000031;
    width: 100%;
}

img.img-placeholder{
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="10" text-anchor="middle">Memuat</text></svg>') 0px 0px no-repeat;
}
.iframe-placeholder
{
   background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="14" text-anchor="middle">Sedang Memuat...</text></svg>') 0px 0px no-repeat;
}

.hidden{
    visibility: hidden;
    display: none;
}
body.layout-fullwidth.offcanvas-active .sidebar-open-dis{
    position: fixed !important;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    background: #00000031 !important;
    width: 100%;
    z-index: 1032;
}
.brand-link{
    width: 279px;
    margin-left: -20px;
    position: fixed;
    padding-left:20px;
    padding-right:20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--card-color);
    border-top-left-radius: 45px;
    border-top-right-radius: 15px;
    z-index: 1034;
}
.brand-link .brand-image{
    margin-top: -15px;
    height: 35px;
    object-fit: contain;
}

.brand-link .brand-text{
    font-weight: 600 !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #5693e1;
    font-size: 24px;
}
.title img{
    height: 34px;
    width: 100%;
    object-fit: contain;
}
.sidebar-scroll{
    margin-top: calc(7.2cm + 0px);
}
#wrapper .sidebar{
    z-index: 1033 !important;
}
.table  thead{
    background-color: #f6fcff;
}

.table.datatable.wrap th, .table.datatable.wrap td{
    white-space: wrap;
}
table.datatable th.nowrap, table.datatable td.nowrap{
    white-space: nowrap !important;
}
table.nowrap th, table.nowrap td{
    white-space: nowrap;
}
label{
    font-weight: bold;
}
.form-group label{
    margin-bottom: 3px;
}
table tr th, table tr td{
    font-size: 12px;
}
table ul{
    margin-bottom: 0px;
    margin-left: -24px !important;
}
.table .badge{
    font-size: 10px !important;
}
.badge-xs{
    padding-top: 2px !important;
    padding-bottom: 1px !important;

}
.menu-title{
    margin-left: 15px;
    color: #9c9999;
    margin-top: 5px;
    margin-bottom: 0px;
}
.collapsed-card div.card-body{
    display: none;
}
.card-title.with-card-tools{
    margin-bottom: 10px !important;
}
.card-tabs .card-header{
    border-bottom: none;
}
.card-header > .card-tools {
    float: right;
    margin-right: -0.625rem;
    margin-top: 0 !important;
    margin-bottom: 18px;
  }
.card-tabs .card-tools .nav-tabs .nav-item a{
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 1px;
    margin-right: 1px;
}
.card-tabs .nav-tabs .nav-item:hover a{
    color: var(--primary-color);
    background: #fdfdfd !important;
}
.card-tabs .nav-tabs .nav-item a.active{
    color: var(--primary-color);
    border-top: 1px solid var(--primary-color) !important;
}
.card-tabs .nav-tabs .nav-item:hover a.active{
    color: var(--primary-color);
    background: #ffffff !important;
}
.card-widget-dashboard{
    background-color: transparent;
    min-height:6cm;
    padding: 12px;
    box-shadow: none !important;
    border: none;
}
.card-widget-dashboard h5.widget-ins{
    color: #409cff;
    font-weight: bold;
    text-shadow: 0 1px 2px #6d87fc;
}
.card-widget-dashboard table{
    color: #177ce9;
}
.dashboard-img{
    height: 5cm;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 768px) {
    .card-widget-dashboard table{
        color: #177ce9;
    }
    .bg-dashboard{
        background-position-x: left;
        background-size: 100%;
    }
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-lightblue{
    background-color: #3c8dbc !important;
}
input[type="file"], input::file-selector-button {
    cursor: pointer;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: var(--primary-color2) !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}
body.right_icon_toggle .right_icon_btn{
    background: #fff;
    width: 30px;
    padding: 9px 8px 5px 1px !important;
    box-shadow: 0 0 5px #999999;
    border-radius: 2px;
}
body.right_icon_toggle li.right_icon_bar_icon{
    padding: 0;
}
.font-12,
table.font-12 tr td,
table.font-12 tr th{
    font-size: 12px !important;
}
.font-13,
table.font-13 tr td,
table.font-13 tr th{
    font-size: 13px !important;
}
.font-14,
table.font-14 tr td,
table.font-14 tr th{
    font-size: 14px !important;
}
.font-15,
table.font-15 tr td,
table.font-15 tr th{
    font-size: 15px !important;
}
.font-16,
table.font-16 tr td,
table.font-16 tr th{
    font-size: 16px !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.btn{
    margin-bottom: 3px;
    border-radius: 3px !important;
}
.btn:focus{
    outline: none !important;
    box-shadow: none !important;
}
.btn.btn-white:focus{
    box-shadow: inset !important;
}
.btn-sm {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 13px;
    border-radius: 5px !important;
}
.btn-xs {
    padding: 0.2rem 0.35rem 0.20rem 0.365rem;
    line-height: normal;
    font-size: 0.7rem;
    border-radius: 5px !important;
}
.btn.disabled{
    cursor: no-drop;
}
#form-q ul.li-number{
    margin-left: -24px;
}
ul.li-number li{
    list-style: decimal;
}
ul.li-circle li{
    list-style: circle;
}
ul.li-none li{
    list-style: none;
    margin-left: -15px;
}
.card{
    box-shadow: 0 0 5px #dbdbdb;
    border-radius: 10px !important;
}
.card .card-header{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.select2-selection{
    border: 1px solid #e3e3e3 !important;
}
.select2-container--open .select2-selection{
    border: 1px solid;
    border-color: #212121 !important;
}
.select2-container--open .select2-dropdown{
    border-color: var(--primary-color) !important;
}
.select2-selection__rendered{
    padding-top: 0.08rem;
    font-size: 13px;
}
.select2-selection{
    height: 35px !important;
    padding: 2.6px 3px 0 2px;
}
.select2-selection__arrow{
    margin-top: 2.5px;
}
.select2-results__option{
    padding-left: 12px;
}
.select2-search__field:focus{
    outline: 0;
}
.select2-results__options{
    overflow-y: scroll !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}
.form-control{
    padding-top: 8px;
}
select.form-control,
select.form-control option{
    cursor: pointer;
}
.card-title{
    font-size: 14px;
    font-weight: bold;
}
.block-header h2{
    margin-top: 5px;
    font-size: 24px;
    /* font-weight: bold; */
}
#main-content{
    
    min-height: calc(100vh - 110px);
    margin-bottom: 50px;
}
div.main-footer{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    height: 50px;
    background: #ffffff;
    border-top: 1px solid #e1e0e0;
    margin-left: 290px;
    border-bottom: 5px solid #e5ecf7;
    padding: 15px 10px 12px 15px;
    z-index: 1032;
}
@media (max-width: 1280px) {
    div.main-footer{
        margin-left: 0;
    }
}
.layout-fullwidth div.main-footer{
    margin-left: 0;
    padding: 15px 10px 12px 15px;
}
.card-widget .widget-user-image img{
    width: 50px;
}
.dropdown-toggle.user-name{
    font-size: 13px;
}
a .info-box span.info-box-text{
    color: #000;
}

a:hover .info-box span.info-box-text{
    color: var(--primary-color);
}
a:hover .info-box{
    border: 1px solid var(--primary-color);
    border-style: dotted;
}
.card-header{
    background-color: #fff;
}
.card-outline-dark{
    border-top: 1.5px solid #000;
    border-style: dashed;
}
.profile-image{
    margin: auto;
    width: max-content;
    padding: 5px;
    box-shadow: 0 0 15px 0 #b3b3b3;
    border-radius: 50%;

}
img.image-dp{
    height: 2cm;
    width: 100%;
    object-fit: contain;
}
.icheck{
    display: flex;
    width: max-content !important;
    text-align: center;
    justify-content: center;
}
.icheck input{
    height: 18px;
    width: 18px;
    margin-right: 8px;
    cursor: pointer;
}
.icheck label{
    cursor: pointer;
}
.icheck2{
    display: flex;
    text-align: left;
    justify-content: left;
}
.icheck2 label{
    font-weight: 400;
    cursor: pointer;
}
table .icheck2{
    display: flex;
    text-align: center;
    justify-content: center;
}
.icheck2 input{
    height: 18px;
    width: 18px;
    cursor: pointer;
}
[class*="icheck-"] {
    min-height: 22px;
    /* margin-top: 6px !important; */
    margin-bottom: 6px !important;
    padding-left: 0px;
    display: flex;
}
[class*="icheck-"] > label {
    padding-left: 24px !important;
    padding-right: 8px !important;
    font-size: 13px !important;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 500 !important;
    /* font-weight: 4; */
    cursor: pointer;
}
[class*="icheck-"] > input {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}
[class*="icheck-"] > input + label::before,
[class*="icheck-"] > input + input[type="hidden"] + label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #539dff;
    border-radius: 0px;
    margin-left: -24px;
}
[class*="icheck-"] > input:checked + label::after,
[class*="icheck-"] > input:checked + input[type="hidden"] + label::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -.6px;
    width: 4.3px;
    height:9px;
    border: solid 2px rgb(255, 255, 255);
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
[class*="icheck-"] > input[type="radio"] + label::before,
[class*="icheck-"] > input[type="radio"] + input[type="hidden"] + label::before {
    border-radius: 50%;
}
[class*="icheck-"] > input:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-"] > input:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 1px;
}
[class*="icheck-"] > input:disabled + label,
[class*="icheck-"] > input:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:disabled + label::before,
[class*="icheck-"] > input:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.icheck-primary > input:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #007bff;
}

.icheck-primary > input:not(:checked):not(:disabled):focus + label::before,
.icheck-primary > input:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #007bff;
}

.icheck-primary > input:checked + label::before,
.icheck-primary > input:checked + input[type="hidden"] + label::before {
  background-color: #007bff;
  border-color: #007bff;
}

.icheck-primary > input:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #007bff;
}

.icheck-primary > input:not(:checked):not(:disabled):focus + label::before,
.icheck-primary > input:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #007bff;
}

.icheck-primary > input:checked + label::before,
.icheck-primary > input:checked + input[type="hidden"] + label::before {
  background-color: #007bff;
  border-color: #007bff;
}
input.radio{
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.form-optional:not(.active){
    display: none;
    color: #898989
}
.input-group-new{
    display: flex;
}
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 4px 0 #a9a9a9;
    border: 1.5px solid #aeaeae;
    border-radius: 10px;
    /* border-style: dashed; */
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box > .small-box-footer:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.small-box p{
    font-weight: bold;
    font-size: 14px !important;
}

@media (min-width: 992px) {
    .col-xl-2 .small-box h3,
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3 {
    font-size: 1.6rem;
    }
    .col-xl-3 .small-box h3,
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3 {
    font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 .small-box h3,
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3 {
    font-size: 2.2rem;
    }
    .col-xl-3 .small-box h3,
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3 {
    font-size: 2.2rem;
    }
}

.small-box p {
    font-size: 13px;
}

.small-box p > small {
    color: #f8f9fa;
    display: block;
    font-size: .9rem;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.fal, .small-box .icon > i.fad, .small-box .icon > i.ion {
    font-size: 70px;
    top: 20px;
}

.small-box .icon svg {
    font-size: 70px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box:hover {
    text-decoration: none;
}

.small-box:hover .icon > i, .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.fal, .small-box:hover .icon > i.fad, .small-box:hover .icon > i.ion {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.small-box:hover .icon > svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .small-box {
    text-align: center;
    }
    .small-box .icon {
    display: none;
    }
    .small-box p {
    font-size: 12px;
    }
}
.dataTables_info{
    font-size: 12px;
}
.dataTables_paginate{
    font-size: 12px;
}
.datatable thead th, .datatable-nopaging thead th, .datatable-plain thead th{
    color: #000000;
    white-space: nowrap;
    /* background-color: #e2ecff; */
    padding: 15px 20px 12px 10px !important;
    /* font-style: oblique; */
    text-transform: uppercase !important;
}
iframe.venoframe.vbox-figlio{
    background-color: #fff;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FFFFFF" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="14" text-anchor="middle">Sedang Memuat...</text></svg>') 0px 0px no-repeat !important;
}
.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}
.text-lightblue {
    color: #3c8dbc !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.text-blue {
    color: #007bff !important;
}

.text-indigo {
    color: #6610f2 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-pink {
    color: #e83e8c !important;
}

.text-red {
    color: #dc3545 !important;
}

.text-orange {
    color: #fd7e14 !important;
}

.text-yellow {
    color: #ffc107 !important;
}

.text-green {
    color: #28a745 !important;
}

.text-teal {
    color: #20c997 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #6c757d !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}
table th.text-wrap,
table td.text-wrap{
    white-space: wrap !important;
}
.custom-control.custom-switch label{
    cursor: pointer;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(43, 43, 43) !important;
  border-color: rgb(0, 0, 0) !important;
}

.custom-control.custom-switch.clagi label{
    cursor: pointer;
    font-weight: 400;
}
.custom-switch.clagi .custom-control-label::before {
    margin-top: -2px;
}
.custom-switch.clagi .custom-control-label::after {
    margin-top: -1.9px;
}
.modal-xxl {
    max-width: 95%;
}
@media (max-width: 992px) {
    .modal-xxl {
    max-width: 95%;
    }
    .modal-xl {
    max-width: 95%;
    }
    .modal-lg {
    max-width: 95%;
    }
    .modal-md {
    max-width: 95%;
    }
    .modal-sm {
    max-width: 95%;
    }
}
@media (max-width: 550px) {
    .modal-xxl {
    max-width: 95%;
    }
    .modal-xl {
    max-width: 95%;
    }
    .modal-lg {
    max-width: 95%;
    }
    .modal-md {
    max-width: 95%;
    }
    .modal-sm {
    max-width: 95%;
    }
}
.modal .h-full{
    height: 95vh !important;
}
.col-filter{
    margin-left: -18px;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 0 !important;
    border-radius: 8px;
}
.col-filter label{
    font-size: 13px;
}
.col-filter .flex-filter{
    display: flex;
    flex-direction: row;
}
.col-filter #title{
    position: absolute;
    border-top-left-radius: 8px;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    background: #ffffff;
    color: #0d208a;
    border: 1px solid var(--primary-color);
    font-weight: bold;
    font-size: 14px !important;
    margin-left: -7px;
    margin-bottom: 12px;
    margin-top: -38px;
}
.btn{
    box-shadow: 0 2px 3px 1px #b3b3b3;
}
.btn-filter{
    white-space: nowrap;
    height: 0.8cm;
    display: block;
    margin-top: 23.5px;
}
.col-filter div{
    margin-bottom: 5px;
}
@media (max-width: 700px) {
    .col-filter{
        margin-left: 3px;
        padding: 20px 10px 10px 10px;
    }
    .col-filter #title{
    margin-left: -12px;
    }
    .col-filter .flex-filter{
    display: inherit;
    }
    .btn-filter{
        margin-top: 15px;
    }
}
@media (min-width: 700px) {
    .col-filter div{
    margin: 0 10px;
    margin-bottom: 5px;
    }
    .col-filter div.w-2{
    width: 2cm !important;
    }
    .col-filter div.w-3{
    width: 2cm !important;
    }
    .col-filter div.w-4{
    width: 4cm !important;
    }
    .col-filter div.w-5{
    width: 5cm !important;
    }
    .col-filter div.w-6{
    width: 6cm !important;
    }
    .col-filter div.w-7{
    width: 7cm !important;
    }
    .col-filter div.w-8{
    width: 8cm !important;
    }
}
.btn-transparent{
    box-shadow: none !important;
    background-color: transparent;
}

.btn.btn-circle, .btn.btn-xs.btn-circle{
    border-radius: 50% !important;
    padding: 1.2px .5px .9px 1px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 11px !important;
    box-shadow: 0 2px 3px 1px #7c7b7b;
}
.modal .modal-header button.close:focus{
    border: none;
    outline: none;
}
.modal .modal-dialog{
    border: 3px solid #b2cbfc !important;
    border-radius: 10px;
}
.col-tools-filter .label{
    font-size: 14px;
}
.col-tools-filter .select2{
    width: 5cm !important;
}
.nav.nav-tabs .nav-item:hover{
    cursor: pointer;
}
.signature-image{
    min-height: 4cm;
}
.img-signature{
    height: 4cm;
    width: 100%;
    object-fit: contain;
}
.rd-of{
    width: 100%;
}
.content-record-of{
    font-size: 12px;
    font-family: Arial;
    margin: auto;
    border: 1px solid #000;
    width: 21cm;
    height: 100%;
    padding-bottom: 1cm;
    padding-left: 1cm;
    padding-right: 1cm;
    overflow-y: auto;
}
.content-lampiran{
    font-size: 12px;
    font-family: Arial;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #000;
    width: 26cm;
    height: 15cm;
    padding-top: 1cm;
    padding-bottom: 1cm;
    padding-left: 24px;
    padding-right: 24px;
    overflow-y: auto;
}
.content-lampiran::-webkit-scrollbar {
    display: none;
}
.content-record-of img.img-kop{
    width: 100%;
}
.form-ttd{
    text-align: center;
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 1cm;
}
.content-lampiran .table-lamp-rtl th, .content-lampiran .table-lamp-rtl td{
    padding: 10px;
}
table input{
    font-size: 12px !important;
}
table.vertical-align-top tr{
    vertical-align: top;
}
.form-ttd .ttd-page{
    text-align: center;
    justify-content: center;
    position: relative;
}
.form-ttd .ttd-page span, .form-ttd .ttd-page label{
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    font-weight: normal;
}
.img-ttd{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 5cm;
    height: 2.5cm;
    object-fit: contain;
    margin-top: 0.2cm;
    z-index: 0;
}
.radio-btn{
    cursor: pointer;
    height: 14px;
    width: 14px;
}
.form-control-checkbox{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.icheck-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #343a40;
}

.icheck-dark > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-dark > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #343a40;
}

.icheck-dark > input:first-child:checked + label::before,
.icheck-dark > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #343a40;
  border-color: #343a40;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.multiselect-container .input-group {
    margin: 5px;
}
.multiselect-container > li {
    padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
    font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer;
}
.multiselect-container > li > a {
    padding: 0;
}
.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 3px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox-on-multisel {
    margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-bottom: 5px;
    width: 14px;
    height: 14px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox-on-multisel,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox-on-multisel input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
    margin-left: -20px;
    margin-right: 0;
}
.btn-group ul.multiselect-container li.active {
    background-color: #003087 !important;
}
.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:hover,
.multiselect-container.dropdown-menu > .active > a:focus {
    background-color: #2e5dd3 !important;
}
.multiselect-selected-text{
    color: #434343;
}

body.h_menu{
    background: linear-gradient(#07102ac5,#07102ac5),url('../img/bg-kuisioner2.png');
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    background-attachment: fixed;
}
body.h_menu .header{
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom: 3px solid #ddb813 !important;
    border-left: 3px solid #ddb813 !important;
    border-right: 3px solid #ddb813 !important;
}
tfoot td{
    border-top: 1px solid #ebebeb !important;
    background-color: #ffffff !important;
}
.flex-form{
    display: flex;
}

table ol{
    margin-left: -22px;
}
#form-q .info-form{
    margin-left: -14px;
}
.card.form-questionnaire .card-body{
    padding-left: 34px;
    padding-right: 34px;
}
.flex-other-option{
    display: flex;
}

.float-lg-right-c{
    position: absolute !important;
    right: 12px;
}
@media (max-width: 740px) {
    .float-lg-right-c{
        position: relative !important;
        margin-left: 12px;
    }
}
a.ordering{
    color: #000;
    font-size: 14px;
}
a.ordering:hover{
    color: #6d6d6d;
}