
  
.top-1 {
  top: 1rem; }
  ::selection{
  color: #fff;
  background: #f6570a;
}
.formcontainer{
  width: 100%;
  height:auto;
 border-radius: 5px;

 padding-left:20%;
}

.formcontainer header{
  font-size: 35px;
  font-weight: 600;
  color:#f6570a;
  text-align:center;

}

.formcontainer .form-outer{
  width: 100%;
  overflow: hidden;
}

.formcontainer .form-outer form{
  display: flex;
  width: 400%;
}

.form-outer form .page{
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}

.form-outer form .page .title{

  text-align: left;
  font-size: 20px;
}

.form-outer form .page .field{
  width: 330px;
 height: 45px;
  margin: 45px 0;
  display: flex;
  position: relative;

}

 .title h4 {
 font-size: 18px;
 margin-top:10px;
 padding:15px;
 margin-left:10px;
 line-height: 23px;
 
 color:#f6570a;
 }
 .title p
 {
 padding-left: 35px;  
 color:rgb(255, 255, 255);
 font-size: 15px;
 }
.button-container {
    display: flex;
    justify-content: flex-start; /* Align buttons to the left */
    gap: 20px; /* Add space between buttons */
    margin-left:50px; /* Align the whole container to the right */
}

.button-container a {
    width: 20px;
   
      font-size: 15px !important; /* Force font size change */

    color: white; /* Text color */
    border-radius: 2px; /* Rounded corners */
    display: inline-block; /* Ensure padding and background color are applied correctly */
    text-align: center !important;
}


.button-containers {
   margin-top: -25px;
   
   margin-left:60%;
    gap: 10px; /* Add space between buttons */
}

.button-containers a {
    font-size: 15px !important; /* Force font size change */
    color: white; /* Text color */
    border-radius: 2px; /* Rounded corners */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove underline from links */
}


.title a:first-child {
    margin-left: auto; /* Push the first button to the right */
}



 .progress-container {
display: flex;
 width:90%;
 align-items: center; 

}

.progress-bar-container {
 flex: 1; 

}

.counter-container {
  margin-left: 10px; 

}
    .addbutton {
    margin-top: 20px; 
    margin-left:600px;
}
.add {

    width: 200px; 
    height: 40px; 
    background-color: #f6570a;
    color: white; 
    border: none; 
    border-radius: 5px; 
    font-size: 16px; 
    cursor: pointer;
    transition: background-color 0.3s; 

}

.add:hover {
   background-color: #f6570a; 

}
  .step-content {
      display: none;
   }


  .fa-question-circle{

    width: 25px;
  height: 25px;
 position: relative;
 bottom: 34px;
 left:550px;
 font-size: 25px;
}

 .title h7 {
font-size: 20px;
  font-weight: bold;
  line-height: 28px;
    color:#f6570a;
}

 .form-outer h3 {
	color:#f6570a;
 font-size: 23px;
 font-weight: bold;
  margin-top:10px;
  margin-left:30px;
 line-height: 28px;

}

.container .form-outer h6 {
 font-size: 15px;
font-weight: bold;
 line-height: 13px;

}

 .form-outer p
{
padding-left: 35px;  
}

.container .form-outer p1
{   margin-left:30px;
  padding-left: 35px;  

}
 .modal {
   display: none;
  position: fixed;
  z-index: 1;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 overflow: auto;
 background-color: rgb(255, 128, 0);
 background-color: rgb(255, 128, 0);
 padding-top: 10px;
 }
  .modal-content {

 margin-top:30px;
 margin-left:10px;
  padding: 10px;
 border-radius: 10px;
text-align: start;
 border: 1px solid #888;
  width: 90%;
 }

.sb2-2-2 {
 position: relative;
 overflow: hidden;
  margin-bottom: 15px;

}

.sb2-2-2 ul {
  padding: 0px;
 margin-bottom: 0px;

}

.sb2-2-2 ul li {
  list-style-type: none;
 float: left;
 padding-right: 5px;

}

.sb2-2-2 ul li a {
 color: #495d65;
 vertical-align: middle;

}

.sb2-2-2 ul li a i {
 padding-right: 2px;

}

.active-bre:before {
 content: "/";
 padding: 0 5px;
 color: #333;

}

.my-acc {} .my-acc:hover {
background: #4b5a61 !important;

}

.my-acc:focus {
  background: #4b5a61 !important;

}
  .close {
  color: #030303;
  float: right;
  font-size: 35px;
   font-weight: bold;
  }
.close:hover, 
.close:focus {
    color: #030303;
    text-decoration: none;
     cursor: pointer;
      }
.formfield.btns {
    display: flex;
    justify-content: center; /* This will center the buttons horizontally */
    align-items: center; /* This will center the buttons vertically */
    gap: 10px; /* This adds some space between the buttons */
}

.formfield.btns button {
    width: 140px;
    height: 40px;
    border: none;
    background: #f6570a;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-top:10px;
    font-family: "Times New Roman";
    letter-spacing: 1px;
    transition: 0.5s ease;
}

.formfield.btns button:hover {
    background: rgb(255, 128, 0);
}

.formfield.btns button.prev {
    font-size: 17px;
}

.formfield.btns button.next {
    font-size: 17px;
}

#questionForm{
 background: #ececec;
 max-width: 500px;
 margin: 50px auto;
 padding: 30px 20px;
box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
	}
.edit_form-control {
	text-align: left;
    margin-bottom: 25px;
}
.edit_form-control h1
{
		color:black;
 font-size: 28px;
 font-weight: bold;
  margin-top:5px;
  margin-left:30px;
 line-height: 28px;
}
.edit_form-control label {
display: block;
font-size:20px;
color:#f6570a;
margin-bottom: 10px;
	}

.edit_form-control input,
.edit_form-control select,
.edit_form-control textarea {
	border: 1px solid #888;
    border-radius: 10px;
    background: none;
    font-family: inherit;
    padding: 10px;
	display: block;
	width: 95%;
	height:60px;
	}
  .edit_form-control input[type="radio"],
.edit_form-control input[type="checkbox"] {
	display: inline-block;
	width: auto;
    }
.edit_dbform-control {
	text-align: left;
    margin-bottom: 25px;
}
.edit_dbform-control h1
{
color:black;
 font-size: 28px;
 font-weight: bold;
  margin-top:5px;
  margin-left:30px;
 line-height: 28px;
}
.edit_dbform-control label {
display: block;
font-size:20px;
color:#f6570a;
margin-bottom: 10px;
	}

.edit_dbform-control input,
.edit_dbform-control select,
.edit_dbform-control textarea {
	border: 1px solid #888;
    border-radius: 10px;
    background:none;
    font-family: inherit;
    padding: 10px;
	display: block;
	width: 70%;
	height:60px;
	}
  .edit_dbform-control input[type="radio"],
.edit_dbform-control input[type="checkbox"] {
	display: inline-block;
	width: auto;
    }
.addsubmitbtn {
  padding: 0.6rem 1.3rem;
  width:100px;
  background-image: linear-gradient(125deg, #f6570a, #111111);
 font-family: fantasy, Verdana;
 border: 2px solid #211f1f;
 color: orange;
 text-align:center;
 line-height: 1;
 border-radius: 10px;
 outline: none;
 cursor: pointer;
 transition: 0.3s;
  margin-left:50%;

}

.addsubmitbtn:hover {
background-color: transparent;
color: orange;

}	
