.login-logo img {
    width: auto;
    height: 60px;
    object-fit: contain;
	margin: 0 auto;
}
.user-panel>.info>p {
    white-space: initial;
}
.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: 45px;
}
.sidebar-collapse .main-sidebar>.sidebar>.user-panel>.image>img{
	width: 30px;
    max-width: 30px;
    height: 30px;
}
.print-table,.print-simple-table
{
	width:100%;
    min-width: 800px;
	border-collapse: collapse;
}
.print-table  td, 
.print-table th {
  border: 1px solid var(--bs-table-border-color);
  padding: 5px 5px;
}
.print-simple-table td, 
.print-simple-table th {
  border: 0px;
  padding: 5px 5px;
}


/* new changes */
.table-bordered tbody tr td:last-child a{
    margin-right: 5px;
    height: 25px;
    width: 25px;
    font-size: 14px;
}
.table-bordered tbody tr td:last-child button{
    margin-right: 5px;
    height: 25px;
    width: 25px;   
    font-size: 14px;
}
input[type=file], input[type=file] + input {
    display: inline-block;
    background-color: #fff;
    color:#6A7795;
    border: 1px solid #E1EBFC;
    font-size: 15px;
    padding: 8px;
    margin-top:0;
    border-radius:4px;
    width:100%;
    height:45px;
}
input[type=file] + input {
    padding: 8px;
    background-color: #6A7795;
    color:#fff;
}
input[type=file]{
    padding: 4px 8px;
	height:auto;
}
::-webkit-file-upload-button:focus,
::-webkit-file-upload-button:active{
    border-color: #6A7795;
    outline:none;
    outline:0;
    box-shadow:none;
}
::-webkit-file-upload-button {
    -webkit-appearance: none;
    background-color: #6A7795;
    border: 1px solid #6A7795;
    font-size: 12px;
    padding: 5px 10px;
    color:#fff;
    text-transform:uppercase;
    border-radius:4px;
}
::-ms-browse {
    background-color: #6A7795;
    border: 1px solid #6A7795;
    font-size: 12px; 
    padding: 5px 10px;
    color:#fff;
    text-transform:uppercase;
}
input[type=file]::-ms-value {
    border: none; 
}
.card-header>.card-tools a i{
    margin-right: 5px;
}
.dropdown-footer, .dropdown-header{
    text-align: left;
}
.dropdown-footer i{
    margin-right: 5px;
}
.nav-sidebar .nav-item>.nav-link{
    margin-bottom: 5px;
}
.multiselect.btn{
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px;
}
.dropdown-toggle::after{
    float: right;
    position: relative;
    top: 8px;
}
.multiselect-container{
    width: 100%;
}
.card-body .multiselect-container>li>a>label{
    padding-left: 15px;
}
.card-body .multiselect-container>li>a:focus{
    outline: 0;
    outline: none;
}
.btn.btn-flat{
    border-radius: 4px;
}
.btn{
    font-weight: bold;
}
@media print
{    
    .app-header *,
    .app-sidebar *,
    .no-print, .no-print *
    {
        display: none !important;
    }
	.print-table,.print-simple-table
	{
		width:100%;
		border-collapse: collapse;
	}
	.print-table > td, th {
	  border: 1px solid var(--bs-table-border-color);
	  padding: 5px 1px;
	}
	.print-simple-table td, 
    .print-simple-table th {
	  border: 0px;
	  padding: 5px 1px;
	}
}

.fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span {
    display: inline-block;
}
blockquote {
    background: var(--bs-gray-100);
	padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid var(--bs-primary);
}
.profile-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
    justify-content: center; 
	    background-color: #e7e7e7;
}
[data-bs-theme="dark"] .profile-container  {
	border-color: var(--bs-gray-300);
}
.profile-container .profileImage { 
	height: 70px;
    display: flex;
    object-fit: cover; 
}
.imageUpload {
    display: none !important;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
/* .select2-selection--single{
	height: calc(2.25rem + 2px) !important;
} */
.btn.btn-flat{
    border-radius: 4px;
}
.text-sm .brand-link{
    font-size: 22px;
    line-height: 22px;
    padding: 15px 10px;
}
.sidebar .info a{
    position: relative;
    top: 5px;
    font-size: 16px;
}
.sidebar-collapse .sidebar .info a{
    top: 0px;
}
table tbody tr td.fc-event-container a.fc-day-grid-event {
	width:auto;
}

.pcursor
{
	cursor: pointer !important;
}


.star_rating {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.star_rating:not(:checked) > input {
    position:absolute;
        opacity: 0;
}
.star_rating:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.star_rating:not(:checked) > label:before {
    content: '★ ';
}
.star_rating > input:checked ~ label {
    color: #ffc700;    
}
.star_rating:not(:checked) > label:hover,
.star_rating:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.star_rating > input:checked + label:hover,
.star_rating > input:checked + label:hover ~ label,
.star_rating > input:checked ~ label:hover,
.star_rating > input:checked ~ label:hover ~ label,
.star_rating > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.color-orange{
	color:orange;
}
.ui-datepicker{
	z-index:10000 !important;
}

.btn.btn-icon {
    width: 40px !important;
    height: 40px !important;
}
table.dataTable th,
table.dataTable td {
    vertical-align: middle;
}

.form-control[readonly] {
    color: var(--bs-gray-500);
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-300);
    opacity: 1;
}
.text-right {
    text-align: right;
}

.card .card-header .card-toolbar

.custom-arrows.active .rotate-180, 
.custom-arrows.collapsible:not(.collapsed) .rotate-180, 
.custom-arrows.show .rotate-180 {
    transform: rotateZ(180deg);
    transition: transform .3s ease;
}
.custom_card_faq + .custom_card_faq {
    margin-top: 1.25rem;
}

.emp-birthday-box + .emp-birthday-box {
    margin-top: 1.25rem;
}



.toggle.collapsible.collapsed .toggle-button-new + .toggle-group .toggle-on, 
.toggle:not(.collapsible):not(.active)  .toggle-button-new + .toggle-group .toggle-on {
    display: block;
}

.toggle .toggle-button-new + .toggle-group .toggle-on {
    background-color: var(--bs-primary)!important;
}
.toggle .toggle-button-new + .toggle-group .toggle-off {
    background-color: var(--bs-danger)!important;
    color: var(--bs-danger-inverse)!important;
}
.toggle .toggle-button-new + .toggle-group .toggle-handle {
    background-color: var(--bs-app-bg-color);
    padding: 10px !important;
    opacity: 0.5;
}

.employee-attendance-table {
    min-width: 1200px;
}

.multi-shift-manage-table {
    min-width: 800px;
}



@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}


@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    /* .table td,
    .table th {
        background-color: #fff !important
    } */
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@media print {
    [data-kt-app-sidebar-fixed=true] .app-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .app-header,
    .app-sidebar,
    .content-header,
    .main-header,
    .main-sidebar,
    .no-print {
        display: none !important
    }
    .content-wrapper,
    .main-footer {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-left: 0 !important;
        min-height: 0 !important
    }
    .layout-fixed .content-wrapper {
        padding-top: 0 !important
    }
    .invoice {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .invoice-col {
        float: left;
        width: 33.3333333%
    }
    .table-responsive {
        overflow: auto
    }
    .table-responsive>.table tr td,
    .table-responsive>.table tr th {
        white-space: normal !important
    }
    .card-body:has(#printContent) {
        padding: 0 !important;
    }
    #printContent {
        border: none !important;
    }
    body {
        background-color: transparent !important;
    }
    .app-container {
        padding: 0 !important;
    }
    * {
        box-shadow: none !important;
    }
}

.group-list-birthday {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.group-list-birthday > div {
    flex: 1 1 300px;
}




/* Main Card Shadow */
.bir-card-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
}

/* Top gradient bar */
.bir-top-bar {
    height: 5px;
    background: linear-gradient(135deg, rgb(255, 234, 167) 0%, rgb(253, 203, 110) 100%);
}

/* Big 🎂 icon */
.bir-big-emoji {
    font-size: 5rem;
    line-height: 1;
}

/* Profile wrapper */
.bir-profile-wrap {
    width: 90px;
    height: 90px;
    border: 4px solid white;
    box-shadow: rgb(254, 215, 170) 0px 0px 0px 3px;
}

/* Profile image */
.bir-img-cover {
    object-fit: cover;
}

/* Image glow overlay */
.bir-img-overlay {
    background: linear-gradient(135deg, rgb(255, 234, 167) 0%, rgb(253, 203, 110) 100%);
    opacity: 0.2;
}

/* Rank badge (#1 etc.) */
.bir-rank-badge {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
    background: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
    border: 3px solid white;
}

/* Days countdown top-right circle */
.bir-days-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgb(255, 234, 167) 0%, rgb(253, 203, 110) 100%);
    color: white;
    top: 20px;
    right: 20px;
}

/* Days number */
.bir-days-number {
    font-size: 1.3rem;
    line-height: 1;
}

/* DAYS text */
.bir-days-text {
    font-size: 0.55rem;
    line-height: 1;
    letter-spacing: 0.5px;
}

/* "Soon" badge */
.bir-soon-badge {
    background-color: rgb(255, 247, 237);
    color: rgb(194, 65, 12);
    border: 1px solid rgb(254, 215, 170);
}

/* cake icon */
.bir-cake-icon {
    font-size: 0.7rem;
}

/* balloon icon */
.bir-balloon-icon {
    font-size: 1rem;
}

/* remaining text color */
.bir-remaining-box {
    color: rgb(194, 65, 12);
}

.col-md-12.device_config[style="display: none;"] + div:has(.alert-info) {
    margin-top: 1rem;
}



.card .card-body {
    padding: 1.5rem;
}

@media (max-width: 767px) {
    
    
    .card .card-body {
        padding: 1.25rem;
    }
    .app-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    div.dt-container .row:has(.dt-toolbar) {
        margin-top: 0 !important;
    }
}

.dashboard-logo {
    font-size: 18px;
    color: var(--bs-text-white)!important;
    font-weight: 600;
}
.dashboard-logo img {
    width: auto;
    height: 60px;
    object-fit: contain; 
}
[data-kt-app-sidebar-minimize=on] .dashboard-logo {
    font-size: 0;
}

[data-kt-app-sidebar-minimize=on] .app-sidebar-logo {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* justify-content: center; */
}

.form-control[type=file] {
    padding: 10px;    
}

.logo {
    display: none;
}

/* Show light logo when light theme */
html[data-bs-theme="light"] #logo_dark.logo {
    display: block;
}

/* Show dark logo when dark theme */
html[data-bs-theme="dark"] #logo_light.logo {
    display: block;
}