#toggleimg{
    margin-top: -5px;}
  .accordion-item input[type="checkbox"] + label::after {
    content: url(https://zbrain.ai/wp-content/uploads/2024/09/Vector-arrow-right.svg);
    display: inline-block;
    width: 15px;
    height: 8px;
  }
  .liveflex{display: flex;
    justify-content: start;
    gap: 10px;
  }
  @font-face {
      font-family: 'Poppins';
      src: url('https://zbrain.ai/fonts/Poppins-Regular.woff2') format('woff2');
  }
  
  .livediv{
    display: flex;
      align-items: center;
      gap: 3px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 16.94px;
      text-align: center;
      color: #23A566;
      justify-content: center;
      margin-bottom: 5px;
      background: #23A56624;
      border-radius: 2px;
      width: 50px;
      height: 20px;
  }
  #results{
    display: flex;
    justify-content: flex-end;
  }
  .searchrecords{
        margin-top: 4px;
      position: absolute;
      width: 345px;
      background: #ffffff;
      max-height: 60vh;
      overflow-y: auto;
      border: 1px solid #D9D9D9;
      border-radius: 6px;
  }
  
  .agentscta{
      background-image: url(https://d1yxnq7en8ekew.cloudfront.net/wp-content/uploads/2024/11/22093828/agentctabg.svg);
      width: 900px;
      height: 225px;
      border-radius: 20px;
      margin: 55px auto;
      padding: 40px 30px;
      color: #fff;
      background-size: cover;
  }
  
  .agentscta h4{
    font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    float: left;
  }
  
  
  .agentscta img{
      width: 155px;
      height: 155px;
      float: right;
      margin-top: -42px;
  }
  
  .agentscta button{
      cursor: pointer;
      float: left;
      width: 132px;
      height: 48px;
      margin-top: 15px;
      border-radius: 40px;
      border: 0px;
      background-color: #1955F8;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
  }
  
  .agentscta button:hover{
      background-color: #123FCC;
  }
  
  .agentscta p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    float: left;
    width: 78%;
  }
  
  .allagentsdes h4 {
      font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: -0.02em;
      color: #131426;
      padding-bottom: 0px;
  }
  
  .allagentsdes p {
      font-family: "Inter", serif;
      line-height: 24px;
      font-size: 15px;
      font-weight: 400;
      color: #000000;
      margin-top: -10px;
  }
  
  .departdecsp{
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    padding: 20px;
    margin-top: 15px;
  }
  
  .departdecsp h4{
      font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: -0.02em;
      color: #131426;
      padding-bottom: 0px;
      margin: 5px 0 22px 0;
  }
  
  .departdecsp p{
     font-family: "Inter", serif;
      line-height: 24px;
      font-size: 15px;
      font-weight: 400;
      color: #000000;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .departdecspnew p{
    -webkit-line-clamp: unset !important;
    overflow: unset !important;
  }
  
  .departdecspnew p span{
    float: left;
    margin-bottom: 20px;
  }
  
  .searchrecords li:hover{background-color: #f5f5f5;}
  .searchrecords li{
  font-family: Poppins;
      line-height: 24px;
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      padding: 10px 15px 10px 15px;
    border-bottom:1px solid #D9D9D9;
  }
  .searchrecords li span{
  display: block;
      color: #848484;
      font-size: 12px;
      line-height: 24px;
      font-weight: 400;
      font-family: poppins;
  }
  .searchrecords::-webkit-scrollbar {
      width: 6px; /* Set the width for the vertical scrollbar */
      height: 6px; /* Set the height for the horizontal scrollbar */
  }
  
  .searchrecords::-webkit-scrollbar-track {
      background: none; /* Track background */
  }
  
  .searchrecords::-webkit-scrollbar-thumb {
      background-color: #B7B7B7; /* Color of the scrollbar thumb */
      border-radius: 100px; /* Roundness of the thumb */
      border: 6px solid #B7B7B7; /* Padding around the thumb */
  }
  
  
  .menu-listing a .workers-list:hover {
      color: #1955F8;
  }
  .process-active-1{
      background-color: #F5F8FF;
      color: #333333;
      padding-left: 10px;
      margin-left: -10px;
      border-left: 4px solid #1955F8;
        display: block;
      max-width: 95%;
  }
  .accordion label a{
    color:#131426 !important;
    min-width:90%;
      }
  .accordion-item input[type="checkbox"]:checked + label::after {
    content: url(https://zbrain.ai/wp-content/uploads/2024/09/Vector-arrow-down.svg);
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: -3px;
  }  
  .sub-item input[type="checkbox"] + label::before {
    content: url(https://zbrain.ai/wp-content/uploads/2024/09/Vector-arrow-right.svg);
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 8px;
  }
    .sub-item input[type="checkbox"]:checked + label::before {
    content: url(https://zbrain.ai/wp-content/uploads/2024/09/Vector-arrow-down.svg);
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: -3px;
  }  
  .sub-item input[type="checkbox"] + label::after {display:none !important;}
  .sub-item input[type="checkbox"]:checked + label::after {display:none !important;}
  .sub-item label{justify-content: flex-start !important;}
  .sub-item ul{padding-left:45px;font-family: Poppins;margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: left;
  color:#333333;}
  .sub-item ul li{font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;}
  .sub-item ul li a{color:#333333 !important;}
  .accordion label {
  color:#131426;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 10px;
  display: flex;
   justify-content: space-between;
  }
  
  .accordion-content, .sub-item ul {
  display: none;
  }
  
  .accordion input[type="checkbox"] {
  display: none;
  }
  .accordion{
      min-height: max-content;
      max-width: 100%;
      z-index: 9999;
    padding-left: 4%;
      padding-right: 4%;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 79px;
    padding-bottom: 15px;
    display: none;
  }
   .filternav {display:flex;align-items:center;justify-content:space-between;    margin: auto;
    max-width: 95%;
  }
  .filternav h3{
  font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
  color:#131426;}
  .filternav p{
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: right;
  color:#1955F8;
  }
  .accordion input[type="checkbox"]:checked ~ .accordion-content,
  .sub-item input[type="checkbox"]:checked ~ ul {
    display: block;
  }
  .crossnav{max-width: 95%;
    margin: auto;
    padding-bottom: 4px;}
  
  .scroll-container {
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    width: 100%;
     /*padding: 0px 25px;*/
  }
  @media (min-width: 1340px){
   .scroll-container {
    position: sticky;
      top: 94px;
    background: #ffffff;z-index: 1;}
    .screen1{height: 85vh;
      position: sticky;
      top: 142px;
      overflow: auto;}}
  .scroll-content {
    display: flex;
   overflow-x: auto;
    scroll-behavior: smooth;
    justify-content:start;
  }
  @media (max-width: 1200px) {.scroll-content {justify-content:flex-start;}}
  .scroll-item {
    min-width: 200px;
    padding: 10px;
    margin-right: 10px;
    background-color: #f0f0f0;
    text-align: center;
    border: 1px solid #ccc;
  }
  
  .scroll-button {
    background-color: #ffffff;
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  
  .left-button {
    position: absolute;
    left: 0;
  height: 96%;
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
  }
  
  .right-button {
    position: absolute;
    right: 0;
  height: 96%;
   box-shadow: -4px 0 8px rgba(94, 102, 214, 0.5);
  }
  #no-results-1{margin-top: 20px;
    height: 300px;
    justify-content: center;
    align-items: center;
    font-size: 18px;}
   
   #no-results{margin-top: 20px;
    height: 300px;
    justify-content: center;
    align-items: center;
    font-size: 18px;}
   .split-screen{display:flex;}
   .screen1{padding: 18px 15px 30px 30px;width:326px;border-right: 1px solid #DEDEDE;height: 85vh;
      position: sticky;
      top: 80px;
      overflow: auto;}
  
  .process-item input[type="checkbox"] {
    display: none;
  }
  .process-item label a{color:#131426 !important;min-width: 80%;}
  .process-item label {
    display: flex;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color:#131426;
  line-height: 24px;
  }
  
  .process-item input[type="checkbox"] + label::before {
    content: url('https://zbrain.ai/wp-content/uploads/2024/09/Vector-arrow-right.svg');
    margin-right: 10px;
  display:inline-block;
  width:15px;
  height:8px;
  }
  
  .process-item input[type="checkbox"]:checked + label::before {
    content: url('https://zbrain.ai/wp-content/uploads/2024/09/Vector-arrow-down.svg');
  display:inline-block;
  width:15px;
  height:8px;
  margin-left:-3px;
  }
  
  .process-submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  
  .process-item input[type="checkbox"]:checked + label + .process-submenu {
    display: block;
  }
  
  .process-submenu li {
    padding-left: 25px;
  }
  
  .process-submenu li a {
    text-decoration: none;
    font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
    display: block;
    padding: 5px 0;
  color:#333333;
  line-height:24px;
  }
  
  .process-submenu li a.process-active {
    background-color: #F5F8FF;
    color: #333333;
    padding-left: 10px;
  margin-left:-10px;
    border-left: 4px solid #1955F8;
  }
   .process-heading h3{
  font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  color:#131426;}
   .card-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    gap: 30px; 
  }
  .card-container-1 {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px;
    gap: 30px; 
  }
  .card-container a{
      height: max-content;
    width: 32%;
   }
   .card-container-1 a{
    height: max-content;
  max-width: 32%;
  }
   @media (max-width: 1825px){.card-container a{
    width: 31.5%;}}
   @media (max-width: 1200px) {.card-container a{
     width: 47%;}}
      @media (max-width: 900px) {.card-container a{
     width: 100%; max-width: 100%;}
     .card-container{flex-wrap:wrap;}
    }
    @media (max-width: 900px) {.card-container-1 a{
      width: 100%; max-width: 100%;}
      .card-container-1{flex-wrap:wrap;}
     }
  .card {
  display:flex;
   border-radius: 8px;
    border: 1px solid #D0D0D0;
  min-height: 195px;
  }
  .card-image {
  justify-content: center;
    display: flex;
  width: 100%;
  height: 100%;
  padding:20px 0px 20px 20px;
  flex:0.5;
  max-width: 85px;
  }
   .card-content{padding:20px;flex:2;}
  .card-content h3 {
  padding-bottom:5px !important;
    font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  font-weight: 500;
  color:#1E1E1E;
  line-height: 24px;
  }
  
  .card-content p {
    font-family: "Inter", serif;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-content-1 p {
    font-family: "Inter", serif;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines to display */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
   
   .screen2{padding:18px 15px 30px 30px;width:100%; min-height: 650px;}
   .store-heading h1{
    font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  color:#131426;
  }
   .store-bar{display: flex;
    align-items: flex-end;
    justify-content: space-between;}
  .search-container {
            display: flex;
            align-items: center;
            border: 1px solid #D9D9D9;
            border-radius: 6px;
            padding: 5px 10px;
            width: 240px;
        }
  
        .search-container input[type="text"] {
            border: none;
            outline: none;
            max-width:198px;
            flex: 1;
            padding: 5px;
            border-radius: 25px;
          font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: -0.02em;
        }
  
        .search-container img {
            width: 20px;
            height: 20px;
        }
   
   
   .menu-listing {
     border-top: 1px solid #DEDEDE;
     border-bottom: 1px solid #DEDEDE;
     white-space: nowrap;
     padding-left: 30px;
     padding-right: 30px;
   }
  
   .workers-content {
     width: 100%;
   }
  
   .workers-list {
     display: inline-block;
     padding: 10px 25px;
     text-align: center;
     white-space: nowrap;
     cursor: pointer;
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     text-align: left;
   }
  
   .menu-listing a {
     color: #000000;
   }
  
   .listactive {
     border-bottom: 2px solid #1955F8;
   }
  
   .menu-listing a .listactive {
     color: #1955F8;
   }
  
   @media (max-width: 768px) {
     .workers-list {
       padding: 8px 15px;
       font-size: 14px;
     }
   }  .card-content span{display:block;color: #848484; font-size: 14px; line-height: 24px; font-weight: 400; font-family: poppins;}
   @media (max-width: 480px) {
     .workers-list {
       padding: 5px 10px;
       font-size: 12px;
     }
   }
   @media (min-width: 700px) {.category-dropdown{display: none;}
   .card-container-mobile{display:none;}}
  @media (max-width: 700px) {
    .searchrecords {
      width: 90%;}
     .menu-listing ,#workers-content {
       display: none !important;}
  .card-container-mobile{display:block;}
  .card-content span{display:block;color: #848484; font-size: 12px; line-height: 24px; font-weight: 400; font-family: poppins;}
  .card-content { padding: 10px; flex: 2;}
  .store-heading{margin-bottom: 22px;display: flex;
    align-items: center;
    justify-content: space-between;}
    .store-heading h1 {line-height:0px}
  .category-dropdown {
    appearance: none; /* Removes default browser styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
     width: calc(100% - 40px); /* Adjust the width considering the margins */
    margin: 0 20px; /* Adds margin to left and right */
    padding: 12px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #131426;
    border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
    background-image: url('https://zbrain.ai/wp-content/uploads/2024/09/Vector-arrow-down.svg'); /* Custom down arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    outline: none;
    cursor: pointer;
    text-align: left;
     display: flex;
  }
  /* Change the background color of the selected option */
  .category-dropdown option:checked {
    background-color: #1955F8 !important;
    color: #fff; /* Text color for contrast */
  }
  .category-dropdown:focus {
    border-color: #1955F8; /* Optional: Add a border highlight on focus */
  }
  .split-screen {
    flex-flow: column;
  }
  .screen1 {
    padding-left: 20px;
    padding-bottom: 15px;
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #DEDEDE;
  }
  .screen2 {
    padding: 15px 20px;}
  .store-bar {
    align-items: normal;
    flex-flow: column;
  }
  .search-container {
    width: 100%;
    justify-content: space-between;
  }
  .card {
    max-width: 100%;
    min-height: auto;
  }
   }
   .card-container a:hover {
     background-color:#f5f5f5;
   }
  .allagentcls{
      width: 84% !important;
      margin: auto !important;
  }
  .allagentcls .card{
    min-height: 190px !important;
  }
  @media screen and (min-width: 1200px) and (max-width: 1407px) {
    .card-container a {width:48%;}
  }

.scroll-content {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.scroll-content::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
@media (min-width: 1590px) {
  .scroll-content {
  justify-content:center !important;}
  #scroll-left, #scroll-right{display:none !important;}
}