/* 
Theme Name: M431_cihd
Theme URI: https://m431.jmnz.ch/
Description: Custom Child Theme For Elementor Hello
Author: Sergio Jimenez
Author URI: https://m431.jmnz.ch/
Template: hello-elementor
Version: 0.0.1
Text Domain: hello-elementor-child
Tags: No tags
*/

/*Custom scrollbar*/

/* width */
body::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #888 !important; 
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555 !important; 
}




/*
    Add your custom styles here
*/
div.currentuser-roles-list-container {
	display: flex;
	text-align: space-around;
	align-content: center;
	width: 100%;
}
div.currentuser-roles-list {
	display: inline-block;
    vertical-align: middle;
    border: solid var(--e-global-color-primary) 1px !important;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;

}


/*Custom form*/

/*-----jet engine from styles reset, including removing the----*/

.custom_mec_req_jet_form ::-webkit-file-upload-button {
  background:var(--e-global-color-5721dca);
  color: var(--e-global-color-primary);
  margin: 5px;
	
	
	
	
  padding: 6px;
  border-radius: 5px!important;
  border: 0;
  border-style: none;
  border-color: var(--e-global-color-6e10ba0)
  cursor: pointer;
  transition: all 0.3s;
}
.custom_mec_req_jet_form ::-webkit-file-upload-button:hover {
  background:var(--e-global-color-1f26fa1);
  color: var(--e-global-color-679a20e);
  border: 0;
  box-shadow: 0 0 7px 0 rgb(150,150,150,0.2);
  cursor: pointer;
}

.custom_mec_req_jet_form .jet-form__field:not(.checkradio-field):not(.range-field){
	background: transparent!important;
}
.custom_mec_req_jet_form  .wp-editor-container textarea .wp-editor-area {
    background: var(--e-global-color-b386fe1);
    
}
    
.custom_mec_req_jet_form .jet-engine-file-upload{
    width: 100%;
	background: #f7f2f2;
	border-radius: 8px;
	padding:5px;
}
.custom_mec_req_jet_form input.jet-form__field.file-field.jet-engine-file-upload__input {
    background: none!important;
    width: 100%!important;
    box-shadow: none!important;
}
.custom_mec_req_jet_form .jet-form__next-page-wrap{
    display: flex!important;
    width: 100%!important;
    justify-content: space-between!important;
}

.custom_mec_req_jet_form .jet-form__next-page-wrap .jet-form__prev-page, .custom_mec_req_jet_form  .custom_mec_req_jet_form  .jet-form__next-page-wrap .jet-form__next-page{
    width: 25%!important;
}
/*Custom submit button*/
.custom_mec_req_jet_form .jet-form-row--submit .jet-form__submit-wrap {
    justify-content: space-between !important;
}