.loading_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: block;
    position: absolute;
  }

  .loader_logo {
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 50px);
    top: 38%;
  }

  .loader_logo img {
    height: 100%;
    width: 100%;
  }

  .loading {
    border: 3px solid rgba(59, 72, 155, 0.45);
    position: absolute;
    left: calc(50% - 40px);
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-top-color: #3b489b;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation: loader 1s ease-in-out infinite;
  }

  @keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  /* Hide company name in sidebar */
  .company-name {
    display: none !important;
  }
  
  /* Make logo take full width in collapsed state */
  .sidebar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 45px;
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
.btn-outline-primary, .btn-primary{
  background-color: #3B489B !important;
  border-color: #3B489B !important;
  color: #fff !important;
}
.btn-outline-primary:hover, .btn-primary:hover{
  box-shadow: 0 8px 25px -8px #3B489B !important;
}
.nav-link:hover{
  background: #3B489B !important;
  color:#F3F5FF !important;
}
.nav-item.active>.nav-link{
  background: #3B489B !important;
  color:#F3F5FF !important;
}
.submenu-link[data-v-b1fd3da4]:hover{
  color: #FDA039 !important;
  background: rgba(252, 183, 114, .08) !important;
  border-color: #FDA039 !important;
}
.dashboard-header{
  background: #9aaaf7 !important;

}
body{
  background: #F3F5FF !important;
  font-family: 'Nunito', sans-serif !important;
}
.layout-sidebar-large .main-content-wrap {
  background: #F3F5FF !important;
}
.dark-theme .main-content-wrap, body.dark-theme .main-content-wrap {
    background-color: #202020 !important;
    color: #d8d8d8 !important;
}
.warehouse-filter .v-select .vs__dropdown-option--highlight{
  background: #3B489B !important;
}

/* footer Css */

.app-footer .footer-bottom .logo{
  display: none !important;
}
.app-footer{
  background:#3B489B !important;
  color: #F3F5FF !important;
  display: flex;
  align-items: center;
}

.app-footer .row {
  width: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.app-footer .col-md-9 {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px !important;
  margin-top: 16px !important;
}

.app-footer .footer-bottom {
  width: 50%;
  border-top: none !important;
  padding-top: 0 !important;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.app-footer .footer-bottom .d-flex > div > div {
  display: flex;
  flex-direction: row;
}

.app-footer .footer-bottom p {
  display: inline;
  margin-right: 10px;
  padding-left: 5px !important;
}
/* Settings Css */
.settings-header{
  background: linear-gradient(135deg, rgba(154, 170, 247, 1)0%, rgba(252, 183, 114, 1)100%)!important;
  color: #3B489B !important;
}
.settings-nav-item.active{
  background: rgba(154, 170, 247, 0.5) !important;
  border-color: #3B489B !important;
}
.settings-nav-item:hover{
  background: rgba(154, 170, 247, 0.25) !important;
  border-color: #3B489B !important;
}

/* dashboard Css */
.sales-card .stat-card-icon[data-v-28606040] {
    background: linear-gradient(135deg, #3b489b, #9aaaf7) !important;
    color: #fff;
}
.stat-card-link[data-v-28606040] {
    color: #3B489B !important;
}
.table-card-link{
  color: #3B489B !important;
}

/* Task CSS & Project */
.action-btn.add-btn {
    background: linear-gradient(135deg, #3b489b, #9aaaf7) !important;
    border: none !important;
    color: #fff !important;
}

/* Login Dashboard CSS */
.auth-layout-wrap {
  background: #F3F5FF !important;
}

.auth-content .card {
  border: none !important;
  box-shadow: 0 4px 24px rgba(59, 72, 155, 0.15) !important;
}

.auth-content .btn-primary {
  background: #3B489B !important;
  border-color: #3B489B !important;
  color: #fff !important;
}

.auth-content .btn-primary:hover {
  background: #2a3670 !important;
  border-color: #2a3670 !important;
}

.auth-content .spinner-primary {
  border-color: rgba(59, 72, 155, 0.25) !important;
  border-top-color: #3B489B !important;
}

/* Date Selector */
.btn-light{
  background-color: transparent !important;
  color: #3B489B !important;
  border: none !important;
}
.btn-light:hover{
  background-color: transparent !important;
  color: #3B489B !important;
  border: none !important;
  box-shadow: none !important;
}

/* Pos CSS */
.action-btn-primary{
  background: #3b489b!important;
}
