﻿
.overlay-loading {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* Hide default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 0.3s ease;
}

body.loading .overlay-loading {
    display: flex; /* Show popup kalau ada class loading di body */
}

@keyframes popup {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.layout-navbar-fixed .wrapper .sidebar-dark-indigo .brand-link:not([class*=navbar]) {
    background-color:#ffffff !important;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: none !important;
}

[class*=sidebar-dark] .brand-link, [class*=sidebar-dark] .brand-link .pushmenu {
    color: rgba(255,255,255) !important;
}

[class*=sidebar-dark-] {
    background-color:#b30d13 !important;
}

[class*=sidebar-dark] .btn-sidebar, [class*=sidebar-dark] .form-control-sidebar {
    background-color: #ffffff !important;
    border: 1px solid #dddedf !important;
    color: rgb(33, 33, 33) !important;
}

.btn-group-sm>.btn, .btn-sm {
    line-height: 1.25 !important;
    color: #a0a2a3;
}

[class*=sidebar-dark] .list-group-item {
    background-color: #fdfeff !important;
    border-color: #c2c7d0 !important;
}

[class*=sidebar-dark] .list-group-item:hover {
    background-color: #ed1c24 !important;
}

[class*=sidebar-dark-] .sidebar a.active {
    background-color: #ffffff !important;
    color: #000 !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff !important;
}
.card-sarimurni{
    padding-top: 4.5em !important;
}
.card-sarimurni img{
    margin: auto !important;
    padding-bottom: 3.5em !important;
}
.w-30{
    width: 30% !important;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 0 !important;
}

/*
.brand-image{
    line-height: 1.5 !important;
    margin-left: -10px !important;
    padding-top: 0.5rem;
    margin-top: -14px !important;
    max-height: 44px !important;
    vertical-align: middle !important;
    width: 160px !important;
    margin-left: -10px !important;
}
*/

.brand-image {
    line-height: 1.5 !important;
    padding-top: 0.25rem;
    max-height: 44px !important;
    vertical-align: middle !important;
    width: 160px !important;
    margin-left: 0px !important;
}


.brand-image-collapse{
    line-height: .8;
    margin-left: 0 !important;
    margin-right: 0.5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}

.m-auto.m-company{
    font-weight: 500;
    margin-left: 5px !important;
}

.m-company>span{
    color : #ffffff;
    font-weight: 500;
}

.text-company{
    flex: 1;
    max-width: 138px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

/* BOX DATE COMPANY */
.box-date {
    background-color: #ffffff;
    border-radius: 0.25em;
    padding: 3.5px 5px 3.5px 5px;
}

span.date-number {
    color: #000000 !important;
    font-size: x-large;
    font-weight: 600;
    background-color: #bbb5b5;
    border-radius: 3px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 100% !important ;
    padding: 10px;
    text-align: center;
}

img.img-rounded.elevation-2.img-navbar {
    max-width: 80px;
}

#OldPassword-error, #NewPassword-error, #ConfirmPassword-error{
    color: red !important;
    font-style: italic;
}

.toggle-old-password, .toggle-new-password, .toggle-confirm-password{
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
    border-top: 0;
    left: 0px !important;
}

.select2-container--open .select2-dropdown {
    left: 0px !important;
}

#CustomerId-error, #CustomerName-error, #CustomerEmail-error, #CustomerPhone-error, #CustomerAddress-error{
    color: red !important;
    font-style: italic;
}

.header-password{
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.header-password h5{
    font-weight: 900;
}

/* 
.content-wrapper, .main-footer{
    margin-left: 0 !important;
}

.content-wrapper{
    min-height: 480px !important;
}

.wrapper, body, html {
    background-color: #f4f6f9 !important;
}

nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    margin-left: 0 !important;
}

.navbar-brand img{
    max-width: 200px;
}

.card.card-link{
    max-width: 150px;
    border: solid 0.5px #e9e6e9;
    border-radius: 15%;
    background-color: #f8f9fa;
} */