
body {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;

}
p {

    line-height: 1.5;
}

/* Helper Class */
:root{
    --orange-color:#ff6900;
    --secondary-color:#201e2c;
    --light-color:#9bb3ba;
    --thin-color:#e1e8ea;
}
.text-right{
    text-align: right;
}
.color-orange{
    color: var(--orange-color);
}
.font-light{
    font-weight: 400;
}

/* End Helper */

.welcomeHeader {
    color: var(--orange-color);
    font-weight: 400;
}
.intro-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
.header-logo{
    padding-right: 30px;
}
.header-logo img{
    max-height: 80px;

}
.top-logo{
    max-height: 60px;
}

.step {
    display: none;
}
.step.active {
    display: block;
}
.step-progress {
    position: relative;
}
.step-progress-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step-progress-list li {
    text-align: center;
    position: relative;
    padding-top: 30px;
    color: #9bb3ba;
    cursor: pointer;
}
.step-progress-list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9bb3ba;
    z-index: 1;
}
.step-progress-list li.active {
    color: #201e2c;
}
.step-progress-list li.active:before {
    background-color: #201e2c;
    border: 4px solid orange;
}
.progress {
    height: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    background-color: #9bb3ba;
}
.progress-bar {
    transition: width 0.3s ease;
    background-color: #201e2c;
}
.error {
    margin-bottom: -30px;
    display: none;
    background: red;
    color: #fff;
    border-radius: 4px;
    padding: 2px 15px;
    font-size: 14px;
}
.error-message {

}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"],
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: unset ;

}

.was-validated .form-control:invalid, 
.form-control.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, 
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.input-mask-error {
    display: none;
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.dropzone.is-invalid{
    border-color: #dc3545;
    background: #ff000012;
}


/* step buttons */
.step-buttons{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step-buttons button{
    border: unset;
    background: unset;
    color: var(--orange-color);
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 25px;
    transition: all 0.3s ease;
    width: 50%;
    cursor: pointer;
}
.step-buttons button:hover,
.step-buttons button:focus,
.step-buttons button:active,
.step-buttons button:visited{
    background:unset;
    color: var(--orange-color);
}
.step-buttons button.btn-next{
    color: var(--orange-color);
    text-align: right;
    text-transform: uppercase;
}
.step-buttons button.btn-prev{
    color: #ccc;
    text-align: left;
    text-transform: uppercase;
}
.step-buttons button.btn-next:hover i{
    margin-right: 10px;
    color: #333;
    transition: all 0.3s ease;
}
.step-buttons button.btn-prev:hover i{
    margin-left: 10px;
    color: var(--orange-color);
    transition: all 0.3s ease;
}

.step-buttons button.btn-next:hover i{
    margin-right: 10px;
    color: #333;
    transition: all 0.3s ease;
}

.btn-primary{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}
.btn-primary:hover{
    background-color: var(--orange-color);
    border-color: var(--orange-color);
    background: var(--orange-color);
}

.btn-orange{
    width: 90%;
    background: var(--orange-color);
    padding: 12px;
    color: var(--thin-color);
    font-size: 18px;
}
.btn-orange:hover{
    background: var(--secondary-color);
    color: var(--light-color);
}

.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .55);
    transform: scale(.85) translateY(3.6rem) translateX(0.15rem) !important;
    padding: 0;
    background: unset;
    transition: ease all 0.3s;
}
.form-floating>.form-select,
.form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown), 
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-select,
.form-control {
    font-size: 18px;
}
.form-floating>.form-control, 
.form-floating>.form-control-plaintext, 
.form-floating>.form-select {
    height: 50px;
    min-height: 50px;
}
.form-floating>label {
    padding: 0.8rem;
    color: #657d87;
}
.form-floating>.form-control-plaintext~label::after, 
.form-floating>.form-control:focus~label::after, 
.form-floating>.form-control:not(:placeholder-shown)~label::after, 
.form-floating>.form-select~label::after {
    content: unset;
    background: unset;
}
.form-check-input:checked{
    background-color: var(--orange-color);
}
.form-group {
    padding-bottom: 18px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select option[disabled] {
  color: var(--light-color); /* Placeholder color */
}
select {
  color: var(--light-color) !important; 
}
select option{
  color: var(--secondary-color) !important; 
}
select.valid-selected {
  color:var(--secondary-color) !important;
}
/* Content CSS */

.label-heading{
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    /* text-transform: uppercase; */
}
.sub-heading{
    font-size: 16px;
    color: #797676;
}
.label-heading span.required{
    color: red;
}

.btn-group-toggle label{
    padding: 7px 10px;
    font-size: 18px;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn-check+.btn:hover,
.btn-group-toggle label:hover{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    transition: all 0.3s ease;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}
.form-check-input[type=radio]{
    /* border-radius: 0px; */
    width: 20px;
    height: 20px;
    border: 3px solid #ffffff;
    outline: 1px solid #c3cfff;
    margin-top: 13px;
}
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: unset;
}

.form-check-toggle{
    border: 1px solid var(--thin-color);
    border-radius: 5px;
    padding-left: 2.2em;
}
.form-check-toggle label {
    font-size: 18px;
    padding: 10px;
    width: 100%;    
    cursor: pointer;
    
}
.form-check-input[type=checkbox]{
    border-radius: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    outline: 1px solid #c3cfff;
    margin-top: 13px;
}

.form-check-box{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 2.2em;
}
.form-check-box label {
    font-size: 18px;
    padding: 10px;
    width: 100%;    
    cursor: pointer;
}
.form-check-box:has(input:checked),
.form-check-toggle:has(input:checked) {
    background-color: var(--thin-color);
    border-color: var(--thin-color);
}

.form-check-agree{
    padding-left: 2.2em;
}
.form-check-agree label {
    font-size: 18px;
    padding: 10px;
    width: 100%;    
    cursor: pointer;
}
.form-caption {
    font-size: 0.875em;
}

.btn-group-toggle input.is-invalid ~ label{
    border-color:red;
}

.remove-incident, .remove-expense{
    width: 25px;
    height: 25px;
    font-size: 12px;
    background: #fff;
    color: var(--orange-color);
    border-radius: 28px;
    margin-bottom: 10px;
    border: 2px solid var(--orange-color);
}
.remove-incident:hover, .remove-expense:hover{
    background: var(--orange-color);
    color: #fff;
}

.policyText{    
}
.policyText h1{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
.policyText p{
    font-size: 16px;
    line-height: 1.5;
}
.policyText ul li{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}



/* Dropzone CSS */
 .dropzone {
    border: 2px dashed var(--secondary-color);
    background-color: var(--thin-color);
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .dropzone .dz-message {
    color: #6c757d;
    font-weight: 500;
  }

  .ui-widget.ui-widget-content{
    z-index: 9999 !important;
  }

  dt{
    font-weight: 400;
    border-bottom: 1px solid var(--thin-color);
    padding: 5px;
    color: #808080;
  }
  dd{
    font-weight: 600;
    border-bottom: 1px solid var(--thin-color);
    padding: 5px;
    font-size: 16px;
    margin-bottom: 0px;
    color: var(--secondary-color);
  }
  .cap{
    text-transform: capitalize;
  }
  #contactName{
    text-transform: capitalize;
    color: var(--orange-color);
    font-weight: 600;
  }

  /* Loader */
  .loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /*Hidden by default*/
}
  .loader {
    border: 8px solid var(--light-color); 
    border-top: 8px solid var(--orange-color); 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 20% auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-links li{
    padding: 0 8px;
    border-right: 1px solid var(--thin-color);
}
.footer-links li:first-child {
    padding-left: 0;
}
.footer-links li:last-child {
    border-right: none;
}
.footer-links li a{
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 600;
}
footer a{
    color: var(--secondary-color);
}

header, footer{
    background-color: var(--thin-color);
}




  /* Media Query */
  @media only screen and (max-width: 767px){

    dt{
        border-bottom: unset;
    }
    .step-buttons button {
        padding: 8px;
    }
  }