.grecaptcha-badge{
	display:none !important;
}


.notifs{
	padding: 20px;
background-color: #f9f9f9;
margin-top: 40px;
box-sizing:border-box;
	font-family: "Poppins", Sans-serif;
    font-size: medium;
    font-weight: 300;
	border-radius: 7px;
	
}
.notifs:empty {
display: none;
}

.notifs span{
text-align: center;
font-weight: 600;
color: #4CAF50;
display: block;
}
.notifs .error{
color: red;
}

.fmci-container *{
	box-sizing:border-box;
	font-family: "Poppins", Sans-serif;
    font-size: medium;
    font-weight: 300;
}
.fmci-container{
	width: 100%;
	max-width: 1400px;
	display: flex;
	margin: auto;
	justify-content: stretch;
	align-items: stretch;
	margin-bottom: 60px;
}
.survey-form{
	width: calc(80% - 50px);
	flex-grow: 1;
}

.el-survey-container{
	overflow: unset !important;
}

.survey-sidebar{
	margin-top: 10px;
	width: 20%;
	background-color: var(--e-global-color-8932007);
	border-radius: 10px;
	position: relative;
	padding: 60px 20px;
	margin-left: 49px;
	
}

.survey-sidebar .sticky-navo ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.survey-sidebar .sticky-navo ul a{
	font-weight: 500;
	color: white;
	padding: 7px 5px 7px 15px;
	margin-bottom: 10px;
	display: block;
	border-radius: 4px;
	transition: all ease-in 0.4s;
}

.survey-sidebar .sticky-navo ul a i{
	font-size: large;
	margin-right: 9px;
}
.survey-sidebar .sticky-navo ul a.srv-focuse{
	color: var(--e-global-color-8932007);
	background-color: white;
}

.survey-sidebar .sticky-navo ul a.srv-focuse i{
	color: var(--e-global-color-989f30c);
}
.survey-sidebar .sticky-navo{
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
    padding: 10px; /* Example padding */
}


.survey-form label,
.survey-form fieldset{
	width:100%;
	color: var(--e-global-color-8932007);;
	font-weight: 500;
}
.survey-form label{
	padding-top: 14px;
	padding-bottom: 7px;
    display: block;
}

.survey-form td label{
    display: inline;
	padding: 0;
}

.survey-form td input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
    bottom: 2px;
    position: relative;
}

.survey-form label .qnb{
	display: inline-block;
    width: 40px;
    padding: 2px 20px 2px 10px;
    background-color: var(--e-global-color-989f30c);
    font-weight: 900;
    margin-right: 5px;
    border-radius: 30px 30px 1px 30px;
}
.survey-form fieldset{
	padding:20px;
	border:1px solid var(--e-global-color-8932007);
	border-radius:6px;
	margin-bottom:50px;
	min-width: unset;
}

.survey-form legend {
  background-color: var(--e-global-color-8932007);
  color: #fff;
  padding: 3px 26px;
	border-radius:30px;
	font-weight:600 !important;
}

.survey-form input,
.survey-form select,
.survey-form textarea{
	min-width:100%;
	max-width:100%;
	min-height:30px;
	color: #111;
	border:1px solid #d7d7d7;
	border-radius:4px;
	outline:none !important;
		padding:4px 12px;
	height:auto;
	max-height:unset;
	margin-top:6px;
	margin-bottom:6px;
	background-color: white;
}

.survey-form table textarea{
max-width: 300px;
}
.survey-form input[type="checkbox"]{
    min-width:unset;
	max-width:unset;
	min-height:20px;
}

.srv-checkbox-columns {
    display: flex;
    justify-content: space-between;
}

.srv-column-2 {
    flex: 1;
    padding: 0 10px;
}


.survey-form table{
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
	margin-top:6px;
	margin-bottom:6px;
	max-width: 100%;
	overflow: hidden;
}

.survey-form th,
.survey-form td{
    border:1px solid #c3c3c3;
    text-align: left;
    padding: 4px 6px;
	font-weight: 700;
}

.survey-form input:disabled,
.survey-form textarea:disabled,
.survey-form select:disabled{
  background-color: #f1f1f1;
  color: white !important;
  opacity: 1;
	border-color:#adadad;
	cursor:not-allowed
}

.survey-loading{
	display: none;
	background-image: url(https://e-survey.ma/wp-content/uploads/2024/06/loading.gif);
    width: 200px;
    height: 50px;
    background-size: cover;
	background-position: center center;
}

.submition-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.numcol{
	width: 150px;
}

.survey-form table input[type="number"]{
	min-width: 100px;
	width: 100%;
}

.survey-form table input[type="radio"],
.survey-form table input[type="checkbox"]{
	accent-color: var(--e-global-color-989f30c);
	min-height: 20px;
}


#fmci_submit{
	background-color: var(--e-global-color-8932007);
    padding: 15px 80px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    font-size: larger;
    color: white;
    letter-spacing: 1px;
	cursor: pointer;
	transition: all ease-in-out .3s;
}
#fmci_submit:hover{
	transform: scale(0.96);
	background-color: var(--e-global-color-989f30c);
}
.enquete-vid,
.enquete-vid *{
	pointer-events: none !important;
}

.enquete-vid{
	position:relative;
}
.enquete-vid::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:transparent;
	opacity: .4;
	position:absolute;
	left:0;
	top:0;
	z-index:9999999;
	pointer-events: none !important;
}


.survey-thanks{
	min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: auto;
}

.survey-thanks p{
    font-weight: 400;
    color: #6b6b6b;
}
.survey-thanks strong{
    font-weight: 600;
    color: #6b6b6b;
}
@media only screen and (max-width: 768px){
	
	.survey-form th,
.survey-form td{
    display: block;
	width: 100%;
	margin-top: -1px;
}


.survey-form th:first-of-type,
.survey-form td:first-of-type{
    margin-top: 0;
}

.survey-form tr{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

}

@media only screen and (max-width: 1300px){

	.survey-form{
		width: 100%;
	}
	
	.survey-sidebar{
		display: none;
	}
}



/* Results */


.survey-results *,
.servey-res-table *{
	box-sizing:border-box;
	font-family: "Poppins", Sans-serif;
    font-size: medium;
    font-weight: 300;
}

.servey-res-table{
	width: 100%;
	max-width: 100%;
	overflow: auto;
	margin: auto;
	
}

.servey-res-table table{
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border:1px solid #c3c3c3;
}

.servey-res-table th{
	border:1px solid #c3c3c3;
	background-color: var(--e-global-color-8932007);
	color: white;
    text-align: left;
    padding: 15px 10px;
	font-weight: 700;
	white-space: nowrap;
}
.servey-res-table td{
    border:1px solid #c3c3c3;
    text-align: left;
    padding: 6px 15px;
	transition: all ease-in-out .2s;
}

.srv-id-td{
	background-color: var(--e-global-color-989f30c);
	color: var(--e-global-color-8932007);
	font-weight: 800;
}
.servey-res-table tr:hover td{
	background-color: #f3f3f3;
}
.srv-preview-btn{
	background-color: #f3f3f3;
    color: var(--e-global-color-8932007);
    display: block;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 0;
    border: none;
    white-space: nowrap;
    font-weight: 500;
	transition: all ease-in-out .2s;
	font-size: smaller;
}
.srv-preview-btn i{
	font-size: smaller;
}
.srv-preview-btn:focus,
.srv-preview-btn:hover{
	color: #fff;
    background-color: var(--e-global-color-8932007);
}



.survey-results .qnb{
	display: inline-block;
    width: 40px;
    padding: 3px 10px;
    background-color: #f2f2f2;
    font-weight: 600;
    margin-right: 5px;
    border-radius: 33px;
}
.survey-results fieldset{
	padding:20px;
	border:1px solid var(--e-global-color-8932007);
	border-radius:6px;
	margin-bottom:50px;
	min-width: unset;
}

.survey-results legend {
  background-color: var(--e-global-color-8932007);
  color: #fff;
  padding: 3px 26px;
	border-radius:30px;
	font-weight:600 !important;
}

.survey-results fieldset > div{
margin-bottom: 15px;
}
.survey-results fieldset div,
.survey-results fieldset div *{
	font-weight: 500;
	color: var(--e-global-color-8932007);
}
.survey-results fieldset > div strong{
font-weight: 300;
color: rgb(56, 56, 56);
}

.survey-results table{
	margin-top: 15px;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.survey-results table td,
.survey-results table th{
	border: 1px solid var(--e-global-color-8932007);
	padding: 5px 15px;
}

.survey-results table th{
	background-color:  var(--e-global-color-8932007);
	color: white;
}
.survey-results table td:first-of-type{
	background-color: #f9f9f9;
    color: rgb(56, 56, 56);
	font-weight: 300;
}

.srv-radio-table td:not(:first-of-type){
	vertical-align: middle;
	text-align: center;
	color: #4CAF50;
}

.survey-results ul{
	margin-top: 15px;
    display: block;
    width: 100%;
}

.modal-header h5{
	color: var(--e-global-color-8932007);
	font-weight: 800;
	font-size: x-larger;
}