.search-icon {
    right: 11px;
    cursor: pointer;
    padding-left: 8px;
    background-color: #fff;
}

.dashboard-custom-select{

    padding: 1px 33px 1px 8px;

    border-radius: 3px;

    border: 1px solid #E7E7E7;

}
/* 
.custom-select{

    padding: 1px 8px;

    border-radius: 3px;

    border: 1px solid #E7E7E7;

    height: 40px;

}

.custom-select:hover{

    border: 1px solid #6100EE;

    box-shadow: 0 0 0 0.25rem #F5F3FD;

}

.custom-select:active{

    border: 1px solid #6100EE;

    box-shadow: 0 0 0 0.25rem #F5F3FD;

}

.custom-select:focus{

    border: 1px solid #6100EE;

    box-shadow: 0 0 0 0.25rem #F5F3FD;

}    */

.custom-select{
    background-color: #fff;
    background-image: url(../Images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 6px;

}
.customer-drop-header{
    width: 160px;
}

.custom-disabled-btn{
    background-color: #E3CFFF !important;
    color: #fff;
    border: none;
    padding: 9px 19px;
}
.custom-cancel-btn{
    background-color: #ffffff !important;
    color: #2C303B;
    border: none;
    padding: 9px 19px;
}
.form-control::placeholder{
    color: #BFBFBF !important;
}
.form-control{
    border: 1px solid #E7E7E7 !important;
}



.custom-dropdown-item:hover
{
  background-color: #F5F3FD !important;
  border-radius: 2px;
}
.custom-dropdown-item:active
{
  background-color: #F5F3FD !important;
  border-radius: 2px;
  color: #2C303B;
}
.upload-btn-wrapper {

    position: relative;

    overflow: hidden;

    display: inline-block;

  }

  .upload-btn-wrapper input[type=file] {

    position: absolute;

    left: 0;

    top: 0;

    opacity: 0;


  }



