.logo-dashboard {
    height: auto;
    width: 40px;
}
/* .static-top{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.sidebar{
    z-index: 2;
}
.container-fluid{
    padding-top: 100px;
} */
.sidebar{
    position: fixed;
    z-index: 1;
}
.wrap-left {
    padding-left: 220px;
}
/*order darah*/

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "1"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "4"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 6px;
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: #2b86e4;
    border: none;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    cursor: pointer;
    margin: 4;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {

    max-width: 2.5rem;
    border: solid #ddd;
    border-width: 0 1px;
    height: 2rem;
    font-weight: bold;
    text-align: center;
}

.form-group-header {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    color: #4e73df;
}

.form-group-subheader {
    color: #8587a0;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.rad-form {
    align-self: flex-end;
}

.form-two-lines {
    align-self: center;
}

.form-left {
    border-right: 1px solid #b5c5f1;
}

.hide-form {
    display: none;
}

.btn-send {
    background: #03aa57;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 5px;
}

.btn-send:hover {
    background: #048846;
    color: #fff;
}

.btn-cancel{
    background: #c9302c;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 5px;
}
.btn-edit, .btn-delete{
    margin: 0 0.25rem;
}
.btn-clear{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-cancel:hover{
    background: #686867;
}
.hide{
    display: none;
}
/* end order darah*/
table{
    font-size: 13px;
}
.thead--is-fixed{
    display: table;
    position: fixed;
    top: 0;
}
.form-control:focus{
    box-shadow: none;
}
.table td, .table th{
    vertical-align: middle;
}
.nav-pills .nav-link{
    font-weight: 800;
}
.data-dashboard a{
    text-decoration: none;
}
.box-dashboard{
    padding: 0.8rem;
    border-radius: 1rem;
    color: #ffffff;
    text-align: center;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.box-dashboard:hover{
    box-shadow:0 6px 12px 0 rgba(0,0,0,0.2),0 6px 15px 0 rgba(0,0,0,0.19)
}
.box-dashboard h2{
    margin: 0;
    font-weight: 700;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
  }
 .wrap-left{
    padding-left: 100px !important;
  }
}

[data-toggle="collapse"] .fa:before {
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}

.navbar-sidebare {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-wrap: break-word;
}

.navbar-sidebare {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.navbar-sidebare::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.custom-date-picker[readonly] {
    background-color: #ffffff !important; 
    color: #555;
}

.bg-pink-custom{
    background-color: #CF0F47;
}

.highcharts-credits{
    display: none !important;
}

.dashboard-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.yearpicker {
    cursor: pointer;
}
.yearpicker:hover {
    background-color: #f8f9fa;
}

.dashboard-card {
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Warna Background Ikon (Opasitas Rendah) */
.bg-light-primary { background-color: rgba(89, 137, 231, 0.15); }
.bg-light-success { background-color: rgba(123, 205, 148, 0.15); }
.bg-light-purple  { background-color: rgba(169, 109, 221, 0.15); }
.bg-light-orange  { background-color: rgba(236, 162, 135, 0.15); }

.card-title {
    font-size: 1.5rem;
    color: #2c3e50;
}

.card-subtitle-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #95a5a6;
}

/* Khusus untuk kartu Nilai Aset agar lebih rapi */
.asset-value-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.asset-value-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}
.total-value {
    border-top: 1px dashed #dee2e6;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}
