/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
/*.stage-position{
  position: sticky !important;
}*/
.highlight-activity {
    background-color: #ffe58a !important;
    font-weight: bold;
    border-left: 4px solid #f0ad4e;
    transition: background-color 0.3s ease;
}

.highlight-switch-owner {
    background-color: #27ceff;
    border-left: 5px solid red;
    font-weight: bold;
}

.highlight {
    background-color: #ffeb3b !important; /* Yellow highlight */
    border-left: 4px solid #ff9800; /* Orange border */
    font-weight: bold;
}

.highlight-category {
    font-weight: bold;
    background-color: #ffeb3b !important; /* Yellow highlight */
    border-left: 4px solid #ff9800; /* Orange border */
}

.back-office-menu-item{
    list-style: none;
    padding: 7px;
    border: 1px solid #697a8d;
    margin: 10px;
    width: 30%;
    text-align: center;
    border-radius: 5px;
}
.sticky-button {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 1000;
}
.sticky-job-button {
    position: fixed;
    top: 0;
    left: 82%;
    z-index: 1000;
}
.fixed-update-btn {
    position: fixed;
    right: 10px; /* Adjusts the distance from the right side */
    bottom: 20px; /* Adjusts the distance from the bottom of the screen */
    z-index: 1000; /* Keeps the button above other content */
}

#submitDealDetails {
    width: auto; /* Optional: set width to auto to adjust to content */
}

.pipeline-detail{
  color: #27CEFF!important;
}
.tooltip-div{
  text-align: left;
  font-size: 12px;
  padding: 0px;
}
.completed{
   background-color: #27CEFF!important;
}
.stage-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0px;
    font-size: 12px;
    /*justify-content: center;*/
}

        .stage {
            background-color: #697a8d52;
            color: #fff;
            padding: 5px 30px;
            border-radius: 5px 0 0 5px;
            position: relative;
            margin-right: 11px;
            margin-bottom: 10px;
            /*z-index: 1;*/
            clip-path: polygon(0 0,calc(100% - 6px) 0,100% 50%,calc(100% - 6px) 100%,0 100%);
        }
      /*  .stage::after {
            content: '';
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 21px solid transparent;
            border-bottom: 22px solid transparent;
            border-left: 10px solid #697a8d52;
            z-index: 2;
        }*/
       /* .completed::after {
            content: '';
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 21px solid transparent;
            border-bottom: 22px solid transparent;
            border-left: 10px solid #27CEFF!important;
            z-index: 2;
        }*/

.selected-job-highlight {
    background-color: #8080802b !important;
    color: #697a8d !important;
}
#searchDeals{
  /*border-radius: 20px!important;*/
  padding-left: 40px;
}
.selected-room-highlight{
  background-color: #8080802b !important;
  color: #697a8d !important;
}
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}
.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-35%);
}
.search-icon svg {
    width: 22px;
    height: 22px;
    color: #555;
}

.company-logo{
      object-fit: contain;
}
.stages-wrapper {
     display: table-cell; /* Use table-cell for inline-block behavior */
    vertical-align: top;
    padding: 0 3px; /* Apply padding instead of margin */
}
.pipeline-row{
  display: table!important;white-space: nowrap;width: 100%;table-layout: fixed;border-collapse: separate;
    border-spacing: 10px;

}
.container-fluid-pipeline{
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
#costing .select2-container{
      width: 200px!important;
}
#costing_table{
  border: 1px solid #aaa;
  margin-top: 20px;
}

#costing_table th{
  border: 1px solid #aaa;
  font-weight: 600;
}
/*.selected-job-highlight {
    background-color: #696cff!important;
    color: #ffffff;
}*/
/* #job_table .form-control{
            width: 100px!important;
    }*/
@media (min-width: 768px){
  .deal-container .col-md-2 {
      flex: 0 0 auto;
      width: 16%;
  }
  .deal-container .col-md-3 {
      flex: 0 0 auto;
      width: 24%;
  }
}
.custom-col {
      flex: 1;
      max-width:13.6%;;
    }
.select-deal{
    /*float: right;
    width: 25%;*/
    margin-bottom: 20px;
}
.integer-input::-webkit-inner-spin-button,
.integer-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.integer-input {
  -moz-appearance: textfield;
}
.margin-btm{
  margin-bottom: 20px;
}
.move-input-field{
  border: none;
  /*width: 80%;*/
}
.move-heading{
  margin-top: 1rem;
}
.move-heading-div{
  border-top: 1px solid #d9dee3;
}
.border-btm{
  border-bottom: 1px solid #d9dee3;
  padding-left: 20px;
  /*margin-right: 30px;*/
  display: flex;
}
.border-left .mb-3{
  border-left: 2px solid #d9dee3;
  margin-bottom: 0px!important;
}
.border-btm label{
  margin: 1rem;
  width: 20%;
}
.border-left{
  /*border-left: 2px solid #d9dee3;*/
}
.move_detail{
    margin-top: 1rem;
}
.deal-person-detail p{
  /*margin: 0!important;*/
}
.stages a{
  color: #566a7f!important;
}
.stages-2 a{
  color: #566a7f!important;
}
.tab {display: none;}
.tab.active {display: block;}
.tab-button{
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.tab-button.active {
    /*border-bottom: 2px solid black;*/
    color: black;
  }
.left-border{border-left: 2px solid #d9dee3;}
.view_deal_detail{
    box-shadow: none;
    /*border: 1px solid #d9dee3;*/
    z-index: 0!important;
}
#no-deals-message{
  color: #f5f5f6;
}
.disappear{
  color: #f5f5f6;
}
.secand-para{
  font-size: 15px;
}
.inner-div{
    display: flex;
    height: 24px;
}
.icon-div{
    height: 10px;
    width: 10px;
    margin-bottom: 10px;
}
.deal-container .row{
  --bs-gutter-x: 0;
}
.deal-container{
    padding-right: 20px!important;
    padding-left: 20px!important;
    /*color: #000;*/
}
.stages{
  background: #f5f5f6;
  /*flex-basis: 100%;*/
  border-radius:  8px;
  padding: 10px;
  margin: 3px;
  width: 150px;
  /*display: inline-block;*/
  vertical-align: top;
  white-space: normal;
  display: table-cell!important;
}
.stages-2{
  background: #f5f5f6;
  /*flex-basis: 100%;*/
  border-radius:  8px;
  padding: 10px;
  margin: 3px;
  width: 150px;
  /*display: inline-block;*/
  vertical-align: top;
  white-space: normal;
  display: table-cell!important;
}
.deal_heading p{
  margin-bottom: 0!important;
}
.deal_heading{
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 3px;
}
.item-form-div-backend label {
    width: 30%;
}
.plus-minus-td {
  text-align: center;
}

.plus-minus-input {
  display: flex;
  align-items: center;
}

.quantity {
  width: 40px;
  text-align: center;
  margin: 0 5px;
}

.plus, .minus {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.plus:hover, .minus:hover {
  background-color: #0056b3;
}

/*.selected-room-highlight{
  background-color: #ff0000;
  color: #ffffff; 
}*/
.btn-selected-room{
    /*width: 70%;*/
    padding: 5px;
    text-align: left;
    margin-left: 15px;
    margin-top: 5px;
    border: 1px solid;
    border-radius: 0px;
}
.red-text{
  color: red;
}
.left-secand-div{
  border-top: 2px solid;
  margin-top:  20px;
}
.item-btns{
  border: 1px solid;
  margin-top: 5px;
}
.selected-room-text{
  padding: 10px;
}
.selected-room-div{
  border: 2px solid;
}
.btn-item{
  /*background: #4dafe9d9;
  color: #fff;*/
  margin: 10px;
}
.mr-top{
  margin-top: 10px;
}
.item-form-div label{
  width: 25%;
}
.category-div{
  border-right: 2px solid;
}
.form-search-div{
  border-left: 2px solid;
}
.mr-bottom{
  margin-bottom: 30px;
}
.category-list{
  border: 1px solid;
  margin-top: 5px;
}
.user-form-section{
  margin-top: 20px;
}
.user-btn{
    background: #4dafe9d9;
    color: #fff;
}
.user-form-heading{
  background: #8080802b;
  color: #000;
  padding: 10px;
}
#btn-add {
    margin-top: 2rem;
}
.remove-part-set{
   margin-top: 2rem;
}
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
