.wrapper{
    min-height: 92vh;
}

.filter-content{max-height:200px;overflow:auto;}
.failed_link{color: red!important;}
.main-item .company-logo img {
    margin: 0px 0 !important;
}
label.custom-width{
    width: 100%!important;
}
/* .form-control {
    padding: 0px 10px!important;
    height: 40px!important;
} */
.checkbox-circle input{
    margin-top: 5px;
    margin-right: 5px;
}
.checkbox-circle label{
    padding-right: 3px!important;
}

.checkbox-circle{
    display: flex;
    overflow-x: hidden;
}
.ui-autocomplete{
    margin: 4px 0px 0px 24px!important;
    max-height: 300px;
    overflow: auto;    overflow-x: hidden;
}
li.ui-menu-item a{
    display: inline-block;
    width: 100%;
}
/* #company_search
{
    padding-left: 20px!important;
} */
/* .dashboard-nav{
    margin-top: 30px!important;
} */
.bulk-upload-div{
    padding: 20px;
}
.bulk-header{
    display: flex;
    justify-content: space-between;
}
.error{
    color: red!important;
    text-align: left;
    float: left;
}
#user_list img{
    width: 30px;
    height: 30px;
}

.table-head th{
    background-color: #2b3a4a;
    color: white;
}

.dashboard-list .breadcrumbs li a{
    color:red!important;
}

.dashboard-list .breadcrumbs{
    padding:10px 10px;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 0;
    list-style: none;
    background-color: transparent; margin-bottom: 0;
  }

  /* Display list items side by side */
  ul.breadcrumb li {
    display: flex;
    font-size: 13px;
  }
  ul.breadcrumb li:last-child {
    color: #ff720b; font-weight: 600;
  }

  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    font-family: 'Font Awesome 6 Free';
    /* padding:0 8px; */
    margin: 0 6px;
    color: #9b9b9b;
    /* content: "/\00a0"; */
    /* content: '\f054';    font-size: 11px;line-height: 20px; */
    content: '\f054';
    width: 10px;
    height: 2px;
    font-weight: 600;
    /* font-weight: normal; */
  }

  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    /* color: #0275d8; */
    text-decoration: none;
  }

  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #0275d8;
    text-decoration: underline;
  }

  .dashboard-inner li.active {
      background-color: #ff720b;

  }

  .dashboard-inner li.active a {
    color: black;
    font-weight: 600;
  }

  .sweet-alert button.confirm{
      background-color: #ff720b!important;
  }

  .ui-sortable-helper{
      width: 100%!important;
  }

.prod-img{
    text-align: left;
}

.prod-img img{
    margin: 0px 10px;
    width:150px;
    height:150px;
}

.product-heading{
    text-align:center;
    padding: 10px 0px;
    color: #ff720b;
}
.no-list-style li.active{
    /* background: #ff720b;
    color: #fff;border-radius: 5px; */
    border-bottom: 2px solid #ff720b;
}
.no-list-style li.active a{
    color: #ff720b;
}
.dynamic_page{
    text-align: left;
    margin: 10px 0px;
}

.dynamic_page p{
    padding:10px 0px;
}
.listsearch-input-item .nice-select-search-box input[type=text]{
    padding: 0px 0px 0px 25px !important;
}


.parallax-section .section-title h1 {
     font-size: 32px;
}
.section-title h1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    position: relative;
}
.ui-autocomplete{
   z-index: 99;
   position: absolute;
   cursor: default;
   top: 44%;
   left: 23%;
}

.btn-xs{padding: 0.275rem .55rem;
    font-size: 0.8rem;}

    .textPrimary{color:#ff720b}

    .ui-autocomplete { text-align: left;}
    @media only screen and (max-width:1280px){
        .ui-autocomplete {
            z-index: 99;
            position: absolute;
            cursor: default;
            top: 72%;
            left: 10%;
        }
        }
        @media (max-width:991px){
        .ui-autocomplete {
            top: 39%;
            left: 3%;
        }

        }
        @media (max-width:767px){
        .ui-autocomplete {
            top: 44%;
            left: 3%;
        }
        ul.breadcrumb li{ font-size: 13px;}
        .backBtn{font-size: 12px;}
        }
        @media (max-width:640px){
        .ui-autocomplete {
            top: 73%;
            left: 2%;
        }
        }
        @media (max-width:480px){
        .ui-autocomplete {
            top: 49%;
            left: 0;
        }
        }
        @media (max-width:360px){
        .ui-autocomplete {
            top: 67%;
            left: 0%;
        }
        }