body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    background-color: #F9F9F9;
  }

  .sidebar {
    position: absolute;
    top:auto !important;
    left: 0%;
    height:100%;
    width: 300px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .cat_drop{
    position: relative; /* Ensures the dropdown menu is correctly positioned */
}
.cat_drop2{
    z-index: 1050; /* Bootstrap default for dropdowns; increase if needed */
    position: absolute; /* Ensure proper stacking */
}



@media(max-width:900px){
  .sidebar{

  top: auto !important;
  }
}
  @media (min-width:992px) and (max-width:1024px) {

    .sidebar {
      position: absolute;
      left: -3% !important;

      top: auto !important;
      width: 256px;
      background-color: #ffffff;
      transition: all 0.3s ease;
      z-index: 1000;
    }
  }

  .acc_my{
    --bs-accordion-bg: #0000 !important;
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #0000;
    box-shadow: none !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.accordion-button:not(.collapsed) {
    border: 0px !important;
    background-color: #ffffff00 !important;
    box-shadow: none !important;
}
  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sidebar ul li {
    padding: 15px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s;
    color:#606060;
    font-size: 18px;
    font-weight: 500;
    fill:#606060c4;
  }

  .sidebar ul li:hover, .menu-item.active {
    color:#027F73;
    fill:#027F73;
  }
  .sidebar ul li:hover, .menu-item.active1 {
    color:#027F73;
    fill:#027F73;
  }
  .icon_side.active , .icon_side:hover{
    fill:#027F73;
  }
  .sidebar ul li img {
    margin-right: 10px;
  }

  .close-btn {
    font-size: 30px;
    margin: 10px;
    cursor: pointer;
    background: none;
    border: none;
    display: none; /* Initially hidden, only for mobile */
  }

  .content {
    transition: all 0.3s ease;
    padding-left:23%;
  }
  .content-art {
    transition: all 0.3s ease;
    padding-left:24%;
  }
  .content-bank{
    transition: all 0.3s ease;
    padding-left:24%;
  }
  .content-approver{
    transition: all 0.3s ease;
    padding-left:24%;
  }

  .open-btn {
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    display: none; /* Hidden on desktop */
  }

 a{
  text-decoration: none;
  color:none !important;
 }

 @media (max-width:768px){
  .second-nav{
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
 }

  @media (max-width: 991px) {
    .sidebar {
      width: 0;
      overflow-x: hidden;
      position: fixed;
      top: auto;
      left: 0%;
      width:300px !important;
    }
    .content {
      padding-left: 0 !important;
    }
    .open-btn {
      display: block; /* Show the toggle button in mobile */
      margin: 10px;
    }
    .close-btn {
      display: block; /* Show the close button in mobile */
    }


    .sidebar.closed {
      transform: translateX(-100%); /* Sidebar is hidden off-screen */
    }

    .sidebar.open {
      transform: translateX(0); /* Sidebar is visible */
    }

    .toggle-btn, .close-btn {
      font-size: 30px;
      cursor: pointer;
      margin: 10px;
    }

    .close-btn {
      display: none;
    }

    .sidebar.open .close-btn {
      display: block;
    }

    /* Styles for the open button outside of sidebar */
    .open-btn {
      font-size: 30px;
      cursor: pointer;
      margin: 10px;
      background: none;
      border: none;
      color:#000  !important;
    }

  }

  .dimmed {
    overflow: hidden;
  }


  /* changes */
.side_head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .acc_head{
    color:#404040;
    font-size: 32px;
    font-weight:600;
  }
  .add_img{
    height:22px;
    object-fit: contain;
  }
  .add_acc{
    background: #D6F2EF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border:1px solid #D6F2EF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#027F73;
    font-size: 16px;
  }
  .icon_side{
    height:22px;
    width:22px;
  }
  .icon_side_1{
    height:20px;
    width:19px;
  }
  .accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: unset !important;
}
.edit_side{
    font-size: 16px !important;
}

.menu-item {
    color: #606060; /* Default text color */
}

.menu-item .icon_side,
.menu-item .icon_side_1 {
    fill: #606060; /* Default icon color */
}

/* Hover effect for both text and icon */
.menu-item:hover {
    color: #027F73; /* Change text color on hover */
}

.menu-item:hover .icon_side,
.menu-item:hover .icon_side_1 {
    fill: #027F73; /* Change icon color on hover */
}

/* Active text and icon color (when clicked) */
.active-item {
    color: #027F73 !important;
}

.menu-item.active-item .icon_side,
.menu-item.active-item .icon_side_1 {
    fill: #027F73 !important;
}
.demo{
  display: none;
}

/* content */
.prof_name{
  display: flex;
}
.prof_name h5{
  color:#027F73;
  font-size: 28px;
  font-weight: 500;
}
.prof_name p{
  color:#FF6F00;
  font-size: 15px;
}

.form-left {
  display: flex;
  flex-direction: column;
}

#search-wrapper1 {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  width:100%;
  height: 49px;
  border:1px solid #8B9491 !important;
  background-color: none !important;

}
.label-text{
  color:#787878;
  font-size: 17px;
}
.name-company.active {
  border:1px #0000 !important;
}
input.id {
  border: none !important;
}

input:focus {
  border: unset !important;
  box-shadow: unset !important;
  outline: unset !important;
}

.name-company {
  width: 100%;
  height: 49px;
  font-size: 21px;
  font-weight: 500;
  border:0px 1px 1px 1px solid #8B9491 !important;
  background-color:#0000 !important;
  color: #3A3A3A !important;
}
.name-company::-webkit-input-placeholder {
  color: #3A3A3A !important;
}

.name-company::placeholder {
  color: #3A3A3A;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.svg_icon{
  width:20px;
  height:20px;
}
.prof_card img{
  /* height:170px; */
  object-fit: contain;
}

.edit-img img {
  width: 40px;
  height: 40px;
}
.id_card{
  width:45%;
background: #FFF3E9 0% 0% no-repeat padding-box;
border: 1px dashed #FF6F00;
border-radius: 12px;
}
.id_card{
  display: flex;
  align-items: center;
  justify-content: center;
}
.id_card img{
  width:29px;
  height:29px;
  object-fit: contain;
}
.profile_overall{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.id_card h6{
  color:#FF6F00;
  font-size: 18px;
  font-weight: 600;
}
.add_head{
  color:#404040;
  font-size: 20px;
  font-weight: 600;
}
.add_art_card{
  background: #E1F8F5 0% 0% no-repeat padding-box;
  border-radius: 12px;
  height:auto;
  position: relative;
  display: flex;

}
.add_art_img img{
  height:40px;
  width: 40px;
  object-fit: contain;
}
.add_art_text h6{
  color:#3A3A3A;
  font-size: 21px;
  height: 70px;
  font-weight: 500;
  overflow-y: auto;
  scrollbar-width: none;
}
.edit_close{
  position: absolute;
  top:3%;
  right:2%;
}
.edit_close img{
  height:30px;
  object-fit: contain;
}
.add_artss{
  color:#FF5700;
  font-weight: 600;;
}
.arts_add_{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -5%;
}


/* 11thscreen */

.eleven_card{
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 12px #D2D2D229;
border: 1px solid #ABABAB;
border-radius: 14px;
opacity: 1;
/* width:250px; */

}
.eleven_cars_text h6{
  font-size: 17px;
  color:#03142E;
}
.rate_share{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share_btn {
  color:#969696;
}
.buy_cart{
  background: #FED400 0% 0% no-repeat padding-box;
border-radius: 100px;
border:1px solid #FED400;
font-size: 13PX;
color:#111111;
}
.add_buy_cart{
  background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius: 100px;
font-size: 13px;
color:#111111;

}
.add_cart{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fas {
  color: rgb(255, 80, 145);
}

.heart {
	cursor: pointer;
}

.pulse {
	animation: pulse .5s;
}

@keyframes pulse {
	0% {transform: scale(1); }
	100% {transform: scale(1);}
	100% {transform: scale(1);}
}
.eleven_card_img{
  position: relative;
}

  .heart_like{
    position: absolute;
    top: 4% !important;
    right:2% !important;





}
.hearts{
  font-size: 20px;
}

@media(max-width:600px){
  .eleven_card{
    margin-top: 15px !important;
  }
  .sidebar{
    top: 0% !important;
    height: 100% !important;
}
}

@media(min-width:992px) and (max-width:1100px){
   .content{
    padding-left: 24%;
   }
}

@media(min-width:1025px) and (max-width:1150px){
  .content{
    padding-left: 31%;
   }
}

@media(min-width:1101px) and (max-width:1200px){
  .content{
    padding-left: 27%;
  }
}

@media(min-width:1201px) and (max-width:1400px){
  .content{
    padding-left: 24%;
  }
}

.tracking-step.rejected .circle {
  background-color: #FF4D4D;
  border-color: #FF4D4D;
  color: white; /* Make the X visible */
  font-weight: bold;
  content: 'X'; /* Optional fallback if dynamic text is used */
}

.tracking-step.rejected .circle::after {
  content: 'X';
  position: absolute;
  color: white;
}

.tracking-step.rejected .step-label {
  color: #FF4D4D;
  font-weight: bold;
}
.pipe.rejected {
  background-color: #FF4D4D;
}

