.btn-green-jasnita {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CA666), to(#6BDFA0));
    background: linear-gradient(315deg, #3CA666 0.01%, #6BDFA0 100%);
    color: #fff !important;
}
.btn-blue-omnicolor{
    border-radius: 12px;
    background: var(--omnicolor, linear-gradient(315deg, #0157AB 0%, #0099E8 100%));
    color: #fff !important;
}
.btn-outline-blue-omnicolor{
    color: #11ABFF !important;
    border: 2px solid #11ABFF;
}
.text-grey-secondary{
    color:#8B919F !important;
}
.text-light-grey{
    color: var(--Secondary-Text, #8B919F) !important;
    font-family: Poppins  !important;
    font-size: 14px  !important;
    font-style: normal  !important;
    font-weight: 600  !important;
    line-height: normal !important;
}
.place-content-center{
    place-content: center;
}
.panel-info{
    padding:1rem;
    border-radius:8px;
    background-color: #F6FBFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
}

.click-back{
    cursor: pointer;
    padding: 14px 8px;
    border: 1px solid #dadada;
    border-radius: 8px;
    color:#8B919F !important;
}
.click-back:hover{
    color:#8B919F !important;
    border: 1px solid #dbdbdb;
    font-weight:600;
    background:#efefef40;
}
.statusSiapDikirim{
    color: #CBBB3D;
    background: #FFFBDB;
    border-radius: 4px;
    padding:6px 10px;
}
.statusDiterima{
    color: #59CB3D;
    background: #DCFFDB;
    border-radius: 4px;
    padding:6px 10px;
}
.statusTakDiterima{
    color: #CB3D3D;
    background: #FFDBDB;
    border-radius: 4px;
    padding:6px 10px;
}


.showItems {
    display: inline-block;
}
.showItems > li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
}
.dataTables_wrapper .dataTables_paginate {
    transform: scale(0.65) !important;
    width: max-content;
}
.vl {
    border-left: 1px solid grey;
    height: 100;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}
.nav-link.active {
  /* background-image: linear-gradient(to bottom right, #007bff, #2196F3); */
  background-image: linear-gradient(94deg, #2788C5, #326C91);
  color: #fff !important;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    border: 1px solid #ffffff69;
}
.nav-tabs .nav-link {
  background-color: #fff0;
  color: white;
  border-radius: 0.25rem;
  border: 1px solid #ffffff69;
}

.nav-tabs .nav-link:hover {
  border-color: #007bff;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: linear-gradient(90.1deg, #05C3DB -0.37%, #1976D2 100%) !important;
    border-radius: 10px;
}
.dashboard-cms-icon {
    height: 60px;
    width: 60px;
    border-radius: 8px;
}
.line-drawer-blue{
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0585CD), to(#006096));
    background: linear-gradient(180deg, #0585CD 0%, #006096 100%);"
}
.card-body-dashboard{
    padding: 1.35rem;
}
.rightPaddingLess{
    padding: 12px 6px 12px 12px;
}
.bgl-gradient-blue{
    background: linear-gradient(90.1deg, #05C3DB -0.37%, #1976D2 100%) !important;
}
.box-icon{
    padding:1vh;border-radius:8px;
}
.border-date{
    border:1px solid #4387C0 !important;
}
.ft-color-date{
    color:#4387C0 !important;
}
.border-light-grey{
    border: 1px solid #a6b4c14f;
}
.border-light-blue{
    border: 0.5px solid #eef4ff;
}
.bg-light-blue{
    background-color: #F6F9FF;
}
.colorAktif{
color:#828282 !important;
}
.colorVerifikasiL2{
    color:#315E84 !important;
}
.colorDikerjakan{
    color:#3EBF99 !important;
}
.colorSelesai{
    color:#FFB60D !important;
}
svg {
    color : "red";
}
.v-tabs-slider-wrapper {
    transition: none;
}

.height-1rem{
    height: 1rem;
}

.mt-1rem{
    margin-top: 1rem;
}
.text-blue-omni{
    color:#3490CC;
}

.bg-lightblue-mild{
    background:#F6FBFF;
}
.br-small{
    border-radius: 8px !important; 
}
.br-xs-medium{
    border-radius: 12px !important; 
}
.br-medium{
    border-radius: 16px !important; 
}

.hr-border{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.v-application .primary--text{
    color: #0585CD !important;
}
.v-application .primary--text .blue-list {
    color: #0585CD !important;
    caret-color: #0585CD !important;
}