@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 #ffffff;
  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;
  }
}




/* Start from 03/10/2022 */
/*input form 03/10/2022 */




/* close commented backslash hack */

input[type="checkbox"] {
  width: auto;
}

span.validate-tooltip {
  background: #D91717;
  width: 100%;
  display: block;
  padding: 5px;
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: -28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: tooltipanimation 0.3s 1;
  animation: tooltipanimation 0.3s 1;
}
.input-group {
  position: relative;
  margin-bottom: 12px;
}
.input-group label {
  position: absolute;
  top: 9px;
  left: 10px;
  font-size: 10px;
  color: #6c757d;
  font-weight: normal;
  /* padding: 2px 5px; */
  z-index: 5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.input-group input {
  outline: none;
  display: block;
  width: 100%;
  height: 34px !important;
  position: relative;
  z-index: 3;
  border: 1px solid #d9d9d9;
  padding: 10px 10px;
  background: #ffffff;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input-group .lighting {
  background: #4F6CDB;
  width: 0;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 33px;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.input-group.focused .lighting {
  width: 100%;
}
.input-group.focused label {
  background: #fff;
  font-size: 12px;
  top: -10px;
  left: 5px;
  color: #4F6CDB;
}
.input-group span.validate-tooltip {
  margin-top: 0;
}

 .inner-warpper {
  padding: 50px 30px 60px;
  box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.063);
}
 .title {
  margin-top: 0;
}
 .supporter {
  margin-top: 10px;
  font-size: 14px;
  color: #8E8E8E;
  cursor: pointer;
}
 .remember-me {
  cursor: pointer;
}
 input[type="checkbox"] {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  cursor: pointer;
}
 label[for="rememberMe"] {
  cursor: pointer;
}
 .signup-wrapper {
  padding: 10px;
  font-size: 14px;
  background: #EBEAEA;
}
 .signup-wrapper a {
  text-decoration: none;
  color: #7F7F7F;
}
 .signup-wrapper a:hover {
  text-decoration: underline;
}
@-webkit-keyframes tooltipanimation {
  from {
    margin-top: -28px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes tooltipanimation {
  from {
    margin-top: -28px;
  }
  to {
    margin-top: 0;
  }
}
.direction {
  width: 200px;
  position: fixed;
  top: 120px;
  left: 20px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  background: #9365B8;
  padding: 10px;
  color: #fff;
}
@media (max-width: 480px) {
  .direction {
    position: static;
  }
}


/* filter*/

.container1{
  width: 100%;
  margin: -16px;
  overflow:hidden;
  
  height: 300px;
  margin-top: -16px;
  max-width: 800px
  
}
.tab-cont{
  float: left;
  width: 30%;
  background-color: #F0F3F6;
  height: 100%;
  text-align: center;
 
}
.tab-cont button{
  width: 100%;
  background-color: inherit;
  padding: 18px;
  font-size: 16px;
  font-weight: 400;
}
.tab-cont button:hover{
  background-color: #ccc;
}
.tab-content{
  
  height: 100%;
  float: left;
  padding: 20px;
  width: 70%;
  animation: anime 1s ;
  margin-top:-31px;
  line-height:20px;

}
.but{
  line-height: 2.2;
}

.tab-content h2{
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 10px 0;
  
}
.tab-content p{
  font-weight: 100;
  color: #666;
  margin-top: 20px
}
.tab-cont .but.active{
  background-color: #ffffff;
  line-height: 37px;
}
@keyframes anime {
  from{opacity: 0}
  to{opacity: 1}
}

/*search input */




.bar{
  
  width:375px;
 

  border-bottom: 1px solid #CCC;
}


.keyword{
  height:45px;
  border:none;
  width:259px;
  font-size:16px;
  outline: none;
  
}
.voice{
  height:20px;
  position:relative;
  top:5px;
  left:10px;
}
.item{
   list-style-type: none;
}

.playlist-name{
  margin-left: -36px;
}




/*email css */


.main-section {
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 30%);
}





.messege-right h1 {
  font-size: 18px;
}

.message-box-icon i {
  padding: 0px 3px;
}

.message-box-input .form-control {
  border-radius: unset;
  box-shadow: none;
}

.message-box-last-content {
  margin-top: -20px;
  border-top: 2px solid #E5E5E5;
  background-color: #f5f5f5;
  width: 100%;
}

.message-box-last-content i {
  color: #404040;
  padding: 0px 5px;
}














/*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;
}








/*fuulscreen*/

.card.expanded {
  transform: scale(1.2);
  z-index: 999999;
}

#expanding-cards {
  position: absolute;
  width: 100%;
  
  margin: 0 auto;


  
}




