body {
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  overflow-x: hidden;
  color: #04081d;
  background-color: #fff;
  position: relative;
  min-width: 320px;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 14px;
  color: #04081d;
  line-height: 1.6;
  margin: 0 0 15px;
  font-weight: 400;
}

a {
  color: #b666d2;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

a:hover,
a:active,
a:focus {
  color: #b666d2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #04081d;
  margin: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  width: 100%;
}

.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

header {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.shapesList {
}

.shapesList li {
  border: 4px #b666d2 solid;
  width: 34px;
  height: 34px;
  position: absolute;
  -webkit-animation: rotation 8s infinite linear;
}

.shapesList li:nth-child(1) {
  left: 4%;
  top: 24%;
}

.shapesList li:nth-child(2) {
  right: -1.2%;
  right: 1%;
  bottom: 15%;
}

.shapesList li:nth-child(3) {
  right: 12%;
  top: 32%;
}

.shapesList li:nth-child(4) {
  left: 1.5%;
  bottom: 30%;
}

.shapesList li:nth-child(5) {
  right: 1.2%;
  top: 18%;
}

.shapesList .square_ {
  transform: rotate(45deg);
}

.shapesList .square_s {
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
}

.shapesList .round_ {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.navbar {
  padding: 20px 0px;
}

.navbar .navbar-brand {
  padding: 0px;
}

.navbar .navbar-nav .nav-item {
}

.navbar .navbar-nav .active .nav-link {
  color: #b666d2;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  color: #04081d;
  padding: 10px 20px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #b666d2;
}

.navbar .navbar-nav .btnLink {
  color: #fff;
  background: #b666d2;
  border-radius: 50px;
  padding: 10px 22px;
}

.navbar .navbar-nav .btnLink:hover {
  color: #fff;
  background: #9439b4;
  box-shadow: 0px 10px 15px rgba(182, 102, 210, 0.5);
}

.btn_1 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #b666d2;
  padding: 13px 20px;
  border-radius: 100px;
  border: none;
  min-width: 200px;
  margin: 10px 0px;
}

.btn_1:hover {
  color: #fff;
  background: #9439b4;
  box-shadow: 0px 10px 20px rgba(182, 102, 210, 0.8);
}

.middleSection {
  min-height: calc(100vh - 147px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.step_Row {
  padding-top: 30px;
}

.step_col {
  padding: 40px 30px;
  text-align: center;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.step_col:hover {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(227, 188, 240, 0.5);
}

.step_col .ic_step {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.step_col .ic_step img {
}

.step_col .step_title {
  font-size: 24px;
  color: #04081d;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.step_col .step_title:before {
  position: absolute;
  z-index: -1;
  content: "STEP";
  font-size: 80px;
  font-weight: 900;
  color: #eff0f8;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}

footer {
  background: #e4e6f3;
  padding: 20px 0px;
}

footer p {
  margin: 0px;
}

.socialLinks {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
}

.socialLinks li {
  padding: 0px 10px;
}

.socialLinks li:last-child {
  padding-right: 0px;
}

.socialLinks li a {
  font-size: 15px;
  color: #04081d;
  line-height: 22px;
}

.formWrap {
  padding: 30px 25px 20px;
}

.form-group {
  margin-bottom: 20px;
}

.label {
  font-size: 14px;
  color: #04081d;
}

.label .important {
  color: #e20f14 !important;
}

.field_Css,
.textarea_Css {
  width: 100%;
  font-size: 16px;
  color: #04081d;
  border: 1px #e6e6e6 solid;
  padding: 12px 15px;
  border-radius: 5px;
  background-color: transparent;
  background-color: #fff;
  font-family: "Circular Std Book", sans-serif;
}

.field_Css::placeholder,
.textarea_Css::placeholder {
  color: #a4a4a8;
}

.textarea_Css {
  height: 120px;
  resize: none;
}

.fileUploadCol {
  width: 100%;
  font-size: 16px;
  color: #04081d;
  border: 1px #e6e6e6 solid;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}

.fileUploadCol .cf_btn {
  font-size: 16px;
  color: #fff;
  padding: 13px 16px;
  background: #b666d2;
  border: none;
  position: absolute;
  border-radius: 0px 5px 5px 0px;
  right: 0;
  top: 0;
  z-index: 0;
}

.fileUploadCol input {
  width: calc(100% + 117px);
  color: #a4a4a8;
  z-index: 1;
  position: relative;
  left: -102px;
  font-family: "Circular Std Book", sans-serif;
  padding-right: 125px;
}

.fileUploadCol:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

.fileUploadCol:hover .cf_btn {
  color: #fff;
  background: #9439b4;
}

.form-group .btn_1 {
  border-radius: 5px;
  min-width: auto;
  width: 100%;
}

.btn_1.disabled {
  background-color: #d69ee9;
  box-shadow: none;
}

.forget_pw {
  color: #04081d;
}

.forget_pw:hover {
  color: #b666d2;
}

.dontHaveAc {
  color: #9d9ea1;
  text-align: center;
}

.dontHaveAc a {
  color: #b666d2;
}

.dontHaveAc a:hover {
  color: #04081d;
}

.datePickerIC {
  background: url(../images/calendar.png) center right 15px no-repeat;
  padding-right: 45px;
}

.ui-datepicker-title,
.ui-datepicker table {
  font-family: "Circular Std Book", sans-serif;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: #e6e6e6;
  text-align: center;
  font-weight: normal;
  color: #04081d;
}

.ui-widget-content {
  border: 1px solid #e6e6e6;
}

.ui-widget-header {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  border-radius: 0px;
}

.ui-datepicker-today > .ui-state-highlight {
  color: #fff !important;
  background: #b666d2 !important;
}

a.ui-corner-all {
  border: none !important;
}

.reportCol {
  width: 100%;
  border-radius: 10px;
  border: 1px #e6e6e6 solid;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reportInfoBox {
  padding-right: 20px;
}

.reportList {
}

.reportList li {
  display: flex;
  color: #04081d;
  font-size: 14px;
  margin-bottom: 15px;
}

.reportList li > label {
  font-weight: bold;
  margin-bottom: 0px;
  margin-right: 5px;
}

.reportList li > span {
  font-family: "Circular Std Book", sans-serif;
}

.reportBtnList {
  display: flex;
  align-items: center;
}

.reportBtnList li {
  margin-top: 10px;
  padding-right: 25px;
}

.reportBtnList .btnL {
  display: inline-flex;
  border: none;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

.reportBtnList .btnL img {
  margin-right: 8px;
  width: 20px;
}

.reportImgBox {
}

.reportImgBox .reportResult_,
.reportResult2 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.reportImgBox .reportResult_ img,
.reportResult2 img {
  width: 18px;
  margin-right: 6px;
}

.reportImgList {
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}

.reportImgList li {
  margin: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background-color: #e4e6f3;
  border: 1px solid #e4e6f3;
  overflow: hidden;
}

.reportImgList li img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.reportImgList li:last-child {
}

.resolved_ {
  color: #179414 !important;
}

.unresolved_ {
  color: #d71f1f !important;
}

.reportColPanel {
  width: 100%;
  border: 1px #e6e6e6 solid;
  border-radius: 10px;
  padding: 30px;
}

.reportColPanel h3 {
  font-size: 24px;
}

.reportColPanel .reportCol {
  border-radius: 0px;
  padding: 10px 0px 20px;
  border: none;
  border-bottom: 1px #e6e6e6 solid;
}

.reportColPanel .reportCol:last-child {
  border-bottom: 0px;
}

.userDetailCol {
  width: 100%;
  border: 1px #e6e6e6 solid;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
}

.userDetailCol h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.userDetailList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.userDetailList li {
  display: inline-flex;
  align-items: center;
  margin: 15px 0px;
  padding: 0px 15px;
  width: 50%;
  border-right: 2px #e6e6e6 solid;
}

.userDetailList li:nth-child(2n + 0) {
  border-right: none;
}

.userDetailList li i {
  margin-right: 15px;
}

.userDetailList li i img {
  width: 22px;
}

.earnPointBox {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 25px;
  overflow: hidden;
  background: rgb(164, 58, 201);
  background: radial-gradient(
    circle,
    rgba(164, 58, 201, 1) 0%,
    rgba(105, 27, 221, 1) 100%
  );
  position: relative;
  z-index: 1;
}

.earnPointBox:after,
.earnPointBox:before {
  position: absolute;
  content: "";
  z-index: -1;
  background-size: contain;
}

.earnPointBox:after {
  width: 153px;
  height: 169px;
  background: url(../images/giftBox_after.svg) top right no-repeat;
  top: 0;
  right: 0;
}

.earnPointBox:before {
  width: 76px;
  height: 90px;
  background: url(../images/giftBox_before.svg) top right no-repeat;
  bottom: 0;
  left: 0;
}

.earnPointBox .giftBox {
  width: 80px;
  margin-bottom: 15px;
}

.earnPointBox h1 {
  font-size: 48px;
  font-family: "Circular Std";
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 0px;
}

.earnPointBox label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0px;
}

.issuesDetailCol {
  width: 100%;
  border: 1px #e6e6e6 solid;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.issuesDetailCol h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.issuesTag {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 18px;
  position: absolute;
  top: 35px;
  right: 30px;
}

.issuesTag img {
  width: 18px;
  margin-right: 6px;
}

.searchResult .reportCol {
  padding: 0px;
  margin: 0px;
}

.searchResult {
  margin-bottom: 20px;
}

.searchWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.searchWrapper h1 {
  width: 100%;
  display: block;
  text-align: center;
}

.searchWrapper .searchbox {
  margin-top: 25px;
  text-align: center;
  border: solid 1px #e6e6e6;
  width: 60%;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 10px 10px 30px rgba(227, 188, 240, 0.5);
  height: 50px;
  border-radius: 100px;
}

.searchText {
  width: 80%;
  border: none;
  border-radius: 100px;
  padding-left: 20px;
  background-color: transparent;
  height: 100%;
}

.searchBTN {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #b666d2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: auto;
}

.issueDetails {
  padding-top: 15px;
}

.issueDetails .reportList li > label {
  font-size: 16px;
  text-transform: uppercase;
}

.issueDetailsBox h6,
.attachedFiles h6,
.commentRow {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.issueDetailsBox p a {
  font-weight: 600;
  color: #000;
}

.attachedFiles {
  width: 100%;
  float: left;
}

.reportBtnList,
.reportInfoBox {
  width: 100%;
}

.reportResult2 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.reportInfoBox {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #fff;
  border: solid 1px #e6e6e6;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -25px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -20px;
  left: auto;
  background-image: url("../images/right-arrow.png");
}

.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
  right: auto;

  background-image: url("../images/left-arrow.png");
}

.fbCommentRow {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.profilepic {
  width: 75px;
}

.profilepic span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}

.fbTitle {
  font-size: 16px;
  color: #04081d;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-transform: initial;
}

.fbTitle span {
  font-weight: 400;
  color: #acb0c7;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
  text-transform: initial;
}

.commentRiht {
  text-transform: initial;
  width: 100%;
  padding-left: 10px;
}

.commentRiht p {
  font-size: 16px;
  text-transform: initial;
}

.fbCommentRow .reportBtnList li {
  margin: 0px;
  display: flex;
  align-items: center;
}
.reportColPanel {
  background: #fff;
}
.owl-item {
  border: 2px solid #e6e6e6;
}
.btn_comment {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #b666d2;
  padding: 13px 20px;
  border-radius: 100px;
  border: none;
  min-width: 200px;
  margin-bottom: 40px;
  margin-top: -10px;
}

.error-message {
  color: rgb(248, 59, 59) !important;
  margin-top: 5px;
  font-size: 12px;
}
