<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  background-color: #fff !important;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 25px;
  position: absolute;
  z-index: -1;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  position: absolute;
  z-index: -1;
}

body .btn-custombtn {
  --bs-btn-color: #000;
  font-weight: 500;
  background: linear-gradient(90deg, #54C57C 0%, #5EC4DD 100%) padding-box, linear-gradient(90deg, #54C57C 0%, #5EC4DD 100%) border-box;
  border: 2px solid #0000 !important;
  transition: background-color 5s;
}
body .btn-custombtn:hover {
  --bs-btn-hover-color: #000!important;
  background: linear-gradient(90deg, #54C57C 0%, #5EC4DD 100%) padding-box, linear-gradient(90deg, #54C57C 0%, #5EC4DD 100%) border-box;
  border: 2px solid #0000 !important;
}
body .btn-outline-custombtn {
  --bs-btn-color: #000;
  font-weight: 500;
  border: 2px solid #0000 !important;
  transition: background-color 5s;
  background: linear-gradient(90deg, #d5f1e7 0%, #d5f0e6 100%) padding-box, linear-gradient(90deg, #4CBAD4 0%, #4CBAD4 100%) border-box;
}
body .btn-outline-custombtn:hover {
  --bs-btn-hover-color: #000!important;
  background: linear-gradient(90deg, #54C57C 0%, #5EC4DD 100%) padding-box, linear-gradient(90deg, #54C57C 0%, #5EC4DD 100%) border-box;
  border: 2px solid #0000 !important;
}


.btn.btn-custombtn1 {
  border-radius: 5px;
  background: #bfc7c2;
  color: #363636;
  font-size: 18px;
  font-weight: 700;
}

.btn.btn-custombtn1:hover {
  background: #bfc7c2;
  color: #363636;
  border-color: #bfc7c2;
}

.btn.btn-custombtn1:active {
  background: #bfc7c2 !important;
  color: #363636 !important;
  border-color: #bfc7c2 !important;
}

.btn.btn-custombtn2 {
  border-radius: 5px;
  background: #5ec4dd;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.btn.btn-custombtn2:hover {
  background: #5ec4dd;
  color: #fff;
  border-color: #5ec4dd;
}

.btn.btn-custombtn2:active {
  background: #5ec4dd !important;
  color: #fff !important;
  border-color: #5ec4dd !important;
}

.btn.btn-custombtn3 {
  border-radius: 5px;
  background: transparent;
  border-color: #010001;
  color: #010001;
  font-size: 18px;
  font-weight: 700;
}

.btn.btn-custombtn3:hover {
  background: #010001;
  border-color: #010001;
  color: #fff;
}

.btn.btn-custombtn4 {
  border-radius: 5px;
  background: #010001;
  border-color: #010001;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.btn.btn-custombtn4:hover {
  background: transparent;
  border-color: #010001;
  color: #010001;
}

.icolietext {
  color: #0696b9;
}

.formDiv label {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

.formDiv small,
.formDiv h2 {
  color: black;
}

.formDiv input {
  padding: 15px;
  font-size: 24px;
  font-weight: 400;
  border-color: transparent;
  border-radius: 5px;
  background: rgba(1, 0, 1, 0.05);
  color: #999;
}

.formDiv input::placeholder {
  color: #999 !important;
}

.formDiv input:focus {
  box-shadow: none;
  /* background: #222630;
    color: #9F9F9F;
    border-color: transparent;
    border-color: transparent; */
  border-radius: 5px;
  background: rgba(1, 0, 1, 0.05);
  color: #010001;
  border-color: #ccc !important;
}

.formDiv .checkbox input:focus {
  border-color: 1px solid #000 !important;
}

.formDiv input::placeholder {
  /* font-size: 24px; */
  color: #010001;
}

.formDiv textarea {
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  background: #222630;
  color: #9f9f9f;
  border-color: transparent;
}

.formDiv textarea:focus {
  box-shadow: none;
  background: #222630;
  color: #9f9f9f;
  border-color: transparent;
}

.formDiv textarea::placeholder {
  font-size: 18px;
  color: #9f9f9f;
}

.colorcode1 {
  color: #1dccfa;
}

.input-field.fieldbox {
  padding: 0px 15px;
  border-radius: 5px;
  background: rgba(1, 0, 1, 0.05);
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-field.fieldbox input {
  font-size: 24px;
  font-weight: 400;
  border-color: transparent;
  color: #999;
  background: transparent;
  /* padding: 0px; */
}

/* 
.checkBox input {
    border: 1px solid #0000;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px;
    color: #010001;


}

.checkBox.form-control {
    background: #f5f8ff;
}

.checkBox input:focus {
    border-bottom: 1px solid transparent;
    color: #010001;
}

.checkBox {
}

.checkBox input::placeholder {
    color: #010001;
}


.checkBox .form-check-input:checked {
    background-color: #5ec4dd;
    border-color: #5ec4dd;
} */

.checkbox input[type="checkbox"] {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 5px 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  /* opacity: .5; */
}

.checkbox input[type="checkbox"]:hover {
  /* opacity: 1; */
}

.checkbox input[type="checkbox"]:checked {
  border: none;
  opacity: 1;
  background-color: #5ec4dd;
  box-shadow: none;
}

.checkbox input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.checkbox p.comment-form-cookies-consent {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
}

.checkbox label {
  font-weight: 400;
  color: #010001;
  font-size: 18px;
}

.checkbox label a {
  font-weight: 400;
  color: #33c6db;
  font-size: 18px;
}

.btn.btn-custombtn5 {
  border-radius: 5px;
  background: #5ec4dd1a;
  border-color: #5ec4dd1a;
  color: #5ec4dd;
  font-size: 16px;
  font-weight: 600;
}

.btn.btn-custombtn5:hover {
  background: #5ec4dd1a;
  border-color: #5ec4dd1a;
  color: #5ec4dd;
}

.websidebar {
  display: block;
}

.mobilesidebar {
  display: none;
}

button.btn.btn-togglebtn:hover {
  background: transparent;
  border-color: transparent;
}

@media screen and (max-width: 991px) {
  .websidebar {
    display: block;
  }

  .mobilesidebar {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .websidebar {
    display: block;
    width: 60px;
  }

  .mobilesidebar {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .mobilesidebar {
    display: block;
  }

  svg.toggleicon {
    color: #000;
  }

  .ChartImg {
    height: 350px;
    position: relative;
    width: 100%;
    object-fit: fill;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}

.Sawpform.outlineField .btn.btn-primary:hover {
  color: #5ec4dd;
}

.headerUnderline {
  border-bottom: 2px solid black;
  /* Change thickness and color as needed */
  padding-bottom: 5px;
  /* Adjust the space between text and underline */
}

.privacypolicyspecial p {
  color: black;
}

.privacypolicyspecial h5 {
  color: black;
}

.uploadfileBox {
  position: relative;
}


.uploadfileBox .userprofile {
  width: 100px;
}

.uploadfileBox .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.uploadfileBox .uploadbtn {
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  background: transparent;
}

.uploadfileBox .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.userprofile {
  width: 100px;
}

.editIcon {
  width: 20px;
  position: relative;
  /* top: -25px;
  left: -15px; */
}


.uploadfileBox .uploadbtn img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
}

.offcanvas-body .dropdown .dropdown-toggle img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}



/* ============  css by Devendra from ourTeam image fix same size  ============== */
/* .ourteam .mb-2.team-img {
  height: 50%;
  overflow: hidden;
} */

/* .ourteam .mb-2.team-img img {
  width: 100%;
  height: 50vh;
  object-fit: contain;
} */</pre></body></html>