body {
  font-family: Poppins, sans-serif;
  flex-direction: column;
  min-height: 100vh;
}





input:focus,
button:focus,
.form-control:focus,
.btn:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #d5d5d5;
}

.naxa-extralight {
  font-family: Nexa-ExtraLight, sans-serif;
}

.naxa-bold {
  font-family: Naxa, sans-serif;
}


input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.custom-display-6 {
  font-size: 3rem;
}

.custom-font-size-1 {
  font-size: 0.9rem;
}

.custom-font-size-1 span {
  line-height: 1.2rem;
}

.btn-login {
  background: linear-gradient(268.05deg, #ff8f28 1%, #ff2d5d 99.34%);
  font-size: 16px;
}

.btn-location {
  background: #f1f1f1;
  font-size: 16px;
}

.text-gradient {
  background: linear-gradient(268.05deg, #ff8f28 1%, #ff2d5d 99.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.card-gradient {
  background: linear-gradient(268.05deg, #ff8f28 1%, #ff2d5d 99.34%);
}

.btn-gradient {
  background: linear-gradient(105deg, #ff8f28 1%, #ff2d5d 99.34%);
}

.invoice-search-input {
  position: relative;
  transform: translateY(-28%);
  z-index: 9;
  background: #ffff;
  border-radius: 36px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.half,
.half .container > .row {
  height: 100vh;
}

.half .contents,
.half .bg {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half .bg {
    height: 100px;
  }
  .rightImage {
    background-image: none !important;
    display: none;
  }
  .half,
  .half .container > .row {
    height: 100%;
  }
}

@media (max-width: 1199.98px) {
  .half .contents,
  .half .bg {
    width: 100%;
  }
}

.half .bg {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.select2-selection__rendered {
  font-size: 16px !important;
}

/*====*/

.ewad-bg-sec {
  background-image: url("/web/images/icons/mobile-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 109px;
}
.search-sec {
  background: #000000;
  border-radius: 16px !important;
  .col input {
    background: #000000;
  }
}
.invoice-no {
  color: #ffffff;
  font-size: 16px;
}
.invoive-input {
  color: #ffff;
  font-size: 18px;
}
.invoive-input::placeholder {
  color: #ffffff8c;
  font-size: 18px;
  opacity: 1; /* Firefox */
}
.btn-search {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 204px;
}
.device-details .p-3 {
  border-radius: 11px;
  border: 1px solid #e3e3e3 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 7px 0px;
}
.device-details {
  .form-check-input:checked {
    background-color: #ff3b56;
    border-color: #ff832f;
  }
}
.cutomer-cards {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}
.card-customer::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 2px;
  height: 20px;
  width: -77px;
  border: 1px solid #dddddd;
}
.card-customer {
  position: relative;
}
.bg-sec {
  margin: 0;
  padding: 0;
  /*                height: 380px;*/
}
.search-txt {
  font-size: 18px;
}
.footer-content {
  background: #fafafa;
  padding-block: 21px;
}
.log-in-header {
  /*position: fixed;*/
  top: 0;
  background: white;
  z-index: 999;
  /*width: 37%;*/
}

/*start media query*/
@media (max-width: 1199.98px) {
  .bg-sec {
    margin: 0;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .search-head {
    font-size: 30px !important;
  }
  .invoice-search-input {
    transform: translateY(-18%);
  }
  .search-head {
    padding-block: 82px !important;
  }
  /*.invoice-search-input .row{*/
  /*      padding-inline: 10px !important;*/
  /*}*/
  .device-details .col {
    flex: auto;
    margin-bottom: 12px;
  }
  .search-txt {
    display: none;
  }
  .btn-search {
    width: 50px;
  }
}

.fs-65 {
  font-size: 65px;
}
.search-head {
  padding-block: 100px;
}

.wel-bg {
  background-image: url("/web/images/welcome-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 156px;
}
.wel-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: none;
  border-radius: 15px;
}

@media (max-width: 992px) {
    
       .logoForMobile img {
    width: 150px;
    margin-top: 19px;
}

  .log-in-header {
    /*position: fixed;*/
    top: 0px;
    background: white;
    z-index: 2;
    width: 95%;
  }
  .log-in-header-ui{
    position: fixed;
    top: 0px;
    background: #ffffff;
    z-index: 2;
    width: 95%;
    height: 93px;
  }
}

@media (max-width: 768px) {
  .wel-shadow .card-body {
    padding: 15px 10px !important;
  }
  .care-login {
    margin-top: 60px !important;
  }

  .care-dives .live-clam .custom-font-size-1 {
    display: flex;
  }
  .wel-shadow .h5 {
    font-size: 18px;
  }
  .inv-img {
    display: none !important;
  }
  .invoice-no {
    font-size: 12px;
  }
  .d-lg-flex.half .log-in-header a img.logo{width: 157px;
    position: fixed;
    top: 32px;
    background: #ffff;
    z-index: 2;}
    .profile-details{
      margin-right: 15px;
      position: fixed;
      top: 8px;
    }
}
@media only screen and (max-width: 600px) {
    
    
 

  .custom-display-6 {
    font-size: 2rem;
  }
  .ewad-device .row {
    margin-top: 10px !important;
  }
  .wel-bg .row {
    margin-top: 10px !important;
  }
}

.footer-content {
/*  position: fixed;*/
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  flex-shrink: 0;
}

.selected-devices-details-div {
    margin-bottom: 5rem !important
}

.custom-bottom-margin {
    margin-bottom: 5rem !important
}

.claim-submit-div {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: none;
}

.custom-disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}



div.setLocale {
  position: fixed;
  top: 40px;
  right: 60px;
  z-index: 22;
}

div.helpsLink {
  position: absolute;
  top: 10px;
  right: 66px;
}

div.setCountry {
  position: absolute;
  top: 10px;
  right: 120px;
}
/* -------------new css------------ */
.profile-details{
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.profile-details .user-symbol{
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
header{
  position: fixed;
  top: 0;
  font-size: 24px;
  background: none;
  background: #ffff;
  width: 100%;
  padding-block: 18px;
  z-index: 9;
}
.formParentWrapper .steps{
  width: 100%!important;
}
.formParentWrapper{
  display: block!important;
  margin-top: 30px;
}
.profile-details{
  margin-right: 15px;
  position: fixed;
  left: 45%;
  top: 37px;
}
.ewad-bg-sec{
  margin-top: 83px;
}
.wel-bg{
  margin-top: 110px;
}

.log-in-header-ui .d-lg-flex.half .log-in-header a img.logo{
  width: 157px;
        position: fixed;
        top: 32px;
}
.d-lg-flex.half .log-in-header a img.logo{width: 157px;
  position: fixed;
  top: 32px;
  background: #ffff;
  z-index: 2;}
  .logoForMobile img {
    width: 133px;
    margin-top: 15px;
}
.row.gx-5.device-details .col-6{
  width: 100%;
}
.container.accidentat-pages .accidental-div{
  margin-top: 10px !important;
}
.container.accidentat-pages {
  margin-top: 115px !important;
}
}


  /* ==========================25/02/2025================ */
  header{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
  }
  .btn.btn-sm.btn-warning.edit-case{
    width: 120px;
    margin: 0 auto;
    background: #ffaa0e;
    color: #fff;
    border: 0;
  }
  .container.accidentat-pages {
    margin-top: 156px;
}


ul.dropdown-menu.text-small.user-dropdown.show{
  padding: 0;
}
.user-dropdown.dropdown-menu li:nth-child(2) a.dropdown-item{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.user-dropdown.dropdown-menu li:last-child a.dropdown-item{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.user-dropdown .dropdown-item:focus, .dropdown-item:hover{
  text-decoration: none !important;
    background-color: #b02a37 !important;
    color: #ffff;
}
.select-device-cs{padding: 9px;}
/* -------------------.formParentWrapper ----------------- */




.formParentWrapper  .steps {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding: 28px;
  background: #000000db;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    border-radius: 12px;
    padding-block: 32px;
}

.formParentWrapper .vertical-progress-bar {
  position: relative;
    width: 5px;
    background-color: #ffffff;
    margin: 0 13px;
    border-radius: 5px;
    height: 50px;
    overflow: hidden;
}

.formParentWrapper .vertical-progress-bar-fill {
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    /* background-color: #4caf50; */
    /* background-color: var(--lightBlue); */
    background-color: #1A2130;
    transition: height 0.3s ease-in-out;
}


.formParentWrapper  .step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  flex-direction: row;
    justify-content: center;
    border: 1px solid hsl(0deg 0% 100%);
    color: #ffffff;
    background: transparent;
}

.formParentWrapper .step.active {
  background-color: #ffffff;
    border: 1.875px solid #fff4f4;
    color: hsl(0deg 0% 0%);
}

.formParentWrapper  .stepInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.formParentWrapper  .lastStep {
  visibility: hidden;
}

.formParentWrapper  .label {
  font-size: 10px;
    color: hsl(0deg 0% 100%);
    font-weight: 400;
}

.formParentWrapper .info {
  margin-top: 4px;
    color: hsl(0deg 0% 100%);
    font-weight: 550;
    font-size: 12px;
    letter-spacing: 1px;
}

.formParentWrapper{
  display: none;
}

.sidebar.active .main-list-set ul li a.dropdown-item:focus{
  background: none!important;
}
.sidebar.active .main-list-set ul li a.dropdown-item:hover{
  background: none!important;
}