
body {
  font-family: Calibri;
  overflow-x: hidden;
}
:root {
  /* --primary_color: #60686b; */
  --primary_color: #268a99;
  --secondary_color: #2ebcbe;
}
.f-13 {
  font-size: 13px;
}
.f-20 {
  font-size: 20px;
}
.wd-20 {
  width: 20px;
}
.wd-40 {
  width: 40px;
}
.w-20 {
  width: 20%;
}
.w-140 {
  width: 140px;
}
.w-80 {
  width: 80px;
}
.pr-07 {
  padding-right: 0.75rem !important;
}
.border-bottom {
  border-bottom: 1px solid var(--primary_color) !important;
}
.border-top {
  border-top: 1px solid var(--primary_color) !important;
}
.form-group label {
  font-weight: 100 !important;
  font-size: 16px;
}
.form-group input {
  font-size: 15px;
  font-weight: 100;
}
.form-group select {
  font-size: 15px;
  font-weight: 100;
}
.form-group textarea {
  font-size: 15px;
  font-weight: 100;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 15px;
  font-weight: 100;
  color: #939ba2 !important;
}
.select2-container--default .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
}
.select2.select2-container {
  width: 100% !important;
}
.error {
  color: red;
}
input::file-selector-button {
  height: 24px;
  line-height: 11px;
}
.card-primary.card-outline {
  border-top: 3px solid var(--primary_color);
}
.card-primary:not(.card-outline) > .card-header {
  background-color: var(--primary_color);
}
.card-header {
  padding: 0.5rem 1.25rem;
}
.card.card-primary.collapsed-card .card-header {
  border-radius: 0.25rem;
}
.card.card-primary .card-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.text-primary {
  color: var(--primary_color) !important;
}
.text-primary:hover {
  color: var(--primary_color) !important;
}
a.text-primary:hover {
  color: var(--primary_color) !important;
}
.bg-primary {
  background-color: var(--primary_color) !important;
}
.btn {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 30px;
  line-height: 15px;
}
.btn.btns {
  height: 33px;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  box-shadow: none;
}
.btn-primary:focus {
  color: #fff;
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #04606e;
  border-color: #04606e;
  box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  box-shadow: none;
}
.btn-secondary:focus {
  color: #fff;
  background-color: var(--secondary_color) !important;
  border-color: var(--secondary_color) !important;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #18b2b4;
  border-color: #18b2b4;
  box-shadow: none;
}
.icheck-primary > input:first-child:checked + label::before {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
/* **************************** */
/* Input type nhumber arrow */
/* **************************** */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* **************************** */
/* Input type nhumber arrow */
/* **************************** */

/* *****************************************
header start
***************************************** */
.user-img {
  width: 30px;
  height: 30px;
}
.main-header.navbar {
  position: sticky;
  top: 0;
}
/* *****************************************
header end
***************************************** */

/* *****************************************
sidebar start
***************************************** */
.side-logo {
  display: block;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}
.nav-sidebar .nav-link p {
  font-size: 14px;
}
.nav-sidebar.cust-sidebar > .nav-item > .nav-link.active {
  background-color: var(--primary_color);
}
/* *****************************************
sidebar end
***************************************** */

/* *****************************************
index start
***************************************** */
.app-card {
  background-color: #fcfcfc;
  padding: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.25rem;
}
.app-card h4 {
  background-color: var(--primary_color);
  width: 100%;
  display: block;
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  border-radius: 0.25rem;
  height: 30px;
}
.app-card p {
  margin-bottom: 0;
  padding: 8px 15px;
}
.tabs-group-card {
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0.25rem;
}
/* plot tabs */
.plot-tab-btn-grop {
  height: 188px !important;
  overflow-y: auto;
  overflow-x: hidden;
  flex-wrap: inherit;
  border-right: 0 !important;
  /* background-color: var(--primary_color); */
  border-radius: 0.25rem;
}
.plot-tab-btn-grop .nav-link {
  padding: 7px 15px;
  color: #000;
  font-size: 13px;
  border: 1px solid #ffffff;
  margin: 1px 0 1px 1px;
  background-color: #f2f2f2;
}
.plot-tab-btn-grop .nav-link:hover {
  background-color: #f2f2f2;
  color: #000;
  border: 1px solid #ffffff;
}
.plot-tab-btn-grop .nav-link.active {
  border: 0;
  background-color: var(--primary_color);
  border: 1px solid var(--primary_color);
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.plot-sm-card {
  background-color: #fcfcfc;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 187px;
  cursor: pointer;
  position: relative;
  border-radius: 0.25rem;
}
.btn.v-dbtn {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 30px;
  line-height: 15px;
}
.plot-sm-card-img-sec {
  text-align: center;
  padding: 10px;
}
.plot-sm-card-img-sec i {
  font-size: 40px;
  color: var(--primary_color);
  margin-bottom: 10px;
}
.plot-sm-card-img-sec h4 {
  font-weight: 100;
  color: #5e5b5b;
  font-size: 16px;
}
.plot-sm-card-img-sec h5 {
  margin-bottom: 0;
}
.plot-sm-card-action {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fffffff2;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.3s all ease;
  border-radius: 0.25rem;
  flex-direction: column;
}
/* .plot-sm-card-action a {
  color: #ffffff;
  font-size: 16px;
} */
.plot-sm-card:hover .plot-sm-card-action {
  visibility: visible;
}
/* *****************************************
index end
***************************************** */
/********************************************/
/*Tooltip  Start*/
/********************************************/
.tooltip.show {
  opacity: 1;
  z-index: 9992;
}

.tooltip-inner {
  background-color: var(--primary_color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #ffffff;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: var(--primary_color) !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: var(--primary_color) !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: var(--primary_color) !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: var(--primary_color) !important;
}
/********************************************/
/*Tooltip End*/
/********************************************/

/* *****************************************
profile builder start
***************************************** */
/* #msform .valid {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
} */
.table-padd thead tr th {
  padding: 7px 20px !important;
}
.table-padd tbody tr td {
  padding: 7px 20px !important;
}
.form-card {
  text-align: left;
}

#msform .valid:not(:first-of-type) {
  display: none;
}
#msform .save-button {
  width: 100px;
  background: var(--secondary_color);
  border: 0;
  color: white;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 0px 0px;
  float: right;
  font-size: 13px;
  border-radius: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 34px;
  line-height: 7px;
}
#msform .save-button:hover,
#msform .save-button:focus {
  background-color: #19adaf;
}
#msform .action-button {
  width: 100px;
  background: var(--primary_color);
  border: 0;
  color: white;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 0px 0px;
  float: right;
  font-size: 13px;
  border-radius: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 34px;
  line-height: 7px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #04606e;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
  font-size: 13px;
  border-radius: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 34px;
  line-height: 7px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #17a2b8;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #17a2b8;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0;
}

#progressbar .active {
  color: #17a2b8;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}
#progressbar #profilBuilder:before {
  content: "1";
}
#progressbar #landApplication:before {
  content: "2";
}
#progressbar #documents:before {
  content: "3";
}
#progressbar #preview:before {
  content: "4";
}
#progressbar #payments:before {
  content: "5";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #17a2b8;
}
.progress-bar {
  background-color: #17a2b8;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}
.clickHere {
  border: 0;
  background-color: transparent;
  color: blue;
  transition: all 0.5s;
}
.clickHere:hover {
  text-decoration: underline;
}
.imgUpload {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 15px;
  display: block;
}
#upload {
  display: none;
}
.btnUpload {
  width: 150px;
  margin-bottom: 15px;
}
/* *****************************************
profile builder end
***************************************** */

/* *****************************************
notification start
***************************************** */
.no-notification {
  text-align: center;
  color: #ccc;
}
/* *****************************************
notification end
***************************************** */

/* *****************************************
payment start
***************************************** */
.reciept-body {
  width: 100%;
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 21px;
}
.small-payment-nav {
  background-color: var(--secondary_color);
  width: 100%;
  padding: 7px 15px;
  margin-bottom: 10px;
}
.small-payment-nav img {
  width: 120px;
}
.reciet-company-head {
  font-size: 22px;
  margin-bottom: 15px;
}
.reciet-company-date {
  font-size: 13px;
  margin-bottom: 0;
}
/* *****************************************
payment end
***************************************** */

/* *****************************************
primary-modal start
***************************************** */
.primary-modal .modal-header {
  padding: 5px 15px;
}
.primary-modal .modal-footer {
  padding: 5px 15px;
}
.primary-modal .modal-title {
  font-size: 18px;
}
.primary-modal .modal-close {
  font-weight: 100;
  width: 40px;
  height: 40px;
  font-size: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary_color);
}
.modal-print-btn {
  font-weight: 100;
  width: 40px;
  height: 40px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary_color);
}
.primary-modal .modal-body {
  max-height: 515px;
  overflow: auto;
}
/* *****************************************
primary-modal end
***************************************** */
