@charset "UTF-8";

.wrapper {
  width: 100%;
  min-height: 100vh;
  background: #f7f8fa;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 16px -1p212x rgb(0 0 0 / 20%);
}


.multisteps_form {
  border-radius: 0.625rem;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
}



.question_title h1 {
  color: #2f3146;
      font-size: 2.125rem;
    padding: 2.8rem 3rem;
    font-weight: 700;
}

.question_number span {
      font-size: 12px;
    padding: 0.3rem 1.5rem;
  background: #3b5998;
  border-radius: 4px  !important;
}

.form_items {
  padding: 2rem 0rem 0rem 1rem;
  margin-bottom: 5px;
}
.form_items li {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.form_items li label {
  font-size: 0.9rem;
  color: #636363;
  font-weight: 600;
  cursor: pointer;
}
.form_items li input {
  display: none;
}
.form_items li:before {
  /*content: "";*/
  top: 50%;
  left: 12px;
  font-size: 1.6625rem;
  line-height: 1;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-linear-gradient(#ff512f, #f09719);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: none;
}
.form_items li.active label {
  background: -webkit-linear-gradient(#ff512f, #f09719);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form_items li.active:before {
  display: block;
  z-index: 2;
}
.form_items li.active:after {
  border-color: #f67a22;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.next_btn {
  font-size: 12px;
  font-weight: 700;
  padding: 0.34375rem 1.375rem;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff522f), to(#f09719));
  background: linear-gradient(to right, #ff522f, #f09719);
}
.next_btn:hover {
  color: #000000 !important;
  background: -webkit-gradient(linear, left top, right top, from(#f09719), to(#ff522f));
  background: linear-gradient(to right, #f09719, #ff522f);
}

.prev_btn {
  color: #2f3146;
  font-size: 1.375rem;
  left: 55px;
  bottom: 26px;
  font-weight: 700;
  background: none;
}

body {
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-display: swap;  
}

a,
button,
input {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
a:hover,
button:hover,
input:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes rightLeft {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
/* css animations - end
================================================== */
/* transition - start ============================= */
a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.question_title
{
      font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.question_box {
    border: 1px solid #e9ebec;
    margin: 0 10px;
    position: relative;
    border-radius: 14px;
        margin-top: 10px;
    margin-bottom: 5px;
        padding-top: 25px;
}

.question_box_two {
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    position: relative;
    border-radius: 14px;
    background: #fafbfd;
    margin-bottom: 5px;
}
.cus-form-group .form-label
{
  text-align: left !important;
}
.cus-form-group strong {
  margin-bottom: 5px !important;
  display: block;
}
.form-group.cus-form-group {
  margin-bottom: 10px;
}
.question_number
{
    padding: 0;
    margin: 0;
    position: absolute;
    top: -12px;
    left: 15px;
}

.multisteps_form_panel_two .form-label
{
  font-size: 12px;
  text-align: right;
  width: 20%;
  padding-right: 0;
}

.multisteps_form_panel_two .question_box
{
  padding-top: 20px;
}

.multisteps_form_panel_two .cust-select.form-control
{
  font-size: 12px;
  appearance: auto !important;
}

.multisteps_form_panel_two .form-group
{
  margin-bottom: 5px;
}
.big-row label {
    width: 10% !important;
}
.big-row .big-column {
    width: 87%;
}
.multisteps_form_panel_two .form_items
{
  margin-bottom: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 12px;
    font-weight: 400;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #3b5998;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 1500px) {
  .container {.question_title
    {
      font-size: 16px;
    }
    max-width: 1510px;
  }
}

@media screen and (max-width: 991.98px) {
  .question_title h1 {
    font-size: 3rem;
    padding: 2rem 3rem;
    font-weight: 600;
  }

  .question_number {
    margin-top: 0;
  }
  .question_number span {
    font-size: 0.8rem;
    font-weight: 500;
  }

  .form_items li {
    margin-top: 0.8rem;
  }
  .form_items li label {
    font-size: 1rem;
    font-weight: 700;
  }
  .form_items li:after {
    width: 2.1rem;
    height: 2.1rem;
    left: 12px;
  }
  .form_items li:before {
    left: 19px;
    font-size: 1.2625rem;
  }

  .next_btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.64375rem 3rem;
  }

  .prev_btn {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.98px) {
  
  .multisteps_form {
    max-width: 56rem;
    min-height: 34rem;
    margin: 2.5rem auto;
    background-size: 100% 30%, 100% 18%;
  }

  .question_title h1 {
    font-size: 2rem;
    padding: 1rem 1.5rem;
    font-weight: 500;
    margin-top: 2rem;
  }

  .question_number {
    margin-top: 0rem;
  }
  .question_number span {
    font-size: 0.6rem;
    font-weight: 500;
  }

  .form_items li {
    margin-top: 0.6rem;
  }
  .form_items li label {
    font-size: 0.8rem;
    font-weight: 600;
  }
  .form_items li:after {
    width: 1.9rem;
    height: 1.9rem;
    left: 10px;
  }
  .form_items li:before {
    left: 16px;
    font-size: 1.1625rem;
  }

  .next_btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.64375rem 3rem;
  }

  .prev_btn {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 575.98px) {
  .logo_area {
    text-align: center;
    padding-left: 0rem !important;
  }

  .multisteps_form {
    max-width: 52rem;
    min-height: 31rem;
    margin: 2.5rem auto;
    background-size: 100% 28%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1.7rem;
    margin-top: 1rem;
  }

  .form_items li {
    padding-left: 3.5rem;
    margin-top: 0.4rem;
  }
  .form_items li label {
    font-size: 0.6rem;
    font-weight: 500;
  }
  .form_items li:after {
    width: 1.6rem;
    height: 1.6rem;
    left: 10px;
  }
  .form_items li:before {
    left: 15px;
    font-size: 1rem;
  }

  .next_btn {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.44375rem 2rem;
  }

  .prev_btn {
    font-size: 0.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 409.98px) {
  .multisteps_form {
    min-height: 28rem;
    background-size: 100% 28%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1.5rem;
  }

  .form_items li {
    padding-left: 3.5rem;
    margin-top: 0.2rem;
  }
  .form_items li:after {
    width: 1.4rem;
    height: 1.4rem;
    left: 10px;
  }
  .form_items li:before {
    left: 16px;
    font-size: 0.7rem;
  }

  .next_btn {
    font-size: 0.6rem;
  }

  .prev_btn {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 379.98px) {
  .multisteps_form {
    min-height: 28rem;
    background-size: 100% 25%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 319.98px) {
  .multisteps_form {
    min-height: 28rem;
    background-size: 100% 25%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1rem;
  }

  .form_items li {
    padding-left: 3rem;
  }
  .form_items li label {
    font-size: 0.5rem;
  }
  .form_items li:after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .form_items li:before {
    font-size: 0.6rem;
  }
}


/** old **/
input[type="button"] {
	transition: all .3s;
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 16px;
}

input[type="button"]:not(.active-page) {
	background-color:transparent;
}

.active-page {
	background-color: #405189;
	color :#fff;
}

input[type="button"]:hover:not(.active-page) {
	background-color: #ddd;
}

/*========= DT-23/07-2023 ==============*/
.risk-manage .right-side .dropdown select {
    width: 100%;
}
.risk-manage .question_title {
    padding-left: 10px;
    font-weight: bold;
}
.risk-manage .question_box.hazard-details {
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
}
.risk-manage .question_box.hazard-details input {
    width: 100%;
    padding: 6px;
}

.risk-manage .question_box.hazard-details .question_number .rounded-pill.options{
    background-color: #fff;
    color: #000;
    padding: 0;
}
.risk-manage .question_box.hazard-details small {
    padding-left: 10px;
}
.risk-manage .question_box.hazard-details .double-question {
    padding: 10px 0 0 16px;
}
.risk-manage .question_box.hazard-details .double-question li {
    list-style-type: none;
}
@media only screen and (max-width: 1024px) {
    .multisteps_form_panel_two .form-label,
    .big-row label {
        width: auto !important;
    }
}