/*--------


CUSTOM STYLES, GLOBALS


--------*/
:root {
  --project-bg-color-primary:transparent;
  --project-color-primary:#A0AEC0;
  --project-color-secondary:#37bbd9;
  --project-color-dark:#081364;
  --project-color-faded:#f8efff;
  
  --dragdrop-select:#e0ebff;

  --project-color-main-100:var(--project-color-faded);
  --project-color-main-200:#7081ee;
  --project-color-main-300:#4059e6;
  --project-color-main-400:var(--project-color-primary);
  --project-color-main-500:#2e49ce;
  --project-color-main-600:#1c1c92;
  --project-color-main-700:var(--project-color-dark);
  --vz-font-sans-serif: "Helvetica", sans-serif;
  --vz-vertical-menu-bg-dark: #101420;  
  --vz-success-rgb: 0,206,168;

  --vz-primary-bg-subtle: #e2e5ed;
  --vz-secondary-bg-subtle: #e1ebfd;
  --vz-success-bg-subtle: #ecfffc;
  --vz-info-bg-subtle: #eaf7ff;
  --vz-warning-bg-subtle: #fff7eb;
  --vz-danger-bg-subtle: #ffefec;
  --vz-light-bg-subtle: #f9fbfc;
  --vz-dark-bg-subtle: #e9ebec;

  --project-nav-active: #23BBCC;
  --project-nav-hover: #7dccd4;
}

#layout-wrapper .btn-primary {
  --vz-btn-color: #fff;
  --vz-btn-bg: #FF8633;
  --vz-btn-border-color: #FF8633;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #ff934b;
  --vz-btn-hover-border-color: #ff934b;
  --vz-btn-focus-shadow-rgb: 90, 140, 231;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #ff934b;
  --vz-btn-active-border-color: #ff934b;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #FF8633;
  --vz-btn-disabled-border-color: #FF8633;
}

#layout-wrapper .btn-secondary {
  --vz-btn-color: #767679;
  --vz-btn-bg: #FFFFFF;
  --vz-btn-border-color: #91ABCA;
  --vz-btn-hover-color: #767679;
  --vz-btn-hover-bg: #dfdfdf;
  --vz-btn-hover-border-color: #91ABCA;
  --vz-btn-focus-shadow-rgb: 90, 140, 231;
  --vz-btn-active-color: #767679;
  --vz-btn-active-bg: #dfdfdf;
  --vz-btn-active-border-color: #91ABCA;
  --vz-btn-disabled-color: #767679;
  --vz-btn-disabled-bg: #adadad;
  --vz-btn-disabled-border-color: #91ABCA;
}

#layout-wrapper .btn-light {
  --vz-btn-color: #FFFFFF;
  --vz-btn-bg: #909090;
  --vz-btn-border-color: #909090;
  --vz-btn-hover-color: #FFFFFF;
  --vz-btn-hover-bg: #a6a6a6;
  --vz-btn-hover-border-color: #909090;
  --vz-btn-focus-shadow-rgb: 90, 140, 231;
  --vz-btn-active-color: #FFFFFF;
  --vz-btn-active-bg: #909090;
  --vz-btn-active-border-color: #909090;
  --vz-btn-disabled-color: #FFFFFF;
  --vz-btn-disabled-bg: #adadad;
  --vz-btn-disabled-border-color: #909090;
}

#layout-wrapper .btn-danger {
  --vz-btn-color: #fff;
  --vz-btn-bg: #FF4545;
  --vz-btn-border-color: #FF4545;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #ff7272;
  --vz-btn-hover-border-color: #ff7272;
  --vz-btn-focus-shadow-rgb: 243, 134, 134;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #ff7272;
  --vz-btn-active-border-color: #ff7272;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #FF4545;
  --vz-btn-disabled-border-color: #FF4545;
}

#layout-wrapper .btn-success {
  --vz-btn-color: #fff;
  --vz-btn-bg: #00CEA8;
  --vz-btn-border-color: #00CEA8;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #38d0b4;
  --vz-btn-hover-border-color: #38d0b4;
  --vz-btn-focus-shadow-rgb: 126, 189, 136;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #00b493;
  --vz-btn-active-border-color: #00b493;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #00CEA8;
  --vz-btn-disabled-border-color: #00CEA8;
}

#layout-wrapper .btn-service {
  --vz-btn-color: #FFFFFF;
  --vz-btn-bg: #BCC4C1;
  --vz-btn-border-color: #BCC4C1;
  --vz-btn-hover-color: #FFFFFF;
  --vz-btn-hover-bg: #a8e7ca;
  --vz-btn-hover-border-color: #a8e7ca;
  --vz-btn-focus-shadow-rgb: 90, 140, 231;
  --vz-btn-active-color: #FFFFFF;
  --vz-btn-active-bg: #BCC4C1;
  --vz-btn-active-border-color: #BCC4C1;
  --vz-btn-disabled-color: #FFFFFF;
  --vz-btn-disabled-bg: #adadad;
  --vz-btn-disabled-border-color: #BCC4C1;
  padding: 6px 6px;
  font-size: 12px;
  font-weight: 500;
}

#layout-wrapper .btn-service.active {
  --vz-btn-bg: #74DDAC;
  --vz-btn-border-color: #74DDAC;
  background-color: var(--vz-btn-bg);
  border-color: var(--vz-btn-border-color);
}

#layout-wrapper .btn-addItem {
  --vz-btn-color: #fff;
  --vz-btn-bg: #83C8D6;
  --vz-btn-border-color: #83C8D6;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #94d3e0;
  --vz-btn-hover-border-color: #94d3e0;
  --vz-btn-focus-shadow-rgb: 90, 140, 231;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #94d3e0;
  --vz-btn-active-border-color: #94d3e0;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #83C8D6;
  --vz-btn-disabled-border-color: #83C8D6;
}

#layout-wrapper .btn-service-2 {
  --vz-btn-color: #FFFFFF;
  --vz-btn-bg: #BCC4C1;
  --vz-btn-border-color: #91ABCA;
  --vz-btn-hover-color: #FFFFFF;
  --vz-btn-hover-bg: #87c9aa;
  --vz-btn-hover-border-color: #91ABCA;
  --vz-btn-focus-shadow-rgb: 90, 140, 231;
  --vz-btn-active-color: #FFFFFF;
  --vz-btn-active-bg: #BCC4C1;
  --vz-btn-active-border-color: #91ABCA;
  --vz-btn-disabled-color: #FFFFFF;
  --vz-btn-disabled-bg: #adadad;
  --vz-btn-disabled-border-color: #BCC4C1;
  padding: 5px 22px;
  font-size: 12px;
  font-weight: 500;
}

#layout-wrapper .btn-service-2.active {
  --vz-btn-bg: #4CBA86;
  --vz-btn-border-color: #91ABCA;
  background-color: var(--vz-btn-bg);
  border-color: var(--vz-btn-border-color);
}

#layout-wrapper .card {
  --vz-card-spacer-y: 1.5rem;
  --vz-card-spacer-x: 1rem;
  --vz-card-title-spacer-y: 0.5rem;
  --vz-card-border-width: 1px;
  --vz-card-border-color: rgba(0, 0, 0, 0.125);
  --vz-card-border-radius: 1rem;
  --vz-card-inner-border-radius: 1rem;
  --vz-card-cap-padding-y: 1rem;
  --vz-card-cap-padding-x: 1rem;
  --vz-card-cap-bg: #fff;
  --vz-card-bg: #fff;
  --vz-card-img-overlay-padding: 1rem;
  --vz-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: var(--vz-card-height);
  word-wrap: break-word;
  background-color: var(--vz-card-bg);
  background-clip: border-box;
  border: var(--vz-card-border-width) solid var(--vz-card-border-color);
  border-radius: var(--vz-card-border-radius);
  box-shadow: none;
}

[data-layout=vertical][data-sidebar=dark] .navbar-menu {
  background: #FFFFFF;
  border-right: #FFFFFF;
}

.navbar-brand-box {
  background-color: #0F1421;
}

.page-title-box {
    -webkit-box-shadow: none;
          box-shadow: none;
}

.page-content{
  background-color: #FFFFFF;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

#layout-wrapper button.btn-primary .bx,
#layout-wrapper a.btn-primary .bx,
#layout-wrapper button.btn-secondary .bx,
#layout-wrapper a.btn-secondary .bx,
#layout-wrapper button.btn-light .bx,
#layout-wrapper a.btn-light .bx,
#layout-wrapper button.btn-info .bx,
#layout-wrapper a.btn-info .bx{
  line-height: 0.75;
}

.card-preloader {
  z-index: 999;
}

.form-control {
  --vz-input-border: #91ABCA;
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg);
  border: 1px solid var(--vz-input-border);
  border-radius: .375rem;
}

.bgcolor-primary{
  background-color: var(--project-bg-color-primary)!important;
  border-color: var(--project-bg-color-primary)!important;
  color: var(--project-color-primary)!important;
}

.color-red{
  color:red!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--vz-heading-color);
  font-family: var(--vz-font-sans-serif);
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* 
  custom font family
*/
@font-face {
  font-family: 'Helvetica';
  font-weight: 200;
  src: url(../fonts/Helvetica/helvetica-light.ttf);
}

@font-face {
  font-family: 'Helvetica';
  font-weight: 300;
  src: url(../fonts/Helvetica/Helvetica.ttf);
}

@font-face {
  font-family: 'Helvetica';
  font-weight: 400;
  src: url(../fonts/Helvetica/Helvetica.ttf);
}

@font-face {
  font-family: 'Helvetica';
  font-weight: 500;
  src: url(../fonts/Helvetica/Helvetica-Bold.ttf);
}

.helvetica-light {
  font-family: "Helvetica", serif;
  font-weight: 300;
  font-style: normal;
}

.helvetica-regular {
  font-family: "Helvetica", serif;
  font-weight: 300;
  font-style: normal;
}

.helvetica-bold {
  font-family: "Helvetica", serif;
  font-weight: 700;
  font-style: normal;
}

/*--------

BUTTONS

--------*/
/* .btn-primary {
  --vz-btn-color: #fff;
  --vz-btn-bg: var(--project-color-primary);
  --vz-btn-border-color: var(--project-color-primary);
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: var(--project-color-main-600);
  --vz-btn-hover-border-color:var(--project-color-main-600);
  --vz-btn-focus-shadow-rgb: 90,140,231;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg:var(--project-color-main-600);
  --vz-btn-active-border-color: var(--project-color-main-600);
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: var(--project-color-primary);
  --vz-btn-disabled-border-color: var(--project-color-primary);
} */

/*

FORMS - SWITCH

*/
/* .form-check-input:checked {
  background-color: var(--project-color-primary);
  border-color: var(--project-color-primary);
} */

/*--------

LOGIN

--------*/
.auth-bg-cover, .auth-one-bg{
    background: url(/assets/images/login-bg.jpg);
    background-position-y: center;
    height: 100%;
}

.auth-one-bg .bg-overlay {
  background: initial;
  background-position-y: center;
  /* background: linear-gradient(to right, var(--project-color-primary), var(--project-color-secondary)); */
  opacity: 1;
}

/* profile */
.profile-setting-img{
  height:90px;
}
.profile-wid-bg::before{
  background: var(--project-color-main-200);
  background: -webkit-gradient(linear,left bottom,left top,from(var(--project-color-main-700)),to(var(--project-color-main-200)));
  background: linear-gradient(to bottom,var(--project-color-main-200),var(--project-color-main-700));
}

/*--------


table custom

--------*/

.gridjs.gridjs-container .gridjs-wrapper{
  border:none;
}
th.gridjs-th{
  padding:1rem 1.5rem 1rem .6rem;
}

td.gridjs-td{
  padding:1.5rem 1.5rem 1.5rem .6rem;
}

/*checkbox*/
.gridjs.gridjs-container .form-check-input{
  left:0;
}
th.gridjs-th .gridjs-th-content {
  display:block;
}
/*max height dropdown*/
.dropdown-menu--maxH{
  max-height:15rem;
  overflow:auto;
}

.gridjs-tr:hover{
  background-color:var(--project-color-faded)!important
}

/*add blink animation*/
.grid-blink-animation{
  animation:quickBlink 1s linear;
}
@keyframes quickBlink{
  from{background-color: var(--dragdrop-select);}
  to{background-color: transparent;}
}
/*--------

attribute adder

--------*/
.attribute__container{
  position:relative;
  /* padding-left:40px; */
  margin-bottom:50px;
}
.attribute__index{
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  padding: 0;
}
.attribute__delete{
  width: 15%;
  text-align: right;
  padding: 0;

}
.attribute__list{
  font-size: 16px;
  font-weight: bold;
  width:10%;

}
.card--productAttr{
  box-shadow: 0 0 6px var(--project-color-primary);
}

.card--productAttr .card-header{
  background-color: var(--project-color-primary);
  color:#fff;
}

/* @media(min-width:1200px){
  .col--productAttr:nth-child(odd){
    padding-left:0;
  }
  .col--productAttr:nth-child(even){
    padding-right:0
  }
} */
/* @media(max-width:1199px){
  .col--productAttr{
    padding:0;
  }
} */
.col--productAttr{
  padding: 25px 30px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
}
.tabs__custom--primary .active:after{
  content:'';
  display:block;
  width:80%;
  height:2px;
  margin-top:10px;
  background-color: var(--vz-link-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: var(--vz-link-color);
  color: #fff; */

}


/*
  color pickr
*/
.pickr .pcr-button{
  padding:0.875rem;
}
.pickr .pcr-button::after, .pickr .pcr-button::before{
  border-radius:20%;
}
.staticColor{
  width: 22px;
  height: 22px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  margin-right:10px;
  box-shadow:0 0 3px #888;
}
/*
blockquote inside class alert-info
*/
.alert-info .blockquote{
  border-color:var(--vz-alert-color)
}

/*
input type date to always show date dropdown on focus
*/
input[type="date"]{
  position:relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
}

/*
order management status timeline
*/

.order-management-status-timeline{
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.omst-item{
  text-align:center;
  padding:0 50px;
  position:relative;
}
.omst-item:before{
  content:'';
  display:block;
  width:40%;
  height:2px;
  background-color: #e9e9e9;
  position:absolute;
  top:10%;
  left:0;
}
.omst-item:after{
  content:'';
  display:block;
  width:40%;
  height:2px;
  background-color: #e9e9e9;
  position:absolute;
  top:10%;
  right:0;
}
.omst-point{
  width:26px;
  height:26px;
  font-size:1.25rem;
  background:white;
  border-radius:50%;
  border:6px solid #e9e9e9;
  margin:0 auto 15px;
  color:white;
}
.omst-item.highlight .omst-point{
  border-color:var(--project-color-primary);
}
.omst-item.highlight:after,
.omst-item.highlight:before{
  background-color: var(--project-color-primary);
}
/* .omst-item.highlight:first-child:after,
.omst-item.highlight:last-child:before{
  background-color: var(--project-color-primary);
} */
.omst-item.highlight:first-child:before,
.omst-item.highlight:last-child:after{
  background-color: #e9e9e9;
}

@media(min-width:1200px){
  .omst-title{
    height:100px;
    max-width:400px;
  }
}
@media(max-width:1199px){
  .order-management-status-timeline{
    flex-direction: column;
  }
  .omst-item{
    width:100%;
    text-align:left;
    padding:0 0 25px 50px;
    
  }
  .omst-point{
    margin:0;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
  }
  .omst-item:before{
    display:none;
  }
  .omst-item:after{
    height:100%;
    width:2px;
    position: absolute;
    left:12.5px;
    z-index:1;
  }
  .omst-item:last-child::after{
    display:none
  }
}

/*
custom accordion
*/

.accordion.transparent{
  background:transparent
}
.accordion.transparent .accordion-button,
.accordion.transparent .accordion-item{
  background:transparent
}

/*
flatpickr label modal
*/
.flatpickr-wrapper{
  display:block
}
.flatpickr-input[disabled]{
  background-color: var(--vz-input-disabled-bg);
}

.customDatePicker {
  background-color: var(--vz-btn-bg)!important;
}

.customDatePicker:hover {
  background-color: var(--vz-btn-hover-bg)!important;
}

.customDatePicker:active,
.customDatePicker.active {
  background-color: var(--vz-btn-active-bg)!important;
}


.pdf-page {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media(max-width:768px){
  #pdf-container {
      overflow: scroll;
      height: 600px;
  }
}

/*
chatbox
*/
.card-chatbox:before{
  content:'';
  display:block;
  width:16px;
  height:16px;
  transform:rotateZ(45deg);
  position:absolute;
  top:12px;
  left:-8px;
  background:var(--vz-light)

}
/*# sourceMappingURL=custom.min.css.map */
.bg-primary-subtle {
  background-color: var(--vz-primary-bg-subtle)!important;
}

.bg-light-subtle {
  background-color: var(--vz-light-bg-subtle)!important;
}

.bg-success-subtle {
  background-color: var(--vz-success-bg-subtle)!important;
}

.bg-secondary-subtle {
  background-color: var(--vz-secondary-bg-subtle)!important;
}

.bg-info-subtle {
  background-color: var(--vz-info-bg-subtle)!important;
}

.bg-warning-subtle {
  background-color: var(--vz-warning-bg-subtle)!important;
}

.bg-danger-subtle {
  background-color: var(--vz-danger-bg-subtle)!important;
}

.bg-dark-subtle {
  background-color: var(--vz-dark-bg-subtle)!important;
}

/*
chart
*/
.chart-thumbnail {
  /* background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  box-shadow: 0 6px 14px #2123440d !important;
  margin-bottom: 25px; */
  cursor: pointer;
  /* width: 180px;
  height: 183px; */
}

.chart-thumbnail.selected {
  background: #fff7e9;
  border: 1.5px solid #cbcbcb;
}

.chart-sample {
  height: 100px;
  text-align: center;
}

.chart-sample img {
  height: 100%;
  
}

.menu-item {
  padding: 13.5px 15px;
  border: 1px solid #1AB4D7;
  border-radius: 8px;
  cursor: pointer;
}

.menu-item .menu-item-title h5 {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  text-align: center;
}

.menu-item:hover {
  background-color: #c6eaff;
}

.menu-item.active {
  background-color: #3EB0F0;
}

.menu-item.active .menu-item-title h5 {
  color: #fff;
}

/* Login Page */
.login-card {
  border-radius: 15px;
}

.login-card .title {
  font-size: 32px;
  font-weight: 500;
  color: #23BBCC;
}

.login-card button {
  background-color: #23BBCC;
  border-color: #23BBCC;
  border-radius: 5px;
}

.login-card button:hover, .login-card button:active {
  background-color: #2fcfe1!important;
  border-color: #2fcfe1!important;
}

/* End Login Page */

/* sidebar */
.sidebar-user {
  padding: 22px 30px 0px 30px;
}

.sidebar-user .user-img {  
  width: 125px;
  margin: auto;
}

/* .sidebar-user .user-img img {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
} */

.sidebar-user .user-panel {
  margin-top: 18px;
}

.sidebar-user .user-panel .user-panel-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.sidebar-user .user-panel .user-panel-list li {
  padding: 5px 10px;
}

.sidebar-user .user-panel .user-panel-list li a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.sidebar-user .user-panel .user-panel-list li a.user-logout {
  color: #EB0000!important;
  clear: both;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user {
  padding: 15px 0px 0px 0px;
  margin: 0!important;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-img {
  width: auto;
  padding: 0 10px;
  margin-bottom: 15px;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel {
  /* display: none; */
  margin-top: 2px;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel>h5 {
  display: none;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel li a>i {
  font-size: 22px;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel li a>span {
  display: none;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel .user-panel-list li {
  position: relative;
  padding: 5px 0px;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel .user-panel-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .625rem 1.5rem;
  color: var(--vz-vertical-menu-item-color-dark);
  font-size: .9375rem;
  /* font-family: Nunito, sans-serif; */
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel .user-panel-list li a i {
  display: inline-block;
  min-width: 1.75rem;
  line-height: inherit;
  text-align: left;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user:hover .user-panel {
  display: block;
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel .user-panel-list li:hover a {
  position: relative;
  width: calc(200px + 70px);
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
  color: #7dccd4;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

[data-layout=vertical][data-sidebar-size=sm] .sidebar-user .user-panel .user-panel-list li:hover a span {
  display: inline-block;
  padding-left: 25px;
}

.seperate-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(224,225,226,0) 0%, rgba(224,225,226,1) 50%, rgba(224,225,226,0.16) 100%);;
}

.navbar-menu .navbar-nav .nav-link,
.navbar-menu .navbar-nav .nav-sm .nav-link {
  font-size: .9375rem;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link:hover {
  color: var(--project-nav-hover);
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .menu-link.active {
  color: var(--project-nav-active);
  background: rgb(35,187,204);
  background: linear-gradient(90deg, rgba(35,187,204,0.35) 0%, rgba(188,249,251,0.1) 25%);
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: var(--project-nav-active);
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-sm .nav-link:before {
    background-color: var(--project-nav-active) !important;
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-sm .nav-link:hover:before {
    background-color: var(--project-nav-active) !important;
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-sm .nav-link:hover {
    color: var(--project-nav-hover)!important;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover>a.menu-link {
  color: var(--project-nav-hover);
  background-color: #fff;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-sm .nav-link.active {
    color: var(--project-nav-active);
}

#page-header-user-dropdown i {
  background-color: #FFC145;
  border-color: #FFC145;
  color: #fff;
}

#page-topbar {
  /* background-color: transparent; */
  background-color: #0F1421;
  border-bottom: 1px solid #D1D5DC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.footer {
  /* position: sticky; */
  left: 270px;
  background-color: #f3f3f9;
}

/* #page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: var(--vz-header-bg);
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
} */
/* end sidebar */

/* login start */
.welcome-img {
    max-width: 85%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.img-container {
    height: 100%;
    padding: 0;
}

.login-card {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Make the card wider */
@media (min-width: 992px) {
    .auth-card-container {
        max-width: 1012px;
        margin-left: auto;
        margin-right: 5%;
    }
}

.auth-page-wrapper {
    position: relative;
    overflow: hidden;
}

.auth-page-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 68%;
    height: 100%;
    background-image: url('/assets/images/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.login-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0rem;
}

.login-form-inner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.login-form-inner .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #91ABCA;
    background-color: transparent;
    box-shadow: none;
}

.login-form-inner .form-control:focus {
    border-color: #23BBCC;
    box-shadow: 0 1px 0 0 #23BBCC;
}

.login-form-inner .form-label {
    color: #666;
    font-weight: 500;
}

.input-icon-container {
    position: relative;
}

.input-icon {
    position: absolute;
    margin-right: 16px;
    right: 0;
    top: 38px; 
    cursor: pointer; 
    font-size: 20px;
}

.password-toggle {
    cursor: pointer;
}

.mobile-logo {
    display: none;
    text-align: center;
    margin-bottom: 2rem;
}

.mobile-logo img {
    max-width: 250px;
    height: auto;
}

.desktop-logo img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 991px) {
    .login-form-inner .btn-primary {
        background-color: #FFB630 !important;
        border-color: #FFB630 !important;
    }
    
    .login-form-inner .btn-primary:hover,
    .login-form-inner .btn-primary:active,
    .login-form-inner .btn-primary:focus {
        background-color: #ffa600 !important;
        border-color: #ffa600 !important;
    }

    .login-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 4rem 2rem;
    }

    .footer {
      left: 0;
    }
    
}

/* login end */

/* reset password start */

.reset-card {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.reset-card button {
  background-color: #23BBCC;
  border-color: #23BBCC;
  border-radius: 5px;
}

.reset-card button:hover, .login-card button:active {
  background-color: #2fcfe1!important;
  border-color: #2fcfe1!important;
}

/* Background image covering 68% of the page */
.auth-page-wrapper {
    position: relative;
    overflow: hidden;
}

.auth-page-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 68%;
    height: 100%;
    background-image: url('/assets/images/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Form styling */
.reset-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.reset-form-inner {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.reset-form-inner .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #91ABCA;
    background-color: transparent;
    box-shadow: none;
}

.reset-form-inner .form-control:focus {
    border-color: #23BBCC;
    box-shadow: 0 1px 0 0 #23BBCC;
}

.reset-form-inner .form-label {
    color: #666;
    font-weight: 500;
}

/* Input icon styling */
.input-icon-container {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 0;
    top: 38px;
    color: #91ABCA;
    cursor: pointer;
}

.password-toggle {
    cursor: pointer;
}

/* Mobile logo styling */
.mobile-logo {
    display: none;
    text-align: center;
    margin-bottom: 2rem;
}

.mobile-logo img {
    max-width: 250px;
    height: auto;
}

.token-validation-container {
    text-align: center;
    padding: 2rem;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    color: #23BBCC;
}

.invalid-token-message {
    color: #dc3545;
    font-size: 1.1rem;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .auth-page-wrapper::before {
        width: 100%;
    }
    
    .mobile-hidden {
        display: none;
    }
    
    .mobile-logo {
        display: block;
    }
    
    .reset-form-inner .btn-success {
        background-color: #FFB630 !important;
        border-color: #FFB630 !important;
    }
    
    .reset-form-inner .btn-success:hover,
    .reset-form-inner .btn-success:active,
    .reset-form-inner .btn-success:focus {
        background-color: #ffa600 !important;
        border-color: #ffa600 !important;
    }
    
    .reset-form-container {
        padding: 4rem 2rem;
    }
}

/* reset password end */

/* profile start */
    .profile-user{
        width: 80px;
        height: 80px;
        border: 6px solid #878a99;
        border-radius: 50%;
    }
    .profile-user > i{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/* profile end */
/* books start */
.year-title {
  font-size: 16px;
  font-weight: 500;
  color: #545C6A;
  margin-bottom: 12px;
}

.year-filter-container {
  font-size: 16px;
  font-weight: 500;
  color: #A6A2A2;
}

.page-title {
  margin-bottom: 2rem;
}

.timeline-filter {
  padding: 3px 13px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.timeline-filter:hover {
  background-color: rgba(35, 187, 204, 0.1);
}

.timeline-filter.active {
  background-color: #23BBCC;
  color: white;
}

#yearSelectDropdown {
  color: #A6A2A2; 
  text-align: center;
  font-weight: bold;
}

#yearSelectDropdown option {
  text-align: center;
}

.filter-scrollbar {
  scrollbar-width: thin; 
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.filter-scrollbar::-webkit-scrollbar {
  height: 2px; 
  width: 2px; 
}

.filter-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.filter-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.filter-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.filter-scrollbar {
  overflow: auto;
}

.filter-scrollbar:not(:hover)::-webkit-scrollbar-thumb {
  background: transparent;
}

.filter-scrollbar:not(:hover) {
  scrollbar-color: transparent transparent;
}

/* books end */
.dashboard-toolbar button.btn-edit,
.dashboard-toolbar button.btn-done,
.btn.btn-back {
  /* border-radius: 10px; */
  border: 1px solid #A6A2A2;
  color: #9B9A9A;
  font-size: 12px;
  padding: 5px 12px;
  min-width: 100px;
}

.dashboard-toolbar button.btn-done {
  background-color: #61C0CE;
  border: 1px solid #61C0CE;
  color: #ffffff;
}

.dashboard-toolbar button.btn-edit:hover,
.btn.btn-back:hover {
  background-color: #f3f3f3;
}

.dashboard-toolbar button.btn-done:hover {
  background-color: #61c0ceb7;
  border: 1px solid #61c0ceb7;
  color: #ffffff;
}

.dashboard-toolbar button.btn-edit i,
.dashboard-toolbar button.btn-done i,
.btn.btn-back i {
  margin-right: 4px;
}

#widgetsModal .modal-body {
  padding: 40px 40px;
}

#widgetsModal .widget {
  position: relative;
  border: 1px solid #D1D5DC;
  border-radius: 10px;
  /* min-height: 200px;
  max-height: 250px; */
  height: 250px;
  user-select: none;
  transition: all 0.2s ease;
  padding: 15px;
}

#widgetsModal .widget.widget-added {
  border: 3px solid #23c52e;
}

#widgetsModal .widget-header {
  display: block;
}

.widget .widget-add,
.widget .widget-check,
.widget-delete {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  cursor: pointer;
  color: #9B9A9A;
  z-index: 2;
}

#widgetsModal .widget.widget.widget-added  .widget-check {
  color: #23c52e;
}

/* .widget-delete {
  color: #ffffff;
  background-color: #9B9A9A;
} */

.widget .widget-content {
  position: relative;
  padding: 15px;
  height: 100%;
  /* overflow: hidden; */
  align-content: center;
}

/* #widgetsModal .widget-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
  z-index: 1;
}

#widgetsModal .widget-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
  z-index: 1;
} */

.widget .widget-content .cash-balance-widget h3,
.widget .widget-content .card-balance-widget h3 {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
}

.widget .widget-content .cash-balance-widget .cash-balance-details,
.widget .widget-content .card-balance-widget .card-balance-details {
  margin-top: 23px;
}

.widget .widget-content .cash-balance-widget .cash-balance-details img,
.widget .widget-content .card-balance-widget .card-balance-details img {
  width: 42px;
}

.widget .widget-content .cash-balance-widget .cash-balance-details .balance-amount,
.widget .widget-content .card-balance-widget .card-balance-details .balance-amount {
  font-size: 22px;
  font-weight: 600;
}

.widget .widget-content .latest-books-widget {
  padding: 15px;
}

.widget .widget-content .latest-books-widget img {
  width: 98px;
}

.widget .widget-content .latest-books-widget h3 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 300;
  color: #2D3748;
}

.widget .widget-content .latest-books-widget p.view-statements {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  color: #9B9A9A;
}

.widget .widget-content .latest-books-widget a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 6px;
  transition: all 0.2s ease;
}

.widget .widget-content .latest-books-widget a:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.widget .widget-content .latest-books-widget a i {
  font-size: 16px;
}

.widget .widget-content .latest-books-widget a.view-book-title {
  margin-top: 16px;
  color: #FFB630;
}

.widget .widget-content .latest-books-widget a.view-previous-title {
  margin-top: 6px;
  color: #23BBCC;
}

.widget .widget-content .next-delivery-widget h3 {
  font-size: 12px;
  font-weight: 300;
}

.widget .widget-content .next-delivery-widget .next-delivery-calendar {
  padding: 10px;
  background-color: #FFB630;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100px;
}

.widget .widget-content .next-delivery-widget .next-delivery-calendar p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.widget .widget-content .next-delivery-widget .book-date {
  font-size: 12px;
  font-weight: 300;
  color: #9B9A9A;
  margin-top: 5px;
}

.widget .widget-content .teams-widget h3 {
  font-size: 20px;
  font-weight: 400;
  color: #2D3748;
}

.widget .widget-content .team-members-list {
  margin-top: 30px;
}

.widget .widget-content .team-members-list .team-member:not(:first-child) {
  margin-top: 30px;
}

.widget .widget-content .team-members-list .team-member .member-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget .widget-content .team-members-list .team-member .member-details .member-info {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.widget .widget-content .team-members-list .team-member .member-details .member-info .member-role {
  color: #6D6969;
}

.widget .widget-content .team-members-list .team-member .member-details a.btn-team {
  background-color: #BCF9FB;
  border-radius: 5px;
  color: #23BBCC;
  padding: 5px 25px;
  font-weight: 300;
  transition: all 0.2s ease;
}

.widget .widget-content .team-members-list .team-member .member-details a.btn-team:hover {
  background-color: #23BBCC;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.grid-stack {
  margin-bottom: 40px;
}

.grid-stack .grid-stack-item-content {
  inset: 10px 5px!important;
  height: calc(100% - 15px);
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #D1D5DC;
  padding: 15px;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
  overflow-x: initial;
  overflow-y: initial;
}

.grid-stack .widget {
  height: 100%;
  overflow: hidden;
}

.grid-stack .widget .widget-header {
  display: none;
}

/* Custom Month Picker Styles */
.month-picker-container {
    position: relative;
    display: inline-block;
}

.month-picker-input {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 16px 8px 12px;
    font-size: 14px;
    min-width: 160px;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.month-picker-input:hover {
    border-color: #4F98FF;
}

.month-picker-input.active {
    border-color: #4F98FF;
    box-shadow: 0 0 0 0.2rem rgba(79, 152, 255, 0.25);
}

.month-picker-input .month-text {
    flex: 1;
    text-align: left;
}

.month-picker-input .dropdown-arrow {
    margin-left: 8px;
    transition: transform 0.2s ease;
    color: #6c757d;
    font-size: 12px;
}

.month-picker-input.active .dropdown-arrow {
    transform: rotate(180deg);
}

.month-picker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    max-height: 300px;
    overflow-y: auto;
    width: 300px;
}

.month-picker-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Desktop Layout */
.month-picker-header {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa;
    width: 100%;
}

.year-navigation {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
}

.year-btn {
    background: none;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    color: #6c757d;
    transition: all 0.2s ease;
}

.year-btn:hover {
    background-color: #e9ecef;
    color: #495057;
}

.year-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.year-display {
    font-weight: 600;
    color: #495057;
    min-width: 60px;
    text-align: center;
}

.months-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    padding: 8px;
}

.month-item {
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
}

.month-item:hover {
    background-color: #f8f9fa;
    color: #4F98FF;
}

.month-item.selected {
    background-color: #4F98FF;
    color: white;
}

.month-item.current {
    background-color: #e3f2fd;
    color: #1976d2;
}

.month-item.selected.current {
    background-color: #4F98FF;
    color: white;
}

/* Mobile Specific Styles */
@media (max-width: 768px) {
    .month-picker-input {
        min-width: 140px;
        font-size: 13px;
        padding: 6px 12px 6px 10px;
    }
    
    .month-picker-header {
        padding: 16px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    
    .year-navigation {
        justify-content: center;
        gap: 20px;
    }
    
    .year-btn {
        padding: 8px 12px;
        font-size: 16px;
        border-radius: 6px;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .year-btn:hover {
        background-color: #e9ecef;
    }
    
    .year-btn i {
        font-size: 18px;
    }
    
    .year-display {
        font-size: 18px;
        font-weight: 700;
        min-width: 80px;
        color: #212529;
    }
    
    .months-grid {
        padding: 12px 8px;
    }
    
    .month-item {
        padding: 14px 8px;
        font-size: 15px;
        border-radius: 6px;
    }
    
    /* Mobile year context - now hidden since we have navigation */
    .mobile-year-context {
        display: none;
    }
}

/* Loading state */
.month-picker-loading .month-picker-input {
    pointer-events: none;
    opacity: 0.7;
}

.month-picker-loading .month-picker-input::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #dee2e6;
    border-top: 2px solid #4F98FF;
    border-radius: 50%;
    animation: spin-month-picker 1s linear infinite;
}

@keyframes spin-month-picker {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* Backdrop for mobile */
.month-picker-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.month-picker-backdrop.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .month-picker-dropdown {
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%) scale(0.9);
        width: 280px;
        max-height: 400px;
        border-radius: 12px;
    }
    
    .month-picker-dropdown.show {
        transform: translate(-50%, -50%) scale(1);
    }
}


@media (min-width: 768px) {
  #page-topbar {
      left: 270px;
  }

  [data-layout=vertical][data-sidebar-size=sm-hover] #page-topbar, [data-layout=vertical][data-sidebar-size=sm] #page-topbar {
      left: 100px;
  }

  .main-content {
    margin-left: 270px;
  }

  [data-layout=vertical][data-sidebar-size=sm] .main-content {
    margin-left: 100px;
  }
}

/* Add responsive adjustments for iPad specifically */
@media (min-width: 768px) and (max-width: 1024px) {
    .login-form-container {
        padding: 3rem 1rem;
    }
    
    .login-form-inner {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .login-form-inner {
        margin: 0 auto 0 1.2rem;
    }
}

.user-img-container {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}

.user-img-container .user-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.user-img-container .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-img-container .user-img-action {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--vz-card-bg);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--vz-card-bg);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.user-img-container .user-img-action a {
    color: var(--vz-primary);
    font-size: 24px;
    line-height: 1;
    display: flex;
}

.sidebar-user .user-panel .user-panel-list li .user-link.active {
    background-color: var(--vz-sidebar-hover-bg);
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 5px 15px;
}

/* Capital Table Page Styles */
.page-wrapper .page-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.blue-btn {
  background-color: #23BBCC;
  border-color: #23BBCC;
  border-radius: 10px;
  color: #ffffff;
}

.blue-btn:hover {
  background-color: #2fcfe1!important;
  border-color: #2fcfe1!important;
  color: #ffffff;
}

.light-blue-btn {
  background-color: #BCF9FB;
  border-color: #BCF9FB;
  border-radius: 10px;
  color: #23BBCC;
}

.light-blue-btn:hover {
  background-color: #d4feff!important;
  border-color: #d4feff!important;
  color: #23BBCC;
}

@media (max-width: 767.98px) {
    #shareholdersTable {
        display: none;
    }
}

@media (min-width: 768px) {
    #shareholdersListMobile {
        display: none;
    }
}

#shareholdersListMobile .card {
    border: 1px solid var(--vz-border-color);
    box-shadow: none;
}

.capital-table-title {
  background-color: #23BBCC;
  border-radius: 10px 10px 0px 0px;
}

.capital-table-title h6 {
  color: #ffffff;
}

.capital-table-title-grey {
  background-color: #f5f5f5;
  border-radius: 10px 10px 0px 0px;
}

.capital-table-list .table-responsive,
.financial-forecast-table-list .table-responsive {
    border-radius: 1rem; /* Apply border-radius from card */
    overflow: hidden; /* Ensures content is clipped to the rounded corners */
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-teal {
  background-color: #23BBCC;
}

.btn-soft-teal {
  background-color: rgba(35, 187, 204, 0.1);
  color: #23BBCC;
}

.btn-soft-teal:active {
  background-color: #23BBCC;
  color: #ffffff;
}

.btn-soft-teal:hover {
  background-color: #23BBCC;
  opacity: 1;
  color: #ffffff;
}

.btn-soft-teal:focus {
  background-color: #23BBCC;
  opacity: 1;
  color: #ffffff;
}

.btn-soft-teal:disabled {
  background-color: #23BBCC;
  opacity: 0.2;
  color: #23BBCC;
}

.btn-soft-teal:disabled:hover {
  background-color: #23BBCC;
  opacity: 0.2;
  color: #23BBCC;
}

.tax-payable-widget ul.list-group-flush > .list-group-item {
    border: unset!important;
}

.tax-payable-widget ul.list-group-flush > .list-group-item:last-child {
  border-top: 2px double #8d8d8d!important;
}

/* stepper */
.steps-responsive {
  overflow-x: auto;
  margin-bottom: 10px;
}

.steps .step {
  display: block;
  width: 150px;
  text-align: center
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  margin-top: 1px;
  background-color: #e1e7ec;
  content: '';
  z-index: 1
}

.steps .step .step-icon-wrap::before {
  left: 0
}

.steps .step .step-icon-wrap::after {
  right: 0
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #C6C6C6;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
  /* color: #374250; */
  /* font-size: 12px; */
  /* line-height: 30px; */
  /* z-index: 5; */
  /* font-family: Ubuntu-bold; */
}

.steps .step .step-title {
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #6F6F6F;
  font-size: 12px;
  font-family: "Lato", serif;
  font-weight: 400;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none
}

.steps .step:last-child .step-icon-wrap::after {
  display: none
}

.steps .step.inprogress .step-icon-wrap::before {
  background-color: #E17F3B;
}

.steps .step.inprogress .step-icon {
  border-color: #E17F3B;
}

.steps .step.inprogress .step-icon::before{
  content: "";
  display: block;
  position: absolute;
  width: 5px; 
  height: 5px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #E17F3B;
  border-radius: 100%;
}

.steps .step.inprogress.first-pending .step-icon-wrap::after {
  background-color: #E17F3B
}

.steps .step.inprogress .step-title {
  color: #E17F3B;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #E17F3B
}

.steps .step.completed .step-icon {
  border-color: #E17F3B;
  background-color: #E17F3B;
  font-size: 28px;
  color: white;
  line-height: 30px
}

.steps .step.completed .step-icon::before{
  content: "\ea41";
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.steps .step.completed .step-title {
  color: #E17F3B;
}

.step-clickable {
  cursor: pointer;
}

.step-clickable:hover {
  opacity: 0.8;
}

.page-subtitle {
  color: #23BBCC;
  font-weight: 600;
  font-size: 1rem;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px; /* rounded corners */
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Checked state */
.custom-checkbox input:checked + label {
  background-color: #4cd964; /* iOS style green */
  border-color: #4cd964;
}

/* White checkmark */
.custom-checkbox input:checked + label::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.forecast-style {
  border-radius: 10px;
}

.forecast-style table {
  /* border: 1px solid #D1D5DC;
  border-radius: 10px;
  border-collapse: initial; */
}

.forecast-style thead {
  border: 1px solid #D1D5DC;
}

.forecast-style thead th {
  background-color: #23BBCC;
  color: #fff;
}


.forecast-style tbody {
  vertical-align: middle;
  border: 1px solid #D1D5DC;
}

.forecast-style .form-control,
.forecast-style .form-select {
  color: #2D3748;
  background-color: #E9E9E9;
  border: 1px solid #E2E7E7;
  border-radius: 10px;
  min-width: 100px;
  /* width: 150px; */
  font-size: 12px;
  font-weight: 600;
  padding: .3rem .9rem;
}

.forecast-style.wages .form-control {
  /* width: 100px; */
}

.sticky-col {
  position: sticky;
  left: 0;
  background: #fff; /* Keeps background solid when scrolling */
  z-index: 1;
  box-shadow: 2px 0 5px rgba(0,0,0,0.05); /* Optional subtle divider */
}

@media (max-width: 768px) {
  .sticky-col textarea {
    min-width: 100px!important;
  }
}

.apply-all-btn {
  transition: all 0.3s ease;
  opacity: 0.6;
  border-radius: 10px;
}
.apply-all-btn:not(:disabled) {
  opacity: 1;
  cursor: pointer;
}
.apply-all-btn:disabled {
  cursor: not-allowed;
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #6c757d !important;
}
.pulse-animation {
  animation: pulse-applytoall 2s infinite;
}
@keyframes pulse-applytoall {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 134, 51, 0.5);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(255, 134, 51, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 134, 51, 0);
  }
}

.form-floating>label {
  color: rgba(var(--vz-body-color-rgb), .65);
}

#fundingContainer .table-responsive,
#debtsContainer .table-responsive {
  overflow: visible !important;
  position: relative;
}

@media (max-width: 991.98px) {
  #fundingContainer .table-responsive,
  #debtsContainer .table-responsive {
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
}

#fundingContainer .month-picker-container,
#debtsContainer .month-picker-container {
  width: 100%;
}

#fundingContainer .month-picker-input,
#debtsContainer .month-picker-input {
  color: #2D3748;
  background-color: #E9E9E9;
  border: 1px solid #E2E7E7;
  border-radius: 10px;
  padding: .3rem .9rem;
  font-size: 12px;
  font-weight: 600;
  min-width: 100px;
  cursor: pointer;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}

/**
 * Custom Goal Form - Milestones Styling
 */

/* Milestones List Container */
#milestonesListContainer {
    max-height: 400px;
    overflow-y: auto;
}

/* Individual Milestone Item */
.milestone-item {
    transition: all 0.3s ease;
    position: relative;
}

.milestone-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Milestone content */
.milestone-item p {
    color: #333;
    font-size: 0.95rem;
}

/* Remove button styling */
.milestone-item .btn-danger {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.milestone-item:hover .btn-danger {
    opacity: 1;
}

/* Scrollbar styling for milestone list */
#milestonesListContainer::-webkit-scrollbar {
    width: 8px;
}

#milestonesListContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#milestonesListContainer::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#milestonesListContainer::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Empty state text */
#milestonesListContainer .text-muted {
    text-align: center;
    padding: 20px;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .milestone-item .row {
        flex-direction: column;
    }
    
    .milestone-item .col-md-2 {
        text-align: left !important;
        margin-top: 10px;
    }
}



@media (min-width: 768px) {
  #financialForecastTableList tr td:first-child,
  #financialForecastTableList tr th:first-child {
    padding-left: 1.5rem!important;
  }

  .createForecastContainer {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
  }
}