.captcha img {
    width: 180px !important;
}
.login-bg{
    background-color: #eef8fd;
}
.login-page-title{
    color: #006269;
}
.login-page-sub-title{
    color: #63bfa5;
}
.forgot-pass-title{
    color: #f4931e !important;
    font-size: 14px !important;
}
.sign-in-btn{
    background-color: #f4931e !important;
    color:white !important;
}
span.menu-icon i {
    color: white !important;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo{
    background-color: white !important;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar{
    background-color: #63bfa5 !important;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #ffe3ae !important;
    font-weight: 600 !important;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #ffffff !important;
    font-weight: 600 !important;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
    color: #ffffff !important;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: none !important;
}
img.app-sidebar-logo-default{
   height: 69px !important; 
}
img.app-sidebar-logo-minimize{
    height: 40px !important; 
}
div#kt_app_sidebar_toggle{
    margin-left: 20px;
}
div#kt_app_header{
    margin-left: 5px;
}
div#kt_app_main{
    background-color: #eef8fd !important;
}
.menu-sub.menu-sub-accordion {
    background-color: #006269;
    width: 100% !important;    
}
.menu-badge{
    margin-left: 0.5rem;
}

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:#63bfa5;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.initials {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.table {
    --bs-table-hover-bg: #e3e3e3 !important;
}
.table > thead {
    background-color: #e3e3e3;
}
.table.table-striped > tbody > tr:hover{    
    --bs-table-hover-bg: #e3e3e3 !important;
}
/* table {
    --bs-table-striped-bg: #eef7fc !important;
} */
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-striped-bg: #eef7fc !important;
}
.table.gs-0 th:first-child, .table.gs-0 td:first-child {
    padding-left: 1rem !important;
}
.form-check-input{
    border: 1px solid #8f8f8f !important;
}
.pagination {    
    justify-content: right !important;    
}

.loading {
	z-index: 99999;
	position: absolute;
	/* top: 0; */
	/* left:-5px; */
	width: 100%;
	height: 100vh;
    background-color: rgba(0,0,0,0.4);
}
.loading-content {
	position: absolute;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #63bfa5;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 40%;
	left:35%;
	animation: spin 2s linear infinite;
}
.loading-text{
    position: absolute;
    top: 56%;
    left: 31%;
    z-index: 9999;
    font-weight: 600;
    color: #ffffff;
}
.hide{
    display: none !important;
}
	
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sort_column {
    cursor: pointer;
}
.select2-container .select2-selection--single {
    /* height: auto !important; */
    min-height: calc(1.5em + 1.1rem + 2px);
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 0.425rem;
}
.action-icon-pencil:hover{
    /* color: #bdbdbd;
    font-size: 15px !important; */
    transform: scale(1.1);
    transition: transform 0.2s ease;

}
.action-icon-pencil{
    color: #4dcb8a !important;
    font-size: 15px !important;
}
.action-icon-binoculars:hover{
    /* color: #bdbdbd;
    font-size: 15px !important; */
    transform: scale(1.1);
    transition: transform 0.2s ease;
}
.action-icon-binoculars{
    color: #3a99f5 !important;
    font-size: 15px !important;
}
 .action-icon-delete:hover{
    /* font-size: 15px !important;
    color: #bdbdbd; */
    transform: scale(1.1);
    transition: transform 0.2s ease;
} 
.action-icon-delete{
    color: #f62d51 !important;
    font-size: 15px !important;
}
.customer-type-bg{
    background-color: #ffeb9c !important;
    font-style: italic !important;
}



/* Pipeline */
.pipeline{
    display: flex;
    overflow: hidden;
    line-height: 15px;
    border-radius: 2px;
}
.flat a.won{
    background: #8f8f8f;
    content: "";
}
.flat a.won::after{
    background-color: #8f8f8f;
    content: "";
}
.pipeline a span{
    font-size: 9px;
    margin-top: 7px;
    display: inline-block;
}
.pipeline a{
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    min-width: 30px;
    max-width: 50px;
    position: relative !important;
    color: #fff;
}
.pipeline a::after{
    content: "";
    position: absolute;
    top: -1px;
    right: -4px;
    width: 15px;
    height: 18px;
    transform: scale(.707) rotate(45deg);
    -webkit-transform: scale(.707) rotate(45deg);
    z-index: 1;
    background-color: #fff;
    background: linear-gradient(135deg,#fff);
    box-shadow: 2px -2px 0 1px rgba(255, 255, 255, 1),rgba(255, 255, 255, .1);
    border-radius: 0 5px 0 50px ;
    
}

.input-icon-inside{
   border: 1px solid #8f8f8f !important;
   border-radius:6px !important;
}

.btn-success{
    background: #4dcb8a !important;
}


.input-border-less{
    border: none !important;
    border-radius: 5px 0px 0 5px !important;
}

.plus-qty-btn{
    background: aliceblue !important;
    border-radius: 10px !important;
}
.minus-qty-btn{
    background: antiquewhite !important;
    border-radius: 10px !important;
}

#OrderItemAddModal {
    z-index: 1060; /* higher than default 1055 */
}
.modal-backdrop.show:nth-of-type(2) {
    z-index: 1059;
}

.dashboard-box {
    background-color: #63bfa5;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.dashboard-box:hover {
    transform: translateY(-5px);
}
.dashboard-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffe3ae;
}
.dashboard-count {
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffff;
}
.dashboard-content {
    font-size: 1rem;
    color: #ffe3ae;
}
.dashboard-count-title{
    font-size: 1rem;
    font-weight: bold;
    color: #ffff;
}
