.user-img-radious-style {
    border-radius: 14px;
    box-shadow: 4px 3px 6px 0 rgb(0 0 0 / 20%);
}


/**
** Company left menu name
*/
.main-sidebar .sidebar-brand {
    line-height: 1 !important;
    padding: 15px 10px 10px 10px;
    height: auto !important;
}


.fs-12{
  font-size: 12px !important;
}


.cursor {
  cursor: pointer;
}

textarea.form-control {
    height: 150px !important;
}

.button-add-sub-elements{
  color: #6677ef;
    font-size: 17px;
}

/*
  *** bootstrap-select modifications
*/
.form-control:not(.form-control-sm):not(.form-control-lg){
    font-size: 14px;
    padding: 0px; 
    height: 42px;
}
.btn-light, .btn-light.disabled {
    box-shadow: none !important;
    background-color: #ffffff !important; 
    border-color: #e4e6fc !important; 
    color: #4b4e6f !important; 
    padding: 8px !important; 

    font-size: 14px !important;
    font-weight: unset !important;

}
.form-group input  {
      padding: 10px 15px !important;
}
.form-group textarea  {
      padding: 10px 15px !important;
}
/*
  *** End bootstrap-select modifications
*/




/*
  *** Profile input color
*/

input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  height: 50px;
  padding: 0px !important;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}


/*
  *** sweet custom buttons 
*/


  .sweet-success{
   background-color: #30ba99;
   #or anything you wanna do with the button
  }

  .sweet-purple{
   background-color: #6777ef;
   #or anything you wanna do with the button
  }





/*::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
::-webkit-scrollbar-thumb {
  background: #6777ef; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6777ef; 
}*/



/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
