@media screen and (max-width: 480px) {
    .user-select {
        
        right: 55% !important
    }
  }


  @media screen and (max-width: 360px) {
    .user-select {
        
        right: 60% !important
    }
  }
  @media screen and (max-width: 360px) {
    .select2-selection--single{
        
        font-size: 8px!important;
    }
  }

  @media screen and (max-width: 360px) {
    .select2-search .select2-search--inline {
        
        font-size: 9px!important;
    }
  }


  @media screen and (max-width: 480px) {
    .menu {
        
      margin-left: -15px !important;
      width: 1% !important;
    }
  }







  .tab {
    float: left;
    /* border: 1px solid #ccc; */
    background-color: #F0F3F6;
    width: 92% !important;
    height: auto !important;
    padding: 12px !important;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: #F0F3F6;
    color: black;
  
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;

    margin-top: 12px !important;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #fff;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 112%;
    border-left: none;
    height: 200px;
    margin-left: -34px;
  }



/* multi select */

.multiselect-container {
  box-shadow: 0 3px 12px rgba(0,0,0,.175);
  margin: 0;
}
.multiselect-container .checkbox {
  margin: 0;
}
.multiselect-container li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.multiselect-container li a {
  line-height: 25px;
  margin: 0;
  padding:0 35px;
}
.custom-btn {
  width: 100% !important;
}
.custom-btn .btn, .custom-multi {
  text-align: left;
  width: 100% !important;
}
.dropdown-menu > .active > a:hover {
  color:inherit;
}











/* second dropdown*/
 
/* center container in the middle */

 .new{
  flex: 0 0 13.666667% !important;
 }
.container2 {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 175px;
  height: 135px;
  background: #fff;
  /* box-shadow: 5px 5px 15px rgba(186, 126, 126, 0.5); */

  box-shadow: 0 0px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
  border-radius: 10px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
 
   
}
.p1 {
  font-size: 0.6em;
  color: #6c757d;
  letter-spacing: 1px;
  margin-top: -6px;
}

.img1 {
  width: 49px;
  margin-top: 20px;
  margin-left: 12px;
}


.product {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 19%;
  left: 70%;
  font-size: 33px;
}




.pick {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 15px;
}
.pick2{
    margin-top: 1px !important;
}









.mainSearchBar {
  width: 50%;
  margin: 1px auto;
}

/* Bootstrap 4 text input with search icon */








/************** Semantic UI Custom Search **************/
.ui.search {
  margin: 0;
  width: 100%;
  position: relative;
  left: 119px !important;
}
.ui.input {
  width: 100%;
}
.ui.icon.input ::-webkit-input-placeholder {
  color: #16489F;
}
.ui.icon.input :-moz-placeholder {
  color: #16489F;
}
.ui.icon.input ::-moz-placeholder {
  color: #16489F;
}
.ui.icon.input :-ms-input-placeholder {
  color: #16489F;
}
.ui.icon.input > input {
  padding: 7px 30px;
  font-size: .75rem;
  font-weight: 400;
  box-sizing: border-box;
  color: #8a96a0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 20px;
  width: 100%;
  border: 2px solid #f4f6f9;
  background: #eaf1fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui.icon.input > input:focus {
  outline: none;
  background: #ffffff;
  border: 2px solid #8a96a0;
}
 .results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  white-space: normal;
  text-align: left;
  text-transform: none;
  background: #ffff;
  margin-top: .2em;
  width: 18em;
  border-radius: 2px;
  border: 1px solid #d4d4d5;
  z-index: 998;
}
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: black;
  border: none;
}



.ui.category.search > .results.visible {
  border: 1px solid #dedeef;
}
.ui.category.search .results {
  width: 100%;
  z-index: 12000;
  border: 0;
  box-shadow: none;
}
.ui.search > .results > .message .header {
  position: relative;
  background: #de3e3e;
  color: #ffff !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  padding: 3px 10px;
  border-radius: 2px;
}
.search-btn {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0px;
  border-radius: 30px;
  margin: 5px;
  top: 0;
  background: #8a96a0;
}
.search-btn img {
  height: 24px;
}
@media (max-width: 992px) {
  .ui.search {
      max-width: 500px;
      margin: 0 auto 0 auto;
 }
  .ui.icon.input > input {
      padding: 10px 25px;
      font-size: .825rem;
 }
  .search-btn {
      height: 34px;
      width: 34px;
      line-height: 14px;
 }
  .search-btn img {
      height: 18px;
 }
}
@media (max-width: 576px) {
  .ui.search {
      display: none;
 }
}


.ui.category.search .results {
  width: 28em;
}

.form-control-feedback{
  color: #8a96a0;
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 11px;
    font-size: 1rem;
}

/* Category */

.ui.category.search >  .category {
  background: #ffff;
  box-shadow: none;
  border-bottom: 1px solid #efeff7;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ui.category.search > .results .category:last-child {
  border-bottom: none;
}

/* Category Result */

.ui.category.search > .results .category .result {
  background: #ffffff;
  margin-left: 120px;
  border-left: 1px solid #dedeef;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ui.category.search > .results .category .result:last-child {
  border-bottom: none;
}

/* Category Result Name */

.ui.category.search > .results .category > .name {
  width: 696px;
  background: #ffff;
  font-size: .725rem;
  float: left;
  padding: 0.5em 1em;
  font-weight: 600;
  color: #8a96a0;
}


@media screen and (max-width: 600px) {
  .mainSearchBar {
    visibility: hidden;
    clear: both;
    display: none;
  }

  #mobileSearchMenu {    
    display: block !important;
  }
}



/*notification */
 

.nav-item:focus {
  outline: 0
}

 .dropdown {
  position: static
}

 .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: .75rem
}

 .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden
}

 .dropdown-header {
  
  
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff
}

 .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem
}


 .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem
}

 .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem
}

 .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: .75rem;
  width: .75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: .125rem solid #fff
}

 .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem
}

 .dropdown-list .dropdown-item:active {
  background-color: #D9EEFF;
  color: #3a3b45
}

@media (min-width:576px) {
   .dropdown {
      position: relative
  }

   .dropdown .dropdown-menu {
      width: auto;
      right: 0
  }

   .dropdown-list {
      width: 20rem !important
  }

   .dropdown-list .dropdown-item .text-truncate {
      max-width: 13.375rem
  }
}


.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.text-gray-500{
  font-size: 14px!important;
}

.icon-circle {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.dropdown-submenu {
  position: relative;
  margin-left: 15px;
}

.dropdown-submenu .dropdown-menu {
  top:90%;
 width: 208px;
  margin-left: -16rem;
  margin-right: .1rem;
}
.seting{
  white-space: normal;
  padding-top: 1.5rem;
  padding-bottom: .5rem; 
  line-height: 1.3rem;
  margin-left:52px !important;
}
.dropdown-submenu1{
  width: 286px !important;
    display: block;
    left: inherit;
    right: -15px;
    z-index: 999999;
    top: 50px;
}

