@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}
:root {
  /* --color1: #1d40cd; */
  --color1: #9d6ac6;
  --color2: #472aa1;
  --light-bg: #472aa112;
  --text-color: #4d4d4d;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  background-color: var(--light-bg);
  font-family: "Public Sans", sans-serif;
}
.bg-light {
  background: var(--light-bg) !important;
}
/* header css  */
.navbar .nav-item .nav-link {
  margin: 0 10px;
  font-weight: 500;
  color: #000;
  font-size: 17px;
}
.navbar .nav-item .nav-link:hover {
  color: var(--color2);
}

/* header css end */
.claim-wrapper {
}
.claim-wrapper .nav-pills {
  background: var(--color2);
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 40px;
  gap: 10px;
}
.claim-wrapper .nav-pills .nav-link {
  background: var(--color1);
  border-radius: 6px;
  padding: 10px 20px;
  min-width: 180px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  /* opacity: 0.7; */
}
.claim-wrapper .nav-pills .nav-link.active,
.claim-wrapper .nav-pills .nav-link:hover {
  background: #fff;
  color: var(--text-color);
  opacity: 1;
}
.claim-wrapper .tab-pane .form-group label {
  font-weight: 500;
  font-size: 14px;
}
.claim-wrapper .tab-pane .form-group .input-group > * {
  border: 0;
}
.claim-wrapper .tab-pane .form-group .input-group .input-group-text {
  background: var(--color1);
  color: #fff;
  padding: 6px 15px;
  font-size: 20px;
}
.claim-wrapper .tab-pane .form-group .form-control {
  background-color: #fff;
  padding: 10px 15px;
  border: 0;
}
.claim-wrapper .tab-pane .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.claim-wrapper .tab-pane .form-group .form-control::-webkit-input-placeholder {
  opacity: 0.5;
}
.btn {
  border: 0;
  padding: 10px 20px;
  font-weight: 500;
}
.btn-primary {
  background: var(--color2);
  /* color: var(--text-color); */
}
.btn-primary:hover {
  background: var(--color1);
}
.step {
  display: none;
}
.step.active {
  display: block;
}
.progressbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
/* Gray line */
.progressbar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--light-bg);
  /* z-index: -1; */
}

/* Progress filled line */
.progress {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  background-color: var(--color1);
  /* z-index: -1; */
  transition: width 0.3s ease;
}
.progress-step {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: var(--light-bg);
  position: relative;
  padding: 5px 10px 5px 5px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}
.progress-step span.num {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.progress-step.active span.num {
  color: var(--color1);
}
.progress-step.active {
  background: var(--color1);
}
.progress-step.active {
  color: #fff;
}

/* custom radio button  */
.custum-radio-button [type="radio"]:checked,
.custum-radio-button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custum-radio-button [type="radio"]:checked + label,
.custum-radio-button [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custum-radio-button [type="radio"]:checked + label:before,
.custum-radio-button [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #1d40cd9c;
  border-radius: 100%;
  background: #fff;
}
.custum-radio-button [type="radio"]:checked + label:after,
.custum-radio-button [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color1);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custum-radio-button [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custum-radio-button [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio button end  */

/* custom file upload  */
.custom-upload-file .et_pb_contact_form_label {
  display: block;
  color: black;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 18px;
  padding-bottom: 5px;
}
.custom-upload-file input[id="et_pb_contact_brand_file_request_0"] {
  display: none;
}
.custom-upload-file label[for="et_pb_contact_brand_file_request_0"] {
  background: #4d4d4d91;
  height: 145px;
  background-image: url("https://www.svgrepo.com/show/9488/cloud-upload-signal.svg");
  background-repeat: no-repeat;
  background-position: top 18px center;
  background-size: 35px;
  color: transparent;
  margin: auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
}
.custom-upload-file label[for="et_pb_contact_brand_file_request_0"]:before {
  content: "Drag and Drop a file here";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.custom-upload-file label[for="et_pb_contact_brand_file_request_0"]:after {
  display: block;
  content: "Browse";
  background: #fff;
  width: 86px;
  height: 27px;
  line-height: 27px;
  position: absolute;
  bottom: 19px;
  font-size: 14px;
  color: var(--color1);
  font-weight: 500;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 4px;
}
.custom-upload-file label[for="et_pb_contact_brand_request_0"]:after {
  content: " (Provide link or Upload files if you already have guidelines)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #7a7a7a;
  font-weight: normal;
}
.custom-upload-file label[for="et_pb_contact_design_request_0"]:after {
  content: " (Provide link or Upload design files)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #7a7a7a;
  font-weight: normal;
}
.custom-upload-file label[for="et_pb_contact_brand_file_request_0"].changed,
.custom-upload-file label[for="et_pb_contact_brand_file_request_0"]:hover {
  background-color: var(--color1);
}
.custom-upload-file label[for="et_pb_contact_brand_file_request_0"] {
  cursor: pointer;
  transition: 400ms ease;
}
.file_names {
  display: block;
  position: absolute;
  color: black;
  left: 0;
  bottom: -30px;
  font-size: 13px;
  font-weight: 300;
}
.file_names {
  text-align: center;
}
/* custom file upload end */
.thankyou-box {
  background-color: var(--light-bg);
}

/* dashboard table  */
.claim-card {
  border-radius: 6px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); */
  padding: 20px;
  background: #fff;
  transition: 0.3s ease all;
  font-size: 14px;
}
.claim-card:hover {
  transform: translateY(-5px);
}
.status-badge {
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.light-warning {
  background-color: #fff4e5;
  color: #c77d00;
}
.light-success {
  background-color: #19875436;
  color: #198754;
}
.light-primary {
  background-color: #1d40cd30;
  color: var(--color1);
}
.btn-view {
  background-color: var(--color1);
  color: white;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 0.85rem;
}
.btn-view:hover {
  background-color: var(--color2);
  color: var(--text-color);
}
.admin-data .form-select {
  padding: 10px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.admin-data .form-select:focus {
  outline: none;
  box-shadow: none;
}

/* dashboard table end  */
@media only screen and (max-width: 1299px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .progress-step {
    padding: 5px;
  }
  .progress-step span.num {
    margin: 0;
  }
  .progress-step span.text {
    display: none;
  }
  .claim-wrapper .nav-pills .nav-link {
    min-width: 1px;
    padding: 10px;
    font-size: 14px;
  }
  header .navbar-brand img 
  {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .admin-data .form-select {
    width: 100%;
  }
}
