/** common section **/

.main_content {
  min-height: calc(100vh - 250px);
  background-color: var(--section-bg-1);
}

.submenu-font {
  font-size: 16px;
  font-family: "Sofia Pro";
  font-weight: 500;
}

.breadcrumb_menu {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgb(45 64 140 / 92%);
  height: 130px;
}

.breadcrumblist ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  font-weight: 700;
}

.breadcrumblist ul li:last-child {
  margin-right: 0;
  color: var(--ltn__primary-color);
}

.dollar-input input {
  width: 100px;
  border: 1px solid #707070;
  padding-left: 25px;
  margin: 9px;
  border-radius: 10px;
  color: #2d408c;
  padding-right: 0px !important;
}

.dollar-input {
  display: inline-block;
  position: relative;
}

.dollar-input:after {
  font-family: "FontAwesome";
  content: "\f155";
  position: absolute;
  right: 88px;
  top: 19px;
  color: #2d408c;
}

.searchbox-input {
  display: inline-block;
  position: relative;
  width: auto;
}

.searchbox-input:after {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  left: 0px;
  /* right: 12px; */
  top: 7px;
  color: #4d5d87;
}

.site-logo a img {
  width: 120px;
}

.spcial-link-2 a {
  background-color: #2d408c;
}

.spcial-link-2 a:hover {
  background-color: var(--ltn__secondary-color);
}

.ltn__slide-item-2 .slide-title {
  color: #2d408c;
}

footer.ltn__footer-area .footer-top-area {
  background: #2d408c;
}

.ltn__copyright-area {
  padding: 10px 20px;
  background-color: #f88125;
}

.footer-widget {
  text-align: center;
  margin-bottom: 0;
}

.footer-top-area {
  padding: 30px 0px 15px;
}

.footer-logo {
  top: 0;
}

.ltn__social-media {
  display: table;
  margin-left: auto;
}

.ltn__social-media h3 {
  font-weight: 600;
  font-size: 21px;
}

.footer-about-widget {
  padding-right: 0;
}

.download-app {
  padding: 100px 0px;
}

.download-bg {
  background-image: url(../img/others/app_download_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.app-ss {
  position: relative;
  margin-top: -50px;
}

.phone-number {
  display: flex;
  flex: 1;
}

.phone-number select {
  width: 23%;
  margin-right: 10px;
  height: 45px;
}

i.successtik {
  color: #2d408c;
  font-size: 100px;
  line-height: 200px;
}

.app-ss img.img-fluid {
  max-width: 400px;
}

.app-download-title {
  color: #fff;
  padding: 50px;
}

.app-download-title span,
.app-download-title h2,
.app-download-title p {
  color: #fff;
}

.ltn__slide-item-inner .bg-back {
  background: #fff;
  padding: 28px 5px;
}

.account-login-inner .go-to-btn {
  float: right;
  color: black;
  font-size: 18px;
}

.section-img {
  background-image: url(../img/house/3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ltn__slide-item-inner .bg-back .form-row select.form-control.phone-select {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 100px;
}

.ltn__slide-item-inner .bg-back .form-row .form-control.phone-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.navbar-inner {
  background: white;
  padding: 10px;
}

.right-auto-menu {
  justify-content: space-around;
}

.ltn__main-menu .navbar-nav .nav-link {
  padding: 20px 10px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  color: #2d408c;
  font-family: "Gotham Rounded";
  font-size: 19px;
}

.ltn__main-menu .navbar-nav .active .nav-link {
  color: #f88125;

  font-weight: 600;
  font-size: 18px;
  padding: 20px 10px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  font-family: 'Gotham Rounded';
}

.ltn__main-menu .navbar-nav .nav-link:hover {
  color: var(--ltn__secondary-color);
}

.dashboard-option .thumb {
  background: #fff;
  border: 1px solid #f88125;
  padding: 2px;
}

.dashboard-option .thumb {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.breadcrumb_section {
  background: url(../img/blog/3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 73px 0px;
}

.section-padding {
  padding: 60px 0px;
}

/* ----------------------------------------------------
    faq
---------------------------------------------------- */
#faqAccordion .accordion-item {
  /* margin-bottom: 30px; */
  border: 0;
  box-shadow: 0px 0px 2px 0px rgba(158, 154, 154, 0.5);
  margin: 20px -9px;
}

#faqAccordion .accordion-item .accordion-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faqAccordion .accordion-item .accordion-header .accordion-button:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: absolute;
  top: 14px;
  right: 23px;
  bottom: 0;
  height: 30px;
  width: 31px;
  display: block;
  border-radius: 50%;
  background-color: #f88125;
  color: white;
  padding: 10px;
  text-align: center;
  padding-top: 3px;
}

#faqAccordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  /* content: "\f106"; */
  content: "\f107";
  background-color: #2d408c;
  color: #fff;
}

#faqAccordion .accordion-item .collapse {
  border: 0;
}

#faqAccordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  display: block;
  text-align: left;
  background: #ffffff;

  padding: 20px;
}

#faqAccordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: #ffffff;
  color: #000;
}

#faqAccordion .accordion-item .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#faqAccordion .accordion-item .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}

.accordion-button::after {
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.section-padding {
  padding: 60px 0px;
}

.ltn__product-item-4 .product-title-h3 {
  font-size: 14px;
  font-family: "Sofia Pro";
  /* font-weight: 500; */
  color: #6666de;
}

.ltn__product-item-5 .ltn__plot-brief li.paid {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  border: 1px solid #00b84a;
  color: #00b84a;
  padding: 6px;
  border-radius: 10px;
}

.ltn__product-item-5 .ltn__plot-brief li.signature {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  border: 1px solid #ff2c72;
  color: #ff2c72;
  padding: 6px;
  border-radius: 10px;
}

.ltn__product-item-5 .ltn__plot-brief li.comment {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  border: 1px solid #78839a;
  color: #78839a;
  padding: 6px;
  border-radius: 10px;
}

.ltn__search-widget h1 {
  font-size: 18px;
  font-family: "Sofia Pro";
  font-weight: bold;
}

.addbusiness-btn {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.btn-orange {
  background-color: var(--ltn__secondary-color);
  color: var(--white) !important;
  padding: 12px 30px !important;
  border-radius: 6px;
  /* margin-left: 15px; */
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  font-size: 18px;
  font-family: "Sofia Pro";
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}

.btn-orange:hover {
  background-color: #f88125d9;
  color: var(--ltn__primary-color) !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
select,
textarea {
  height: 45px !important;
}

.btn-calendar {
  /* margin-left: 15px; */
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  padding: 12px 30px;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-family: "Sofia Pro";
  background-color: #2d408c;
}

.btn-calendar:hover {
  background-color: #2d408cc2;
  color: var(--ltn__primary-color) !important;
}

.btn-close {
  margin: 5px;
  color: black;
  /* / box-shadow: 0px 0px 3px 1px; / */
}

.modal-header .btn-close {
  /* / padding: 0.5rem 0.5rem !important; / */
  margin: 20px !important;
}

/* .ltn__product-item-4 .product-footer {
	display: flex;
}

.ltn__product-item-4 .product-footer .left {
	min-width: 100px;
	max-width: 400px;
}

.ltn__product-item-4 .product-footer .right {
	min-width: 100px;
	max-width: 250px;
} */

.ltn__checkout-single-content-info label {
  font-size: 18px;
  font-weight: bold;
  font-family: "Sofia Pro";
}

.input-item {
  display: flex;
}

.input-item select {
  width: 100%;
  margin-right: 10px;
  height: 66px;
}

.form-group {
  position: relative;
}

.form-group span {
  position: absolute;
  top: 43px;
  right: 25px;
}

.form-select.settings {
  border: 0px solid;
  border-bottom: 1px solid;
  border-color: var(--border-color-9);
  color: #f88125;
  font-size: 14px;
  font-family: "Sofia Pro";
}

/**Inspection-detail**/
.inspection-block {
  background-position: center;
  height: 465px;
  background-image: url(../img/house/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.real-estate-agent .agent-img {
  /* max-width: 40px; */
  margin-right: 12px;
  position: top;
  position: absolute;
  top: 70%;
  left: 0;
}

.product-footer h6 {
  font-size: 15px;
  font-family: "Gotham Rounded";
  font-weight: 400;
}

.clearsection {
  float: right;
  border: 1px solid grey;
  padding: 4px;
  border-radius: 8px;
  color: #a1a1a1;
}

.setsearch {
  position: relative;
}

.setsearch span {
  position: absolute;
  top: 28px;
  left: 17px;
}

.setsearch-respo {
  position: relative;
}

.setsearch-respo span {
  position: absolute;
  top: 13px;
  left: 17px;
}

.my-order-box {
  padding: 25px;
  border-radius: 50px;
  margin: 15px;
  margin-bottom: 50px;
}

.box-shadow {
  box-shadow: 0px 30px 40px 5px #00000040;
}

.order-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.order-header label {
  float: right;
}

.order-header h5 {
  margin-bottom: 0;
  font-size: 18px;
}

.order-header span {
  color: #50646e;
  font-size: 14px;
}

/* ----------------------------------------------------
    settings
---------------------------------------------------- */
.settings {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.settings .left {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.settings .right {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.settings .items {
  background-color: #ffffff;
  /* min-height: 100px; */
  padding: 15px;
}

.settings .items .item {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.settings .items .item .input-phone {
  width: 95px;
}

.settings .items .item.divider {
  /* padding-bottom: 5px;
  margin-bottom: 5px; */
  border-bottom: 1px solid #eeeeee;
}

.settings .items .item span a {
  font-size: 12px;
  font-family: "Sofia Pro";
  color: #f88125;
  font-weight: 100;
}

.settings .items .item .form-check-input:checked {
  background-color: #00b84a;
  border-color: #00b84a;
}

.settings .left .items h5 {
  font-size: 16px;
  font-weight: 300;
  color: #78839a;
}

.settings .left .items .item span {
  font-size: 15px;
  font-weight: 600;
  font-family: "Sofia Pro";
  color: #061e31;
}

.settings .items .add-info {
  float: right;
}

.settings .right .items .item span {
  font-size: 15px;
  font-family: "Sofia Pro";
  font-weight: 600;
  color: #061e31;
}

.settings .right .items h3 {
  font-size: 15px;
  font-weight: 600;
  font-family: "Sofia Pro";
  color: #ff2c72;
  text-align: center;
  padding: 10px 5px;
}

.set-business-title {
  font-size: 24px;
  font-family: 'Gotham Rounded';
  font-weight: 600;
  color: #2D408C;
  text-align: center;
  padding: 5px 5px;
  margin: auto;
}

.add-business-info {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  padding: 5px 10px;
}

.add-business-info .title {
  font-size: 16px;
  font-family: 'Gotham Rounded';
  font-weight: 700;
  color: #061E31;
  margin-bottom: 0px;
}

.add-business-info .subtitle {
  font-size: 14px;
  font-family: 'Gotham Rounded';
  font-weight: 300;
  color: #061E31;

}

.add-business-info .business-img {
  border: 1px solid #E4E4E4;
  border-radius: 100%;
  padding: 6px;
}

/* ----------------------------------------------------
   all-inspection
---------------------------------------------------- */
.setfooter-inspection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 5px;
}

.setfooter-inspection .text-data {

  font-family: 'Gotham Rounded';
  font-size: 15px;
  font-weight: 600;
}

/* ----------------------------------------------------
    ispection-details
---------------------------------------------------- */


.ispection-details-header {
  height: 300px;
  background-image: url("../img/house/1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ispection-details-header .like-comment {
  position: relative;
  top: 70px;
  display: flex;
  transform: translateY(191px);
  right: 48px;
  flex-direction: row-reverse;
  gap: 8px;
}

.ispection-details-header .like-comment a {
  color: #fff;
  font-size: 20px;
  font-family: 'Sofia Pro';
  font-weight: 700;
}

.ispection-details-header .like-comment a img {
  padding: 5px 8px;
  margin-top: -7px;
}

.inspect-detail img {
  max-width: 140px;
  border-radius: 100%;
  position: relative;
  top: -183px;
  left: -105px;
  border: 3px solid #fff;
}

.inspect-detail .group-avatar {
  display: block;
  position: relative;
  width: 100%;
}

.inspect-detail .avatar-btn {
  position: absolute;
  bottom: 131%;
  left: 6%;
}

.inspect-detail .avatar-btn [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  float: right;
  display: none;
}

.inspect-detail .avatar-btn [type="file"]+label {
  cursor: pointer;
  float: right;
  outline: none;
  transition: all 0.3s;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  padding: 10px 14px;
  border-radius: 50%;
  text-transform: uppercase;
}

.inspect-detail .avatar-btn [type="file"]+label i {
  margin-right: 7px;
}

.ispection-details-header .container {
  position: relative;
  z-index: 0;
}

.inspect-detail .profile {
  position: absolute;
  z-index: 1;
  transform: translate(75%, 80px);
}


.ispection-details {
  padding: 10px 0px;

}

.ispection-details .client {
  background: #ffffff;
  padding: 2px 15px;
  /* max-width: 600px; */
}

.ispection-details .client .name {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ispection-details .client .name .title .head-clienttit {
  color: #F88125;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Sofia Pro';
}

.ispection-details .client .name .title .head-subtitle {
  color: #000000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Sofia Pro'
}

.ispection-details .client .email {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ispection-details .client .email .email-title {
  font-family: 'Gotham Rounded';
  font-size: 16px;
  font-weight: 600;
  color: #2D408C;
}

.ispection-details .client .phone {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ispection-details .client .phone .phone-title {
  font-family: 'Gotham Rounded';
  font-size: 16px;
  font-weight: 600;
  color: #2D408C;
  margin-left: -12px;
}

.ispection-details .client .id-number {
  color: #061E31;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Sofia Pro'
}

.ispection-details .client .payment {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 10px;
}

.ispection-details .client .payment .unpaid {
  max-width: 200px;
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 10px 21px;
}

.ispection-details .client .payment .unpaid img,
.Signed img {

  width: 30px;
  height: 30px;
  border-radius: 0px;
  top: -4px;
  left: -6px;
}

.ispection-details .client .payment span {
  font-size: 16px;
  color: #1F394E;
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

.ispection-details .client .payment .sign {
  font-size: 18px;
  color: #00B84A;
  font-family: 'Gotham Rounded';
  font-weight: 500;
  padding-left: 40px;
}

.ispection-details .client .payment .unsign {
  font-size: 18px;
  color: #FF2C72;
  font-family: 'Gotham Rounded';
  font-weight: 500;
  padding-left: 40px;
}

.ispection-details .client .payment .Signed {
  max-width: 200px;
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 10px 31px;
  width: 100%;
}

.ispection-details .client .name .action {
  display: flex;
  gap: 10px;
}

.ispection-details .client .name .action .btn-delete {
  border: 1px solid #707070;
  background: #fff;
  border-radius: 8px;
  color: #A1A1A1;
  font-size: 14px;
  font-family: 'Sofia Pro';
  font-weight: 600;
}

.ispection-details .client .name .action .btn-edit {
  border: 1px solid #707070;
  background: #E1E1E1;
  border-radius: 8px;
  color: #02225A;
  font-size: 14px;
  font-family: 'Sofia Pro';
  font-weight: 600;
}

.inspection-info {
  padding: 40px 20px;
  background-color: #fff;
}

.client-info {
  background: #ffffff;
  padding: 15px;
  max-width: 700px;
}

.client-info .information {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.client-info .information .left {
  flex: 1;
}

.client-info .information .left img {
  border-radius: 50%;
  position: relative;
  top: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  left: 21px;
}

.client-info .information .middle {
  flex: 2;
}

.client-info .information .right {
  flex: 2;
}

.client-info .information .middle .title {
  color: #F88125;
  font-size: 16px;
  font-family: 'Sofia Pro';
  font-weight: 800;
  text-align: center;
}

.client-info .information .middle .subtitle {
  color: #061E31;
  font-size: 18px;
  font-family: 'Sofia Pro';
  font-weight: 800;
}

.client-info .information .right .rate {
  color: #2D408C;
  font-size: 18px;
  font-family: 'Gotham Rounded';
  font-weight: 800;
}

.client-info .information .right .subtitle {
  color: #1F394E;
  font-size: 15px;
  font-family: 'Sofia Pro';
  font-weight: 600;
}

.client-info .title {
  font-family: "Gotham Rounded";
  font-size: 18px;
  text-align: left;
  font-weight: 900;
  color: #061E31;
}

.client-info .inspection-date {
  color: #F88125;
  font-size: 15px;
  font-family: 'Sofia Pro';
  font-weight: 600;
}

.realtor-info {
  background: #ffffff;
  padding: 15px;
  max-width: 600px;
}

.realtor-info .title {
  font-family: "Gotham Rounded";
  font-size: 18px;
  text-align: left;
  font-weight: 900;
  color: #061E31;
}

.realtor-info .email {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.realtor-info .email .email-title {
  font-family: 'Gotham Rounded';
  font-size: 16px;
  font-weight: 600;
  color: #2D408C;
}

.realtor-info .phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.realtor-info .phone .phone-title {
  font-family: 'Gotham Rounded';
  font-size: 16px;
  font-weight: 600;
  color: #2D408C;
}

.realtor-info .id-number {
  color: #061E31;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Sofia Pro'
}

.invoice-contract-info {
  background: #ffffff;
  padding: 15px;
  max-width: 600px;
}

.invoice-contract {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #A1A1A1;
  padding: 5px 15px;
}

.invoice-contract-info .invoice-contract .title {
  font-size: 20px;
  color: #2D408C;
  font-family: 'Sofia Pro';
  font-weight: 800;
  margin-bottom: -2px;
}

.invoice-contract-info .invoice-contract .subtitle {
  font-size: 15px;
  font-family: 'Sofia Pro';
  font-weight: 700;
  color: #00B84A;
}

.invoice-contract-info .invoice-contract .contract-title {
  font-size: 15px;
  font-family: 'Sofia Pro';
  font-weight: 500;
  color: #000;
}

.invoice-contract-info .message-text {
  font-size: 15px;
  font-family: 'Sofia Pro';
  /* padding: 10px 0px; */
  margin-top: 5px;
  font-weight: 700;
  color: #78839A;
}

.invoice-contract-info .contract-text {
  color: #1F394E;
  font-size: 15px;
  font-family: 'Sofia Pro';
  padding: 5px 10px;
  font-weight: 700;
  border: 1px solid #A1A1A1;
  border-radius: 5px;
}

.email-invoice-info {
  background: #ffffff;
  padding: 15px;
  max-width: 600px;
}

.email-invoice-info .email-invoice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #A1A1A1;
  padding: 7px 10px;
  color: #F88125;
  font-family: "Gotham Rounded";
  font-size: 15px;
}

.email-invoice-info .cc-email {
  font-size: 18px;
  font-family: 'Sofia Pro';
  font-weight: 500;
  color: #1F394E;
  margin-bottom: -7px;
}

.email-invoice-info .cc-email-id {
  font-size: 12px;
  font-family: 'Sofia Pro';
  font-weight: 500;
  color: #78839A;
}

.texting-link-info {
  background: #ffffff;
  padding: 15px;
  max-width: 600px;
}

.texting-link-info .texting-invoice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #A1A1A1;
  padding: 7px 10px;
  color: #F88125;
  font-family: "Gotham Rounded";
  font-size: 15px;
}

.link-btn-info {
  background: #ffffff;
  padding: 15px;
  max-width: 600px;
}

.link-btn-info .link-btn-action {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 4px;
}

.link-btn-info .link-btn-action a {
  border: 1px solid #A1A1A1;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Gotham Rounded';
  color: #1F394E;
  font-weight: 700;
}

.link-btn-info .link-btn-action a .img-section {
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  height: 100%;
  margin-top: -5px;
}

.link-btn-info .report-inspect-btn a {

  padding: 10px 25px;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Sofia Pro';
  color: #fff;
  font-weight: 600;
}

.link-btn-info .report-inspect-btn a .img-section {
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  height: 100%;
  margin-top: -5px;
}

.icon {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icon .img-icon {
  padding: 5px 12px
}

.final-report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #00B84A;
  padding: 7px 10px;
  color: #fff;
  font-family: "Gotham Rounded";
  font-size: 15px;
  background: #00B84A;
  margin: 10px 0px;
}



/* ----------------------------------------------------
    login
---------------------------------------------------- */
.login-section {
  height: 100%;
}

.login-section .login {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.login-section .login .header {
  text-align: center;
}

.login-section .login .header img {
  height: 60px;
  margin-bottom: 10px;
}

.login-section .login .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.login-section .login .header .subtitle {
  font-size: 18px;
  font-family: "Sofia Pro";
  color: #1f394e;
}

/* .headtitle-head h2 {
  font-family: "Sofia Pro";
  font-weight: 900;
  font-size: 20px;
  color: #455964;
} */
/* ----------------------------------------------------
    Forgot
---------------------------------------------------- */
.forgot-section {
  height: 100%;
}

.forgot-section .forgot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.forgot-section .forgot .header {
  text-align: center;
}

.forgot-section .forgot .header img {
  height: 60px;
  margin-bottom: 10px;
}

.forgot-section .forgot .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.forgot-section .forgot .header .para-text {
  color: #4d5d87;
  font-size: 16px;
  font-family: "Sofia Pro";
}

/* ----------------------------------------------------
Succeful-message
---------------------------------------------------- */
.Successfulmessage-section {
  height: 100%;
}

.Successfulmessage-section .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.Successfulmessage-section .message .header {
  border-radius: 200px;
  height: 200px;
  width: 200px;
  background: #f8faf5;
  margin: 0 auto;
  border: 1px solid #f88125;
}

.Successfulmessage-section .message .header i.successtik {
  color: #2d408c;
  font-size: 100px;
  line-height: 200px;
  margin-left: 50px;
}

.Successfulmessage-section .message .body .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.Successfulmessage-section .message .body .para-text {
  color: #4d5d87;
  font-size: 16px;
  font-family: "Sofia Pro";
}

/* ----------------------------------------------------
reset-password
---------------------------------------------------- */
.resetpwd-section {
  height: 100%;
}

.resetpwd-section .reset-password {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.resetpwd-section .reset-password .header {
  text-align: center;
}

.resetpwd-section .reset-password .header img {
  height: 60px;
  margin-bottom: 10px;
}

.resetpwd-section .reset-password .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.resetpwd-section .reset-password .header .para-text {
  color: #4d5d87;
  font-size: 16px;
  font-family: "Sofia Pro";
}

/* ----------------------------------------------------
otp-forgot
---------------------------------------------------- */
.otp-forgot-section {
  height: 100%;
}

.otp-forgot-section .otp-forgot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.otp-forgot-section .otp-forgot .header {
  text-align: center;
}

.otp-forgot-section .otp-forgot .header img {
  height: 60px;
  margin-bottom: 10px;
}

.otp-forgot-section .otp-forgot .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.otp-forgot-section .otp-forgot .header .para-text {
  color: #4d5d87;
  font-size: 16px;
  font-family: "Sofia Pro";
}

.otp-forgot-section .otp-forgot .body .otp-input {
  display: flex;
  justify-content: space-between;
}

.otp-forgot-section .otp-forgot .body .otp-input .form-control {
  text-align: center;
  font-size: 18px !important;
  max-width: 20%;
}

/* ----------------------------------------------------
    change-password
---------------------------------------------------- */
.change-password-section {
  height: 100%;
}

.change-password-section .change-pwd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  width: 100%
}

.change-password-section .change-pwd .header {
  text-align: center;
}

.change-password-section .change-pwd .header img {
  height: 60px;
  margin-bottom: 10px;
}

.change-password-section .change-pwd .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.change-password-section .change-pwd .header .para-text {
  color: #4d5d87;
  font-size: 16px;
  font-family: "Sofia Pro";
}

/* ----------------------------------------------------
  sign-up
---------------------------------------------------- */
.signup-section {
  height: 100%;
}

.signup-section .signup {
  position: absolute;
  /* top: 50%; */
  left: 0;
  top: 7px;
  /* transform: translate(-50%, -50%); */
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: auto;
  right: 0;
}

/* .signup-section .signup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  width: 50%;
} */

.signup-section .signup .header {
  text-align: center;
}

.signup-section .signup .header img {
  height: 60px;
  margin-bottom: 10px;
}

.signup-section .signup .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.signup-section .signup .header .subtitle {
  font-size: 18px;
  font-family: "Sofia Pro";
  color: #1f394e;
}

.signup-section .signup .body .phone-number {
  display: flex;
  flex: 1;
}

.signup-section .signup .body .phone-number select {
  width: 23%;
  margin-right: 10px;
  height: 45px;
}

/* ----------------------------------------------------
Bank-detail
---------------------------------------------------- */
.bankdetail-section {
  height: 100%;
}

.bankdetail-section .bankdetail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.bankdetail-section .bankdetail .header {
  text-align: center;
}

.bankdetail-section .bankdetail .header img {
  height: 60px;
  margin-bottom: 10px;
}

.bankdetail-section .bankdetail .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.bankdetail-section .bankdetail .header .para-text {
  color: #4d5d87;
  font-size: 16px;
  font-family: "Sofia Pro";
}

/* ----------------------------------------------------
About-us
---------------------------------------------------- */
.aboutus-section .title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Sofia Pro";
  margin-bottom: 12px;
}

.aboutus-section .subtitle {
  font-size: 16px;
  font-weight: 300;
  font-family: "Sofia Pro";
  margin-bottom: 10px;
}

/* ----------------------------------------------------
Schedule-inspection
---------------------------------------------------- */
.schedule-inc-img {
  background-position: center;
  height: 465px;
  background-image: url(../img/img-slide/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.schedule-inc-img:after {
  content: "";
  position: absolute;
  background: linear-gradient(22deg, #08559c8f -8%, #052c3ec7 67%);
  display: block;
  width: 100%;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
}

.schedule-inc-img .banner-block {
  position: relative;
  top: 70px;
  transform: translateY(100px);
  color: #ffffff;
  z-index: 3;
}

.schedule-inc-img .banner-block .title {
  color: #fff;
  text-align: center;
  /* line-height: 50px; */
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-size: 22px;
  font-family: "Gotham Rounded";
}

label.profile-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

label.profile-img img {
  width: 100%;
  height: 100%;
}

.profile-img input[type="file"] {
  display: none;
}

.Schedule-client-info {
  background: #ffffff;
  padding: 15px;
  width: 100%;
}

.date-time-info {
  background: #ffffff;
  padding: 15px;
  width: 100%;
}

.realtor-schedule-info {
  background: #ffffff;
  padding: 15px;
  width: 100%;
}

.Schedule-client-info label {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Sofia Pro';
  color: #061E31;
}

.date-time-info label {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Sofia Pro';
  color: #061E31;
}

.realtor-schedule-info label {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Sofia Pro';
  color: #061E31;
}

.Schedule-client-info .info-text {
  color: #F88125;
  font-size: 15px;
  font-family: 'Sofia Pro';
  text-align: center;
  font-weight: 800;
}

.realtor-schedule-info .info-text {
  color: #F88125;
  font-size: 15px;
  font-family: 'Sofia Pro';
  text-align: center;
  font-weight: 800;
}

/* ----------------------------------------------------
    contact-us
---------------------------------------------------- */
.contact-section {
  height: 100%;
}

.contact-section .contact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.contact-section .contact .header {
  text-align: center;
}

.contact-section .contact .header img {
  height: 60px;
  margin-bottom: 10px;
}

.contact-section .contact .header .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d408c;
  margin-bottom: 0px;
  font-family: "Gotham Rounded";
}

.contact-section .contact .header .subtitle {
  font-size: 18px;
  font-family: "Sofia Pro";
  color: #1f394e;
}

/* ----------------------------------------------------
   after login
---------------------------------------------------- */
.middlemenu {
  border-bottom: 1px solid;
  border-color: var(--border-color-3);
  height: 75px;
  padding: 21px;
  background-color: #f88125f2;
  color: #ffffff;
}

/* ----------------------------------------------------
   after login
---------------------------------------------------- */
.nav-pills>li>a {
  border-radius: 0;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

#wrapper.toggled {
  padding-left: 250px;
  overflow: hidden;
}

#sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  position: absolute;
  padding: 15px;
  width: 100%;
  overflow-x: hidden;
}

.xyz {
  min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0px;
}

.fixed-brand {
  width: auto;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}

.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-left: red 2px solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.no-margin {
  margin: 0;
}

/* ----------------------------------------------------
   Generate Invoice
---------------------------------------------------- */
.generate-invoice {
  padding-top: 15px;
  background-color: #fff;
  text-align: center;
  margin: 10px;
}

.generate-invoice .title {
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Gotham Rounded";
  color: #2d408c;
}

.inspection-section {
  padding: 25px;
  background-color: #fff;
}

.inspection-section .inspection-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inspection-section .title {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 18px;
  color: #061e31;
}

.inspection-detail:hover {
  background-color: #0000000a;
}

.inspection-section .inspection-detail .form-check-label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-family: "Gotham Rounded";
  color: #2d408c;
  font-weight: 400;
}

.inspection-section .add-value {
  /* float: right; */
  border: 1px solid #707070;
  padding: 4px;
  margin: 2px 0px;
  border-radius: 10px;
  width: 50px;
}

.inspection-section .generate-invoice-button {
  display: flex;
  justify-content: space-between;
}

.generate-invoice-button .right .edit-btn {
  background: #fff;
  color: #2d408c;
  border: 2px solid #2d408c;
  padding: 10px 25px;
  border-radius: 10px;
  margin-right: 8px;
}

.inspection-section .title {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 18px;
  color: #061e31;
}

.fees-section {
  padding: 20px;
  background-color: #fff;
  margin: 20px 0px;
}

.fees-section .title {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 18px;
  color: #061e31;
}

.fees-section .subtitle {
  font-family: "Sofia Pro";
  font-weight: 300;
  font-size: 16px;
  color: #78839a;
}

.fees-section .generate-invoice-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.fees-section .multiply-fees {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.fees-section .multiply-fees .middle {
  padding-left: 10px;
  padding-right: 10px;
}

.fees-section .multiply-fees .right .setinput {
  margin-top: 20px;
  border: 1px solid #ededed !important;
  border-radius: 2px;
}

.invoice-setting {
  padding: 20px 20px;

  background-color: #fff;
}

.invoice-setting .title {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 18px;
  color: #061e31;
}

.invoice-setting .form-check-label {
  font-size: 14px;
  font-weight: 600;
  font-family: "Sofia Pro";
  color: #1f394e;
}

.other-payment-section {
  padding: 25px 10px;
  background-color: #fff;
}

.other-payment-section .title {
  font-family: "Gotham Rounded";
  font-weight: 500;
  font-size: 15px;
  color: #f88125;
}

.other-payment-section .subtitle {
  font-family: "Sofia Pro";
  font-weight: 300;
  font-size: 14px;
  color: #a1a1a1;
}

.paymnet-type {
  display: flex;
  flex-wrap: nowrap;
}

.paymnet-type .left {
  min-width: 150px;
  max-width: 300px;
}

.paymnet-type .right {
  min-width: 150px;
  max-width: 300px;
}

.menu-section .balance-head {
  font-size: 17px;
  font-weight: 800;
  font-family: "Sofia Pro";
  color: #ff2c72;
  margin: 12px;
}

.menu-section .balance-input {
  width: 86px;
  border: 1px solid #ff2c72;
  padding: 10px;
  margin: 12px;
  border-radius: 10px;
  color: #ff2c72;
}

.setborder {
  border: 1px solid #ededed !important;
  border-radius: 10px;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

/* ----------------------------------------------------
 generate-invoice
---------------------------------------------------- */
.section-invoice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 5px;  */
  padding-top: 25px;
  gap: 10px;
}

.section-invoice .left-invoice {
  width: 350px;
  background-color: #fff;
  height: 200px;
}

.section-invoice .right-invoice {
  background-color: #fff;
  padding: 28px;
  flex: 1;
}

hr:not([size]) {
  height: 2px;
}

/* ----------------------------------------------------
    create-edit-contract
---------------------------------------------------- */
.section-contarct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  padding: 5px;
  margin: 10px;
  gap: 20px;
}

.section-contarct .left-contarct {
  width: 346px;
  background-color: #fff;
  height: 200px;
}

.section-contarct .right-contarct {
  background-color: #fff;
  padding: 20px;
  flex: 1;
}

.section-contarct .right-contarct .contract-header {
  background-color: #f88125;
  color: white;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.badge-label {
  background: #12cae6;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

#contractaccordian .accordion-item .accordion-header .accordion-button:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  height: 30px;
  width: 30px;
  display: flex;
  border-radius: 50%;
  background-color: #2d408c;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
}

#contractaccordian .accordion-item .accordion-header .accordion-button.collapsed:after {
  content: "\f107";
  background-color: #2d408c;
  color: #fff;
}

#contractaccordian .accordion-item .collapse {
  border: 0;
}

#contractaccordian .accordion-item .accordion-header .accordion-button {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}

#contractaccordian .accordion-item .accordion-header .accordion-button.collapsed {
  background: #ffffff;
  color: #000;
}

#contractaccordian .accordion-item .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#contractaccordian .accordion-item .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}

.accordion-button::after {
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

#contractaccordian .title {
  font-size: 16px;
  font-family: "Sofia Pro";
  font-weight: 700;
  color: #2d408c;
  padding-left: 36px;
}

.menu-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  /* padding: 3px; */
}

.menu-section .total-head {
  font-size: 18px;
  font-weight: 800;
  font-family: "Sofia Pro";
  color: #2d408c;
  margin: 12px;
}

.menu-section .total-input {
  width: 86px;
  border: 1px solid #2d408c;
  padding: 10px;
  margin: 12px;
  border-radius: 10px;
  color: #2d408c;
}

.menu-section .paid-head {
  font-size: 18px;
  font-weight: 800;
  font-family: "Sofia Pro";
  color: #00b84a;
  margin: 12px;
}

.menu-section .paid-input {
  width: 86px;
  border: 1px solid #00b84a;
  padding: 10px;
  margin: 12px;
  border-radius: 10px;
  color: #00b84a;
}

.menu-section .payment-head {
  font-size: 18px;
  font-weight: bold;
  font-family: "Sofia Pro";
  color: #02225a;
  margin: 12px;
}

hr.contract {
  margin-top: 2px;
  margin-bottom: 20px;
  border-top: 2px solid var(--border-color-12);
  margin-left: -20px;
  margin-right: -20px;
}

.section-contarct .right-contarct .subtitle {
  font-family: "Sofia Pro";
  font-weight: 500;
  font-size: 16px;
  color: #455964;
}

.section-contarct .right-contarct .title {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 18px;
  color: #061e31;
}

.ltn__tab-menu-3 .tabcontent {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}

.tabmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabmenu .add-btn {
  color: #12cae6;
  font-size: 15px;
  font-family: "Sofia Pro";
  font-weight: 600;
  margin-right: 11px;
}

.section-menu {
  border: 2px solid #f8f8f8;
  border-bottom: none;
}

.section-menu .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f8f8f8;
  padding: 8px;
}

.section-menu .list-item .menubtn-add {
  background: #2d408c;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Sofia Pro";
}

.section-menu .list-item .menubtn-add:hover {
  color: #fff;
}

.section-menu .list-item .menubtn-used {
  background: #06c54533;
  color: #06c545;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Sofia Pro";
}

.section-menu .list-item .menubtn-used:hover {
  color: #06c545;
}

.section-menu .list-item .standard-head {
  font-size: 14px;
  font-weight: 500;
  font-family: "Gotham Rounded";
  color: #2d408c;
  margin: 12px;
}

.section-menu .paratext {
  background: #f8f8f8;
  padding: 5px 20px;
  line-height: 28px;
  color: #1f394e;
  font-size: 14px;
  font-family: "Sofia Pro";
  font-weight: 900;
}

.uploadcontract {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border: 5px solid #f8f8f8;
}

.uploadcontract .left {
  padding: 25px;
}

.uploadcontract .left .title {
  font-size: 14px;
  font-family: "Gotham Rounded";
  font-weight: bold;
  color: #061e31;
}

.uploadcontract .right {
  min-width: 50px;
  max-width: 200px;
}

.modal .headtitle {
  background-color: #2d408c;
  color: white;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
}
/*
.modal .title {
  padding: 20px 0px;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
}*/

.modal .title {
    padding: 20px 25px;
    text-align: center;
    text-transform: capitalize;
    margin: inherit;
    text-align: justify;
    margin-right: 28px;
    color: #fe8237;
    font-weight: 500;
}
/*******7-5-23****/
.product {
  margin-top: 0;
  box-shadow: var(--ltn__box-shadow-4);
  border: 1px solid;
  border-color: var(--border-color-13);
  background-color: var(--white);
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.product .product-img {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.product .product-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ltn__primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .product-img img {
  transition: all 0.5s ease 0s;
  border-radius: 10px;
  position: relative;
  max-width: 100%;
}

.product .product-info {
  padding: 6px 24px;
}

.product .product-info .product-title {
  font-size: 15px;
  font-family: "Gotham Rounded";
  font-weight: 500;
  color: black;
}

.product .product-info .product-title-h3 {
  font-size: 14px;
  font-family: "Sofia Pro";
  font-weight: 600;
  color: #6666de;
}

.product .product-footer .footer-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.product .product-footer .footer-items .left-footerdiv .paid {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  border: 1px solid #00b84a;
  color: #00b84a;
  padding: 6px;
  border-radius: 10px;
}

.product .product-footer .footer-items .left-footerdiv .signature {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  border: 1px solid #ff2c72;
  color: #ff2c72;
  padding: 6px;
  border-radius: 10px;
}

.product .product-footer .footer-items .right-footerdiv .comment {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  border: 1px solid #78839a;
  color: #78839a;
  padding: 6px;
  border-radius: 10px;
}

.card img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ltn__primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card .card-body .address {
  font-size: 15px;
  font-family: "Gotham Rounded";
  font-weight: 500;
  color: black;
  display: block;
}

.card .card-body .inspector {
  font-size: 14px;
  font-family: "Sofia Pro";
  font-weight: 600;
  color: #6666de;
}

.card .card-action-btn {
  display: flex;
  gap: 5px;
}

.card-footer {
  background-color: #ffffff !important;
  padding: 0.5rem 0rem !important;
  margin: 5px;
}

.outline-pink {
  font-size: 15px;
  border: 1px solid #ff2c72;
  color: #ff2c72;
  gap: 5px;
  padding: 6px;
  white-space: nowrap;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.outline-green {
  font-size: 15px;
  border: 1px solid #00b84a;
  color: #00b84a;
  gap: 5px;
  padding: 6px;
  white-space: nowrap;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.outline-gary {
  font-size: 15px;
  border: 1px solid #78839a;
  color: #78839a;
  gap: 5px;
  padding: 6px;
  white-space: nowrap;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------
  bank-info
---------------------------------------------------- */

.bank-info {
  background: #ffffff;
  padding: 15px;
  /* width: 55%; */
  /* max-width: 600px; */
  margin: auto;
  border: 1px solid #00000017;
  border-radius: 10px;
}

.bank-info .title {
  font-family: "Gotham Rounded";
  font-size: 18px;
  text-align: left;
  font-weight: 900;
  color: #061E31;
}

.bank-info .email {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bank-info .email .email-title {
  font-family: 'Gotham Rounded';
  font-size: 16px;
  font-weight: 600;
  color: #2D408C;
}

.delet-title {
  font-size: 16px;
  font-family: 'Sofia Pro';
  color: #FF2C72;
  font-weight: 800;
}

/* ----------------------------------------------------
 gallery-view
---------------------------------------------------- */
.gallery-view {
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  flex-basis: calc(33% - 10px);
  margin: 5px;
  position: relative;

}

.gallery-item img {
  width: 100%;
  height: auto;

}

.gallery-view a {
  background: #00B84A;
  padding: 15px 15px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  font-size: 20px;
  font-family: 'Sofia Pro';
  font-weight: 800;
  margin: auto;
}

.flag-item {
  position: absolute;
  top: 5px;
  left: 92%;
  overflow: hidden;
}

.flag-item img {
  object-fit: scale-down;
  height: 100%;
  width: 100%;
}

.check-item {
  position: absolute;
  text-align: center;
  margin: auto;
  /* transform: translate(-50%, -50%); */
  top: 71px;
  left: 140px;
}

.check-item img {
  object-fit: scale-down;
  height: 100%;
  width: 100%;
}

.overlay-10:before {
  background: rgb(161 116 98 / 87%);
  /* height: 130px; */
}

.overlay-10:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;

}

.overlay-10 {

  position: relative;
}

/* ----------------------------------------------------
 Section-view
---------------------------------------------------- */
.section-view {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* background: white; */
}

.section-view .left {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.section-view .right {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.section-view .items {
  background-color: #ffffff;
  /* min-height: 100px; */
  padding: 15px;
}

.section-view .items .item {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-view .items .item .input-phone {
  width: 95px;
}

.section-view .items .item.divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

.section-view .items .item span a {
  font-size: 12px;
  font-family: "Sofia Pro";
  color: #f88125;
  font-weight: 100;
}

.section-view .items .item.divider .add-section {
  color: #F88125;
  font-size: 16px;
  font-family: 'Sofia Pro';
  font-weight: 600;
  margin-left: -13px;
}

.bg-overlay-white-100:before {
  background: rgb(45 64 140 / 92%);
  /* height: 130px; */
}

.bg-overlay-white-100:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-100 {
  z-index: 8;
  position: relative;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: -11px;
  position: absolute;
  top: 12px;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
  background-color: #F88125;
  border-color: 1px solid #fff;
}

.round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.section-view .items .item.divider .flag-number {
  color: #FF2C72;
  font-size: 16px;
  font-family: 'Sofia Pro';
  font-weight: 700;
  margin-right: 10px;
}

/* ----------------------------------------------------
Edit-profile
---------------------------------------------------- */

.edit-profile-header {
  height: 300px;
  background-image: url("../img/slider/14.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.edit-detail img {
  max-width: 140px;
  /* border-radius: 100%; */
  position: relative;
  top: 73px;
  left: 17px;
  /* border: 3px solid #fff; */
}

.edit-detail .group-avatar {
  display: block;
  position: relative;
  width: 100%;
}

.edit-detail .avatar-btn {
  position: absolute;
  bottom: 131%;
  left: 6%;
}

.edit-detail .avatar-btn [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  float: right;
  display: none;
}

.edit-detail .avatar-btn [type="file"]+label {
  cursor: pointer;
  float: right;
  outline: none;
  transition: all 0.3s;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  padding: 10px 14px;
  border-radius: 50%;
  text-transform: uppercase;
  transform: translate(100px, 150px);
}

.edit-detail .avatar-btn [type="file"]+label i {
  margin-right: 7px;
}

.edit-detail .profile {
  position: absolute;
  z-index: 1;
  transform: translate(555%, 160px);
}

label.profile-img-edit {
  /* width: 250px;
  height: 175px; */
  /* border-radius: 50%; */
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid black;
}

.editprofile-info .profile-img-edit input[type="file"] {
  display: none;
}

.editprofile-info .setsign {
  margin: 20px;
  padding: 25px;
}

.editprofile-info {
  background: #ffffff;
  padding: 15px;
  width: 100%;
}

label.editpro {
  color: #F88125;
  font-size: 16px;
  font-family: 'Sofia Pro';
  font-weight: 500;
}

input[type="submit"] {
  background-color: var(--ltn__secondary-color);
  font-size: 18px;
  padding: 12px 30px;
  height: 57px !important;
}

/* New 11 dec 23 */
.settings .items .item.divider .leftdiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.delet-title:hover {
  color: #FF2C72;
}

label.profile-img1 {
  overflow: hidden;
  cursor: pointer;
}

.profile-img1 input[type="file"] {
  display: none;
}


/* ----------------------------------------------------
    General-reports
---------------------------------------------------- */
.general-report-view .report-items {
  background-color: #ffffff;
  padding: 20px;

}

.general-report-view .report-items .items {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.general-report-view .report-items .items h5 {
  font-size: 18px;
  font-family: "Sofia Pro";
  font-weight: 600;
  color: #F88125 !important;
}

.general-report-view .report-items .items a {
  color: #12cae6;
  font-size: 18px;
  font-family: "Sofia Pro";
  font-weight: 600;
}

.general-report-view .report-items .items a:hover {
  color: #12cae6;

}

.general-report-view .report-items .whether-types {
  display: flex;

  justify-content: space-around;
  font-size: 16px;
  font-family: "Sofia Pro";
  font-weight: 600;
  margin: 20px 0px;
}

.general-report-view .report-items .edit-btn {
  background: #fff;
  color: #2d408c;
  border: 2px solid #2d408c;
  padding: 5px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.general-report-view .report-items .edit-btn2 {
  background: #fff;
  color: #F88125;
  border: 2px solid #F88125;
  padding: 5px 15px;
  border-radius: 10px;
}

.general-report-view .report-items #temperature-range {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.general-report-view .report-items input[type="range"] {
  width: 100%;
  margin: 10px 0;
  -webkit-appearance: none;
}

.general-report-view .report-items input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: linear-gradient(to right, blue, red, green, orange, yellow);
  border-radius: 5px;
}

.general-report-view .report-items input[type="range"]::-webkit-slider-thumb {
  border: 2px solid #333;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

.general-report-view .report-items .inspection-calendartime {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.general-report-view .report-items .inspection-calendartime .inspection-time {
  border: 1px solid #0000002b;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}

.general-report-view .report-items .inspection-calendartime .inspection-time h6 {
  font-size: 16px;
  font-family: "Sofia Pro";
  font-weight: 600;
  color: #000;
}

.general-report-view .report-items .inspection-calendartime .inspection-time span {
  font-size: 15px;
  font-family: "Sofia Pro";
  font-weight: 500;
  color: #000;
}


.general-report-view .report-items .limitation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  /* / border: 1px solid #A1A1A1; / */
  padding: 5px 15px;
  box-shadow: 0px 0px 5px 0px rgb(205 196 196);
}

.general-report-view .report-items .limitation .title {
  font-size: 18px;
  color: #2D408C;
  font-family: 'Sofia Pro';
  font-weight: 700;

}

.general-report-view .report-items .limitation .subtitle {
  font-size: 15px;
  font-family: 'Sofia Pro';
  font-weight: 500;

}

#intro-modal .comment-menu {
  background: #f8f8f8;
  /* / padding: 5px 0px; / */
  line-height: 28px;
  color: #1f394e;
  font-size: 14px;
  font-family: "Sofia Pro";
  font-weight: 900;
  border: 2px solid #f8f8f8;
}

#intro-modal .comment-menu .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f8f8f8;
  padding: 0px 4px;
  background-color: #fff;
}

#intro-modal .comment-menu .list-item .standard-head {
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham Rounded";
  color: #2d408c;
  margin: 12px;
}

#intro-modal .comment-menu .comment-innertext {
  background: #f8f8f8;
  padding: 15px;
}

#intro-modal .comment-view .items h6 {
  color: #455964;
  font-size: 17px;
  font-family: "Sofia Pro";
  font-weight: 500;
}

#intro-modal .profile-media-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

#intro-modal .profile-media-img .media-img-list {
  position: relative;
}

#intro-modal .profile-media-img .media-img-list a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

#intro-modal .profile-media-img .media-img-list a img {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
  object-fit: cover;
}

#intro-modal .profile-media-img .media-img-list a .bg-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

#intro-modal .comment-menu .comment-innertext .comment-icon {
  border: 1px solid #7070702b;
  padding: 7px;
  border-radius: 50%;
  background: #fff;
}

#intro-modal .modal-header .btn-close {
  /* / padding: 0.5rem 0.5rem !important; / */
  margin: 5px !important;
}



/* 30 March 2024  */

.report_title {
  background-color: #2d408c;
  color: white;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
}

.section-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.section-item .leftdiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-item .rightdiv .flag-number {
  color: #FF2C72;
  font-size: 16px;
  font-family: 'Sofia Pro';
  font-weight: 700;
  /* margin: 5px; */
  /* margin-right: 10px; */
  position: relative;
  top: 4px;
  right: 5px;
}

.comment-view .items {
  background-color: #ffffff;
  /* min-height: 100px; */
  padding: 20px;
}

.comment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-item .leftdiv {
  display: flex;
  /* align-items: center; */
  /* gap: 10px; */
  flex-direction: column;
}

.comment-item .leftdiv h6 {
  color: #F88125 !important;
}

.comment-item .leftdiv h6:hover {
  color: #000000be;
}

.comment-view .items h6 {
  color: #455964;
  font-size: 17px;
  font-family: "Sofia Pro";
  font-weight: 500
}

.profile-media-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.profile-media-img .media-img-list {
  position: relative;
}

.profile-media-img .media-img-list a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.profile-media-img .media-img-list a img {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-media-img .media-img-list a .bg-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: rgba(52, 58, 64, .7);
}

.comment-menu {
  background: #f8f8f8;
  /* padding: 5px 0px; */
  line-height: 28px;
  color: #1f394e;
  font-size: 14px;
  font-family: "Sofia Pro";
  font-weight: 900;
}

.comment-menu {
  border: 2px solid #f8f8f8;
  /* border-bottom: none; */
}

.comment-menu .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f8f8f8;
  padding: 0px 4px;
  background-color: #fff;
}

.comment-menu .list-item .standard-head {
  font-size: 14px;
  font-weight: 500;
  font-family: "Gotham Rounded";
  color: #2d408c;
  margin: 12px;
}

.comment-menu .comment-innertext {
  background: #f8f8f8;
  padding: 15px;
}

.comment-menu .comment-innertext .comment-icon {
  border: 1px solid #7070702b;
  padding: 7px;
  border-radius: 50%;
  background: #fff;
}

.comment-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px;
  border-right: 1px solid #70707026;
  background: #06C545;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Sofia Pro';
  gap: 10px;
}

.comment-category {
  display: inline-flex;
  border: 1px solid #e4e4e4;
}

.comment-category-item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px;
  border-right: 1px solid #70707026;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Sofia Pro';
  gap: 10px;

}

label.profile-img1 {
  overflow: hidden;
  cursor: pointer;
}

.profile-img1 input[type="file"] {
  display: none;
}


.Dflex{
    display: flex;
    align-items: center;
    gap: 5px;
}

.ltn__product-item-5 .ltn__plot-brief li span img {
    max-width: 16px;
    max-height: 14px;
    height: 14px;
    width: 16px;
}

/* Safari Focus Fix */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid var(--ltn__secondary-color) !important;
  -webkit-appearance: none !important; /* disable Safari's native inner focus ring */
}



