/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


#welcome-container{
  max-width: 1200px;
 /* background-image: url('/tmp/assets/45f58ed6/ayseunluce.png') !important; */
  background-repeat: no-repeat;
  background-position: top right;
 /* background-size: 30%; /* 300px; */ */
}

#welcome-container .survey-name {
	font-size: 0px;
}

#welcome-container .ls-move-next-btn{
	color:red;
}

#survey-nav .navbar-toggler .ri-more-fill {
    font-size: 0;
}
.survey-welcome {
  max-width: 96%; /* 800px; */
}

.ls-logo {
  width: 0%;
}

.ls-move-next-btn{
	background-color: #1f428a ;
	border-color:#1f428a ;
}

.ls-move-next-btn:hover{
	background-color: #039fab ;
	border-color:#039fab ;
}

.group-title{
	font-size:32px !important;
	margin-top: 5px !important;
}

.top-container{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.space-col {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

.ls-label-question span{
	font-size:22px !important;
	font-family: "IBMPlexSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.asterisk{
	width:0px !important;
	color:#ffffff !important;
}
.img-fluid{
	width: 30%;
  /* background-image: url('/tmp/assets/45f58ed6/ebblogo.png') !important; */
}
.answer-item input[type="radio"], .answer-item input[type="checkbox"]{
	 color: #000 !important;
}
.radio-item input[type="radio"] + input, .answer-item input[type="checkbox"] + input {
  color: #000 !important;
}
.radio-item input[type="radio"] + label, .checkbox-item input[type="checkbox"] + label {
  color: #000 !important;
}
.radio-item input[type="radio"]:checked + label, .checkbox-item  input[type="checkbox"]:checked + label {
  color: #14AE5C !important;
}
.btn-check + .btn {
  color: #000 !important;
  background-color: #ffffff;
  border: 2px solid #000;
}
.btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary {
  color: #ffffff !important;
}
.ls-answers .ls-heading th, .ls-answers th {
  color: #000 !important;
}
.radio-item label::before {
  border: 2px solid #000 !important; 
}
.checkbox-item label::before {
  border: 2px solid #000 !important; 
}

.h3{
	font-size: 36px;
  /*	background-image: url('/tmp/assets/45f58ed6/ebblogo.png') !important; */
}
#surveyListFooter {
	font-size:12px;
}
#surveyListFooter .img-fluid{
	height: 30px;
	width: auto;
}